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

/external/chromium_org/third_party/opus/src/celt/
H A Dcelt_encoder.c228 opus_val16 *tf_estimate, int *tf_chan)
360 *tf_chan = c;
550 int *tf_sum, opus_val16 tf_estimate, int tf_chan)
586 tmp[j] = X[tf_chan*N0 + j+(m->eBands[i]<<LM)];
1295 int tf_chan = 0; local
1519 &tf_estimate, &tf_chan);
1547 tf_chan = 0;
1705 tf_select = tf_analysis(mode, effEnd, isTransient, tf_res, lambda, X, N, LM, &tf_sum, tf_estimate, tf_chan);
227 transient_analysis(const opus_val32 * OPUS_RESTRICT in, int len, int C, opus_val16 *tf_estimate, int *tf_chan) argument
548 tf_analysis(const CELTMode *m, int len, int isTransient, int *tf_res, int lambda, celt_norm *X, int N0, int LM, int *tf_sum, opus_val16 tf_estimate, int tf_chan) argument
/external/libopus/celt/
H A Dcelt_encoder.c228 opus_val16 *tf_estimate, int *tf_chan)
360 *tf_chan = c;
550 int *tf_sum, opus_val16 tf_estimate, int tf_chan)
586 tmp[j] = X[tf_chan*N0 + j+(m->eBands[i]<<LM)];
1295 int tf_chan = 0; local
1519 &tf_estimate, &tf_chan);
1547 tf_chan = 0;
1705 tf_select = tf_analysis(mode, effEnd, isTransient, tf_res, lambda, X, N, LM, &tf_sum, tf_estimate, tf_chan);
227 transient_analysis(const opus_val32 * OPUS_RESTRICT in, int len, int C, opus_val16 *tf_estimate, int *tf_chan) argument
548 tf_analysis(const CELTMode *m, int len, int isTransient, int *tf_res, int lambda, celt_norm *X, int N0, int LM, int *tf_sum, opus_val16 tf_estimate, int tf_chan) argument

Completed in 175 milliseconds