OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MAX_REFS
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp9/encoder/
vp9_rd.h
37
#define
MAX_REFS
6
101
int thresh_mult_sub8x8[
MAX_REFS
];
/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
];
Completed in 139 milliseconds