Searched refs:ST_B2 (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | macros_msa.h | 176 #define ST_B2(RTYPE, in0, in1, pdst, stride) \ macro 181 #define ST_UB2(...) ST_B2(v16u8, __VA_ARGS__) 185 ST_B2(RTYPE, in0, in1, (pdst), stride); \ 186 ST_B2(RTYPE, in2, in3, (pdst) + 2 * stride, stride); \
|
/external/libyuv/files/include/libyuv/ |
D | macros_msa.h | 176 #define ST_B2(RTYPE, in0, in1, pdst, stride) \ macro 181 #define ST_UB2(...) ST_B2(v16u8, __VA_ARGS__) 185 ST_B2(RTYPE, in0, in1, (pdst), stride); \ 186 ST_B2(RTYPE, in2, in3, (pdst) + 2 * stride, stride); \
|
/external/libpng/mips/ |
D | filter_msa_intrinsics.c | 267 #define ST_B2(RTYPE, in0, in1, pdst, stride) \ macro 272 #define ST_UB2(...) ST_B2(v16u8, __VA_ARGS__) 275 ST_B2(RTYPE, in0, in1, (pdst), stride); \ 276 ST_B2(RTYPE, in2, in3, (pdst) + 2 * stride, stride); \
|
/external/webp/src/dsp/ |
D | msa_macro.h | 296 #define ST_B2(RTYPE, in0, in1, pdst, stride) do { \ macro 300 #define ST_UB2(...) ST_B2(v16u8, __VA_ARGS__) 301 #define ST_SB2(...) ST_B2(v16i8, __VA_ARGS__) 304 ST_B2(RTYPE, in0, in1, pdst, stride); \ 305 ST_B2(RTYPE, in2, in3, pdst + 2 * stride, stride); \
|
/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | vp8_macros_msa.h | 345 #define ST_B2(RTYPE, in0, in1, pdst, stride) \ macro 350 #define ST_UB2(...) ST_B2(v16u8, __VA_ARGS__) 354 ST_B2(RTYPE, in0, in1, (pdst), stride); \ 355 ST_B2(RTYPE, in2, in3, (pdst) + 2 * stride, stride); \
|
/external/libaom/libaom/aom_dsp/mips/ |
D | macros_msa.h | 409 #define ST_B2(RTYPE, in0, in1, pdst, stride) \ macro 414 #define ST_UB2(...) ST_B2(v16u8, __VA_ARGS__) 418 ST_B2(RTYPE, in0, in1, (pdst), stride); \ 419 ST_B2(RTYPE, in2, in3, (pdst) + 2 * stride, stride); \
|