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

/external/libopus/src/
H A Dopus_encoder.c57 opus_val16 smoothed_width; member in struct:__anon9035
913 mem->smoothed_width += (width-mem->smoothed_width)/frame_rate;
915 mem->max_follower = MAX16(mem->max_follower-QCONST16(.02f,15)/frame_rate, mem->smoothed_width);
921 /*printf("%f %f %f %f %f ", corr/(float)Q15ONE, ldiff/(float)Q15ONE, width/(float)Q15ONE, mem->smoothed_width/(float)Q15ONE, mem->max_follower/(float)Q15ONE);*/

Completed in 78 milliseconds