HomeSort by relevance Sort by last modified time
    Searched refs:temporal_layering_mode (Results 1 - 12 of 12) sorted by null

  /external/libvpx/libvpx/test/
datarate_test.cc 838 cfg_.temporal_layering_mode = VP9E_TEMPORAL_LAYERING_MODE_BYPASS;
882 cfg_.temporal_layering_mode = VP9E_TEMPORAL_LAYERING_MODE_BYPASS;
    [all...]
  /external/libvpx/libvpx/vpx/
svc_context.h 36 int temporal_layering_mode; member in struct:__anon24835
vpx_encoder.h 701 int temporal_layering_mode; member in struct:vpx_codec_enc_cfg
715 int temporal_layering_mode; /**< Temporal layering mode */ member in struct:vpx_svc_parameters
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_svc_layercontext.h 80 VP9E_TEMPORAL_LAYERING_MODE temporal_layering_mode; member in struct:__anon24826
vp9_svc_layercontext.c 155 if (svc->temporal_layering_mode != VP9E_TEMPORAL_LAYERING_MODE_NOLAYERING) {
607 if (cpi->svc.temporal_layering_mode == VP9E_TEMPORAL_LAYERING_MODE_0212) {
609 } else if (cpi->svc.temporal_layering_mode ==
612 } else if (cpi->svc.temporal_layering_mode ==
615 } else if (cpi->svc.temporal_layering_mode ==
645 if (cpi->svc.temporal_layering_mode != VP9E_TEMPORAL_LAYERING_MODE_BYPASS) {
843 if (svc->temporal_layering_mode == VP9E_TEMPORAL_LAYERING_MODE_0212) {
845 } else if (svc->temporal_layering_mode ==
    [all...]
vp9_encoder.h 269 VP9E_TEMPORAL_LAYERING_MODE temporal_layering_mode; member in struct:VP9EncoderConfig
vp9_encoder.c     [all...]
  /external/libvpx/libvpx/examples/
vp9_spatial_svc_encoder.c 187 svc_ctx->temporal_layering_mode = default_temporal_layering_mode;
245 svc_ctx->temporal_layering_mode = enc_cfg->temporal_layering_mode =
247 if (svc_ctx->temporal_layering_mode) {
562 // VP9E_TEMPORAL_LAYERING_MODE_0101 (temporal_layering_mode == 2) used in
725 if (svc_ctx.temporal_layering_mode == VP9E_TEMPORAL_LAYERING_MODE_BYPASS) {
784 if (svc_ctx.temporal_layering_mode !=
    [all...]
vpx_temporal_svc_encoder.c 435 // This works same as temporal_layering_mode 3.
662 cfg.temporal_layering_mode = VP9E_TEMPORAL_LAYERING_MODE_BYPASS;
    [all...]
  /external/libvpx/libvpx/vpx/src/
svc_encodeframe.c 303 if (svc_ctx->temporal_layering_mode != 0) {
336 if (svc_ctx->temporal_layering_mode == 3) {
343 } else if (svc_ctx->temporal_layering_mode == 2 ||
344 svc_ctx->temporal_layering_mode == 1) {
418 // Note: temporal_layering_mode only applies to one-pass CBR
419 // si->svc_params.temporal_layering_mode = svc_ctx->temporal_layering_mode;
420 if (svc_ctx->temporal_layering_mode == 3) {
422 } else if (svc_ctx->temporal_layering_mode == 2 ||
423 svc_ctx->temporal_layering_mode == 1)
    [all...]
  /external/webrtc/webrtc/modules/video_coding/codecs/vp9/
vp9_impl.cc 331 config_->temporal_layering_mode = VP9E_TEMPORAL_LAYERING_MODE_BYPASS;
337 config_->temporal_layering_mode = VP9E_TEMPORAL_LAYERING_MODE_NOLAYERING;
344 config_->temporal_layering_mode = VP9E_TEMPORAL_LAYERING_MODE_0101;
353 config_->temporal_layering_mode = VP9E_TEMPORAL_LAYERING_MODE_0212;
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 558 oxcf->temporal_layering_mode =
559 (enum vp9e_temporal_layering_mode)cfg->temporal_layering_mode;
    [all...]

Completed in 849 milliseconds