Lines Matching refs:stereo
614 static int compute_qn(int N, int b, int offset, int pulse_cap, int stereo) in compute_qn() argument
620 if (stereo && N==2) in compute_qn()
664 int stereo, int *fill) in compute_theta() argument
691 offset = (pulse_cap>>1) - (stereo&&N==2 ? QTHETA_OFFSET_TWOPHASE : QTHETA_OFFSET); in compute_theta()
692 qn = compute_qn(N, *b, offset, pulse_cap, stereo); in compute_theta()
693 if (stereo && i>=intensity) in compute_theta()
701 itheta = stereo_itheta(X, Y, stereo, N); in compute_theta()
711 if (stereo && N>2) in compute_theta()
731 } else if (B0>1 || stereo) { in compute_theta()
773 if (encode && stereo) in compute_theta()
782 } else if (stereo) { in compute_theta()
843 int stereo; in quant_band_n1() local
851 stereo = Y != NULL; in quant_band_n1()
869 } while (++c<1+stereo); in quant_band_n1()