/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/ |
A D | lossless_msa.c | 24 #define CONVERT16_BGRA_XXX(psrc, pdst, m0, m1, m2) do { \ argument 33 #define CONVERT12_BGRA_XXX(psrc, pdst, m0, m1, m2) do { \ argument 44 #define CONVERT8_BGRA_XXX(psrc, pdst, m0, m1) do { \ argument 54 #define CONVERT4_BGRA_XXX(psrc, pdst, m) do { \ argument 63 #define CONVERT1_BGRA_BGR(psrc, pdst) do { \ argument 72 #define CONVERT1_BGRA_RGB(psrc, pdst) do { \ argument
|
A D | msa_macro.h | 60 #define ST_B(RTYPE, in, pdst) *((RTYPE*)(pdst)) = in argument 64 #define ST_H(RTYPE, in, pdst) *((RTYPE*)(pdst)) = in argument 68 #define ST_W(RTYPE, in, pdst) *((RTYPE*)(pdst)) = in argument 111 #define SH(val, pdst) MSA_STORE(val, pdst, msa_sh) argument 113 #define SW(val, pdst) MSA_STORE(val, pdst, msa_sw) argument 115 #define SD(val, pdst) MSA_STORE(val, pdst, msa_sd) argument 130 #define SH(val, pdst) MSA_STORE(val, pdst, msa_ush) argument 168 #define SW4(in0, in1, in2, in3, pdst, stride) do { \ argument 179 #define SW3(in0, in1, in2, pdst, stride) do { \ argument 188 #define SW2(in0, in1, pdst, stride) do { \ argument [all …]
|
A D | alpha_processing_mips_dsp_r2.c | 26 uint8_t* pdst = dst; in DispatchAlpha_MIPSdspR2() local
|
A D | dec_msa.c | 293 #define ST6x1_UB(in0, in0_idx, in1, in1_idx, pdst, stride) do { \ argument 300 #define ST6x4_UB(in0, start_in0_idx, in1, start_in1_idx, pdst, stride) do { \ argument
|
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/mips/ |
A D | filter_msa_intrinsics.c | 60 #define SH(val, pdst) \ argument 73 #define SW(val, pdst) \ argument 87 #define SD(val, pdst) \ argument 131 #define SH(val, pdst) \ argument 144 #define SW(val, pdst) \ argument 158 #define SD(val, pdst) \ argument 199 #define SH(val, pdst) \ argument 212 #define SW(val, pdst) \ argument 237 #define SW_ZERO(pdst) \ argument 266 #define ST_B(RTYPE, in, pdst) *((RTYPE *) (pdst)) = (in) argument [all …]
|
/AliOS-Things-master/hardware/chip/haas1000/csi/ |
A D | flash.c | 29 char *pdst = (char *)dst; in bes_flash_memcpy() local
|
/AliOS-Things-master/components/csi/csi2/include/drv/ |
A D | rsa.h | 79 uint8_t *pdst; member
|
/AliOS-Things-master/hardware/chip/haas1000/hal/ |
A D | flash.c | 43 char *pdst = (char *)dst; in my_memcpy() local
|
/AliOS-Things-master/components/amp/services/app_mgr/ |
A D | app_mgr.c | 172 uint8_t *pdst; in apppack_update() local
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | jscompress.c | 691 int lz_compress(uint8_t **pdst, const uint8_t *src, int src_len) in lz_compress()
|
A D | libunicode.c | 835 int unicode_normalize(uint32_t **pdst, const uint32_t *src, int src_len, in unicode_normalize()
|
/AliOS-Things-master/components/ble_host/bt_host/port/include/misc/ |
A D | byteorder.h | 531 u8_t *pdst = (u8_t *)dst; in sys_memcpy_swap() local
|
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/mux/ |
A D | anim_encode.c | 695 uint32_t* const pdst = dst->argb + j * dst->argb_stride; in IncreaseTransparency() local 733 uint32_t* const pdst = dst->argb + j * dst->argb_stride + i; in FlattenSimilarBlocks() local
|
/AliOS-Things-master/components/SDL2/src/ttf/ |
A D | SDL_ttf.c | 199 …ctrics(const TTF_Font *font, const SDL_Surface *textbuf, const int row, Uint8 **pdst, int *pheight) in TTF_initLineMectrics()
|