Searched refs:ST_V (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | macros_msa.h | 26 #define ST_V(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in) macro 27 #define ST_UB(...) ST_V(v16u8, __VA_ARGS__) 28 #define ST_SB(...) ST_V(v16i8, __VA_ARGS__) 29 #define ST_SH(...) ST_V(v8i16, __VA_ARGS__) 30 #define ST_SW(...) ST_V(v4i32, __VA_ARGS__) 316 ST_V(RTYPE, in0, (pdst)); \ 317 ST_V(RTYPE, in1, (pdst) + stride); \
|