Searched refs:ST_V8 (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | macros_msa.h | 331 #define ST_V8(RTYPE, in0, in1, in2, in3, in4, in5, in6, in7, pdst, stride) \ macro 336 #define ST_UB8(...) ST_V8(v16u8, __VA_ARGS__) 337 #define ST_SH8(...) ST_V8(v8i16, __VA_ARGS__)
|