Searched refs:lowband_scratch (Results 1 – 1 of 1) sorted by relevance
/external/libopus/celt/ |
D | bands.c | 1073 opus_val16 gain, celt_norm *lowband_scratch, int fill) in quant_band() argument 1109 if (lowband_scratch && lowband && (recombine || ((N_B&1) == 0 && tf_change<0) || B0>1)) in quant_band() 1111 OPUS_COPY(lowband_scratch, lowband, N); in quant_band() 1112 lowband = lowband_scratch; in quant_band() 1205 celt_norm *lowband_scratch, int fill) in quant_band_stereo() argument 1285 LM, lowband_out, Q15ONE, lowband_scratch, orig_fill); in quant_band_stereo() 1319 Q15ONE, lowband_scratch, fill); in quant_band_stereo() 1342 Q15ONE, lowband_scratch, fill); in quant_band_stereo() 1375 celt_norm *lowband_scratch; in quant_all_bands() local 1400 lowband_scratch = X_+M*eBands[m->nbEBands-1]; in quant_all_bands() [all …]
|