Searched defs:ST_B (Results 1 – 5 of 5) sorted by relevance
/external/libyuv/files/include/libyuv/ |
D | macros_msa.h | 143 #define ST_B(RTYPE, in, pdst) *((RTYPE*)(pdst)) = (in) /* NOLINT */ macro
|
/external/libpng/mips/ |
D | filter_msa_intrinsics.c | 265 #define ST_B(RTYPE, in, pdst) *((RTYPE *) (pdst)) = (in) macro
|
/external/libvpx/libvpx/vp8/common/mips/msa/ |
D | vp8_macros_msa.h | 31 #define ST_B(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in) macro
|
/external/webp/src/dsp/ |
D | msa_macro.h | 58 #define ST_B(RTYPE, in, pdst) *((RTYPE*)(pdst)) = in macro
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | macros_msa.h | 30 #define ST_B(RTYPE, in, pdst) *((RTYPE *)(pdst)) = (in) macro
|