HomeSort by relevance Sort by last modified time
    Searched full:temporal (Results 1 - 25 of 460) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/samplegrouping/
TemporalLevelEntry.java 22 * The Temporal Level sample grouping ('tele') provides a codec-independent sample grouping that can be used to group samples (access units) in a track (and potential track fragments) according to temporal level, where samples of one temporal level have no coding dependencies on samples of higher temporal levels. The temporal level equals the sample group description index (taking values 1, 2, 3, etc). The bitstream containing only the access units from the first temporal level to a higher temporal level remains conforming to the coding standard.
24 * A grouping according to temporal level facilitates easy extraction of temporal subsequences, for instance using the Subsegment Indexing box in 0.
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
qm_select.cc 180 down_action_history_[i].temporal = kNoChangeTemporal;
305 // temporal/frame rate reduction by 1/2 and 2/3.
306 // 3) The action for going back up is the reverse of last (spatial or temporal)
309 // 4) The total amount of down-sampling (spatial and/or temporal) from the
344 down_action_history_[0].temporal != kNoChangeTemporal) {
369 action_.temporal = kNoChangeTemporal;
401 // Use base layer frame rate for temporal layers: this will favor spatial.
433 float fac_temp = kFactorTemporal[down_action_history_[0].temporal];
446 down_action_history_[0].temporal != kNoChangeTemporal) {
450 action_.temporal = down_action_history_[0].temporal
    [all...]
qm_select_unittest.cc 13 * In particular, for the selection of spatial and/or temporal down-sampling.
94 // TODO(marpan): Add a test for number of temporal layers > 1.
99 // number of temporal layers.
129 // number of temporal layers.
156 // Low motion, low spatial: 2/3 temporal is expected.
172 // High motion, high spatial: 2/3 temporal expected.
180 // Low motion, high spatial: 1/2 temporal expected.
188 // Medium motion, high spatial: 1/2 temporal expected.
207 // Low motion, medium spatial: high frame rate, so 1/2 temporal expected.
216 // Medium motion, medium spatial: high frame rate, so 2/3 temporal expected
    [all...]
decoding_state.h 31 // possible, i.e. temporal info, picture ID or sequence number.
64 bool full_sync_; // Sync flag when temporal layers are used.
  /external/libvpx/libvpx/vp9/encoder/
vp9_svc_layercontext.h 40 // Layer context used for rate control in one pass temporal CBR mode or
41 // two pass spatial mode. Defined for temporal or spatial layers for now.
42 // Does not support temporal combined with spatial RC.
56 // for the current temporal layer.
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_svc_layercontext.h 40 // Layer context used for rate control in one pass temporal CBR mode or
41 // two pass spatial mode. Defined for temporal or spatial layers for now.
42 // Does not support temporal combined with spatial RC.
56 // for the current temporal layer.
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/vp8/
temporal_layers.h 10 * This file defines the interface for doing temporal layers with VP8.
28 // of temporal layers. See default_temporal_layers.cc
56 // Factory for a temporal layers strategy that adaptively changes the number of
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/
README.libvpx 17 system. This is a temporal solution, and will be improved later
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_svc_layercontext.h 41 // Layer context used for rate control in one pass temporal CBR mode or
42 // two pass spatial mode. Defined for temporal or spatial layers for now.
43 // Does not support temporal combined with spatial RC.
57 // for the current temporal layer.
  /external/libvpx/libvpx/third_party/libyuv/
README.webm 17 system. This is a temporal solution, and will be improved later
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libyuv/
README.webm 17 system. This is a temporal solution, and will be improved later
  /external/antlr/antlr-3.4/runtime/C/
COPYING 2 // Copyright (c) 2005-2009 Jim Idle, Temporal Wave LLC
3 // http://www.temporal-wave.com
  /frameworks/av/media/libstagefright/codecs/on2/enc/
SoftVPXEncoder.h 95 // First base layer frame for 3 temporal layers, which updates last and
205 // Number of coding temporal layers to be used.
208 // Temporal layer bitrare ratio in percentage
211 // Temporal pattern type
214 // Temporal pattern length
217 // Temporal pattern current index
220 // Frame type temporal pattern
  /external/antlr/antlr-3.4/runtime/Java/
pom.xml 38 <organization>Temporal Wave LLC</organization>
39 <organizationUrl>http://www.temporal-wave.com</organizationUrl>
40 <email>jimi@temporal-wave.com</email>
  /external/chromium_org/third_party/libvpx/source/config/linux/mipsel/
vpx_config.c 8 static const char* const cfg = "--target=mips32-linux-gcc --disable-fast-unaligned --enable-external-build --enable-postproc --disable-install-srcs --enable-multi-res-encoding --enable-temporal-denoising --disable-unit-tests --disable-install-docs --disable-examples --disable-avx2";
  /external/chromium_org/third_party/libvpx/source/config/win/ia32/
vpx_config.c 8 static const char* const cfg = "--target=x86-win32-vs12 --enable-realtime-only --enable-external-build --enable-postproc --disable-install-srcs --enable-multi-res-encoding --enable-temporal-denoising --disable-unit-tests --disable-install-docs --disable-examples --disable-avx2";
  /external/chromium_org/third_party/libvpx/source/config/win/x64/
vpx_config.c 8 static const char* const cfg = "--target=x86_64-win64-vs12 --enable-realtime-only --enable-external-build --enable-postproc --disable-install-srcs --enable-multi-res-encoding --enable-temporal-denoising --disable-unit-tests --disable-install-docs --disable-examples --disable-avx2";
  /external/chromium_org/third_party/webrtc/modules/video_processing/main/source/
video_decimator.h 46 // Temporal decimation.
  /external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/java/
AbstractTParser.java 17 * @author Jim Idle - Temporal Wave LLC - jimi@temporal-wave.com
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3encodings.h 5 // Copyright (c) 2005-2009 Jim Idle, Temporal Wave LLC
6 // http://www.temporal-wave.com
antlr3errors.h 5 // Copyright (c) 2005-2009 Jim Idle, Temporal Wave LLC
6 // http://www.temporal-wave.com
antlr3filestream.h 5 // Copyright (c) 2005-2009 Jim Idle, Temporal Wave LLC
6 // http://www.temporal-wave.com
antlr3memory.h 5 // Copyright (c) 2005-2009 Jim Idle, Temporal Wave LLC
6 // http://www.temporal-wave.com
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3intstream.c 8 // Copyright (c) 2005-2009 Jim Idle, Temporal Wave LLC
9 // http://www.temporal-wave.com
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
ASTDbg.stg 3 Copyright (c) 2005-2009 Jim Idle, Temporal Wave LLC
4 http://www.temporal-wave.com

Completed in 1350 milliseconds

1 2 3 4 5 6 7 8 91011>>