Searched refs:XORI_B4_128_UB (Results 1 – 7 of 7) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/ |
D | hevc_lpf_sao_msa.c | 1214 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()
|
D | h264dsp_msa.c | 324 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()
|
D | hevc_mc_uni_msa.c | 1093 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()
|
D | vp8_mc_msa.c | 487 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()
|
D | h264qpel_msa.c | 1238 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()
|
D | vp9_mc_msa.c | 636 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/ |
D | generic_macros_msa.h | 1850 #define XORI_B4_128_UB(...) XORI_B4_128(v16u8, __VA_ARGS__) macro
|