Searched refs:lowband_scratch (Results 1 – 1 of 1) sorted by relevance
/external/libopus/celt/ |
D | bands.c | 1063 opus_val16 gain, celt_norm *lowband_scratch, int fill) in quant_band() argument 1099 if (lowband_scratch && lowband && (recombine || ((N_B&1) == 0 && tf_change<0) || B0>1)) in quant_band() 1103 lowband_scratch[j] = lowband[j]; in quant_band() 1104 lowband = lowband_scratch; in quant_band() 1197 celt_norm *lowband_scratch, int fill) in quant_band_stereo() argument 1277 LM, lowband_out, Q15ONE, lowband_scratch, orig_fill); in quant_band_stereo() 1311 Q15ONE, lowband_scratch, fill); in quant_band_stereo() 1334 Q15ONE, lowband_scratch, fill); in quant_band_stereo() 1365 celt_norm *lowband_scratch; in quant_all_bands() local 1390 lowband_scratch = X_+M*eBands[m->nbEBands-1]; in quant_all_bands() [all …]
|