Searched refs:temporal_layering_mode (Results 1 – 18 of 18) sorted by relevance
197 cpi->svc.temporal_layering_mode = oxcf->temporal_layering_mode; in vp9_update_layer_context_change_config()199 if (svc->temporal_layering_mode != VP9E_TEMPORAL_LAYERING_MODE_NOLAYERING) { in vp9_update_layer_context_change_config()726 if (svc->temporal_layering_mode != VP9E_TEMPORAL_LAYERING_MODE_BYPASS) { in vp9_copy_flags_ref_update_idx()759 !(svc->temporal_layering_mode == VP9E_TEMPORAL_LAYERING_MODE_BYPASS && in vp9_one_pass_cbr_svc_start_layer()800 if (svc->temporal_layering_mode == VP9E_TEMPORAL_LAYERING_MODE_0212) { in vp9_one_pass_cbr_svc_start_layer()802 } else if (svc->temporal_layering_mode == in vp9_one_pass_cbr_svc_start_layer()805 } else if (svc->temporal_layering_mode == VP9E_TEMPORAL_LAYERING_MODE_0101) { in vp9_one_pass_cbr_svc_start_layer()807 } else if (svc->temporal_layering_mode == in vp9_one_pass_cbr_svc_start_layer()835 svc->temporal_layering_mode != VP9E_TEMPORAL_LAYERING_MODE_BYPASS && in vp9_one_pass_cbr_svc_start_layer()861 if (svc->temporal_layering_mode != VP9E_TEMPORAL_LAYERING_MODE_BYPASS) { in vp9_one_pass_cbr_svc_start_layer()[all …]
99 VP9E_TEMPORAL_LAYERING_MODE temporal_layering_mode; member
485 if (svc->temporal_layering_mode == VP9E_TEMPORAL_LAYERING_MODE_BYPASS && in vp9_denoiser_update_frame_info()574 if (svc->temporal_layering_mode == VP9E_TEMPORAL_LAYERING_MODE_BYPASS && in vp9_denoiser_realloc_svc()
281 VP9E_TEMPORAL_LAYERING_MODE temporal_layering_mode; member
934 cpi->svc.temporal_layering_mode == VP9E_TEMPORAL_LAYERING_MODE_BYPASS) in vp9_get_refresh_mask()
1493 cpi->svc.temporal_layering_mode = oxcf->temporal_layering_mode; in init_config()3296 cpi->svc.temporal_layering_mode == VP9E_TEMPORAL_LAYERING_MODE_BYPASS)4004 svc->temporal_layering_mode == VP9E_TEMPORAL_LAYERING_MODE_BYPASS) {
2195 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()
101 cfg_.temporal_layering_mode = 3; in TEST_P()236 cfg_.temporal_layering_mode = 3; in SetConfig()240 cfg_.temporal_layering_mode = 2; in SetConfig()243 cfg_.temporal_layering_mode = 1; in SetConfig()
243 cfg_.temporal_layering_mode = VP9E_TEMPORAL_LAYERING_MODE_BYPASS; in PreEncodeFrameHook()561 cfg_.temporal_layering_mode = 3; in SetConfig()565 cfg_.temporal_layering_mode = 2; in SetConfig()568 cfg_.temporal_layering_mode = 0; in SetConfig()774 cfg_.temporal_layering_mode = 0; in TEST_P()812 cfg_.temporal_layering_mode = 0; in TEST_P()1014 cfg_.temporal_layering_mode = 3; in TEST_P()1289 cfg_.temporal_layering_mode = 0; in TEST_P()1361 cfg_.temporal_layering_mode = 0; in TEST_P()
487 cfg_.temporal_layering_mode = VP9E_TEMPORAL_LAYERING_MODE_BYPASS; in TEST_P()534 cfg_.temporal_layering_mode = VP9E_TEMPORAL_LAYERING_MODE_BYPASS; in TEST_P()630 cfg_.temporal_layering_mode = VP9E_TEMPORAL_LAYERING_MODE_BYPASS; in TEST_P()
291 if (svc_ctx->temporal_layering_mode != 0) { in assign_layer_bitrates()324 if (svc_ctx->temporal_layering_mode == 3) { in assign_layer_bitrates()331 } else if (svc_ctx->temporal_layering_mode == 2 || in assign_layer_bitrates()332 svc_ctx->temporal_layering_mode == 1) { in assign_layer_bitrates()408 if (svc_ctx->temporal_layering_mode == 3) { in vpx_svc_init()410 } else if (svc_ctx->temporal_layering_mode == 2 || in vpx_svc_init()411 svc_ctx->temporal_layering_mode == 1) { in vpx_svc_init()
36 int temporal_layering_mode; member
211 svc_ctx->temporal_layering_mode = default_temporal_layering_mode; in parse_command_line()274 svc_ctx->temporal_layering_mode = enc_cfg->temporal_layering_mode = in parse_command_line()276 if (svc_ctx->temporal_layering_mode) { in parse_command_line()1082 if (svc_ctx.temporal_layering_mode == VP9E_TEMPORAL_LAYERING_MODE_BYPASS) { in main()
772 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
613 config_->temporal_layering_mode = VP9E_TEMPORAL_LAYERING_MODE_NOLAYERING; in InitEncode()620 config_->temporal_layering_mode = VP9E_TEMPORAL_LAYERING_MODE_0101; in InitEncode()629 config_->temporal_layering_mode = VP9E_TEMPORAL_LAYERING_MODE_0212; in InitEncode()644 config_->temporal_layering_mode = VP9E_TEMPORAL_LAYERING_MODE_BYPASS; in InitEncode()
618 oxcf->temporal_layering_mode = in set_encoder_config()619 (enum vp9e_temporal_layering_mode)cfg->temporal_layering_mode; in set_encoder_config()2065 DUMP_STRUCT_VALUE(oxcf, temporal_layering_mode); in vp9_dump_encoder_config()