Home
last modified time | relevance | path

Searched refs:temporal_layering_mode (Results 1 – 12 of 12) sorted by relevance

/external/libvpx/libvpx/test/
Ddatarate_test.cc955 cfg_.temporal_layering_mode = VP9E_TEMPORAL_LAYERING_MODE_BYPASS; in TEST_P()
999 cfg_.temporal_layering_mode = VP9E_TEMPORAL_LAYERING_MODE_BYPASS; in TEST_P()
1049 cfg_.temporal_layering_mode = VP9E_TEMPORAL_LAYERING_MODE_BYPASS; in TEST_P()
1382 int temporal_layering_mode, in assign_layer_bitrates() argument
1400 if (temporal_layering_mode == 3) { in assign_layer_bitrates()
1405 } else if (temporal_layering_mode == 2) { in assign_layer_bitrates()
1408 } else if (temporal_layering_mode <= 1) { in assign_layer_bitrates()
1461 cfg_.temporal_layering_mode = 0; in TEST_P()
1476 cfg_.ts_number_layers, cfg_.temporal_layering_mode, in TEST_P()
1501 cfg_.temporal_layering_mode = 3; in TEST_P()
[all …]
/external/libvpx/libvpx/vpx/src/
Dsvc_encodeframe.c303 if (svc_ctx->temporal_layering_mode != 0) { in assign_layer_bitrates()
336 if (svc_ctx->temporal_layering_mode == 3) { in assign_layer_bitrates()
343 } else if (svc_ctx->temporal_layering_mode == 2 || in assign_layer_bitrates()
344 svc_ctx->temporal_layering_mode == 1) { in assign_layer_bitrates()
420 if (svc_ctx->temporal_layering_mode == 3) { in vpx_svc_init()
422 } else if (svc_ctx->temporal_layering_mode == 2 || in vpx_svc_init()
423 svc_ctx->temporal_layering_mode == 1) { in vpx_svc_init()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_svc_layercontext.c157 if (svc->temporal_layering_mode != VP9E_TEMPORAL_LAYERING_MODE_NOLAYERING) { in vp9_update_layer_context_change_config()
612 if (cpi->svc.temporal_layering_mode == VP9E_TEMPORAL_LAYERING_MODE_0212) { in vp9_one_pass_cbr_svc_start_layer()
614 } else if (cpi->svc.temporal_layering_mode == in vp9_one_pass_cbr_svc_start_layer()
617 } else if (cpi->svc.temporal_layering_mode == in vp9_one_pass_cbr_svc_start_layer()
620 } else if (cpi->svc.temporal_layering_mode == in vp9_one_pass_cbr_svc_start_layer()
650 if (cpi->svc.temporal_layering_mode != VP9E_TEMPORAL_LAYERING_MODE_BYPASS) { in vp9_one_pass_cbr_svc_start_layer()
854 if (svc->temporal_layering_mode == VP9E_TEMPORAL_LAYERING_MODE_0212) { in vp9_svc_reset_key_frame()
856 } else if (svc->temporal_layering_mode == in vp9_svc_reset_key_frame()
859 } else if (svc->temporal_layering_mode == VP9E_TEMPORAL_LAYERING_MODE_0101) { in vp9_svc_reset_key_frame()
Dvp9_svc_layercontext.h80 VP9E_TEMPORAL_LAYERING_MODE temporal_layering_mode; member
Dvp9_encoder.h271 VP9E_TEMPORAL_LAYERING_MODE temporal_layering_mode; member
Dvp9_encoder.c1305 cpi->svc.temporal_layering_mode = oxcf->temporal_layering_mode; in init_config()
/external/libvpx/libvpx/examples/
Dvp9_spatial_svc_encoder.c187 svc_ctx->temporal_layering_mode = default_temporal_layering_mode; in parse_command_line()
245 svc_ctx->temporal_layering_mode = enc_cfg->temporal_layering_mode = in parse_command_line()
247 if (svc_ctx->temporal_layering_mode) { in parse_command_line()
730 if (svc_ctx.temporal_layering_mode == VP9E_TEMPORAL_LAYERING_MODE_BYPASS) { in main()
791 if (svc_ctx.temporal_layering_mode != in main()
889 if (svc_ctx.temporal_layering_mode == VP9E_TEMPORAL_LAYERING_MODE_BYPASS) { in main()
Dvpx_temporal_svc_encoder.c718 cfg.temporal_layering_mode = VP9E_TEMPORAL_LAYERING_MODE_BYPASS; in main()
/external/libvpx/libvpx/vpx/
Dvpx_encoder.h712 int temporal_layering_mode; member
726 int temporal_layering_mode; /**< Temporal layering mode */ member
Dsvc_context.h36 int temporal_layering_mode; member
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
Dvp9_impl.cc331 config_->temporal_layering_mode = VP9E_TEMPORAL_LAYERING_MODE_BYPASS; in InitEncode()
337 config_->temporal_layering_mode = VP9E_TEMPORAL_LAYERING_MODE_NOLAYERING; in InitEncode()
344 config_->temporal_layering_mode = VP9E_TEMPORAL_LAYERING_MODE_0101; in InitEncode()
353 config_->temporal_layering_mode = VP9E_TEMPORAL_LAYERING_MODE_0212; in InitEncode()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c583 oxcf->temporal_layering_mode = in set_encoder_config()
584 (enum vp9e_temporal_layering_mode)cfg->temporal_layering_mode; in set_encoder_config()