Home
last modified time | relevance | path

Searched refs:tot_v (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
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);
H A Ddiracdsp.c196 const int qf, const int qs, int tot_v, int tot_h) \
199 for (y = 0; y < tot_v; y++) { \
H A Ddiracdec.c818 int tot_v; member
832 o->tot_v = ((b->height * (y + 1)) / s->num_y) - o->top; in subband_coeffs()
833 o->tot = o->tot_h*o->tot_v; in subband_coeffs()
905 c->tot_v, c->tot_h); in decode_hq_slice()
/third_party/ffmpeg/libavcodec/x86/
H A Ddiracdsp_init.c36 void ff_dequant_subband_32_sse4(uint8_t *src, uint8_t *dst, ptrdiff_t stride, const int qf, const int qs, int tot_v, int tot_h);
H A Ddiracdsp.asm263 ; void dequant_subband_32(uint8_t *src, uint8_t *dst, ptrdiff_t stride, const int qf, const int qs, int tot_v, int tot_h)
264 cglobal dequant_subband_32, 7, 7, 4, src, dst, stride, qf, qs, tot_v, tot_h

Completed in 6 milliseconds