Searched refs:tot_v (Results 1 - 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | diracdsp.h | 51 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 D | diracdsp.c | 196 const int qf, const int qs, int tot_v, int tot_h) \ 199 for (y = 0; y < tot_v; y++) { \
|
H A D | diracdec.c | 818 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 D | diracdsp_init.c | 36 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 D | diracdsp.asm | 263 ; 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 7 milliseconds