HomeSort by relevance Sort by last modified time
    Searched refs:HALVE (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/libwebp/enc/
picture_rescale.c 21 #define HALVE(x) (((x) + 1) >> 1)
76 dst->u, dst->uv_stride, HALVE(dst->width), HALVE(dst->height));
78 dst->v, dst->uv_stride, HALVE(dst->width), HALVE(dst->height));
150 tmp.u, tmp.uv_stride, HALVE(width), HALVE(height));
152 tmp.v, tmp.uv_stride, HALVE(width), HALVE(height));
254 HALVE(prev_width), HALVE(prev_height), pic->uv_stride
    [all...]
  /external/webp/src/enc/
picture_rescale.c 21 #define HALVE(x) (((x) + 1) >> 1)
76 dst->u, dst->uv_stride, HALVE(dst->width), HALVE(dst->height));
78 dst->v, dst->uv_stride, HALVE(dst->width), HALVE(dst->height));
150 tmp.u, tmp.uv_stride, HALVE(width), HALVE(height));
152 tmp.v, tmp.uv_stride, HALVE(width), HALVE(height));
254 HALVE(prev_width), HALVE(prev_height), pic->uv_stride
    [all...]
  /external/libvorbis/lib/
mdct.h 39 #define HALVE(x) ((x)>>1)
51 #define HALVE(x) ((x)*.5f)
mdct.c 366 r0 = HALVE(x0[1] + x1[1]);
367 r1 = HALVE(x0[0] - x1[0]);
382 r0 = HALVE(x0[1] + x1[1]);
383 r1 = HALVE(x0[0] - x1[0]);

Completed in 2168 milliseconds