HomeSort by relevance Sort by last modified time
    Searched refs:MAX_REFS (Results 1 - 7 of 7) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_rd.h 37 #define MAX_REFS 6
101 int thresh_mult_sub8x8[MAX_REFS];
vp9_rd.c 258 for (i = 0; i < MAX_REFS; ++i)
619 static const int thresh_mult[2][MAX_REFS] =
630 const int top_mode = bsize < BLOCK_8X8 ? MAX_REFS : MAX_MODES;
vp9_speed_features.c 436 for (i = 0; i < MAX_REFS; ++i) {
vp9_rdopt.c 124 static const REF_DEFINITION vp9_ref_order[MAX_REFS] = {
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_onyx_int.h 48 #define MAX_REFS 6
352 int rd_thresh_mult_sub8x8[MAX_REFS];
356 int rd_thresh_sub8x8[MAX_SEGMENTS][BLOCK_SIZES][MAX_REFS];
357 int rd_thresh_freq_sub8x8[BLOCK_SIZES][MAX_REFS];
vp9_rdopt.c 124 const REF_DEFINITION vp9_ref_order[MAX_REFS] = {
266 for (i = 0; i < MAX_REFS; ++i) {
    [all...]
vp9_onyx_if.c 510 for (i = 0; i < MAX_REFS; ++i)
521 for (i = 0; i < MAX_REFS; i++)
    [all...]

Completed in 49 milliseconds