Searched refs:tf_chan (Results 1 – 1 of 1) sorted by relevance
/external/libopus/celt/ |
D | celt_encoder.c | 228 opus_val16 *tf_estimate, int *tf_chan) in transient_analysis() argument 360 *tf_chan = c; in transient_analysis() 550 int *tf_sum, opus_val16 tf_estimate, int tf_chan) in tf_analysis() argument 586 tmp[j] = X[tf_chan*N0 + j+(m->eBands[i]<<LM)]; in tf_analysis() 1295 int tf_chan = 0; in celt_encode_with_ec() local 1519 &tf_estimate, &tf_chan); in celt_encode_with_ec() 1547 tf_chan = 0; in celt_encode_with_ec() 1705 … = tf_analysis(mode, effEnd, isTransient, tf_res, lambda, X, N, LM, &tf_sum, tf_estimate, tf_chan); in celt_encode_with_ec()
|