Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/mips/
Dh264dsp_msa.c987 v16u8 dst0, dst1, dst4, dst5, dst2_x, dst2_y, dst3_x, dst3_y; in avc_h_loop_filter_luma_mbaff_intra_msa() local
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()
1075 dst2_x = __msa_bmnz_v(dst2_y, dst2_x, is_less_than_beta1); in avc_h_loop_filter_luma_mbaff_intra_msa()
1097 PCKEV_B2_UB(dst2_y_r, dst2_y_r, dst3_y_r, dst3_y_r, dst2_y, dst3_y); in avc_h_loop_filter_luma_mbaff_intra_msa()
1099 dst2_x = __msa_bmnz_v(dst2_y, dst2_x, is_less_than_alpha); in avc_h_loop_filter_luma_mbaff_intra_msa()
1125 dst2_y = (v16u8) __msa_ilvl_w((v4i32) tmp3, (v4i32) tmp1); in avc_h_loop_filter_luma_mbaff_intra_msa()
1126 SLDI_B2_UB(zeros, dst2_x, zeros, dst2_y, 8, dst3_x, dst3_y); in avc_h_loop_filter_luma_mbaff_intra_msa()
1164 out0 = __msa_copy_u_w((v4i32) dst2_y, 0); in avc_h_loop_filter_luma_mbaff_intra_msa()
1165 out1 = __msa_copy_u_h((v8i16) dst2_y, 2); in avc_h_loop_filter_luma_mbaff_intra_msa()