Home
last modified time | relevance | path

Searched refs:stop_sub_band_index (Results 1 – 1 of 1) sorted by relevance

/external/libxaac/decoder/drc_src/
Dimpd_drc_multiband.c71 WORD32 err, b, s, start_subband_index = 0, stop_sub_band_index = 0; in impd_generate_overlap_weights() local
110 stop_sub_band_index = gain_params[b + 1].start_subband_index - 1; in impd_generate_overlap_weights()
112 stop_sub_band_index = dec_subband_count - 1; in impd_generate_overlap_weights()
115 if (s >= start_subband_index && s <= stop_sub_band_index) { in impd_generate_overlap_weights()
123 start_subband_index = stop_sub_band_index + 1; in impd_generate_overlap_weights()