Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dopus_celt.h39 #define CELT_ALLOC_STEPS 6 macro
Dopus.c719 high = 1 << CELT_ALLOC_STEPS; in ff_celt_bitalloc()
720 for (i = 0; i < CELT_ALLOC_STEPS; i++) { in ff_celt_bitalloc()
725 bandbits = bits1[j] + (center * bits2[j] >> CELT_ALLOC_STEPS); in ff_celt_bitalloc()
742 bandbits = bits1[i] + (low * bits2[i] >> CELT_ALLOC_STEPS); in ff_celt_bitalloc()