Searched defs:stereo_width (Results 1 - 1 of 1) sorted by relevance

/external/libopus/src/
H A Dopus_encoder.c955 opus_val16 stereo_width; local
1027 stereo_width = compute_stereo_width(pcm, frame_size, st->Fs, &st->width_mem);
1029 stereo_width = 0;
1134 mode_voice = (opus_int32)(MULT16_32_Q15(Q15ONE-stereo_width,mode_thresholds[0][0])
1135 + MULT16_32_Q15(stereo_width,mode_thresholds[1][0]));
1136 mode_music = (opus_int32)(MULT16_32_Q15(Q15ONE-stereo_width,mode_thresholds[1][1])
1137 + MULT16_32_Q15(stereo_width,mode_thresholds[1][1]));
1144 /*printf("%f %d\n", stereo_width/(float)Q15ONE, threshold);*/

Completed in 27 milliseconds