Searched defs:HALVE (Results 1 - 3 of 3) sorted by relevance

/external/libvorbis/lib/
H A Dmdct.h39 #define HALVE(x) ((x)>>1) macro
51 #define HALVE(x) ((x)*.5f) macro
/external/webp/src/enc/
H A Dpicture_rescale.c21 #define HALVE(x) (((x) + 1) >> 1) macro
66 HALVE(dst->width), HALVE(dst->height));
68 HALVE(dst->width), HALVE(dst->height));
140 tmp.u, tmp.uv_stride, HALVE(width), HALVE(height));
142 tmp.v, tmp.uv_stride, HALVE(width), HALVE(height));
233 HALVE(prev_widt
[all...]
/external/opencv3/3rdparty/libwebp/enc/
H A Dpicture.c28 #define HALVE(x) (((x) + 1) >> 1) macro
50 const int uv_width = HALVE(width);
51 const int uv_height = HALVE(height);
243 dst->u, dst->uv_stride, HALVE(dst->width), HALVE(dst->height));
245 dst->v, dst->uv_stride, HALVE(dst->width), HALVE(dst->height));
254 uv0_width = HALVE(uv0_width);
338 tmp.u, tmp.uv_stride, HALVE(width), HALVE(heigh
[all...]

Completed in 109 milliseconds