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 49 x = do_clamp(SkFixedFloor(x), fMaxX);
50 y = do_clamp(SkFixedFloor(y), fMaxY);
SkBitmapSampler.h 99 static inline int do_clamp(int index, unsigned max) function
SkBitmapSampler.cpp 24 return do_clamp;
  /external/libvpx/vp8/decoder/
decodframe.c 182 int i, do_clamp = xd->mode_info_context->mbmi.need_to_clamp_mvs; local
194 if (do_clamp)
threading.c 104 int i, do_clamp = xd->mode_info_context->mbmi.need_to_clamp_mvs; local
117 if (do_clamp)
    [all...]

Completed in 80 milliseconds