Home
last modified time | relevance | path

Searched refs:dst3_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
1077 dst3_x_r = src2_r + src3_r + src4_r; in avc_h_loop_filter_luma_mbaff_intra_msa()
1078 dst3_x_r = src1_r + (2 * dst3_x_r) + src5_r; in avc_h_loop_filter_luma_mbaff_intra_msa()
1079 dst3_x_r = (v8u16) __msa_srari_h((v8i16) dst3_x_r, 3); in avc_h_loop_filter_luma_mbaff_intra_msa()
1089 PCKEV_B2_UB(dst3_x_r, dst3_x_r, dst3_y_r, dst3_y_r, dst3_x, dst3_y); in avc_h_loop_filter_luma_mbaff_intra_msa()