Home
last modified time | relevance | path

Searched refs:WEBP_ALIGN (Results 1 – 10 of 10) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dwebp_enc.c207 mem = (uint8_t*)WEBP_ALIGN(mem + sizeof(*enc)); in InitVP8Encoder()
217 enc->nz_ = 1 + (uint32_t*)WEBP_ALIGN(mem); in InitVP8Encoder()
219 enc->lf_stats_ = lf_stats_size ? (LFStats*)WEBP_ALIGN(mem) : NULL; in InitVP8Encoder()
223 mem = (uint8_t*)WEBP_ALIGN(mem); in InitVP8Encoder()
A Diterator_enc.c76 it->yuv_in_ = (uint8_t*)WEBP_ALIGN(it->yuv_mem_); in VP8IteratorInit()
82 it->y_left_ = (uint8_t*)WEBP_ALIGN(it->yuv_left_mem_ + 1); in VP8IteratorInit()
A Dpicture_enc.c84 picture->argb = (uint32_t*)WEBP_ALIGN(memory); in WebPPictureAllocARGB()
A Danalysis_enc.c443 uint8_t* const scratch = (uint8_t*)WEBP_ALIGN(tmp); in DoSegmentsJob()
A Dvp8l_enc.c1238 mem = (uint32_t*)WEBP_ALIGN(mem + image_size); in AllocateTransformBuffer()
1240 mem = (uint32_t*)WEBP_ALIGN(mem + argb_scratch_size); in AllocateTransformBuffer()
A Dhistogram_enc.c131 memory = (uint8_t*) WEBP_ALIGN(memory); in HistogramSetResetPointers()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/utils/
A Dutils.h63 #define WEBP_ALIGN(PTR) (((uintptr_t)(PTR) + WEBP_ALIGN_CST) & ~WEBP_ALIGN_CST) macro
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/dec/
A Dio_dec.c325 scalers = (WebPRescaler*)WEBP_ALIGN((const uint8_t*)work + tmp_size); in InitYUVRescaler()
511 scalers = (WebPRescaler*)WEBP_ALIGN((const uint8_t*)work + total_size); in InitRGBRescaler()
A Dframe_dec.c742 mem = (uint8_t*)WEBP_ALIGN(mem); in AllocateMemory()
/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/
A DChangeLog971 5f95589f Fix WEBP_ALIGN in case the argument is a pointer to a type larger than a byte.

Completed in 25 milliseconds