Searched refs:temporal (Results 1 – 25 of 35) sorted by relevance
12
/external/webrtc/webrtc/modules/video_coding/ |
D | qm_select.cc | 177 down_action_history_[i].temporal = kNoChangeTemporal; in ResetDownSamplingState() 341 down_action_history_[0].temporal != kNoChangeTemporal) { in SelectResolution() 366 action_.temporal = kNoChangeTemporal; in SetDefaultAction() 430 float fac_temp = kFactorTemporal[down_action_history_[0].temporal]; in GoingUpResolution() 443 down_action_history_[0].temporal != kNoChangeTemporal) { in GoingUpResolution() 447 action_.temporal = down_action_history_[0].temporal; in GoingUpResolution() 459 if (down_action_history_[0].temporal != kNoChangeTemporal) { in GoingUpResolution() 465 action_.temporal = kNoChangeTemporal; in GoingUpResolution() 470 action_.temporal = down_action_history_[0].temporal; in GoingUpResolution() 534 action_.temporal = kTwoThirdsTemporal; in GoingDownResolution() [all …]
|
D | qm_select.h | 96 ResolutionAction() : spatial(kNoChangeSpatial), temporal(kNoChangeTemporal) {} in ResolutionAction() 98 TemporalAction temporal; member
|
/external/libvpx/libvpx/ |
D | CHANGELOG | 112 Minor improvements to real time encoding with multiple temporal layers 130 This release introduces a new temporal denoiser, controlled by the 131 VP8E_SET_NOISE_SENSITIVITY control. The temporal denoiser does not 135 for the spatial denoiser (0-6). The temporal denoiser is enabled 137 configuring with --disable-temporal-denoising. The temporal denoiser 147 Adds a motion compensated temporal denoiser to the encoder, which 194 Improved keyframe sizing with multiple temporal layers 199 usage of the frame reference flags, or temporal layers. 234 different quality than the surrounding frames, as in the temporal 400 x86 sse2 temporal filter [all …]
|
D | configure | 58 ${toggle_temporal_denoising} enable temporal denoising and disable the spatial denoiser 60 enable vp9 temporal denoising
|
/external/autotest/server/site_tests/network_WiFi_PTK/ |
D | control | 15 despite several pairwise temporal key (PTK) rekeyings.
|
/external/autotest/server/site_tests/network_WiFi_GTK/ |
D | control | 16 going through group temporal key (GTK) rekeys.
|
/external/libvpx/libvpx/test/android/ |
D | README | 5 --enable-temporal-denoising --disable-unit-tests --disable-install-docs \
|
/external/antlr/antlr-3.4/runtime/C/ |
D | configure.ac | 4 AC_INIT(libantlr3c, 3.4, jimi@temporal-wave.com) 9 http://www.temporal-wave.com
|
D | COPYING | 3 // http://www.temporal-wave.com
|
D | AUTHORS | 16 http://www.temporal-wave.com
|
/external/deqp/doc/testspecs/GLES3/ |
D | performance.buffer.data_upload.txt | 81 Additionally, test cases calculate "sample linearity" and "sample temporal stability" 89 Sample temporal stability describes the stability of the function during the sampling. 93 the test and in the end of the test, the temporal stability will be 100%. A value less
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/ |
D | ASTDbg.stg | 4 http://www.temporal-wave.com
|
D | Dbg.stg | 4 http://www.temporal-wave.com
|
D | ASTParser.stg | 4 http://www.temporal-wave.com
|
D | ASTTreeParser.stg | 4 http://www.temporal-wave.com
|
D | AST.stg | 4 http://www.temporal-wave.com
|
/external/opencv3/doc/tutorials/core/adding_images/ |
D | adding_images.markdown | 24 By varying \f$\alpha\f$ from \f$0 \rightarrow 1\f$ this operator can be used to perform a temporal
|
/external/antlr/antlr-3.4/runtime/C/doxygen/ |
D | mainpage.dox | 42 /// (jimi|at|temporal-wave|dott/com) of <a href="http://www.temporal-wave.com">Temporal Wave LLC</a…
|
/external/libogg/doc/ |
D | rfc3533.txt | 298 application can only get temporal information through higher layers 310 video. As Ogg does not specify temporal relationships between the 311 encapsulated concurrently multiplexed bitstreams, the temporal 723 their correct temporal order.
|
/external/llvm/test/CodeGen/MIR/X86/ |
D | memory-operands.mir | 263 ; CHECK: MOVNTImr killed %rdi, 1, _, 0, _, killed %esi :: (non-temporal store 4 into %ir.a) 264 MOVNTImr killed %rdi, 1, _, 0, _, killed %esi :: (non-temporal store 4 into %ir.a)
|
/external/opencv3/doc/tutorials/imgproc/pyramids/ |
D | pyramids.markdown | 88 - Create a Mat object to store the result of the operations (*dst*) and one to save temporal
|
/external/llvm/test/CodeGen/X86/ |
D | nontemporal-2.ll | 5 ; Make sure that we generate non-temporal stores for the test cases below.
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonInstrFormats.td | 184 string isNT = ""; // set to "true" for non-temporal vector stores.
|
/external/opencv3/doc/ |
D | opencv.bib | 198 title = {The representation and recognition of human movement using temporal templates},
|
/external/clang/docs/ |
D | LanguageExtensions.rst | 1800 Non-temporal load/store builtins 1803 Clang provides overloaded builtins allowing generation of non-temporal memory 1817 Note that the compiler does not guarantee that non-temporal loads or stores
|
12