Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_svc_layercontext.c197 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 …]
Dvp9_svc_layercontext.h99 VP9E_TEMPORAL_LAYERING_MODE temporal_layering_mode; member
Dvp9_denoiser.c485 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()
Dvp9_encoder.h281 VP9E_TEMPORAL_LAYERING_MODE temporal_layering_mode; member
Dvp9_bitstream.c934 cpi->svc.temporal_layering_mode == VP9E_TEMPORAL_LAYERING_MODE_BYPASS) in vp9_get_refresh_mask()
Dvp9_encoder.c1493 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) {
Dvp9_ratectrl.c2195 svc->temporal_layering_mode == VP9E_TEMPORAL_LAYERING_MODE_BYPASS || in set_intra_only_frame()
/external/libvpx/libvpx/test/
Dsvc_test.cc108 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()
Dsvc_end_to_end_test.cc101 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()
Dsvc_datarate_test.cc243 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()
Dvp9_datarate_test.cc487 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()
/external/libvpx/libvpx/examples/
Dsvc_encodeframe.c291 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()
Dsvc_context.h36 int temporal_layering_mode; member
Dvp9_spatial_svc_encoder.c211 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()
Dvpx_temporal_svc_encoder.c772 cfg.temporal_layering_mode = VP9E_TEMPORAL_LAYERING_MODE_BYPASS; in main()
/external/libvpx/libvpx/vpx/
Dvpx_encoder.h693 int temporal_layering_mode; member
707 int temporal_layering_mode; /**< Temporal layering mode */ member
/external/webrtc/modules/video_coding/codecs/vp9/
Dvp9_impl.cc613 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()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c618 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()