OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tf_estimate
(Results
1 - 1
of
1
) sorted by null
/external/libopus/celt/
celt_encoder.c
228
opus_val16 *
tf_estimate
, int *tf_chan)
368
/* *
tf_estimate
= 1 + MIN16(1, sqrt(MAX16(0, tf_max-30))/20); */
369
*
tf_estimate
= celt_sqrt(MAX16(0, SHL32(MULT16_16(QCONST16(0.0069,14),MIN16(163,tf_max)),14)-QCONST32(0.139,28)));
375
/*printf("%d %f %d\n", is_transient, (float)*
tf_estimate
, tf_max);*/
550
int *tf_sum, opus_val16
tf_estimate
, int tf_chan)
566
bias = MULT16_16_Q14(QCONST16(.04f,15), MAX16(-QCONST16(.25f,14), QCONST16(.5f,14)-
tf_estimate
));
702
/*printf("%d %f\n", *tf_sum,
tf_estimate
);*/
756
AnalysisInfo *analysis, opus_val16 *stereo_saving, opus_val16
tf_estimate
,
832
trim -= 2*SHR16(
tf_estimate
, 14-8);
1296
opus_val16
tf_estimate
;
local
[
all
...]
Completed in 71 milliseconds