Searched defs:HALVE (Results 1 - 3 of 3) sorted by relevance
/external/libvorbis/lib/ |
H A D | mdct.h | 39 #define HALVE(x) ((x)>>1) macro 51 #define HALVE(x) ((x)*.5f) macro
|
/external/webp/src/enc/ |
H A D | picture_rescale.c | 21 #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 D | picture.c | 28 #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