Searched refs:uv_src_stride (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/tests/checkasm/ |
H A D | vf_colorspace.c | 100 int uv_src_stride = y_src_stride >> ss_w, uv_dst_stride = y_dst_stride >> ss_w; in check_yuv2yuv() local 104 src, (ptrdiff_t[3]) { y_src_stride, uv_src_stride, uv_src_stride }, in check_yuv2yuv() 107 src, (ptrdiff_t[3]) { y_src_stride, uv_src_stride, uv_src_stride }, in check_yuv2yuv() 163 int uv_src_stride = y_src_stride >> ss_w; in check_yuv2rgb() local 167 (ptrdiff_t[3]) { y_src_stride, uv_src_stride, uv_src_stride }, in check_yuv2rgb() 170 (ptrdiff_t[3]) { y_src_stride, uv_src_stride, uv_src_stride }, in check_yuv2rgb() [all...] |
Completed in 2 milliseconds