Searched refs:ILVR_B4 (Results 1 – 3 of 3) sorted by relevance
/external/webp/src/dsp/ |
D | msa_macro.h | 871 #define ILVR_B4(RTYPE, in0, in1, in2, in3, in4, in5, in6, in7, \ macro 876 #define ILVR_B4_UB(...) ILVR_B4(v16u8, __VA_ARGS__) 877 #define ILVR_B4_SB(...) ILVR_B4(v16i8, __VA_ARGS__) 878 #define ILVR_B4_UH(...) ILVR_B4(v8u16, __VA_ARGS__) 879 #define ILVR_B4_SH(...) ILVR_B4(v8i16, __VA_ARGS__) 880 #define ILVR_B4_SW(...) ILVR_B4(v4i32, __VA_ARGS__)
|
/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | vp8_macros_msa.h | 1008 #define ILVR_B4(RTYPE, in0, in1, in2, in3, in4, in5, in6, in7, out0, out1, \ macro 1014 #define ILVR_B4_UB(...) ILVR_B4(v16u8, __VA_ARGS__) 1015 #define ILVR_B4_SB(...) ILVR_B4(v16i8, __VA_ARGS__) 1016 #define ILVR_B4_UH(...) ILVR_B4(v8u16, __VA_ARGS__) 1017 #define ILVR_B4_SH(...) ILVR_B4(v8i16, __VA_ARGS__) 1018 #define ILVR_B4_SW(...) ILVR_B4(v4i32, __VA_ARGS__)
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | macros_msa.h | 1187 #define ILVR_B4(RTYPE, in0, in1, in2, in3, in4, in5, in6, in7, out0, out1, \ macro 1193 #define ILVR_B4_UB(...) ILVR_B4(v16u8, __VA_ARGS__) 1194 #define ILVR_B4_SB(...) ILVR_B4(v16i8, __VA_ARGS__) 1195 #define ILVR_B4_UH(...) ILVR_B4(v8u16, __VA_ARGS__) 1196 #define ILVR_B4_SH(...) ILVR_B4(v8i16, __VA_ARGS__) 1202 ILVR_B4(RTYPE, in0, in1, in2, in3, in4, in5, in6, in7, out0, out1, out2, \ 1204 ILVR_B4(RTYPE, in8, in9, in10, in11, in12, in13, in14, in15, out4, out5, \
|