Home
last modified time | relevance | path

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

/external/libopus/celt/
Dcelt_encoder.c228 opus_val16 *tf_estimate, int *tf_chan, int allow_weak_transients, in transient_analysis() argument
386 *tf_chan = c; in transient_analysis()
586 opus_val16 tf_estimate, int tf_chan, int *importance) in tf_analysis() argument
620 OPUS_COPY(tmp, &X[tf_chan*N0 + (m->eBands[i]<<LM)], N); in tf_analysis()
1459 int tf_chan = 0; in celt_encode_with_ec() local
1700 &tf_estimate, &tf_chan, allow_weak_transients, &weak_transient); in celt_encode_with_ec()
1731 tf_chan = 0; in celt_encode_with_ec()
1889 …tf_analysis(mode, effEnd, isTransient, tf_res, lambda, X, N, LM, tf_estimate, tf_chan, importance); in celt_encode_with_ec()