Searched refs:dr1 (Results 1 – 7 of 7) sorted by relevance
/third_party/boost/libs/geometry/test/algorithms/ |
D | comparable_distance.cpp | 96 coordinate_type dr1 = bg::comparable_distance(seg, p1); BOOST_CHECK_CLOSE(dr1, d1, 0.001); in test_distance_segment() local
|
/third_party/ffmpeg/libswscale/ |
D | output.c | 1580 int dr1, dg1, db1, dr2, dg2, db2; in yuv2rgb_write() local 1583 dr1 = ff_dither_2x2_8[ y & 1 ][0]; in yuv2rgb_write() 1590 dr1 = ff_dither_2x2_8[ y & 1 ][0]; in yuv2rgb_write() 1597 dr1 = ff_dither_4x4_16[ y & 3 ][0]; in yuv2rgb_write() 1605 dest[i * 2 + 0] = r[Y1 + dr1] + g[Y1 + dg1] + b[Y1 + db1]; in yuv2rgb_write() 1619 int dr1, dg1, db1, dr2, dg2, db2; in yuv2rgb_write() local 1624 dr1 = dg1 = d32[(i * 2 + 0) & 7]; in yuv2rgb_write() 1631 dr1 = db1 = d128[(i * 2 + 0) & 7]; in yuv2rgb_write() 1638 dest[i] = r[Y1 + dr1] + g[Y1 + dg1] + b[Y1 + db1] + in yuv2rgb_write() 1641 dest[i * 2 + 0] = r[Y1 + dr1] + g[Y1 + dg1] + b[Y1 + db1]; in yuv2rgb_write()
|
/third_party/boost/libs/geometry/test/algorithms/distance/ |
D | distance.cpp | 139 return_type dr1 = bg::distance(seg, p1); in test_distance_segment() local 142 BOOST_CHECK_CLOSE(dr1, d1, 0.001); in test_distance_segment()
|
/third_party/ffmpeg/fftools/ |
D | ffmpeg.h | 361 int dr1; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86RegisterInfo.td | 325 def DR1 : X86Reg<"dr1", 1>;
|
/third_party/mesa3d/src/mesa/x86/ |
D | assyntax.h | 130 #define DR1 dr1
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/X86/ |
D | X86GenAsmMatcher.inc | 224 return 88; // "dr1"
|