Home
last modified time | relevance | path

Searched refs:coupling (Results 1 – 25 of 32) sorted by relevance

12

/third_party/ffmpeg/libavfilter/
Dvf_deband.c33 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/
Dpsymodel.h71 uint8_t coupling[PSY_MAX_BANDS]; ///< allow coupling for this band in the group member
Dopus_pvq.c443 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/
Dproblem.md39 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/
Dany_range.qbk15 influence. Adobe also have an `any_iterator` implementation, but this has very tight coupling to ot…
/third_party/boost/libs/numeric/odeint/doc/
Dtutorial_special_topics.qbk90 …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.
Dtutorial_thrust_cuda.qbk122 …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…
Dtutorial_parallel.qbk53 nearest neighbor coupling:
/third_party/NuttX/
DINVIOLABLES.md101 - Sometimes is better to duplicate some logic than to introduce coupling.
/third_party/boost/libs/ptr_container/doc/
Dguidelines.rst49 a. It reduces *coupling* because you do not have to maintain or update state
/third_party/boost/libs/test/doc/test_output/
Dcontexts.qbk75 Therefore, *loose* coupling between the context of an assertion and the assertion point is a proper…
/third_party/openGLES/extensions/NV/
DNV_representative_fragment_test.txt173 testing. So coupling it to the depth test doesn't make sense. Coupling
/third_party/boost/libs/conversion/doc/
Dconversion.qbk33 To reduce coupling, particularly to standard library IOStreams,
/third_party/boost/libs/range/doc/reference/
Dadaptors.qbk72 …conceivable that some algorithms are capable of optimization by tightly coupling the filter with t…
/third_party/mbedtls/docs/architecture/testing/
Dinvasive-testing.md266 | | !! Very tight coupling with the details of the source code and even with the co…
/third_party/boost/boost/test/impl/
Dexecution_monitor.ipp17 /// Header dependencies are deliberately restricted to reduce coupling to other
/third_party/ffmpeg/doc/
Dencoders.texi500 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/
DARMInstrThumb.td208 // as it forces tight coupling between the methods, but it's how selectiondag
/third_party/python/Doc/install/
Dindex.rst48 In the many years since Python 2.0 was released, tightly coupling the build
/third_party/ffmpeg/
DChangelog1548 - ac3enc: add channel coupling support
/third_party/python/Doc/whatsnew/
D3.4.rst290 system. However, its close coupling with the Python text model, especially
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_separate_shader_objects.txt1234 tightly coupling with "in" and "out" as in GLSL 4.00, this language
DARB_tessellation_shader.txt2821 (8) Should coupling of tessellation control and evaluation shaders be
/third_party/openGLES/extensions/ARB/
DARB_separate_shader_objects.txt1244 tightly coupling with "in" and "out" as in GLSL 4.00, this language
/third_party/googletest/docs/
Dgmock_cook_book.md574 Mocking concrete classes directly is problematic as it creates a tight coupling

12