Home
last modified time | relevance | path

Searched refs:dst2_x (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()
1099 dst2_x = __msa_bmnz_v(dst2_y, dst2_x, is_less_than_alpha); in avc_h_loop_filter_luma_mbaff_intra_msa()
1101 dst2_x = __msa_bmnz_v((v16u8) src2, dst2_x, is_less_than); in avc_h_loop_filter_luma_mbaff_intra_msa()
1117 ILVR_B2_UB(dst1, dst0, dst3_x, dst2_x, dst0, dst1); in avc_h_loop_filter_luma_mbaff_intra_msa()
1118 dst2_x = (v16u8) __msa_ilvr_b((v16i8) dst5, (v16i8) dst4); in avc_h_loop_filter_luma_mbaff_intra_msa()
1120 ILVRL_H2_SH(zeros, dst2_x, tmp2, tmp3); in avc_h_loop_filter_luma_mbaff_intra_msa()
1124 dst2_x = (v16u8) __msa_ilvl_w((v4i32) tmp2, (v4i32) tmp0); 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()
[all …]