Searched refs:BRJ (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_gcc.cc | 1504 #define BRJ (VRJ * 128 + YGBJ) macro 1520 { BRJ, BRJ, BRJ, BRJ, BRJ, BRJ, BRJ, BRJ, 1521 BRJ, BRJ, BRJ, BRJ, BRJ, BRJ, BRJ, BRJ }, 1534 #undef BRJ
|
D | row_win.cc | 116 #define BRJ (VRJ * 128 + YGBJ) macro 132 { BRJ, BRJ, BRJ, BRJ, BRJ, BRJ, BRJ, BRJ, 133 BRJ, BRJ, BRJ, BRJ, BRJ, BRJ, BRJ, BRJ }, 146 #undef BRJ
|
D | row_common.cc | 1064 #define BRJ (VRJ * 128 + YGBJ) macro 1072 *r = Clamp((int32)(-(v * VRJ) + y1 + BRJ) >> 6); in YuvJPixel() 1083 #undef BRJ
|