Searched refs:lowband_scratch (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | opus_pvq.c | 488 float *lowband_scratch, in quant_band_template() argument 537 lowband_scratch[i] = lowband[i]; in quant_band_template() 538 lowband = lowband_scratch; in quant_band_template() 703 lowband_out, level, gain, lowband_scratch, orig_fill); in quant_band_template() 757 stereo ? 1.0f : (gain * mid), lowband_scratch, fill); in quant_band_template() 783 stereo ? 1.0f : (gain * mid), lowband_scratch, fill); in quant_band_template() 881 lowband_out, level, gain, lowband_scratch, fill, 0); in QUANT_FN() 891 lowband_out, level, gain, lowband_scratch, fill, 1); in QUANT_FN()
|
D | opus_pvq.h | 35 float *lowband_scratch, int fill)
|
D | opusenc_psy.c | 34 float buf[176 * 2], lowband_scratch[176], norm1[176], norm2[176]; in pvq_band_cost() local 54 f->size, norm1, 0, 1.0f, lowband_scratch, cm[0]); in pvq_band_cost() 57 f->size, norm2, 0, 1.0f, lowband_scratch, cm[1]); in pvq_band_cost() 60 norm1, 0, 1.0f, lowband_scratch, cm[0] | cm[1]); in pvq_band_cost()
|
D | opus.c | 448 float lowband_scratch[8 * 22]; in ff_celt_quant_bands() local 530 lowband_scratch, cm[0]); in ff_celt_quant_bands() 535 lowband_scratch, cm[1]); in ff_celt_quant_bands() 540 lowband_scratch, cm[0] | cm[1]); in ff_celt_quant_bands()
|