HomeSort by relevance Sort by last modified time
    Searched defs:MAX_MODES (Results 1 - 3 of 3) sorted by null

  /external/aac/libAACenc/src/
channel_map.cpp 170 #define MAX_MODES (sizeof(assignmentInfoTabWav)/sizeof(CHANNEL_ASSIGNMENT_INFO_TAB))
182 for(i=MAX_MODES-1; i>0; i--) {
  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
qc_data.h 31 #define MAX_MODES 10
  /external/libvpx/libvpx/vp8/encoder/
onyx_int.h 46 #define MAX_MODES 20
186 int thresh_mult[MAX_MODES];
351 unsigned int mode_check_freq[MAX_MODES];
352 unsigned int mode_test_hit_counts[MAX_MODES];
353 unsigned int mode_chosen_counts[MAX_MODES];
356 int rd_thresh_mult[MAX_MODES];
357 int rd_baseline_thresh[MAX_MODES];
358 int rd_threshes[MAX_MODES];

Completed in 137 milliseconds