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

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rd.h38 #define MAX_MODES 30 macro
46 // const MODE_DEFINITION vp9_mode_order[MAX_MODES] used in the rd code.
103 int thresh_mult[MAX_MODES];
106 int threshes[MAX_SEGMENTS][BLOCK_SIZES][MAX_MODES];
172 void vp9_update_rd_thresh_fact(int (*fact)[MAX_MODES], int rd_thresh, int bsize,
/external/libvpx/libvpx/vp8/encoder/
H A Dblock.h24 #define MAX_MODES 20 macro
143 int rd_thresh_mult[MAX_MODES];
144 int rd_threshes[MAX_MODES];
146 unsigned int mode_test_hit_counts[MAX_MODES];

Completed in 271 milliseconds