Searched refs:ILVR_B4 (Results 1 – 4 of 4) sorted by relevance
/external/webp/src/dsp/ |
D | msa_macro.h | 873 #define ILVR_B4(RTYPE, in0, in1, in2, in3, in4, in5, in6, in7, \ macro 878 #define ILVR_B4_UB(...) ILVR_B4(v16u8, __VA_ARGS__) 879 #define ILVR_B4_SB(...) ILVR_B4(v16i8, __VA_ARGS__) 880 #define ILVR_B4_UH(...) ILVR_B4(v8u16, __VA_ARGS__) 881 #define ILVR_B4_SH(...) ILVR_B4(v8i16, __VA_ARGS__) 882 #define ILVR_B4_SW(...) ILVR_B4(v4i32, __VA_ARGS__)
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | macros_msa.h | 1062 #define ILVR_B4(RTYPE, in0, in1, in2, in3, in4, in5, in6, in7, out0, out1, \ macro 1068 #define ILVR_B4_UB(...) ILVR_B4(v16u8, __VA_ARGS__) 1069 #define ILVR_B4_SB(...) ILVR_B4(v16i8, __VA_ARGS__) 1070 #define ILVR_B4_UH(...) ILVR_B4(v8u16, __VA_ARGS__) 1071 #define ILVR_B4_SH(...) ILVR_B4(v8i16, __VA_ARGS__) 1077 ILVR_B4(RTYPE, in0, in1, in2, in3, in4, in5, in6, in7, out0, out1, out2, \ 1079 ILVR_B4(RTYPE, in8, in9, in10, in11, in12, in13, in14, in15, out4, out5, \
|
/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/libaom/libaom/aom_dsp/mips/ |
D | macros_msa.h | 1173 #define ILVR_B4(RTYPE, in0, in1, in2, in3, in4, in5, in6, in7, out0, out1, \ macro 1179 #define ILVR_B4_UB(...) ILVR_B4(v16u8, __VA_ARGS__) 1180 #define ILVR_B4_SB(...) ILVR_B4(v16i8, __VA_ARGS__) 1181 #define ILVR_B4_UH(...) ILVR_B4(v8u16, __VA_ARGS__) 1182 #define ILVR_B4_SH(...) ILVR_B4(v8i16, __VA_ARGS__) 1188 ILVR_B4(RTYPE, in0, in1, in2, in3, in4, in5, in6, in7, out0, out1, out2, \ 1190 ILVR_B4(RTYPE, in8, in9, in10, in11, in12, in13, in14, in15, out4, out5, \
|