Home
last modified time | relevance | path

Searched refs:stereo_width (Results 1 – 1 of 1) sorted by relevance

/external/libopus/src/
Dopus_encoder.c1097 opus_val16 stereo_width; in opus_encode_native() local
1207 stereo_width = compute_stereo_width(pcm, frame_size, st->Fs, &st->width_mem); in opus_encode_native()
1209 stereo_width = 0; in opus_encode_native()
1366 mode_voice = (opus_int32)(MULT16_32_Q15(Q15ONE-stereo_width,mode_thresholds[0][0]) in opus_encode_native()
1367 + MULT16_32_Q15(stereo_width,mode_thresholds[1][0])); in opus_encode_native()
1368 mode_music = (opus_int32)(MULT16_32_Q15(Q15ONE-stereo_width,mode_thresholds[1][1]) in opus_encode_native()
1369 + MULT16_32_Q15(stereo_width,mode_thresholds[1][1])); in opus_encode_native()