Home
last modified time | relevance | path

Searched refs:prev_width (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libwebp-1.0.2/src/enc/
A Dpicture_rescale_enc.c200 int prev_width, prev_height; in WebPPictureRescale() local
204 prev_width = pic->width; in WebPPictureRescale()
207 prev_width, prev_height, &width, &height)) { in WebPPictureRescale()
225 RescalePlane(pic->a, prev_width, prev_height, pic->a_stride, in WebPPictureRescale()
232 RescalePlane(pic->y, prev_width, prev_height, pic->y_stride, in WebPPictureRescale()
237 HALVE(prev_width), HALVE(prev_height), pic->uv_stride, in WebPPictureRescale()
241 HALVE(prev_width), HALVE(prev_height), pic->uv_stride, in WebPPictureRescale()
255 RescalePlane((const uint8_t*)pic->argb, prev_width, prev_height, in WebPPictureRescale()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/
A Dtiffcrop.c6301 uint32 prev_length, prev_width, composite_width; in extractCompositeRegions() local
6327 prev_width = prev_length = 0; in extractCompositeRegions()
6453 dst = crop_buff + dst_offset + prev_width; in extractCompositeRegions()
6516 prev_width += (crop_width * bps * count) / 8; in extractCompositeRegions()

Completed in 17 milliseconds