Searched refs:ILVR_D2_UB (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/ |
H A D | h264chroma_msa.c | 414 ILVR_D2_UB(tmp1, tmp0, tmp3, tmp2, tmp0, tmp2); in avc_chroma_vt_4x4_msa() 441 ILVR_D2_UB(tmp1, tmp0, tmp3, tmp2, tmp0, tmp2); in avc_chroma_vt_4x8_msa() 442 ILVR_D2_UB(tmp5, tmp4, tmp7, tmp6, tmp4, tmp6); in avc_chroma_vt_4x8_msa() 585 ILVR_D2_UB(tmp1, tmp0, tmp3, tmp2, src0, src1); in avc_chroma_hv_2x4_msa() 1269 ILVR_D2_UB(tmp1, tmp0, tmp3, tmp2, tmp0, tmp2); in avc_chroma_vt_and_aver_dst_4x4_msa() 1304 ILVR_D2_UB(tmp1, tmp0, tmp3, tmp2, tmp0, tmp2); in avc_chroma_vt_and_aver_dst_4x8_msa() 1305 ILVR_D2_UB(tmp5, tmp4, tmp7, tmp6, tmp4, tmp6); in avc_chroma_vt_and_aver_dst_4x8_msa() 1486 ILVR_D2_UB(tmp1, tmp0, tmp3, tmp2, src0, src1); in avc_chroma_hv_and_aver_dst_2x4_msa()
|
H A D | vp9_mc_msa.c | 1060 ILVR_D2_UB(res1, res0, res3, res2, res0, res2); in common_hz_8t_and_aver_dst_4x8_msa() 2876 ILVR_D2_UB(res1, res0, res3, res2, res0, res2); in common_hz_2t_and_aver_dst_4x8_msa() 3196 ILVR_D2_UB(src21_r, src10_r, src43_r, src32_r, src2110, src4332); in common_vt_2t_and_aver_dst_4x4_msa()
|
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | msa_macro.h | 919 #define ILVR_D2_UB(...) ILVR_D2(v16u8, __VA_ARGS__) macro
|
/third_party/ffmpeg/libavutil/mips/ |
H A D | generic_macros_msa.h | 1443 #define ILVR_D2_UB(...) ILVR_D2(v16u8, __VA_ARGS__) macro
|
Completed in 21 milliseconds