Searched refs:dst3_y_r (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/ |
H A D | h264dsp_msa.c | 986 v8u16 dst2_x_r, dst2_y_r, dst3_x_r, dst3_y_r; in avc_h_loop_filter_luma_mbaff_intra_msa() local 1086 dst3_y_r = (2 * src4_r) + src3_r + src1_r; in avc_h_loop_filter_luma_mbaff_intra_msa() 1087 dst3_y_r = (v8u16) __msa_srari_h((v8i16) dst3_y_r, 2); 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() 1094 dst3_y_r = (2 * src4_r) + src3_r + src1_r; in avc_h_loop_filter_luma_mbaff_intra_msa() 1095 dst3_y_r = (v8u16) __msa_srari_h((v8i16) dst3_y_r, 2); in avc_h_loop_filter_luma_mbaff_intra_msa() 1097 PCKEV_B2_UB(dst2_y_r, dst2_y_r, dst3_y_r, dst3_y_ in avc_h_loop_filter_luma_mbaff_intra_msa() [all...] |
Completed in 4 milliseconds