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.cc567 cfg_.temporal_layering_mode = VP9E_TEMPORAL_LAYERING_MODE_BYPASS; in TEST_P()
610 cfg_.temporal_layering_mode = VP9E_TEMPORAL_LAYERING_MODE_BYPASS; in TEST_P()
658 cfg_.temporal_layering_mode = VP9E_TEMPORAL_LAYERING_MODE_BYPASS; in TEST_P()
853 int temporal_layering_mode, in assign_layer_bitrates() argument
870 if (temporal_layering_mode == 3) { in assign_layer_bitrates()
877 } else if (temporal_layering_mode == 2) { in assign_layer_bitrates()
903 cfg_.temporal_layering_mode = 3; in TEST_P()
919 cfg_.ts_number_layers, cfg_.temporal_layering_mode, in TEST_P()
947 cfg_.temporal_layering_mode = 3; in TEST_P()
960 cfg_.ts_number_layers, cfg_.temporal_layering_mode, in TEST_P()
/external/libvpx/libvpx/vpx/src/
Dsvc_encodeframe.c307 if (svc_ctx->temporal_layering_mode != 0) { in assign_layer_bitrates()
335 if (svc_ctx->temporal_layering_mode == 3) { in assign_layer_bitrates()
342 } else if (svc_ctx->temporal_layering_mode == 2 || in assign_layer_bitrates()
343 svc_ctx->temporal_layering_mode == 1) { in assign_layer_bitrates()
419 if (svc_ctx->temporal_layering_mode == 3) { in vpx_svc_init()
421 } else if (svc_ctx->temporal_layering_mode == 2 || in vpx_svc_init()
422 svc_ctx->temporal_layering_mode == 1) { in vpx_svc_init()
/external/libvpx/libvpx/vpx/
Dvpx_encoder.h750 int temporal_layering_mode; member
763 int temporal_layering_mode; /**< Temporal layering mode */ member
Dsvc_context.h36 int temporal_layering_mode; member
/external/libvpx/libvpx/vp9/encoder/
Dvp9_svc_layercontext.c139 if (svc->temporal_layering_mode != VP9E_TEMPORAL_LAYERING_MODE_NOLAYERING) { in vp9_update_layer_context_change_config()
544 if (cpi->svc.temporal_layering_mode == VP9E_TEMPORAL_LAYERING_MODE_0212) { in vp9_one_pass_cbr_svc_start_layer()
546 } else if (cpi->svc.temporal_layering_mode == in vp9_one_pass_cbr_svc_start_layer()
549 } else if (cpi->svc.temporal_layering_mode == in vp9_one_pass_cbr_svc_start_layer()
552 } else if (cpi->svc.temporal_layering_mode == in vp9_one_pass_cbr_svc_start_layer()
577 if (cpi->svc.temporal_layering_mode != VP9E_TEMPORAL_LAYERING_MODE_BYPASS) { in vp9_one_pass_cbr_svc_start_layer()
Dvp9_svc_layercontext.h78 VP9E_TEMPORAL_LAYERING_MODE temporal_layering_mode; member
Dvp9_encoder.h244 VP9E_TEMPORAL_LAYERING_MODE temporal_layering_mode; member
Dvp9_encoder.c784 cpi->svc.temporal_layering_mode = oxcf->temporal_layering_mode; in init_config()
/external/libvpx/libvpx/examples/
Dvp9_spatial_svc_encoder.c173 svc_ctx->temporal_layering_mode = default_temporal_layering_mode; in parse_command_line()
231 svc_ctx->temporal_layering_mode = in parse_command_line()
232 enc_cfg->temporal_layering_mode = arg_parse_int(&arg); in parse_command_line()
233 if (svc_ctx->temporal_layering_mode) { in parse_command_line()
716 if (svc_ctx.temporal_layering_mode == VP9E_TEMPORAL_LAYERING_MODE_BYPASS) { in main()
Dvpx_temporal_svc_encoder.c635 cfg.temporal_layering_mode = VP9E_TEMPORAL_LAYERING_MODE_BYPASS; in main()
/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.c499 oxcf->temporal_layering_mode = (enum vp9e_temporal_layering_mode) in set_encoder_config()
500 cfg->temporal_layering_mode; in set_encoder_config()