Lines Matching refs:recombine
1120 int recombine=0; in quant_band() local
1141 recombine = tf_change; in quant_band()
1144 if (lowband_scratch && lowband && (recombine || ((N_B&1) == 0 && tf_change<0) || B0>1)) in quant_band()
1150 for (k=0;k<recombine;k++) in quant_band()
1161 B>>=recombine; in quant_band()
1162 N_B<<=recombine; in quant_band()
1184 deinterleave_hadamard(X, N_B>>recombine, B0<<recombine, longBlocks); in quant_band()
1186 deinterleave_hadamard(lowband, N_B>>recombine, B0<<recombine, longBlocks); in quant_band()
1196 interleave_hadamard(X, N_B>>recombine, B0<<recombine, longBlocks); in quant_band()
1209 for (k=0;k<recombine;k++) in quant_band()
1218 B<<=recombine; in quant_band()