Searched refs:ILVEV_D2_UB (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | vp8_macros_msa.h | 956 #define ILVEV_D2_UB(...) ILVEV_D2(v16u8, __VA_ARGS__) macro 1636 ILVEV_D2_UB(in0, in8, in1, in9, out7, out6); \ 1637 ILVEV_D2_UB(in2, in10, in3, in11, out5, out4); \ 1638 ILVEV_D2_UB(in4, in12, in5, in13, out3, out2); \ 1639 ILVEV_D2_UB(in6, in14, in7, in15, out1, out0); \
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | macros_msa.h | 1039 #define ILVEV_D2_UB(...) ILVEV_D2(v16u8, __VA_ARGS__) macro 1717 ILVEV_D2_UB(in0, in8, in1, in9, out7, out6); \ 1718 ILVEV_D2_UB(in2, in10, in3, in11, out5, out4); \ 1719 ILVEV_D2_UB(in4, in12, in5, in13, out3, out2); \ 1720 ILVEV_D2_UB(in6, in14, in7, in15, out1, out0); \
|