Home
last modified time | relevance | path

Searched refs:ST_B2 (Results 1 – 5 of 5) sorted by relevance

/external/libyuv/files/include/libyuv/
Dmacros_msa.h176 #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/
Dfilter_msa_intrinsics.c267 #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/
Dmsa_macro.h294 #define ST_B2(RTYPE, in0, in1, pdst, stride) do { \ macro
298 #define ST_UB2(...) ST_B2(v16u8, __VA_ARGS__)
299 #define ST_SB2(...) ST_B2(v16i8, __VA_ARGS__)
302 ST_B2(RTYPE, in0, in1, pdst, stride); \
303 ST_B2(RTYPE, in2, in3, pdst + 2 * stride, stride); \
/external/libvpx/libvpx/vp8/common/mips/msa/
Dvp8_macros_msa.h345 #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/libvpx/libvpx/vpx_dsp/mips/
Dmacros_msa.h407 #define ST_B2(RTYPE, in0, in1, pdst, stride) \ macro
412 #define ST_UB2(...) ST_B2(v16u8, __VA_ARGS__)
416 ST_B2(RTYPE, in0, in1, (pdst), stride); \
417 ST_B2(RTYPE, in2, in3, (pdst) + 2 * stride, stride); \