Searched refs:dstStride_3x (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/loongarch/ |
H A D | h264qpel_lasx.c | 1108 int dstStride_3x = dstStride_2x + dstStride; in avg_h264_qpel8_v_lowpass_lasx() local 1130 dst, dstStride_3x, dst, dstStride_4x, in avg_h264_qpel8_v_lowpass_lasx() 1135 tmp01 = __lasx_xvldx(dst, dstStride_3x); in avg_h264_qpel8_v_lowpass_lasx() 1279 int dstStride_3x = dstStride_2x + dstStride; in avg_h264_qpel8_h_lowpass_lasx() local 1298 dstStride_3x, dst, dstStride_4x, src01, src02, src03, src04); in avg_h264_qpel8_h_lowpass_lasx() 1301 dst01 = __lasx_xvldx(dst, dstStride_3x); in avg_h264_qpel8_h_lowpass_lasx() 1314 __lasx_xvstelm_d(dst1, dst + dstStride_3x, 0, 2); in avg_h264_qpel8_h_lowpass_lasx() 1319 __lasx_xvstelm_d(dst3, dst + dstStride_3x, 0, 2); in avg_h264_qpel8_h_lowpass_lasx() 1341 ptrdiff_t dstStride_3x = dstStride_2x + dstStride; in avg_h264_qpel8_hv_lowpass_lasx() local 1371 dstStride_3x, ds in avg_h264_qpel8_hv_lowpass_lasx() [all...] |
Completed in 4 milliseconds