HomeSort by relevance Sort by last modified time
    Searched refs:smoothed_width (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/opus/src/src/
opus_encoder.c 57 opus_val16 smoothed_width; member in struct:__anon19358
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);*/
    [all...]
  /external/libopus/src/
opus_encoder.c 57 opus_val16 smoothed_width; member in struct:__anon29181
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);*/
    [all...]

Completed in 32 milliseconds