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