Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx/
Dvp8cx.h626 VP9E_TEMPORAL_LAYERING_MODE_BYPASS = 1, enumerator
/external/libvpx/libvpx/examples/
Dvp9_spatial_svc_encoder.c725 if (svc_ctx.temporal_layering_mode == VP9E_TEMPORAL_LAYERING_MODE_BYPASS) { in main()
785 VP9E_TEMPORAL_LAYERING_MODE_BYPASS) { in main()
882 if (svc_ctx.temporal_layering_mode == VP9E_TEMPORAL_LAYERING_MODE_BYPASS) { in main()
Dvpx_temporal_svc_encoder.c662 cfg.temporal_layering_mode = VP9E_TEMPORAL_LAYERING_MODE_BYPASS; in main()
/external/libvpx/libvpx/test/
Ddatarate_test.cc838 cfg_.temporal_layering_mode = VP9E_TEMPORAL_LAYERING_MODE_BYPASS; in TEST_P()
882 cfg_.temporal_layering_mode = VP9E_TEMPORAL_LAYERING_MODE_BYPASS; in TEST_P()
932 cfg_.temporal_layering_mode = VP9E_TEMPORAL_LAYERING_MODE_BYPASS; in TEST_P()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_svc_layercontext.c616 VP9E_TEMPORAL_LAYERING_MODE_BYPASS) { in vp9_one_pass_cbr_svc_start_layer()
645 if (cpi->svc.temporal_layering_mode != VP9E_TEMPORAL_LAYERING_MODE_BYPASS) { in vp9_one_pass_cbr_svc_start_layer()
/external/webrtc/webrtc/modules/video_coding/codecs/vp9/
Dvp9_impl.cc331 config_->temporal_layering_mode = VP9E_TEMPORAL_LAYERING_MODE_BYPASS; in InitEncode()