Home
last modified time | relevance | path

Searched refs:temporal (Results 1 – 25 of 42) 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/llvm/test/CodeGen/AMDGPU/
Dindirect-addressing-undef.mir201 …%sgpr4_sgpr5 = S_LOAD_DWORDX2_IMM %sgpr0_sgpr1, 11 :: (non-temporal invariant load 8 from `i64 add…
207 …%sgpr4_sgpr5 = S_LOAD_DWORDX2_IMM killed %sgpr0_sgpr1, 9 :: (non-temporal invariant load 8 from `i…
258 …%sgpr4_sgpr5 = S_LOAD_DWORDX2_IMM %sgpr0_sgpr1, 11 :: (non-temporal invariant load 8 from `i64 add…
264 …%sgpr4_sgpr5 = S_LOAD_DWORDX2_IMM killed %sgpr0_sgpr1, 9 :: (non-temporal invariant load 8 from `i…
314 …%sgpr4_sgpr5 = S_LOAD_DWORDX2_IMM %sgpr0_sgpr1, 11 :: (non-temporal invariant load 8 from `i64 add…
320 …%sgpr4_sgpr5 = S_LOAD_DWORDX2_IMM killed %sgpr0_sgpr1, 9 :: (non-temporal invariant load 8 from `i…
/external/libvpx/libvpx/
DCHANGELOG158 Minor improvements to real time encoding with multiple temporal layers
176 This release introduces a new temporal denoiser, controlled by the
177 VP8E_SET_NOISE_SENSITIVITY control. The temporal denoiser does not
181 for the spatial denoiser (0-6). The temporal denoiser is enabled
183 configuring with --disable-temporal-denoising. The temporal denoiser
193 Adds a motion compensated temporal denoiser to the encoder, which
240 Improved keyframe sizing with multiple temporal layers
245 usage of the frame reference flags, or temporal layers.
280 different quality than the surrounding frames, as in the temporal
446 x86 sse2 temporal filter
[all …]
Dconfigure61 ${toggle_temporal_denoising} enable temporal denoising and disable the spatial denoiser
63 enable vp9 temporal denoising
/external/autotest/server/site_tests/network_WiFi_GTK/
Dcontrol15 going through group temporal key (GTK) rekeys.
/external/autotest/server/site_tests/network_WiFi_PTK/
Dcontrol15 despite several pairwise temporal key (PTK) rekeyings.
/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
DC.stg4 http://www.temporal-wave.com
110 // http://www.temporal-wave.com
597 // http://www.temporal-wave.com
/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/fmtlib/doc/bootstrap/
Dforms.less172 // Special styles for iOS temporal inputs
174 // In Mobile Safari, setting `display: block` on temporal inputs causes the
/external/llvm/test/CodeGen/MIR/X86/
Dmemory-operands.mir266 ; CHECK: MOVNTImr killed %rdi, 1, _, 0, _, killed %esi :: (non-temporal store 4 into %ir.a)
267 MOVNTImr killed %rdi, 1, _, 0, _, killed %esi :: (non-temporal store 4 into %ir.a)
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86InstrFragmentsSIMD.td306 // Like 'store', but requires the non-temporal bit to be set
/external/llvm/lib/Target/Hexagon/
DHexagonInstrFormats.td184 string isNT = ""; // set to "true" for non-temporal vector stores.
/external/clang/docs/
DLanguageExtensions.rst1848 Non-temporal load/store builtins
1851 Clang provides overloaded builtins allowing generation of non-temporal memory
1865 Note that the compiler does not guarantee that non-temporal loads or stores

12