Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Dvf_hqx.c169 static av_always_inline void hq3x_interp_2x1(uint32_t *dst, int dst_linesize, in hq3x_interp_2x1() function
430hq3x_interp_2x1(dst32, dst32_linesize, r2y, pattern, w, 0,1, 0,1,2,3,4,5,6,… in hqx_filter()
431hq3x_interp_2x1(dst32 + 1, dst32_linesize, r2y, pattern, w, 1,3, 2,5,8,1,4,7,0,… in hqx_filter()
432hq3x_interp_2x1(dst32 + 1*dst32_linesize, dst32_linesize, r2y, pattern, w, 2,0, 6,3,0,7,4,1,8,… in hqx_filter()
433hq3x_interp_2x1(dst32 + 1*dst32_linesize + 1, dst32_linesize, r2y, pattern, w, 3,2, 8,7,6,5,4,3,2,… in hqx_filter()