Searched defs:MAX_MODES (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
H A Dblock.h25 #define MAX_MODES 20 macro
146 int rd_thresh_mult[MAX_MODES];
147 int rd_threshes[MAX_MODES];
149 unsigned int mode_test_hit_counts[MAX_MODES];
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_onyx_int.h47 #define MAX_MODES 30 macro
68 // const MODE_DEFINITION vp9_mode_order[MAX_MODES] used in the rd code.
351 int rd_thresh_mult[MAX_MODES];
354 int rd_threshes[MAX_SEGMENTS][BLOCK_SIZES][MAX_MODES];
355 int rd_thresh_freq_fact[BLOCK_SIZES][MAX_MODES];
449 unsigned int mode_chosen_counts[MAX_MODES];

Completed in 7 milliseconds