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

/external/aac/libAACenc/src/
H A Dchannel_map.cpp176 #define MAX_MODES (sizeof(assignmentInfoTabWav)/sizeof(CHANNEL_ASSIGNMENT_INFO_TAB)) macro
188 for(i=MAX_MODES-1; i>0; i--) {
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rd.h36 #define MAX_MODES 30 macro
43 // const MODE_DEFINITION vp9_mode_order[MAX_MODES] used in the rd code.
100 int thresh_mult[MAX_MODES];
103 int threshes[MAX_SEGMENTS][BLOCK_SIZES][MAX_MODES];
162 void vp9_update_rd_thresh_fact(int (*fact)[MAX_MODES], int rd_thresh,
/external/libvpx/libvpx/vp8/encoder/
H A Dblock.h25 #define MAX_MODES 20 macro
149 int rd_thresh_mult[MAX_MODES];
150 int rd_threshes[MAX_MODES];
152 unsigned int mode_test_hit_counts[MAX_MODES];

Completed in 78 milliseconds