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.c195 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 …]
Dvp9_svc_layercontext.h100 VP9E_TEMPORAL_LAYERING_MODE temporal_layering_mode; member
Dvp9_denoiser.c486 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()
Dvp9_encoder.h274 VP9E_TEMPORAL_LAYERING_MODE temporal_layering_mode; member
Dvp9_bitstream.c929 cpi->svc.temporal_layering_mode == VP9E_TEMPORAL_LAYERING_MODE_BYPASS) in vp9_get_refresh_mask()
Dvp9_encoder.c1447 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) {
Dvp9_ratectrl.c2120 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.cc88 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()
Dsvc_datarate_test.cc230 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()
Dvp9_datarate_test.cc488 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()
/external/libvpx/libvpx/examples/
Dsvc_encodeframe.c289 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()
Dsvc_context.h36 int temporal_layering_mode; member
Dvp9_spatial_svc_encoder.c205 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()
Dvpx_temporal_svc_encoder.c746 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/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.c571 oxcf->temporal_layering_mode = in set_encoder_config()
572 (enum vp9e_temporal_layering_mode)cfg->temporal_layering_mode; in set_encoder_config()