Searched refs:ILVL_B4 (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/vpx_dsp/mips/ |
D | macros_msa.h | 1007 #define ILVL_B4(RTYPE, in0, in1, in2, in3, in4, in5, in6, in7, out0, out1, \ macro 1013 #define ILVL_B4_SB(...) ILVL_B4(v16i8, __VA_ARGS__) 1014 #define ILVL_B4_SH(...) ILVL_B4(v8i16, __VA_ARGS__) 1015 #define ILVL_B4_UH(...) ILVL_B4(v8u16, __VA_ARGS__)
|
/external/libvpx/vp8/common/mips/msa/ |
D | vp8_macros_msa.h | 955 #define ILVL_B4(RTYPE, in0, in1, in2, in3, in4, in5, in6, in7, out0, out1, \ macro 961 #define ILVL_B4_SB(...) ILVL_B4(v16i8, __VA_ARGS__) 962 #define ILVL_B4_SH(...) ILVL_B4(v8i16, __VA_ARGS__)
|