Searched refs:VRJ (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_gcc.cc | 1499 #define VRJ -90 /* round(-1.40200 * 64) */ macro 1504 #define BRJ (VRJ * 128 + YGBJ) 1514 { 0, VRJ, 0, VRJ, 0, VRJ, 0, VRJ, 0, VRJ, 0, VRJ, 0, VRJ, 0, VRJ, 1515 0, VRJ, 0, VRJ, 0, VRJ, 0, VRJ, 0, VRJ, 0, VRJ, 0, VRJ, 0, VRJ }, 1531 #undef VRJ
|
D | row_win.cc | 111 #define VRJ -90 /* round(-1.40200 * 64) */ macro 116 #define BRJ (VRJ * 128 + YGBJ) 126 { 0, VRJ, 0, VRJ, 0, VRJ, 0, VRJ, 0, VRJ, 0, VRJ, 0, VRJ, 0, VRJ, 127 0, VRJ, 0, VRJ, 0, VRJ, 0, VRJ, 0, VRJ, 0, VRJ, 0, VRJ, 0, VRJ }, 143 #undef VRJ
|
D | row_common.cc | 1059 #define VRJ -90 /* round(-1.40200 * 64) */ macro 1064 #define BRJ (VRJ * 128 + YGBJ) 1072 *r = Clamp((int32)(-(v * VRJ) + y1 + BRJ) >> 6); in YuvJPixel() 1080 #undef VRJ
|