Searched defs:ST_B (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/third_party/libyuv/include/libyuv/ |
D | macros_msa.h | 143 #define ST_B(RTYPE, in, pdst) *((RTYPE*)(pdst)) = (in) /* NOLINT */ macro
|
/external/libyuv/include/libyuv/ |
D | macros_msa.h | 156 #define ST_B(RTYPE, in, pdst) *((RTYPE*)(pdst)) = (in) /* NOLINT */ macro
|
/external/libpng/mips/ |
D | filter_msa_intrinsics.c | 266 #define ST_B(RTYPE, in, pdst) *((RTYPE *) (pdst)) = (in) macro
|
/external/pcre/src/sljit/ |
D | sljitNativeLOONGARCH_64.c | 216 #define ST_B OPC_2RI12(0xa4) macro
|
/external/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 | 64 #define ST_B(RTYPE, in, pdst) *((RTYPE*)(pdst)) = in macro
|