/third_party/ffmpeg/libavfilter/ |
D | vf_deband.c | 33 int coupling; member 65 …{ "coupling", "set plane coupling", OFFSET(coupling), AV_OPT_TYPE_BOOL, {.i64=0}, … 66 …{ "c", "set plane coupling", OFFSET(coupling), AV_OPT_TYPE_BOOL, {.i64=0}, … 111 AVFilterFormats *fmts_list = ff_make_format_list(s->coupling ? cpix_fmts : pix_fmts); in query_formats() 382 if (s->coupling) in config_input()
|
/third_party/ffmpeg/libavcodec/ |
D | psymodel.h | 71 uint8_t coupling[PSY_MAX_BANDS]; ///< allow coupling for this band in the group member
|
D | opus_pvq.c | 443 static int celt_calc_theta(const float *X, const float *Y, int coupling, int N) in celt_calc_theta() argument 447 if (coupling) { /* Coupling case */ in celt_calc_theta()
|
/third_party/boost/libs/outcome/doc/src/content/tutorial/advanced/interop/ |
D | problem.md | 39 and maybe excessive coupling between high level layers and implementation detail. 51 solution with the least coupling issues and no problems with mis-mapping, but
|
/third_party/boost/libs/range/doc/reference/ranges/ |
D | any_range.qbk | 15 influence. Adobe also have an `any_iterator` implementation, but this has very tight coupling to ot…
|
/third_party/boost/libs/numeric/odeint/doc/ |
D | tutorial_special_topics.qbk | 90 …e coupling strength. We choose here a Lorentzian distribution for ['__omega[subl i]]. Interestingl… 249 …a Hamiltonian system of nonlinear, disordered oscillators with nonlinear nearest neighbor coupling.
|
D | tutorial_thrust_cuda.qbk | 122 …but we have to take special care about the coupling of the oscillators. To efficiently implement t… 123 …the elements defined by some index map. To realize the nearest neighbor coupling we create one per…
|
D | tutorial_parallel.qbk | 53 nearest neighbor coupling:
|
/third_party/NuttX/ |
D | INVIOLABLES.md | 101 - Sometimes is better to duplicate some logic than to introduce coupling.
|
/third_party/boost/libs/ptr_container/doc/ |
D | guidelines.rst | 49 a. It reduces *coupling* because you do not have to maintain or update state
|
/third_party/boost/libs/test/doc/test_output/ |
D | contexts.qbk | 75 Therefore, *loose* coupling between the context of an assertion and the assertion point is a proper…
|
/third_party/openGLES/extensions/NV/ |
D | NV_representative_fragment_test.txt | 173 testing. So coupling it to the depth test doesn't make sense. Coupling
|
/third_party/boost/libs/conversion/doc/ |
D | conversion.qbk | 33 To reduce coupling, particularly to standard library IOStreams,
|
/third_party/boost/libs/range/doc/reference/ |
D | adaptors.qbk | 72 …conceivable that some algorithms are capable of optimization by tightly coupling the filter with t…
|
/third_party/mbedtls/docs/architecture/testing/ |
D | invasive-testing.md | 266 | | !! Very tight coupling with the details of the source code and even with the co…
|
/third_party/boost/boost/test/impl/ |
D | execution_monitor.ipp | 17 /// Header dependencies are deliberately restricted to reduce coupling to other
|
/third_party/ffmpeg/doc/ |
D | encoders.texi | 500 Enables/Disables use of channel coupling, which is an optional AC-3 feature 521 Coupling Start Band. Sets the channel coupling start band, from 1 to 15. If a 523 coupling end band. If @var{auto} is used, the start band will be determined by 525 has no effect if channel coupling is disabled.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMInstrThumb.td | 208 // as it forces tight coupling between the methods, but it's how selectiondag
|
/third_party/python/Doc/install/ |
D | index.rst | 48 In the many years since Python 2.0 was released, tightly coupling the build
|
/third_party/ffmpeg/ |
D | Changelog | 1548 - ac3enc: add channel coupling support
|
/third_party/python/Doc/whatsnew/ |
D | 3.4.rst | 290 system. However, its close coupling with the Python text model, especially
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_separate_shader_objects.txt | 1234 tightly coupling with "in" and "out" as in GLSL 4.00, this language
|
D | ARB_tessellation_shader.txt | 2821 (8) Should coupling of tessellation control and evaluation shaders be
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_separate_shader_objects.txt | 1244 tightly coupling with "in" and "out" as in GLSL 4.00, this language
|
/third_party/googletest/docs/ |
D | gmock_cook_book.md | 574 Mocking concrete classes directly is problematic as it creates a tight coupling
|