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

/external/libopus/src/
H A Dopus_encoder.c86 opus_int16 hybrid_stereo_width_Q14; member in struct:OpusEncoder
238 st->hybrid_stereo_width_Q14 = 1 << 14;
1750 if( st->hybrid_stereo_width_Q14 < (1 << 14) || st->silk_mode.stereoWidth_Q14 < (1 << 14) ) {
1752 g1 = st->hybrid_stereo_width_Q14;
1763 st->hybrid_stereo_width_Q14 = st->silk_mode.stereoWidth_Q14;
2430 st->hybrid_stereo_width_Q14 = 1 << 14;

Completed in 137 milliseconds