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

  /external/libxaac/decoder/drc_src/
impd_drc_multiband.c 71 WORD32 err, b, s, start_subband_index = 0, stop_sub_band_index = 0; local
107 start_subband_index = 0;
110 stop_sub_band_index = gain_params[b + 1].start_subband_index - 1;
115 if (s >= start_subband_index && s <= stop_sub_band_index) {
123 start_subband_index = stop_sub_band_index + 1;
impd_drc_struct.h 276 WORD32 start_subband_index; member in struct:__anon26412
  /external/libxaac/decoder/
ixheaacd_config.h 440 WORD32 start_subband_index; member in struct:__anon26529

Completed in 62 milliseconds