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

  /external/webp/src/enc/
picture_rescale_enc.c 25 #define HALVE(x) (((x) + 1) >> 1)
70 HALVE(dst->width), HALVE(dst->height));
72 HALVE(dst->width), HALVE(dst->height));
144 tmp.u, tmp.uv_stride, HALVE(width), HALVE(height));
146 tmp.v, tmp.uv_stride, HALVE(width), HALVE(height));
237 HALVE(prev_width), HALVE(prev_height), pic->uv_stride
    [all...]
  /frameworks/ml/nn/driver/cache/BlobCache/
BlobCache.h 48 HALVE,
58 DEFAULT = HALVE,

Completed in 206 milliseconds