Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/mips/
Dhevc_lpf_sao_msa.c1214 XORI_B4_128_UB(src0, src1, src2, src3); in hevc_sao_band_filter_16multiple_msa()
1238 XORI_B4_128_UB(src0, src1, src2, src3); in hevc_sao_band_filter_16multiple_msa()
1540 XORI_B4_128_UB(dst0, dst1, dst2, dst3); in hevc_sao_edge_filter_0degree_16multiple_msa()
1848 XORI_B4_128_UB(src_minus11, src10, src11, src12); in hevc_sao_edge_filter_90degree_16multiple_msa()
1855 XORI_B4_128_UB(dst0, dst1, dst2, dst3); in hevc_sao_edge_filter_90degree_16multiple_msa()
2199 XORI_B4_128_UB(dst0, dst1, dst2, dst3); in hevc_sao_edge_filter_45degree_16multiple_msa()
2548 XORI_B4_128_UB(dst0, dst1, dst2, dst3); in hevc_sao_edge_filter_135degree_16multiple_msa()
Dh264dsp_msa.c324 XORI_B4_128_UB(src0, src1, dst0, dst1); in avc_biwgt_4x8_msa()
362 XORI_B4_128_UB(src0, src1, dst0, dst1); in avc_biwgt_8x4_msa()
463 XORI_B4_128_UB(src0, src1, src2, src3); in avc_biwgt_8x16_msa()
464 XORI_B4_128_UB(dst0, dst1, dst2, dst3); in avc_biwgt_8x16_msa()
Dhevc_mc_uni_msa.c1093 XORI_B4_128_UB(tmp0, tmp1, tmp2, tmp3); in common_vt_8t_12w_msa()
1191 XORI_B4_128_UB(tmp0, tmp1, tmp2, tmp3); in common_vt_8t_16w_msa()
1276 XORI_B4_128_UB(tmp0, tmp1, tmp2, tmp3); in common_vt_8t_16w_mult_msa()
2871 XORI_B4_128_UB(tmp0, tmp1, tmp2, tmp3); in common_vt_4t_16w_msa()
Dvp8_mc_msa.c487 XORI_B4_128_UB(tmp0, tmp1, tmp2, tmp3); in ff_put_vp8_epel16_v6_msa()
1031 XORI_B4_128_UB(tmp0, tmp1, tmp2, tmp3); in ff_put_vp8_epel16_v4_msa()
Dh264qpel_msa.c1238 XORI_B4_128_UB(res0, res1, res2, res3); in ff_put_h264_qpel16_mc01_msa()
1312 XORI_B4_128_UB(res0, res1, res2, res3); in ff_put_h264_qpel16_mc03_msa()
2270 XORI_B4_128_UB(res0, res1, res2, res3); in ff_put_h264_qpel16_mc02_msa()
3698 XORI_B4_128_UB(res0, res1, res2, res3); in ff_avg_h264_qpel16_mc01_msa()
3775 XORI_B4_128_UB(res0, res1, res2, res3); in ff_avg_h264_qpel16_mc03_msa()
4856 XORI_B4_128_UB(res0, res1, res2, res3); in ff_avg_h264_qpel16_mc02_msa()
Dvp9_mc_msa.c636 XORI_B4_128_UB(tmp0, tmp1, tmp2, tmp3); in common_vt_8t_16w_msa()
721 XORI_B4_128_UB(tmp0, tmp1, tmp2, tmp3); in common_vt_8t_16w_mult_msa()
1492 XORI_B4_128_UB(tmp0, tmp1, tmp2, tmp3); in common_vt_8t_and_aver_dst_16w_mult_msa()
/third_party/ffmpeg/libavutil/mips/
Dgeneric_macros_msa.h1850 #define XORI_B4_128_UB(...) XORI_B4_128(v16u8, __VA_ARGS__) macro