Searched refs:ILVR_B4 (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | vp8_macros_msa.h | 1029 #define ILVR_B4(RTYPE, in0, in1, in2, in3, in4, in5, in6, in7, \ macro 1035 #define ILVR_B4_UB(...) ILVR_B4(v16u8, __VA_ARGS__) 1036 #define ILVR_B4_SB(...) ILVR_B4(v16i8, __VA_ARGS__) 1037 #define ILVR_B4_UH(...) ILVR_B4(v8u16, __VA_ARGS__) 1038 #define ILVR_B4_SH(...) ILVR_B4(v8i16, __VA_ARGS__) 1039 #define ILVR_B4_SW(...) ILVR_B4(v4i32, __VA_ARGS__)
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | macros_msa.h | 1108 #define ILVR_B4(RTYPE, in0, in1, in2, in3, in4, in5, in6, in7, \ macro 1113 #define ILVR_B4_UB(...) ILVR_B4(v16u8, __VA_ARGS__) 1114 #define ILVR_B4_SB(...) ILVR_B4(v16i8, __VA_ARGS__) 1115 #define ILVR_B4_UH(...) ILVR_B4(v8u16, __VA_ARGS__) 1116 #define ILVR_B4_SH(...) ILVR_B4(v8i16, __VA_ARGS__) 1121 ILVR_B4(RTYPE, in0, in1, in2, in3, in4, in5, in6, in7, \ 1123 ILVR_B4(RTYPE, in8, in9, in10, in11, in12, in13, in14, in15, \
|