Searched refs:ff_celt_qn_exp2 (Results 1 – 3 of 3) sorted by relevance
154 extern const uint16_t ff_celt_qn_exp2[];
951 const uint16_t ff_celt_qn_exp2[] = { variable
251 qn = (qb < (1 << 3 >> 1)) ? 1 : ((ff_celt_qn_exp2[qb & 0x7] >> (14 - (qb >> 3))) + 1) >> 1 << 1; in celt_compute_qn()