Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Dvf_hqx.c180 uint32_t *dst00 = &dst[dst_linesize*(pos00>>1) + (pos00&1)]; in hq3x_interp_2x1() local
184 *dst00 = interp_2px(w4, 3, w1, 1, 2); in hq3x_interp_2x1()
186 *dst00 = interp_2px(w4, 3, w3, 1, 2); in hq3x_interp_2x1()
188 *dst00 = w4; in hq3x_interp_2x1()
193 *dst00 = interp_2px(w4, 3, w0, 1, 2); in hq3x_interp_2x1()
195 *dst00 = interp_2px(w4, 3, w1, 1, 2); in hq3x_interp_2x1()
197 *dst00 = interp_2px(w4, 3, w3, 1, 2); in hq3x_interp_2x1()
199 *dst00 = interp_2px(w3, 1, w1, 1, 1); in hq3x_interp_2x1()
202 *dst00 = interp_3px(w4, 2, w3, 7, w1, 7, 4); in hq3x_interp_2x1()
207 *dst00 = interp_2px(w4, 3, w0, 1, 2); in hq3x_interp_2x1()
[all …]
/third_party/ffmpeg/libavcodec/loongarch/
Dh264qpel_lasx.c1281 __m256i dst00, dst01, dst0, dst1, dst2, dst3; in avg_h264_qpel8_h_lowpass_lasx() local
1300 DUP2_ARG2(__lasx_xvldx, dst, dstStride, dst, dstStride_2x, src05, dst00); in avg_h264_qpel8_h_lowpass_lasx()
1306 dst3 = __lasx_xvpermi_q(dst00, dst01, 0x02); in avg_h264_qpel8_h_lowpass_lasx()