Home
last modified time | relevance | path

Searched refs:argb_dst (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dnear_lossless_enc.c76 uint32_t* argb_dst) { in NearLossless() argument
85 for (y = 0; y < ysize; ++y, argb_src += stride, argb_dst += xsize) { in NearLossless()
87 memcpy(argb_dst, argb_src, xsize * sizeof(argb_src[0])); in NearLossless()
90 argb_dst[0] = argb_src[0]; in NearLossless()
91 argb_dst[xsize - 1] = argb_src[xsize - 1]; in NearLossless()
94 argb_dst[x] = curr_row[x]; in NearLossless()
111 uint32_t* const argb_dst) { in VP8ApplyNearLossless() argument
119 assert(argb_dst != NULL); in VP8ApplyNearLossless()
131 xsize * sizeof(*argb_dst)); in VP8ApplyNearLossless()
138 argb_dst); in VP8ApplyNearLossless()
[all …]
A Dvp8li_enc.h98 uint32_t* const argb_dst);
A Dpicture_csp_enc.c1079 uint32_t* const argb_dst = picture->argb + y * picture->argb_stride; in WebPPictureYUVAToARGB() local
1083 argb_dst[x] = (argb_dst[x] & 0x00ffffffu) | ((uint32_t)src[x] << 24); in WebPPictureYUVAToARGB()

Completed in 8 milliseconds