Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/mips/
Dh264dsp_msa.c986 v8u16 dst2_x_r, dst2_y_r, dst3_x_r, dst3_y_r; in avc_h_loop_filter_luma_mbaff_intra_msa() local
1062 dst2_x_r = src1_r + src2_r + src3_r; in avc_h_loop_filter_luma_mbaff_intra_msa()
1063 dst2_x_r = src0_r + (2 * (dst2_x_r)) + src4_r; in avc_h_loop_filter_luma_mbaff_intra_msa()
1064 dst2_x_r = (v8u16) __msa_srari_h((v8i16) dst2_x_r, 3); in avc_h_loop_filter_luma_mbaff_intra_msa()
1074 PCKEV_B2_UB(dst2_x_r, dst2_x_r, dst2_y_r, dst2_y_r, dst2_x, dst2_y); in avc_h_loop_filter_luma_mbaff_intra_msa()