HomeSort by relevance Sort by last modified time
    Searched defs:UG (Results 1 - 7 of 7) sorted by null

  /external/libyuv/files/source/
row_common.cc 429 #define UG -25 /* static_cast<int8>(-0.391 * 64 - 0.5) */
438 #define BG UG * 128 + VG * 128
454 uint32 g = Clip(static_cast<int32>((u * UG + v * VG) - (BG) + y1) >> 6);
466 *g = Clip(static_cast<int32>((u * UG + v * VG) - (BG) + y1) >> 6);
    [all...]
row_posix.cc     [all...]
row_win.cc     [all...]
  /external/chromium_org/third_party/libyuv/source/
row_common.cc 946 #define UG -25 /* (int8)(-0.391 * 64 - 0.5) */
955 #define BG UG * 128 + VG * 128
962 *g = Clamp((int32)((u * UG + v * VG) - (BG) + y1) >> 6);
    [all...]
row_posix.cc     [all...]
row_win.cc     [all...]
  /external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
RegionDataConstants.java     [all...]

Completed in 2196 milliseconds