/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dsp/ |
A D | lossless_msa.c | 54 #define CONVERT4_BGRA_XXX(psrc, pdst, m) do { \ argument 59 SD(pix_d, pdst + 0); \ 60 SW(pix_w, pdst + 8); \ 63 #define CONVERT1_BGRA_BGR(psrc, pdst) do { \ argument 67 (pdst)[0] = b; \ 68 (pdst)[1] = g; \ 69 (pdst)[2] = r; \ 72 #define CONVERT1_BGRA_RGB(psrc, pdst) do { \ argument 76 (pdst)[0] = r; \ 77 (pdst)[1] = g; \ [all …]
|
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 95 #define MSA_STORE(val, pdst, FUNC_NAME) FUNC_NAME(val, pdst) 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 132 #define SW(val, pdst) MSA_STORE(val, pdst, msa_usw) 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 44 [temp3]"=&r"(temp3), [palpha]"+r"(palpha), [pdst]"+r"(pdst), in DispatchAlpha_MIPSdspR2() 58 : [temp0]"=&r"(temp0), [palpha]"+r"(palpha), [pdst]"+r"(pdst), in DispatchAlpha_MIPSdspR2()
|
A D | filters_mips_dsp_r2.c | 38 uint8_t* pdst = (uint8_t*)(DST); \ 98 [temp6]"=&r"(temp6), [dst]"+&r"(pdst), [src]"+&r"(psrc) \ 112 uint8_t* pdst = (uint8_t*)(DST); \ 162 [dst]"+&r"(pdst), [src]"+&r"(psrc) \
|
A D | dec_msa.c | 293 #define ST6x1_UB(in0, in0_idx, in1, in1_idx, pdst, stride) do { \ argument 296 SW(tmp0_w, pdst); \ 297 SH(tmp0_h, pdst + stride); \ 300 #define ST6x4_UB(in0, start_in0_idx, in1, start_in1_idx, pdst, stride) do { \ argument 301 uint8_t* ptmp1 = (uint8_t*)pdst; \
|
/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 62 uint8_t *pdst_sh_m = (uint8_t *) (pdst); \ 73 #define SW(val, pdst) \ argument 75 uint8_t *pdst_sw_m = (uint8_t *) (pdst); \ 131 #define SH(val, pdst) \ argument 237 #define SW_ZERO(pdst) \ argument 239 uint8_t *pdst_m = (uint8_t *) (pdst); \ 266 #define ST_B(RTYPE, in, pdst) *((RTYPE *) (pdst)) = (in) argument 268 #define ST_B2(RTYPE, in0, in1, pdst, stride) \ argument 270 ST_B(RTYPE, in0, (pdst)); \ [all …]
|
/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 534 __ASSERT(((psrc < pdst && (psrc + length) <= pdst) || in sys_memcpy_swap() 535 (psrc > pdst && (pdst + length) <= psrc)), in sys_memcpy_swap() 541 *pdst++ = *psrc--; in sys_memcpy_swap()
|
/AliOS-Things-master/hardware/chip/haas1000/csi/ |
A D | flash.c | 29 char *pdst = (char *)dst; in bes_flash_memcpy() local 35 *pdst++ = *psrc++; in bes_flash_memcpy() 38 pintdst = (long long*)pdst; in bes_flash_memcpy() 44 pdst = (char*)pintdst; in bes_flash_memcpy() 47 *pdst++ = *psrc++; in bes_flash_memcpy()
|
/AliOS-Things-master/hardware/chip/haas1000/hal/ |
A D | flash.c | 43 char *pdst = (char *)dst; in my_memcpy() local 49 *pdst++ = *psrc++; in my_memcpy() 52 pintdst = (long long*)pdst; in my_memcpy() 58 pdst = (char*)pintdst; in my_memcpy() 61 *pdst++ = *psrc++; in my_memcpy()
|
/AliOS-Things-master/components/amp/services/app_mgr/ |
A D | app_mgr.c | 172 uint8_t *pdst; in apppack_update() local 208 pdst = (uint8_t *)&header; in apppack_update() 209 memcpy(pdst + jspacksize, ptr, len); in apppack_update() 243 pdst = (uint8_t *)&fileheader; in apppack_update() 244 memcpy(pdst + jspackfile_header_offset, ptr, len); in apppack_update()
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | libunicode.h | 109 int unicode_normalize(uint32_t **pdst, const uint32_t *src, int src_len,
|
A D | libunicode.c | 835 int unicode_normalize(uint32_t **pdst, const uint32_t *src, int src_len, in unicode_normalize() argument 857 *pdst = (uint32_t *)buf; in unicode_normalize() 865 *pdst = NULL; in unicode_normalize() 875 *pdst = (uint32_t *)buf; in unicode_normalize() 904 *pdst = (uint32_t *)buf; in unicode_normalize()
|
A D | jscompress.c | 691 int lz_compress(uint8_t **pdst, const uint8_t *src, int src_len) in lz_compress() argument 755 *pdst = dst; in lz_compress()
|
/AliOS-Things-master/components/csi/csi2/include/drv/ |
A D | rsa.h | 79 uint8_t *pdst; member
|
/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 697 if (psrc[i] == pdst[i] && pdst[i] != TRANSPARENT_COLOR) { in IncreaseTransparency() 698 pdst[i] = TRANSPARENT_COLOR; in IncreaseTransparency() 733 uint32_t* const pdst = dst->argb + j * dst->argb_stride + i; in FlattenSimilarBlocks() local 739 PixelsAreSimilar(src_pixel, pdst[x + y * dst->argb_stride], in FlattenSimilarBlocks() 757 pdst[x + y * dst->argb_stride] = color; in FlattenSimilarBlocks()
|
/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() argument 214 *pdst = dst; in TTF_initLineMectrics()
|