Lines Matching refs:lowband
945 int N, int b, int B, celt_norm *lowband, in quant_partition() argument
1015 if (lowband) in quant_partition()
1016 next_lowband2 = lowband+N; /* >32-bit split case */ in quant_partition()
1021 cm = quant_partition(ctx, X, N, mbits, B, lowband, LM, in quant_partition()
1034 cm |= quant_partition(ctx, X, N, mbits, B, lowband, LM, in quant_partition()
1077 if (lowband == NULL) in quant_partition()
1095 X[j] = lowband[j]+tmp; in quant_partition()
1111 int N, int b, int B, celt_norm *lowband, in quant_band() argument
1144 if (lowband_scratch && lowband && (recombine || ((N_B&1) == 0 && tf_change<0) || B0>1)) in quant_band()
1146 OPUS_COPY(lowband_scratch, lowband, N); in quant_band()
1147 lowband = lowband_scratch; in quant_band()
1157 if (lowband) in quant_band()
1158 haar1(lowband, N>>k, 1<<k); in quant_band()
1169 if (lowband) in quant_band()
1170 haar1(lowband, N_B, B); in quant_band()
1185 if (lowband) in quant_band()
1186 deinterleave_hadamard(lowband, N_B>>recombine, B0<<recombine, longBlocks); in quant_band()
1189 cm = quant_partition(ctx, X, N, b, B, lowband, LM, gain, fill); in quant_band()
1237 int N, int b, int B, celt_norm *lowband, in quant_band_stereo() argument
1312 cm = quant_band(ctx, x2, N, mbits, B, lowband, LM, lowband_out, Q15ONE, in quant_band_stereo()
1345 cm = quant_band(ctx, X, N, mbits, B, lowband, LM, lowband_out, Q15ONE, in quant_band_stereo()
1363 cm |= quant_band(ctx, X, N, mbits, B, lowband, LM, lowband_out, Q15ONE, in quant_band_stereo()