Searched refs:ILVL_B4 (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | macros_msa.h | 1005 #define ILVL_B4(RTYPE, in0, in1, in2, in3, in4, in5, in6, in7, out0, out1, \ macro 1011 #define ILVL_B4_SB(...) ILVL_B4(v16i8, __VA_ARGS__) 1012 #define ILVL_B4_SH(...) ILVL_B4(v8i16, __VA_ARGS__) 1013 #define ILVL_B4_UH(...) ILVL_B4(v8u16, __VA_ARGS__)
|
/external/libaom/libaom/aom_dsp/mips/ |
D | macros_msa.h | 1116 #define ILVL_B4(RTYPE, in0, in1, in2, in3, in4, in5, in6, in7, out0, out1, \ macro 1122 #define ILVL_B4_SB(...) ILVL_B4(v16i8, __VA_ARGS__) 1123 #define ILVL_B4_SH(...) ILVL_B4(v8i16, __VA_ARGS__) 1124 #define ILVL_B4_UH(...) ILVL_B4(v8u16, __VA_ARGS__)
|
/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | vp8_macros_msa.h | 953 #define ILVL_B4(RTYPE, in0, in1, in2, in3, in4, in5, in6, in7, out0, out1, \ macro 959 #define ILVL_B4_SB(...) ILVL_B4(v16i8, __VA_ARGS__) 960 #define ILVL_B4_SH(...) ILVL_B4(v8i16, __VA_ARGS__)
|