Home
last modified time | relevance | path

Searched refs:hq4x_interp_2x2 (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dvf_hqx.c235 static av_always_inline void hq4x_interp_2x2(uint32_t *dst, int dst_linesize, in hq4x_interp_2x2() function
436hq4x_interp_2x2(dst32, dst32_linesize, r2y, pattern, w, 0,1,2,3, 0,1,2,3,4,… in hqx_filter()
437hq4x_interp_2x2(dst32 + 2, dst32_linesize, r2y, pattern, w, 1,0,3,2, 2,1,0,5,4,… in hqx_filter()
438hq4x_interp_2x2(dst32 + 2*dst32_linesize, dst32_linesize, r2y, pattern, w, 2,3,0,1, 6,7,8,3,4,… in hqx_filter()
439hq4x_interp_2x2(dst32 + 2*dst32_linesize + 2, dst32_linesize, r2y, pattern, w, 3,2,1,0, 8,7,6,5,4,… in hqx_filter()