Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/mips/
Dvpx_convolve8_avg_vert_msa.c284 ILVR_D2_UB(src21_r, src10_r, src43_r, src32_r, src2110, src4332); in common_vt_2t_and_aver_dst_4x4_msa()
316 ILVR_D2_UB(dst1, dst0, dst3, dst2, dst0, dst1); in common_vt_2t_and_aver_dst_4x8_msa()
Dvpx_convolve8_avg_horiz_msa.c85 ILVR_D2_UB(res1, res0, res3, res2, res0, res2); in common_hz_8t_and_aver_dst_4x8_msa()
89 ILVR_D2_UB(dst2, dst0, dst6, dst4, dst0, dst4); in common_hz_8t_and_aver_dst_4x8_msa()
Dmacros_msa.h1173 #define ILVR_D2_UB(...) ILVR_D2(v16u8, __VA_ARGS__) macro
1903 ILVR_D2_UB(dst1, dst0, dst3, dst2, tmp2_m, tmp3_m); \
Dsub_pixel_variance_msa.c613 ILVR_D2_UB(src21_r, src10_r, src43_r, src32_r, src2110, src4332); in sub_pixel_sse_diff_4width_v_msa()
1281 ILVR_D2_UB(src21_r, src10_r, src43_r, src32_r, src2110, src4332); in sub_pixel_avg_sse_diff_4width_v_msa()
/external/libvpx/libvpx/vp8/common/mips/msa/
Dpostproc_msa.c141 ILVR_D2_UB(temp4, temp0, temp5, temp1, in0, in2); \
145 ILVR_D2_UB(temp6, temp2, temp7, temp3, in4, in6); \
Dvp8_macros_msa.h1084 #define ILVR_D2_UB(...) ILVR_D2(v16u8, __VA_ARGS__) macro