OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sblim
(Results
1 - 1
of
1
) sorted by null
/frameworks/av/media/libstagefright/codecs/mp3dec/src/
pvmp3_alias_reduction.cpp
168
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 163 milliseconds