Home
last modified time | relevance | path

Searched refs:sense (Results 1 – 25 of 702) sorted by relevance

12345678910>>...29

/third_party/ffmpeg/libavfilter/
Daf_deesser.c116 double sense; in filter_frame() local
128 sense = (dec->m1 - dec->m2) * ((dec->m1 - dec->m2) / 1.3); in filter_frame()
129 attackspeed = 7.0 + sense * 1024; in filter_frame()
131 sense = 1.0 + intensity * intensity * sense; in filter_frame()
132 sense = FFMIN(sense, intensity); in filter_frame()
133 recovery = 1.0 + (0.01 / sense); in filter_frame()
140 if (dec->ratioA < sense) { in filter_frame()
141 dec->ratioA = ((dec->ratioA * attackspeed) + sense) / (attackspeed + 1.0); in filter_frame()
151 if (dec->ratioB < sense) { in filter_frame()
152 dec->ratioB = ((dec->ratioB * attackspeed) + sense) / (attackspeed + 1.0); in filter_frame()
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_KHR_get_display_properties2.adoc43 Other inputs would not make sense.
46 Other inputs would not make sense.
50 Other inputs would not make sense.
DVK_KHR_get_display_properties2.txt43 Other inputs would not make sense.
46 Other inputs would not make sense.
50 Other inputs would not make sense.
/third_party/protobuf/ruby/tests/
Dbasic_test.proto146 // Repeated wrappers don't make sense, but we still need to make sure they
158 // Wrappers as map keys don't make sense, but we still need to make sure they
170 // Wrappers in oneofs don't make sense, but we still need to make sure they
Dbasic_test_proto2.proto139 // Repeated wrappers don't really make sense, but we still need to make sure
151 // Wrappers in oneofs don't make sense, but we still need to make sure they
/third_party/vk-gl-cts/external/vulkan-docs/src/proposals/
DVK_KHR_map_memory2.adoc16 usual sense.
75 not add functionality itself. In that sense, it is similar to
/third_party/vixl/
D.clang-format33 # Ideally we would like to allow grouping them when it makes sense. But
34 # `clang-format` cannot know what 'makes sense'.
/third_party/openssl/doc/man3/
DSMIME_write_CMS.pod27 makes sense for SignedData where B<CMS_DETACHED> is also set when CMS_sign() is
31 the content, this only makes sense if B<CMS_DETACHED> is also set.
DSMIME_write_PKCS7.pod27 this option only makes sense for signedData where B<PKCS7_DETACHED>
31 are added to the content, this only makes sense if B<PKCS7_DETACHED>
DSMIME_write_ASN1.pod44 makes sense for SignedData where B<CMS_DETACHED> is also set when the sign()
48 the content, this only makes sense if B<CMS_DETACHED> is also set.
/third_party/glslang/Test/
Dhlsl.global-const-init.frag6 static const float4 bar = foo; // test const (in the immutable sense) initializer from non-const.
/third_party/zlib/contrib/iostream3/
DTODO7 - Simultaneous read/write access (does it make sense?)
/third_party/json/docs/mkdocs/docs/features/types/
Dindex.md131 - When all names are unique, objects will be interoperable in the sense that all software implement…
134 …e name/value pairs is irrelevant. This makes objects interoperable in the sense that they will not…
203 … comparison numerically, code unit by code unit, are interoperable in the sense that implementatio…
257 …ers and are in the range $[-2^{53}+1, 2^{53}-1]$ are interoperable in the sense that implementatio…
263 …tations that expect no more precision or range than these provide, in the sense that implementatio…
/third_party/json/docs/mkdocs/docs/features/binary_formats/
Dubjson.md40 …The mapping is **complete** in the sense that any JSON value type can be converted to a UBJSON val…
114 The mapping is **complete** in the sense that any UBJSON value can be converted to a JSON value.
/third_party/icu/icu4j/perf-tests/data/collation/
DTestRandomWordsUDHR_el.txt12 # Therefore, the generated phrase does not make sense literally.
DTestRandomWordsUDHR_th.txt12 # Therefore, the generated phrase does not make sense literally.
DTestRandomWordsUDHR_ar.txt12 # Therefore, the generated phrase does not make sense literally.
DTestRandomWordsUDHR_he.txt12 # Therefore, the generated phrase does not make sense literally.
DTestRandomWordsUDHR_ru.txt12 # Therefore, the generated phrase does not make sense literally.
/third_party/ltp/testcases/open_posix_testsuite/Documentation/
DHOWTO_CodingGuidelines6 demonstrates the bug, it makes sense to follow the coding guidelines
/third_party/ltp/tools/sparse/sparse-src/
DFAQ27 own front end and just do a lot of things that do not make any sense
61 where pre-ANSI C makes sense might be more inclined to care about
/third_party/json/docs/mkdocs/docs/api/basic_json/
Dobject_t.md62 - When all names are unique, objects will be interoperable in the sense that all software implement…
70 …cts, the order of the name/value pairs is irrelevant. This makes objects interoperable in the sense
Dvalue.md92 in that case, using `value()` with a key makes no sense.
98 in that case, using `value()` with a key makes no sense.
/third_party/typescript/tests/baselines/reference/
DassignmentCompatWithGenericCallSignatures4.types17 // These both do not make sense as we would eventually be comparing I2<T> to I2<I2<T>>, and they ar…
/third_party/musl/
DREADME.md8 usage, and correctness in the sense of standards conformance and

12345678910>>...29