Searched refs:VGJ (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_gcc.cc | 1498 #define VGJ 46 /* round(0.71414 * 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 }, 1530 #undef VGJ
|
D | row_win.cc | 110 #define VGJ 46 /* round(0.71414 * 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 }, 142 #undef VGJ
|
D | row_common.cc | 1058 #define VGJ 46 /* round(0.71414 * 64) */ macro 1063 #define BGJ (UGJ * 128 + VGJ * 128 + YGBJ) 1071 *g = Clamp((int32)(-(v * VGJ + u * UGJ) + y1 + BGJ) >> 6); in YuvJPixel() 1079 #undef VGJ
|