Home
last modified time | relevance | path

Searched refs:quant_band (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dopus_pvq.h42 QUANT_FN(*quant_band); member
H A Dopus_pvq.c704 cm = pvq->quant_band(pvq, f, rc, band, x2, NULL, N, mbits, blocks, lowband, duration, in quant_band_template()
757 cm = pvq->quant_band(pvq, f, rc, band, X, NULL, N, mbits, blocks, in quant_band_template()
766 cmt = pvq->quant_band(pvq, f, rc, band, Y, NULL, N, sbits, blocks, in quant_band_template()
773 cm = pvq->quant_band(pvq, f, rc, band, Y, NULL, N, sbits, blocks, in quant_band_template()
783 cm |= pvq->quant_band(pvq, f, rc, band, X, NULL, N, mbits, blocks, in quant_band_template()
906 s->quant_band = encode ? pvq_encode_band : pvq_decode_band; in ff_celt_pvq_init()
H A Dopusenc_psy.c53 pvq->quant_band(pvq, f, rc, band, X, NULL, band_size, b / 2, f->blocks, NULL, in pvq_band_cost()
56 pvq->quant_band(pvq, f, rc, band, Y, NULL, band_size, b / 2, f->blocks, NULL, in pvq_band_cost()
59 pvq->quant_band(pvq, f, rc, band, X, Y, band_size, b, f->blocks, NULL, f->size, in pvq_band_cost()
H A Dopus.c550 cm[0] = f->pvq->quant_band(f->pvq, f, rc, i, X, NULL, band_size, b >> 1, in ff_celt_quant_bands()
555 cm[1] = f->pvq->quant_band(f->pvq, f, rc, i, Y, NULL, band_size, b >> 1, in ff_celt_quant_bands()
560 cm[0] = f->pvq->quant_band(f->pvq, f, rc, i, X, Y, band_size, b >> 0, in ff_celt_quant_bands()

Completed in 4 milliseconds