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

  /external/libyuv/files/source/
row_posix.cc     [all...]
row_win.cc     [all...]
row_common.cc 426 #define YG 74 /* static_cast<int8>(1.164 * 64 + 0.5) */
452 int32 y1 = (static_cast<int32>(y) - 16) * YG;
464 int32 y1 = (static_cast<int32>(y) - 16) * YG;
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
row_posix.cc     [all...]
row_win.cc 27 #define YG 74 /* (int8)(1.164 * 64 + 0.5) */
66 static const vec16 kYToRgb = { YG, YG, YG, YG, YG, YG, YG, YG };
    [all...]
row_common.cc 943 #define YG 74 /* (int8)(1.164 * 64 + 0.5) */
960 int32 y1 = ((int32)(y) - 16) * YG;
    [all...]