Searched refs:temporal_layering_mode (Results 1 – 12 of 12) sorted by relevance
955 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() argument1400 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 …]
303 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()
157 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()
80 VP9E_TEMPORAL_LAYERING_MODE temporal_layering_mode; member
271 VP9E_TEMPORAL_LAYERING_MODE temporal_layering_mode; member
1305 cpi->svc.temporal_layering_mode = oxcf->temporal_layering_mode; in init_config()
187 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()
718 cfg.temporal_layering_mode = VP9E_TEMPORAL_LAYERING_MODE_BYPASS; in main()
712 int temporal_layering_mode; member726 int temporal_layering_mode; /**< Temporal layering mode */ member
36 int temporal_layering_mode; member
331 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()
583 oxcf->temporal_layering_mode = in set_encoder_config()584 (enum vp9e_temporal_layering_mode)cfg->temporal_layering_mode; in set_encoder_config()