Searched refs:ST_V4 (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/vpx_dsp/mips/ |
D | macros_msa.h | 325 #define ST_V4(RTYPE, in0, in1, in2, in3, pdst, stride) \ macro 330 #define ST_UB4(...) ST_V4(v16u8, __VA_ARGS__) 331 #define ST_SH4(...) ST_V4(v8i16, __VA_ARGS__) 335 ST_V4(RTYPE, in0, in1, in2, in3, pdst, stride); \ 336 ST_V4(RTYPE, in4, in5, in6, in7, (pdst) + 4 * stride, stride); \
|