Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dopus_celt.h39 #define CELT_ALLOC_STEPS 6 macro
H A Dopus.c742 high = 1 << CELT_ALLOC_STEPS; in ff_celt_bitalloc()
743 for (i = 0; i < CELT_ALLOC_STEPS; i++) { in ff_celt_bitalloc()
748 bandbits = bits1[j] + (center * bits2[j] >> CELT_ALLOC_STEPS); in ff_celt_bitalloc()
765 bandbits = bits1[i] + (low * bits2[i] >> CELT_ALLOC_STEPS); in ff_celt_bitalloc()

Completed in 2 milliseconds