Searched refs:ff_opus_rc_enc_laplace (Results 1 – 3 of 3) sorted by relevance
104 void ff_opus_rc_enc_laplace(OpusRangeCoder *rc, int *value, uint32_t symbol, int decay);
314 void ff_opus_rc_enc_laplace(OpusRangeCoder *rc, int *value, uint32_t symbol, int decay) in ff_opus_rc_enc_laplace() function
348 ff_opus_rc_enc_laplace(rc, &q_en, pmod[i << 1] << 7, pmod[(i << 1) + 1] << 6); in exp_quant_coarse()