Searched refs:HALVE (Results 1 – 4 of 4) sorted by relevance
/external/webp/src/enc/ |
D | picture.c | 26 #define HALVE(x) (((x) + 1) >> 1) macro 48 const int uv_width = HALVE(width); in WebPPictureAlloc() 49 const int uv_height = HALVE(height); in WebPPictureAlloc() 241 dst->u, dst->uv_stride, HALVE(dst->width), HALVE(dst->height)); in WebPPictureCopy() 243 dst->v, dst->uv_stride, HALVE(dst->width), HALVE(dst->height)); in WebPPictureCopy() 252 uv0_width = HALVE(uv0_width); in WebPPictureCopy() 336 tmp.u, tmp.uv_stride, HALVE(width), HALVE(height)); in WebPPictureCrop() 338 tmp.v, tmp.uv_stride, HALVE(width), HALVE(height)); in WebPPictureCrop() 350 w = HALVE(w); in WebPPictureCrop() 351 left_pos = HALVE(left_pos); in WebPPictureCrop() [all …]
|
/external/libvorbis/lib/ |
D | mdct.h | 39 #define HALVE(x) ((x)>>1) macro 51 #define HALVE(x) ((x)*.5f) macro
|
D | mdct.c | 366 r0 = HALVE(x0[1] + x1[1]); in mdct_bitreverse() 367 r1 = HALVE(x0[0] - x1[0]); in mdct_bitreverse() 382 r0 = HALVE(x0[1] + x1[1]); in mdct_bitreverse() 383 r1 = HALVE(x0[0] - x1[0]); in mdct_bitreverse()
|
/external/srec/config/en.us/dictionary/ |
D | c0.6 | 48982 HALVE HH AE1 V
|