Home
last modified time | relevance | path

Searched refs:ff_celt_qn_exp2 (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dopustab.h154 extern const uint16_t ff_celt_qn_exp2[];
Dopustab.c951 const uint16_t ff_celt_qn_exp2[] = { variable
Dopus_pvq.c251 qn = (qb < (1 << 3 >> 1)) ? 1 : ((ff_celt_qn_exp2[qb & 0x7] >> (14 - (qb >> 3))) + 1) >> 1 << 1; in celt_compute_qn()