Lines Matching refs:pvq

417                                CeltPVQ *pvq)  in celt_alg_quant()  argument
419 int *y = pvq->qcoeff; in celt_alg_quant()
422 gain /= sqrtf(pvq->pvq_search(X, y, K, N)); in celt_alg_quant()
433 CeltPVQ *pvq) in celt_alg_unquant() argument
435 int *y = pvq->qcoeff; in celt_alg_unquant()
481 static av_always_inline uint32_t quant_band_template(CeltPVQ *pvq, CeltFrame *f, in quant_band_template() argument
564 celt_deinterleave_hadamard(pvq->hadamard_tmp, quant ? X : lowband, in quant_band_template()
702 cm = pvq->quant_band(pvq, f, rc, band, x2, NULL, N, mbits, blocks, lowband, duration, in quant_band_template()
755 cm = pvq->quant_band(pvq, f, rc, band, X, NULL, N, mbits, blocks, in quant_band_template()
764 cmt = pvq->quant_band(pvq, f, rc, band, Y, NULL, N, sbits, blocks, in quant_band_template()
771 cm = pvq->quant_band(pvq, f, rc, band, Y, NULL, N, sbits, blocks, in quant_band_template()
781 cm |= pvq->quant_band(pvq, f, rc, band, X, NULL, N, mbits, blocks, in quant_band_template()
803 f->spread, blocks, gain, pvq); in quant_band_template()
806 f->spread, blocks, gain, pvq); in quant_band_template()
846 celt_interleave_hadamard(pvq->hadamard_tmp, X, N_B >> recombine, in quant_band_template()
880 return quant_band_template(pvq, f, rc, band, X, Y, N, b, blocks, lowband, duration, in QUANT_FN()
890 return quant_band_template(pvq, f, rc, band, X, Y, N, b, blocks, lowband, duration, in QUANT_FN()
897 int av_cold ff_celt_pvq_init(CeltPVQ **pvq, int encode) in ff_celt_pvq_init() argument
909 *pvq = s; in ff_celt_pvq_init()
914 void av_cold ff_celt_pvq_uninit(CeltPVQ **pvq) in ff_celt_pvq_uninit() argument
916 av_freep(pvq); in ff_celt_pvq_uninit()