Searched defs:lowband_scratch (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | opusenc_psy.c | 34 float buf[176 * 2], lowband_scratch[176], norm1[176], norm2[176]; in pvq_band_cost() local
|
H A D | opus.c | 471 float lowband_scratch[8 * 22]; in ff_celt_quant_bands() local
|
H A D | opus_pvq.c | 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
|
Completed in 4 milliseconds