Lines Matching refs:stereo
254 FLAG stereo = 0; in ixheaacd_applysbr() local
366 stereo = 0; in ixheaacd_applysbr()
369 stereo = 1; in ixheaacd_applysbr()
414 ptr_header_data[k], it_bit_buff, stereo, ptr_sbr_dflt_header); in ixheaacd_applysbr()
454 ptr_header_data[k], it_bit_buff, stereo, ptr_sbr_dflt_header); in ixheaacd_applysbr()
507 if (stereo) { in ixheaacd_applysbr()
547 stereo = (num_channels == 2) ? 1 : 0; in ixheaacd_applysbr()
549 ptr_header_data[0]->channel_mode = stereo ? SBR_STEREO : SBR_MONO; in ixheaacd_applysbr()
553 if (!(stereo || dual_mono)) { in ixheaacd_applysbr()
572 (stereo || dual_mono) ? ptr_frame_data[1] : NULL, in ixheaacd_applysbr()
573 (stereo || dual_mono) ? pstr_sbr_channel[1]->pstr_prev_frame_data in ixheaacd_applysbr()
588 if (stereo) { in ixheaacd_applysbr()
602 if ((num_channels == 2) && !(stereo || dual_mono)) { in ixheaacd_applysbr()
622 if ((!prev_stereo && stereo && (num_channels == 2)) && in ixheaacd_applysbr()
686 if (!down_mix_flag && (stereo || dual_mono) && (num_channels == 2)) { in ixheaacd_applysbr()