Home
last modified time | relevance | path

Searched refs:ideal (Results 1 – 25 of 183) sorted by relevance

12345678

/third_party/ffmpeg/libavdevice/tests/
Dtimefilter.c33 double ideal[SAMPLES]; in main() local
46 ideal[i] = samplet[i] + n1 * i / (1000); in main()
47 samples[i] = ideal[i] + n0 * (av_lfg_get(&prng) - LFG_MAX / 2) / (LFG_MAX * 10LL); in main()
68 error += (filtered - ideal[i]) * (filtered - ideal[i]); in main()
/third_party/grpc/examples/python/cancellation/
Dhash_name.proto24 // The ideal Hamming distance between desired_name and the secret that will
28 // A Hamming distance greater than the ideal Hamming distance. Search results
29 // with a Hamming distance less than this value but greater than the ideal
54 // but also stream back less-than-ideal candidates.
/third_party/skia/tests/
DBlendTest.cpp45 ideal = (x*y+127)/255; in test() local
46 if (p != ideal) { in test()
50 if (SkTAbs(ideal - p) == 1) { r.diffs_by_1++; } in test()
/third_party/flutter/skia/tests/
DBlendTest.cpp51 ideal = (x*y+127)/255; in test() local
52 if (p != ideal) { in test()
56 if (SkTAbs(ideal - p) == 1) { r.diffs_by_1++; } in test()
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dslivers_protocol_test.dart11 void verifyPaintPosition(GlobalKey key, Offset ideal) {
16 expect(actual, ideal);
Dslivers_appbar_floating_test.dart9 void verifyPaintPosition(GlobalKey key, Offset ideal, bool visible) {
14 expect(actual, ideal);
19 void verifyActualBoxPosition(WidgetTester tester, Finder finder, int index, Rect ideal) {
22 expect(rect, equals(ideal));
Dslivers_appbar_scrolling_test.dart9 void verifyPaintPosition(GlobalKey key, Offset ideal) {
14 expect(actual, ideal);
Dslivers_appbar_pinned_test.dart9 void verifyPaintPosition(GlobalKey key, Offset ideal, bool visible) {
14 expect(actual, ideal);
19 void verifyActualBoxPosition(WidgetTester tester, Finder finder, int index, Rect ideal) {
22 expect(rect, equals(ideal));
/third_party/curl/docs/
DREADME.md6 subdirectories, using several different formats. Some of them are not ideal
/third_party/ffmpeg/libavcodec/
Dflashsv2enc.c776 …double ideal = ((double)(s->avctx->bit_rate * s->avctx->time_base.den * s->avctx->ticks_per_frame)… in optimum_use15_7() local
778 if (ideal + use15_7_threshold < s->total_bits) { in optimum_use15_7()
791 double ideal = in optimum_dist() local
794 int dist = pow((s->total_bits / ideal) * color15_7_factor, 3); in optimum_dist()
/third_party/openGLES/extensions/AMD/
DAMD_compressed_3DC_texture.txt64 ideal case where every surface has both a color texture map and a normal
81 3DC provides an ideal solution to the normal map compression problem. It
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/
DAMD_compressed_3DC_texture.txt64 ideal case where every surface has both a color texture map and a normal
81 3DC provides an ideal solution to the normal map compression problem. It
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fTextureGatherTests.cpp602 tcu::TextureLevel ideal (result.getFormat(), width, height); in verifyGatherOffsets() local
603 const PixelBufferAccess idealAccess = ideal.getAccess(); in verifyGatherOffsets()
639 log << TestLog::Image("Reference", "Ideal reference image", ideal) in verifyGatherOffsets()
680 tcu::Surface ideal (width, height); in verifyGatherOffsetsCompare() local
681 const PixelBufferAccess idealAccess = ideal.getAccess(); in verifyGatherOffsetsCompare()
716 log << TestLog::Image("Reference", "Ideal reference image", ideal) in verifyGatherOffsetsCompare()
729 tcu::Surface ideal (width, height); in verifySingleColored() local
730 const PixelBufferAccess idealAccess = ideal.getAccess(); in verifySingleColored()
752 log << TestLog::Image("Reference", "Ideal reference image", ideal) in verifySingleColored()
/third_party/curl/lib/
Dtransfer.c934 ULONG ideal; in win_update_buffer_size() local
937 &ideal, sizeof(ideal), &ideallen, 0, 0); in win_update_buffer_size()
940 (const char *)&ideal, sizeof(ideal)); in win_update_buffer_size()
/third_party/python/Doc/tutorial/
Dindex.rst10 together with its interpreted nature, make it an ideal language for scripting
/third_party/boost/libs/math/doc/roots/
Droots.qbk134 Under ideal conditions, the number of correct digits doubles with each iteration.
148 Under ideal conditions, the number of correct digits trebles with each iteration.
163 Under ideal conditions, the number of correct digits trebles with each iteration.
/third_party/boost/libs/math/doc/sf/
Dbeta.qbk62 which is almost the ideal solution, however almost all of the error occurs
/third_party/icu/icu4j/perf-tests/data/collation/
DTestRandomWordsUDHR_es.txt1100 ningún ideal
1440 ideal miembro opiniones
1650 ideal respecto
2374 ideal domicilio
3069 ideal concerniente
3122 ideal
3442 ideal remuneración demás
3878 generalizada ideal
3919 creencia ideal fin
4543 General ideal
[all …]
/third_party/boost/libs/spirit/doc/x3/abstracts/
Dsyntax_diagram.qbk20 isomorphism of the diagrams and functions make them ideal for representing
/third_party/ltp/testcases/kernel/controllers/cpuctl/
DREADME74 possible to create an ideal scenario and hence the decision of PASS/FAIL is
/third_party/boost/libs/spirit/doc/abstracts/
Dsyntax_diagram.qbk20 charts. The isomorphism of the diagrams and functions make them ideal for
/third_party/libinput/doc/user/
Dtouchpad-jitter.rst52 In the ideal case, the tool will provide you with a file that can be
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_texture_supersample.txt79 It is also acceptable for an implementation to approximate the ideal
/third_party/openGLES/extensions/SGIX/
DSGIX_texture_supersample.txt79 It is also acceptable for an implementation to approximate the ideal
/third_party/mesa3d/docs/nir/
Dalu.rst52 which are not the native vector size of the instruction. This is ideal for

12345678