Searched refs:ST_B2 (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | vp8_macros_msa.h | 363 #define ST_B2(RTYPE, in0, in1, pdst, stride) \ macro 368 #define ST_UB2(...) ST_B2(v16u8, __VA_ARGS__) 372 ST_B2(RTYPE, in0, in1, (pdst), stride); \ 373 ST_B2(RTYPE, in2, in3, (pdst) + 2 * stride, stride); \
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | macros_msa.h | 400 #define ST_B2(RTYPE, in0, in1, pdst, stride) { \ macro 404 #define ST_UB2(...) ST_B2(v16u8, __VA_ARGS__) 407 ST_B2(RTYPE, in0, in1, (pdst), stride); \ 408 ST_B2(RTYPE, in2, in3, (pdst) + 2 * stride, stride); \
|