Searched refs:sense (Results 1 – 25 of 702) sorted by relevance
12345678910>>...29
/third_party/ffmpeg/libavfilter/ |
D | af_deesser.c | 116 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/ |
D | VK_KHR_get_display_properties2.adoc | 43 Other inputs would not make sense. 46 Other inputs would not make sense. 50 Other inputs would not make sense.
|
D | VK_KHR_get_display_properties2.txt | 43 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/ |
D | basic_test.proto | 146 // 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
|
D | basic_test_proto2.proto | 139 // 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/ |
D | VK_KHR_map_memory2.adoc | 16 usual sense. 75 not add functionality itself. In that sense, it is similar to
|
/third_party/vixl/ |
D | .clang-format | 33 # 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/ |
D | SMIME_write_CMS.pod | 27 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.
|
D | SMIME_write_PKCS7.pod | 27 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>
|
D | SMIME_write_ASN1.pod | 44 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/ |
D | hlsl.global-const-init.frag | 6 static const float4 bar = foo; // test const (in the immutable sense) initializer from non-const.
|
/third_party/zlib/contrib/iostream3/ |
D | TODO | 7 - Simultaneous read/write access (does it make sense?)
|
/third_party/json/docs/mkdocs/docs/features/types/ |
D | index.md | 131 - 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/ |
D | ubjson.md | 40 …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/ |
D | TestRandomWordsUDHR_el.txt | 12 # Therefore, the generated phrase does not make sense literally.
|
D | TestRandomWordsUDHR_th.txt | 12 # Therefore, the generated phrase does not make sense literally.
|
D | TestRandomWordsUDHR_ar.txt | 12 # Therefore, the generated phrase does not make sense literally.
|
D | TestRandomWordsUDHR_he.txt | 12 # Therefore, the generated phrase does not make sense literally.
|
D | TestRandomWordsUDHR_ru.txt | 12 # Therefore, the generated phrase does not make sense literally.
|
/third_party/ltp/testcases/open_posix_testsuite/Documentation/ |
D | HOWTO_CodingGuidelines | 6 demonstrates the bug, it makes sense to follow the coding guidelines
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | FAQ | 27 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/ |
D | object_t.md | 62 - 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
|
D | value.md | 92 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/ |
D | assignmentCompatWithGenericCallSignatures4.types | 17 // These both do not make sense as we would eventually be comparing I2<T> to I2<I2<T>>, and they ar…
|
/third_party/musl/ |
D | README.md | 8 usage, and correctness in the sense of standards conformance and
|
12345678910>>...29