Home
last modified time | relevance | path

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

/external/libopus/celt/
Dcelt_encoder.c1308 opus_val16 tf_calibration; in compute_vbr() local
1345 tf_calibration = QCONST16(0.044f,14); in compute_vbr()
1346 target += (opus_int32)SHL32(MULT16_32_Q15(tf_estimate-tf_calibration, target),1); in compute_vbr()