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

  /external/chromium_org/third_party/libyuv/source/
scale_common.cc 799 #define BLENDER1(a, b, f) ((a) * (0x7f ^ f) + (b) * f) >> 7
801 BLENDER1(((a) >> s) & 255, ((b) >> s) & 255, f) << s)
864 #undef BLENDER1
    [all...]
  /external/libyuv/files/source/
scale_argb.cc 721 #define BLENDER1(a, b, f) (static_cast<int>(a) + \
725 BLENDER1(((a) >> s) & 255, ((b) >> s) & 255, f) << s)
    [all...]

Completed in 178 milliseconds