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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dopus_celt.c1902 int effective_lowband = -1; local
1927 effective_lowband = FFMAX(celt_freq_bands[s->startband],
1930 while (celt_freq_bands[--foldstart] > effective_lowband);
1932 while (celt_freq_bands[++foldend] < effective_lowband + celt_freq_range[i]);
1953 effective_lowband != -1 ? norm + (effective_lowband << s->duration) : NULL, s->duration,
1957 effective_lowband != -1 ? norm2 + (effective_lowband << s->duration) : NULL, s->duration,
1961 effective_lowband != -1 ? norm + (effective_lowband <<
[all...]

Completed in 112 milliseconds