Home
last modified time | relevance | path

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

/external/webp/src/enc/
Dpicture_rescale_enc.c21 #define HALVE(x) (((x) + 1) >> 1) macro
66 HALVE(dst->width), HALVE(dst->height)); in WebPPictureCopy()
68 HALVE(dst->width), HALVE(dst->height)); in WebPPictureCopy()
140 tmp.u, tmp.uv_stride, HALVE(width), HALVE(height)); in WebPPictureCrop()
142 tmp.v, tmp.uv_stride, HALVE(width), HALVE(height)); in WebPPictureCrop()
233 HALVE(prev_width), HALVE(prev_height), pic->uv_stride, in WebPPictureRescale()
235 HALVE(width), HALVE(height), tmp.uv_stride, work, 1); in WebPPictureRescale()
237 HALVE(prev_width), HALVE(prev_height), pic->uv_stride, in WebPPictureRescale()
239 HALVE(width), HALVE(height), tmp.uv_stride, work, 1); in WebPPictureRescale()