Lines Matching refs:ms_present
1729 int ms_present) in decode_mid_side_stereo() argument
1733 if (ms_present == 1) { in decode_mid_side_stereo()
1736 } else if (ms_present == 2) { in decode_mid_side_stereo()
2241 ChannelElement *cpe, int ms_present) argument
2257 if (ms_present)
2292 int i, ret, common_window, ms_present = 0; local
2306 ms_present = get_bits(gb, 2);
2307 if (ms_present == 3) {
2310 } else if (ms_present)
2311 decode_mid_side_stereo(cpe, gb, ms_present);
2319 if (ms_present)
2327 apply_intensity_stereo(ac, cpe, ms_present);