CELT_ALLOC_STEPS  799 libavcodec/opus_celt.c     high = 1 << CELT_ALLOC_STEPS;
CELT_ALLOC_STEPS  800 libavcodec/opus_celt.c     for (i = 0; i < CELT_ALLOC_STEPS; i++) {
CELT_ALLOC_STEPS  805 libavcodec/opus_celt.c             bandbits = bits1[j] + (center * bits2[j] >> CELT_ALLOC_STEPS);
CELT_ALLOC_STEPS  821 libavcodec/opus_celt.c         bandbits = bits1[i] + (low * bits2[i] >> CELT_ALLOC_STEPS);