/third_party/ffmpeg/libavdevice/tests/ |
D | timefilter.c | 41 int better, i; in main() local 54 better = 0; in main() 75 better = 1; in main() 79 } while (better); in main()
|
/third_party/gstreamer/gstplugins_good/gst/deinterlace/tvtime/tomsmocomp/ |
D | WierdBob.inc | 42 "pcmpeqb %%mm4, %%mm3\n\t" // now ff where new better, else 00 43 "pcmpeqb %%mm3, %%mm4\n\t" // here ff where old better, else 00 45 "pand %%mm3, %%mm1\n\t" // keep only better new avg and abs 70 "pcmpeqb %%mm4, %%mm3\n\t" // now ff where new better, else 00 71 "pcmpeqb %%mm3, %%mm4\n\t" // here ff where old better, else 00 73 "pand %%mm3, %%mm1\n\t" // keep only better new avg and abs 99 "pcmpeqb %%mm4, %%mm3\n\t" // now ff where new better, else 00 100 "pcmpeqb %%mm3, %%mm4\n\t" // here ff where old better, else 00 102 "pand %%mm3, %%mm1\n\t" // keep only better new avg and abs 178 "pcmpeqb %%mm4, %%mm3\n\t" // now ff where new better, else 00 [all …]
|
D | SearchLoopBottom.inc | 21 "pcmpeqb %%mm0, %%mm7\n\t" // all ff where weave better, else 00 22 "pcmpeqb %%mm7, %%mm0\n\t" // all ff where bob better, else 00 27 // Use the better of bob or weave 34 "pcmpeqb %%mm0, %%mm7\n\t" // all ff where weave better, else 00 35 "pcmpeqb %%mm7, %%mm0\n\t" // all ff where bob better, else 00
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
D | README.txt | 35 9. Since almost all instructions set flags - implement brcond / select in better 38 10. Handle imm in comparisons in better way (see comment in MSP430InstrInfo.td) 40 11. Implement hooks for better memory op folding, etc.
|
/third_party/gstreamer/gstplugins_bad/gst/dvbsubenc/libimagequant/ |
D | CHANGELOG | 8 …- added ./configure script for better support of Intel C compiler and dependencies [thanks to pdkn… 9 …- tweaked quality metric to better estimate quality of images with large solid backgrounds [thanks… 23 - option to save files only if they're compressed better than the original 62 - better RGBA color similarity algorithm and Floyd-Steinberg remapping 93 - cleaned up Makefile.unx (better gcc optimizations, "clean" target)
|
/third_party/glslang/glslang/MachineIndependent/ |
D | ParseContextBase.cpp | 354 std::function<bool(const TType& from, const TType& to1, const TType& to2)> better, in selectFunction() argument 436 … const auto betterParam = [&call, &better](const TFunction& can1, const TFunction& can2) -> bool { in selectFunction() 440 if (better(*call[param].type, *can1[param].type, *can2[param].type)) { in selectFunction() 448 …const auto equivalentParams = [&call, &better](const TFunction& can1, const TFunction& can2) -> bo… in selectFunction() 451 if (better(*call[param].type, *can1[param].type, *can2[param].type) || in selectFunction() 452 better(*call[param].type, *can2[param].type, *can1[param].type)) in selectFunction()
|
/third_party/python/Doc/library/ |
D | difflib.rst | 236 usually works better than using this function. 698 >>> text1 = ''' 1. Beautiful is better than ugly. 699 ... 2. Explicit is better than implicit. 700 ... 3. Simple is better than complex. 701 ... 4. Complex is better than complicated. 707 >>> text2 = ''' 1. Beautiful is better than ugly. 708 ... 3. Simple is better than complex. 709 ... 4. Complicated is better than complex. 710 ... 5. Flat is better than nested. 729 [' 1. Beautiful is better than ugly.\n', [all …]
|
/third_party/gstreamer/gstplugins_bad/ |
D | REQUIREMENTS | 14 autoconf 2.52 or better 17 libtool v1.4 or better 18 pkgconfig 0.9.0 or better (http://www.freedesktop.org/software/pkgconfig/)
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_shader_implicit_conversions.txt | 188 functions are compared. A function definition A is considered a better 192 in A is better than the corresponding conversion in B; and 195 better than the corresponding conversion in A. 197 If a single function definition is considered a better match than every 203 is better than that for another match, the rule that an exact match is 204 better than a match involving any implicit conversion is used. 207 neither conversion is considered better than the other. 216 // conversion. (C) is better than (A) and (B) 217 // on the first argument. (A) is better than 258 // (A) better than (B) for 2nd argument
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_shader_implicit_conversions.txt | 188 functions are compared. A function definition A is considered a better 192 in A is better than the corresponding conversion in B; and 195 better than the corresponding conversion in A. 197 If a single function definition is considered a better match than every 203 is better than that for another match, the rule that an exact match is 204 better than a match involving any implicit conversion is used. 207 neither conversion is considered better than the other. 216 // conversion. (C) is better than (A) and (B) 217 // on the first argument. (A) is better than 258 // (A) better than (B) for 2nd argument
|
/third_party/gstreamer/gstplugins_base/ |
D | REQUIREMENTS | 14 autoconf 2.52 or better 17 libtool v1.4 or better 18 pkgconfig 0.9.0 or better (http://www.freedesktop.org/software/pkgconfig/)
|
/third_party/mesa3d/docs/_extra/specs/ |
D | MESA_shader_integer_functions.txt | 229 functions are compared. A function definition A is considered a better 233 in A is better than the corresponding conversion in B; and 235 * there is no function argument for which the conversion in B is better 238 If a single function definition is considered a better match than every 243 better than that for another match, the following rules are applied, in 246 1. An exact match is better than a match involving any implicit 250 better than a match involving any other implicit conversion. 253 float is better than a match involving an implicit conversion from 257 neither conversion is considered better than the other. 267 // ivec4. (A) better than (B) for 2nd [all …]
|
/third_party/openGLES/extensions/MESA/ |
D | MESA_shader_integer_functions.txt | 229 functions are compared. A function definition A is considered a better 233 in A is better than the corresponding conversion in B; and 235 * there is no function argument for which the conversion in B is better 238 If a single function definition is considered a better match than every 243 better than that for another match, the following rules are applied, in 246 1. An exact match is better than a match involving any implicit 250 better than a match involving any other implicit conversion. 253 float is better than a match involving an implicit conversion from 257 neither conversion is considered better than the other. 267 // ivec4. (A) better than (B) for 2nd [all …]
|
/third_party/skia/third_party/externals/opengl-registry/extensions/MESA/ |
D | MESA_shader_integer_functions.txt | 229 functions are compared. A function definition A is considered a better 233 in A is better than the corresponding conversion in B; and 235 * there is no function argument for which the conversion in B is better 238 If a single function definition is considered a better match than every 243 better than that for another match, the following rules are applied, in 246 1. An exact match is better than a match involving any implicit 250 better than a match involving any other implicit conversion. 253 float is better than a match involving an implicit conversion from 257 neither conversion is considered better than the other. 267 // ivec4. (A) better than (B) for 2nd [all …]
|
/third_party/googletest/googlemock/ |
D | README.md | 6 derive better designs of your system and write better tests.
|
/third_party/mesa3d/docs/relnotes/ |
D | 3.1 | 46 To better support Linux/OpenGL standards, the Mesa GL library is now 50 In the long term this will allow better interoperability with other 84 nVidia texgen extension for better reflection mapping.
|
D | 9.2.4.rst | 73 - freedreno/a3xx/compiler: better const handling 74 - freedreno/a3xx/compiler: handle sync flags better
|
/third_party/rust/crates/serde/.github/ISSUE_TEMPLATE/ |
D | 2-suggestion.md | 3 about: Share how Serde could support your use case better
|
/third_party/mesa3d/.gitlab/issue_templates/ |
D | Bug Report.md | 3 - If you can, check if the latest development version (git main) works better. 40 The more detail about how things are going wrong, the better.
|
/third_party/mesa3d/src/gallium/tools/trace/ |
D | TODO.txt | 5 * organize state better (e.g., group stuff according to the place in the
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigsuspend/ |
D | coverage.txt | 4 1 YES, but will go back an investigate incase there's a better way to test this.
|
/third_party/skia/third_party/externals/imgui/examples/example_apple_metal/ |
D | README.md | 7 …ork off the example_glfw_metal/ or example_sdl_metal/ examples. They are better supported and will…
|
/third_party/skia/third_party/externals/angle2/util/windows/third_party/StackWalker/ |
D | README.chromium | 11 walking crash stacks in tests for better logging. It can also be used
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | TODO | 8 * better RTP packetizing for h263
|
/third_party/libuv/docs/src/ |
D | guide.rst | 9 issue, or better yet, open a pull request!
|