Searched refs:sblim (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/codecs/mp3dec/src/
H A Dpvmp3_alias_reduction.cpp168 int32 sblim; local
179 sblim = ((info->version_x == MPEG_2_5) && (info->sampling_frequency == 2)) ? 3 : 1;
188 sblim = *used_freq_lines + 1;
190 if (sblim > SUBBANDS_NUMBER - 1)
192 sblim = SUBBANDS_NUMBER - 1; /* default */
218 * "sblim" alias-reduction operations between each
222 for (j = sblim >> 1; j != 0; j--)
247 if (sblim & 1)

Completed in 74 milliseconds