Searched refs:tf_sum (Results 1 – 1 of 1) sorted by relevance
/external/libopus/celt/ |
D | celt_encoder.c | 552 int *tf_sum, opus_val16 tf_estimate, int tf_chan) in tf_analysis() argument 577 *tf_sum = 0; in tf_analysis() 632 *tf_sum += (isTransient ? LM : 0) - metric[i]/2; in tf_analysis() 1346 int tf_sum; in celt_encode_with_ec() local 1777 …tf_select = tf_analysis(mode, effEnd, isTransient, tf_res, lambda, X, N, LM, &tf_sum, tf_estimate,… in celt_encode_with_ec() 1781 tf_sum = 0; in celt_encode_with_ec()
|