Lines Matching refs:stereo
647 static int compute_qn(int N, int b, int offset, int pulse_cap, int stereo) in compute_qn() argument
653 if (stereo && N==2) in compute_qn()
703 int stereo, int *fill) in compute_theta() argument
730 offset = (pulse_cap>>1) - (stereo&&N==2 ? QTHETA_OFFSET_TWOPHASE : QTHETA_OFFSET); in compute_theta()
731 qn = compute_qn(N, *b, offset, pulse_cap, stereo); in compute_theta()
732 if (stereo && i>=intensity) in compute_theta()
740 itheta = stereo_itheta(X, Y, stereo, N, ctx->arch); in compute_theta()
747 if (!stereo || ctx->theta_round == 0) in compute_theta()
750 if (!stereo && ctx->avoid_split_noise && itheta > 0 && itheta < qn) in compute_theta()
777 if (stereo && N>2) in compute_theta()
797 } else if (B0>1 || stereo) { in compute_theta()
840 if (encode && stereo) in compute_theta()
849 } else if (stereo) { in compute_theta()
908 int stereo; in quant_band_n1() local
916 stereo = Y != NULL; in quant_band_n1()
934 } while (++c<1+stereo); in quant_band_n1()