Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Ddiracdsp.c240 c->dequant_subband[0] = c->dequant_subband[2] = dequant_subband_int16_t_c;
241 c->dequant_subband[1] = c->dequant_subband[3] = dequant_subband_int32_t_c;
H A Ddiracdsp.h51 void (*dequant_subband[4])(uint8_t *src, uint8_t *dst, ptrdiff_t stride, const int qf, const int qs, int tot_v, int tot_h); member
H A Ddiracdec.c902 s->diracdsp.dequant_subband[qfunc](&tmp_buf[off], buf, b1->stride, in decode_hq_slice()
/third_party/ffmpeg/libavcodec/x86/
H A Ddiracdsp_init.c116 c->dequant_subband[1] = ff_dequant_subband_32_sse4; in DIRAC_PIXOP()

Completed in 6 milliseconds