Home
last modified time | relevance | path

Searched refs:ILVR_W4_UB (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/mips/
Dvpx_convolve8_avg_horiz_msa.c87 ILVR_W4_UB(dst1, dst0, dst3, dst2, dst5, dst4, dst7, dst6, dst0, dst2, dst4, in common_hz_8t_and_aver_dst_4x8_msa()
371 ILVR_W4_UB(dst1, dst0, dst3, dst2, dst5, dst4, dst7, dst6, dst0, dst2, dst4, in common_hz_2t_and_aver_dst_4x8_msa()
Dvpx_convolve8_avg_msa.c319 ILVR_W4_UB(dst1, dst0, dst3, dst2, dst5, dst4, dst7, dst6, dst0, dst2, in common_hv_2ht_2vt_and_aver_dst_4x8_msa()
Dvpx_convolve8_avg_vert_msa.c314 ILVR_W4_UB(dst1, dst0, dst3, dst2, dst5, dst4, dst7, dst6, dst0, dst1, in common_vt_2t_and_aver_dst_4x8_msa()
Dmacros_msa.h1160 #define ILVR_W4_UB(...) ILVR_W4(v16u8, __VA_ARGS__) macro