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

  /external/chromium_org/third_party/libwebp/dsp/
yuv.h 242 const int kRound = (1 << (YUV_FIX - 1)) + (16 << YUV_FIX);
244 return (luma + kRound) >> YUV_FIX; // no need to clip
263 const int kRound = (1 << (YUV_FIX - 1));
265 return (luma + kRound) >> YUV_FIX; // no need to clip
  /external/webp/src/dsp/
yuv.h 242 const int kRound = (1 << (YUV_FIX - 1)) + (16 << YUV_FIX);
244 return (luma + kRound) >> YUV_FIX; // no need to clip
263 const int kRound = (1 << (YUV_FIX - 1));
265 return (luma + kRound) >> YUV_FIX; // no need to clip