Home
last modified time | relevance | path

Searched refs:VP9E_TEMPORAL_LAYERING_MODE_BYPASS (Results 1 – 11 of 11) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_svc_layercontext.c707 if (svc->temporal_layering_mode != VP9E_TEMPORAL_LAYERING_MODE_BYPASS) { in vp9_copy_flags_ref_update_idx()
752 VP9E_TEMPORAL_LAYERING_MODE_BYPASS && 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()
882 if (svc->temporal_layering_mode == VP9E_TEMPORAL_LAYERING_MODE_BYPASS) { in vp9_one_pass_cbr_svc_start_layer()
892 if (svc->temporal_layering_mode != VP9E_TEMPORAL_LAYERING_MODE_BYPASS && in vp9_one_pass_cbr_svc_start_layer()
1020 if (svc->temporal_layering_mode != VP9E_TEMPORAL_LAYERING_MODE_BYPASS && in vp9_svc_constrain_inter_layer_pred()
1059 if (svc->temporal_layering_mode != VP9E_TEMPORAL_LAYERING_MODE_BYPASS && in vp9_svc_assert_constraints_pattern()
1192 if (svc->temporal_layering_mode == VP9E_TEMPORAL_LAYERING_MODE_BYPASS && in vp9_svc_update_ref_frame()
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_bitstream.c929 cpi->svc.temporal_layering_mode == VP9E_TEMPORAL_LAYERING_MODE_BYPASS) in vp9_get_refresh_mask()
Dvp9_ratectrl.c2120 svc->temporal_layering_mode == VP9E_TEMPORAL_LAYERING_MODE_BYPASS || in set_intra_only_frame()
Dvp9_encoder.c3096 cpi->svc.temporal_layering_mode == VP9E_TEMPORAL_LAYERING_MODE_BYPASS)
3821 svc->temporal_layering_mode == VP9E_TEMPORAL_LAYERING_MODE_BYPASS) {
/external/libvpx/libvpx/test/
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()
Dsvc_datarate_test.cc230 cfg_.temporal_layering_mode = VP9E_TEMPORAL_LAYERING_MODE_BYPASS; in PreEncodeFrameHook()
/external/libvpx/libvpx/vpx/
Dvp8cx.h705 VP9E_TEMPORAL_LAYERING_MODE_BYPASS = 1, enumerator
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
Dvp9_impl.cc331 config_->temporal_layering_mode = VP9E_TEMPORAL_LAYERING_MODE_BYPASS; in InitEncode()
/external/libvpx/libvpx/examples/
Dvpx_temporal_svc_encoder.c746 cfg.temporal_layering_mode = VP9E_TEMPORAL_LAYERING_MODE_BYPASS; in main()
Dvp9_spatial_svc_encoder.c890 if (svc_ctx.temporal_layering_mode == VP9E_TEMPORAL_LAYERING_MODE_BYPASS) { in main()