Home
last modified time | relevance | path

Searched refs:jstride (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/tests/checkasm/
H A Dvp9dsp.c383 buf0[(a) + (b) * jstride] = av_clip_uint8(c); \
385 ((uint16_t *)buf0)[(a) + (b) * jstride] = av_clip_uintp2(c, bit_depth); \
400 int jstride = dir ? str : 1; in randomize_loopfilter_buffers() local
H A Dvp8dsp.c329 #define setpx(a, b, c) buf[(a) + (b) * jstride] = av_clip_uint8(c)
343 int jstride = dir ? str : 1; in randomize_loopfilter_buffers() local

Completed in 3 milliseconds