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

/external/chromium_org/third_party/opus/src/celt/
H A Dcelt_encoder.c1143 opus_val16 tf_calibration; local
1180 tf_calibration = variable_duration==OPUS_FRAMESIZE_VARIABLE ?
1182 target += (opus_int32)SHL32(MULT16_32_Q15(tf_estimate-tf_calibration, target),1);
/external/libopus/celt/
H A Dcelt_encoder.c1143 opus_val16 tf_calibration; local
1180 tf_calibration = variable_duration==OPUS_FRAMESIZE_VARIABLE ?
1182 target += (opus_int32)SHL32(MULT16_32_Q15(tf_estimate-tf_calibration, target),1);

Completed in 236 milliseconds