Lines Matching refs:recombine
1070 int recombine=0; in quant_band() local
1096 recombine = tf_change; in quant_band()
1099 if (lowband_scratch && lowband && (recombine || ((N_B&1) == 0 && tf_change<0) || B0>1)) in quant_band()
1107 for (k=0;k<recombine;k++) in quant_band()
1118 B>>=recombine; in quant_band()
1119 N_B<<=recombine; in quant_band()
1141 deinterleave_hadamard(X, N_B>>recombine, B0<<recombine, longBlocks); in quant_band()
1143 deinterleave_hadamard(lowband, N_B>>recombine, B0<<recombine, longBlocks); in quant_band()
1154 interleave_hadamard(X, N_B>>recombine, B0<<recombine, longBlocks); in quant_band()
1167 for (k=0;k<recombine;k++) in quant_band()
1176 B<<=recombine; in quant_band()