Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dopus.c491 int effective_lowband = -1; in ff_celt_quant_bands() local
525 effective_lowband = FFMAX(ff_celt_freq_bands[f->start_band], in ff_celt_quant_bands()
528 while (ff_celt_freq_bands[--foldstart] > effective_lowband); in ff_celt_quant_bands()
530 while (++foldend < i && ff_celt_freq_bands[foldend] < effective_lowband + ff_celt_freq_range[i]); in ff_celt_quant_bands()
546 norm_loc1 = effective_lowband != -1 ? norm1 + (effective_lowband << f->size) : NULL; in ff_celt_quant_bands()
547 norm_loc2 = effective_lowband != -1 ? norm2 + (effective_lowband << f->size) : NULL; in ff_celt_quant_bands()

Completed in 2 milliseconds