Searched refs:lowband_scratch (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | opus_pvq.c | 490 float *lowband_scratch, in quant_band_template() 539 lowband_scratch[i] = lowband[i]; in quant_band_template() 540 lowband = lowband_scratch; in quant_band_template() 705 lowband_out, level, gain, lowband_scratch, orig_fill); in quant_band_template() 759 stereo ? 1.0f : (gain * mid), lowband_scratch, fill); in quant_band_template() 785 stereo ? 1.0f : (gain * mid), lowband_scratch, fill); in quant_band_template() 883 lowband_out, level, gain, lowband_scratch, fill, 0); in QUANT_FN() 893 lowband_out, level, gain, lowband_scratch, fill, 1); in QUANT_FN() 483 quant_band_template(CeltPVQ *pvq, CeltFrame *f, OpusRangeCoder *rc, const int band, float *X, float *Y, int N, int b, uint32_t blocks, float *lowband, int duration, float *lowband_out, int level, float gain, float *lowband_scratch, int fill, int quant) quant_band_template() argument
|
H A D | opus_pvq.h | 35 float *lowband_scratch, int fill)
|
H A 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()
|
H A D | opus.c | 471 float lowband_scratch[8 * 22]; in ff_celt_quant_bands() local 553 lowband_scratch, cm[0]); in ff_celt_quant_bands() 558 lowband_scratch, cm[1]); in ff_celt_quant_bands() 563 lowband_scratch, cm[0] | cm[1]); in ff_celt_quant_bands()
|
Completed in 7 milliseconds