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

  /external/skia/src/core/
SkBitmapSamplerTemplate.h 41 x = do_clamp(SkFixedFloor(x), fMaxX);
42 y = do_clamp(SkFixedFloor(y), fMaxY);
SkBitmapSampler.h 91 static inline int do_clamp(int index, unsigned max) function
SkBitmapSampler.cpp 16 return do_clamp;
  /external/libvpx/vp8/decoder/
decodframe.c 181 int i, do_clamp = xd->mode_info_context->mbmi.need_to_clamp_mvs; local
193 if (do_clamp)
threading.c 93 int i, do_clamp = xd->mode_info_context->mbmi.need_to_clamp_mvs; local
106 if (do_clamp)
    [all...]

Completed in 948 milliseconds