Searched refs:UGJ (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_gcc.cc | 1497 #define UGJ 22 /* round(0.34414 * 64) */ macro 1503 #define BGJ (UGJ * 128 + VGJ * 128 + YGBJ) 1510 { UGJ, VGJ, UGJ, VGJ, UGJ, VGJ, UGJ, VGJ, 1511 UGJ, VGJ, UGJ, VGJ, UGJ, VGJ, UGJ, VGJ, 1512 UGJ, VGJ, UGJ, VGJ, UGJ, VGJ, UGJ, VGJ, 1513 UGJ, VGJ, UGJ, VGJ, UGJ, VGJ, UGJ, VGJ }, 1529 #undef UGJ
|
D | row_win.cc | 109 #define UGJ 22 /* round(0.34414 * 64) */ macro 115 #define BGJ (UGJ * 128 + VGJ * 128 + YGBJ) 122 { UGJ, VGJ, UGJ, VGJ, UGJ, VGJ, UGJ, VGJ, 123 UGJ, VGJ, UGJ, VGJ, UGJ, VGJ, UGJ, VGJ, 124 UGJ, VGJ, UGJ, VGJ, UGJ, VGJ, UGJ, VGJ, 125 UGJ, VGJ, UGJ, VGJ, UGJ, VGJ, UGJ, VGJ }, 141 #undef UGJ
|
D | row_common.cc | 1057 #define UGJ 22 /* round(0.34414 * 64) */ macro 1063 #define BGJ (UGJ * 128 + VGJ * 128 + YGBJ) 1071 *g = Clamp((int32)(-(v * VGJ + u * UGJ) + y1 + BGJ) >> 6); in YuvJPixel() 1078 #undef UGJ
|