Home
last modified time | relevance | path

Searched refs:temporal (Results 1 – 25 of 35) sorted by relevance

12

/external/webrtc/webrtc/modules/video_coding/
Dqm_select.cc177 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 …]
Dqm_select.h96 ResolutionAction() : spatial(kNoChangeSpatial), temporal(kNoChangeTemporal) {} in ResolutionAction()
98 TemporalAction temporal; member
/external/libvpx/libvpx/
DCHANGELOG112 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 …]
Dconfigure58 ${toggle_temporal_denoising} enable temporal denoising and disable the spatial denoiser
60 enable vp9 temporal denoising
/external/autotest/server/site_tests/network_WiFi_PTK/
Dcontrol15 despite several pairwise temporal key (PTK) rekeyings.
/external/autotest/server/site_tests/network_WiFi_GTK/
Dcontrol16 going through group temporal key (GTK) rekeys.
/external/libvpx/libvpx/test/android/
DREADME5 --enable-temporal-denoising --disable-unit-tests --disable-install-docs \
/external/antlr/antlr-3.4/runtime/C/
Dconfigure.ac4 AC_INIT(libantlr3c, 3.4, jimi@temporal-wave.com)
9 http://www.temporal-wave.com
DCOPYING3 // http://www.temporal-wave.com
DAUTHORS16 http://www.temporal-wave.com
/external/deqp/doc/testspecs/GLES3/
Dperformance.buffer.data_upload.txt81 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/
DASTDbg.stg4 http://www.temporal-wave.com
DDbg.stg4 http://www.temporal-wave.com
DASTParser.stg4 http://www.temporal-wave.com
DASTTreeParser.stg4 http://www.temporal-wave.com
DAST.stg4 http://www.temporal-wave.com
/external/opencv3/doc/tutorials/core/adding_images/
Dadding_images.markdown24 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/
Dmainpage.dox42 /// (jimi|at|temporal-wave|dott/com) of <a href="http://www.temporal-wave.com">Temporal Wave LLC</a…
/external/libogg/doc/
Drfc3533.txt298 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/
Dmemory-operands.mir263 ; 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/
Dpyramids.markdown88 - Create a Mat object to store the result of the operations (*dst*) and one to save temporal
/external/llvm/test/CodeGen/X86/
Dnontemporal-2.ll5 ; Make sure that we generate non-temporal stores for the test cases below.
/external/llvm/lib/Target/Hexagon/
DHexagonInstrFormats.td184 string isNT = ""; // set to "true" for non-temporal vector stores.
/external/opencv3/doc/
Dopencv.bib198 title = {The representation and recognition of human movement using temporal templates},
/external/clang/docs/
DLanguageExtensions.rst1800 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