Searched refs:YGJ (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_gcc.cc | 1492 #define YGJ 16320 /* round(1.000 * 64 * 256 * 256 / 257) */ macro 1522 { YGJ, YGJ, YGJ, YGJ, YGJ, YGJ, YGJ, YGJ, 1523 YGJ, YGJ, YGJ, YGJ, YGJ, YGJ, YGJ, YGJ } 1526 #undef YGJ
|
D | row_win.cc | 104 #define YGJ 16320 /* round(1.000 * 64 * 256 * 256 / 257) */ macro 134 { YGJ, YGJ, YGJ, YGJ, YGJ, YGJ, YGJ, YGJ, 135 YGJ, YGJ, YGJ, YGJ, YGJ, YGJ, YGJ, YGJ } 138 #undef YGJ
|
D | row_common.cc | 1052 #define YGJ 16320 /* round(1.000 * 64 * 256 * 256 / 257) */ macro 1069 uint32 y1 = (uint32)(y * 0x0101 * YGJ) >> 16; in YuvJPixel() 1075 #undef YGJ
|