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

  /external/libvpx/libvpx/third_party/libyuv/source/
scale_common.cc 791 #define BLENDER1(a, b, f) ((a) * (0x7f ^ f) + (b) * f) >> 7
793 BLENDER1(((a) >> s) & 255, ((b) >> s) & 255, f) << s)
856 #undef BLENDER1
    [all...]
  /external/libyuv/files/source/
scale_common.cc 821 #define BLENDER1(a, b, f) ((a) * (0x7f ^ f) + (b) * f) >> 7
823 BLENDER1(((a) >> s) & 255, ((b) >> s) & 255, f) << s)
886 #undef BLENDER1
    [all...]

Completed in 597 milliseconds