Searched refs:temporal_layering_mode (Results 1 – 18 of 18) sorted by relevance
195 cpi->svc.temporal_layering_mode = oxcf->temporal_layering_mode; in vp9_update_layer_context_change_config()197 if (svc->temporal_layering_mode != VP9E_TEMPORAL_LAYERING_MODE_NOLAYERING) { in vp9_update_layer_context_change_config()707 if (svc->temporal_layering_mode != VP9E_TEMPORAL_LAYERING_MODE_BYPASS) { in vp9_copy_flags_ref_update_idx()744 if (svc->temporal_layering_mode == VP9E_TEMPORAL_LAYERING_MODE_0212) { in vp9_one_pass_cbr_svc_start_layer()746 } else if (svc->temporal_layering_mode == in vp9_one_pass_cbr_svc_start_layer()749 } else if (svc->temporal_layering_mode == VP9E_TEMPORAL_LAYERING_MODE_0101) { in vp9_one_pass_cbr_svc_start_layer()751 } else if (svc->temporal_layering_mode == in vp9_one_pass_cbr_svc_start_layer()779 svc->temporal_layering_mode != VP9E_TEMPORAL_LAYERING_MODE_BYPASS && in vp9_one_pass_cbr_svc_start_layer()805 if (svc->temporal_layering_mode != VP9E_TEMPORAL_LAYERING_MODE_BYPASS) { in vp9_one_pass_cbr_svc_start_layer()828 if (svc->temporal_layering_mode != VP9E_TEMPORAL_LAYERING_MODE_BYPASS || in vp9_one_pass_cbr_svc_start_layer()[all …]
100 VP9E_TEMPORAL_LAYERING_MODE temporal_layering_mode; member
486 if (svc->temporal_layering_mode == VP9E_TEMPORAL_LAYERING_MODE_BYPASS && in vp9_denoiser_update_frame_info()575 if (svc->temporal_layering_mode == VP9E_TEMPORAL_LAYERING_MODE_BYPASS && in vp9_denoiser_realloc_svc()
274 VP9E_TEMPORAL_LAYERING_MODE temporal_layering_mode; member
929 cpi->svc.temporal_layering_mode == VP9E_TEMPORAL_LAYERING_MODE_BYPASS) in vp9_get_refresh_mask()
1447 cpi->svc.temporal_layering_mode = oxcf->temporal_layering_mode; in init_config()3096 cpi->svc.temporal_layering_mode == VP9E_TEMPORAL_LAYERING_MODE_BYPASS)3821 svc->temporal_layering_mode == VP9E_TEMPORAL_LAYERING_MODE_BYPASS) {
2120 svc->temporal_layering_mode == VP9E_TEMPORAL_LAYERING_MODE_BYPASS || in set_intra_only_frame()
108 if (cfg_.temporal_layering_mode == 3) { in AssignLayerBitrates()113 } else if (cfg_.temporal_layering_mode == 2) { in AssignLayerBitrates()116 } else if (cfg_.temporal_layering_mode <= 1) { in AssignLayerBitrates()
88 cfg_.temporal_layering_mode = 3; in TEST_P()220 cfg_.temporal_layering_mode = 3; in SetConfig()224 cfg_.temporal_layering_mode = 2; in SetConfig()227 cfg_.temporal_layering_mode = 1; in SetConfig()
230 cfg_.temporal_layering_mode = VP9E_TEMPORAL_LAYERING_MODE_BYPASS; in PreEncodeFrameHook()548 cfg_.temporal_layering_mode = 3; in SetConfig()552 cfg_.temporal_layering_mode = 2; in SetConfig()555 cfg_.temporal_layering_mode = 0; in SetConfig()761 cfg_.temporal_layering_mode = 0; in TEST_P()799 cfg_.temporal_layering_mode = 0; in TEST_P()999 cfg_.temporal_layering_mode = 3; in TEST_P()1272 cfg_.temporal_layering_mode = 0; in TEST_P()1344 cfg_.temporal_layering_mode = 0; in TEST_P()
488 cfg_.temporal_layering_mode = VP9E_TEMPORAL_LAYERING_MODE_BYPASS; in TEST_P()535 cfg_.temporal_layering_mode = VP9E_TEMPORAL_LAYERING_MODE_BYPASS; in TEST_P()631 cfg_.temporal_layering_mode = VP9E_TEMPORAL_LAYERING_MODE_BYPASS; in TEST_P()
289 if (svc_ctx->temporal_layering_mode != 0) { in assign_layer_bitrates()322 if (svc_ctx->temporal_layering_mode == 3) { in assign_layer_bitrates()329 } else if (svc_ctx->temporal_layering_mode == 2 || in assign_layer_bitrates()330 svc_ctx->temporal_layering_mode == 1) { in assign_layer_bitrates()406 if (svc_ctx->temporal_layering_mode == 3) { in vpx_svc_init()408 } else if (svc_ctx->temporal_layering_mode == 2 || in vpx_svc_init()409 svc_ctx->temporal_layering_mode == 1) { in vpx_svc_init()
36 int temporal_layering_mode; member
205 svc_ctx->temporal_layering_mode = default_temporal_layering_mode; in parse_command_line()263 svc_ctx->temporal_layering_mode = enc_cfg->temporal_layering_mode = in parse_command_line()265 if (svc_ctx->temporal_layering_mode) { in parse_command_line()890 if (svc_ctx.temporal_layering_mode == VP9E_TEMPORAL_LAYERING_MODE_BYPASS) { in main()
746 cfg.temporal_layering_mode = VP9E_TEMPORAL_LAYERING_MODE_BYPASS; in main()
693 int temporal_layering_mode; member707 int temporal_layering_mode; /**< 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()
571 oxcf->temporal_layering_mode = in set_encoder_config()572 (enum vp9e_temporal_layering_mode)cfg->temporal_layering_mode; in set_encoder_config()