Home
last modified time | relevance | path

Searched refs:max_consec_drop (Results 1 – 8 of 8) sorted by relevance

/external/libvpx/vp9/encoder/
Dvp9_svc_layercontext.h145 int max_consec_drop; member
Dvp9_svc_layercontext.c81 svc->max_consec_drop = INT_MAX; in vp9_init_layer_context()
Dvp9_ratectrl.c521 if (svc->drop_count[svc->spatial_layer_id] == svc->max_consec_drop) { in vp9_test_drop()
/external/libvpx/vpx/
Dvp8cx.h948 int max_consec_drop; /**< Maximum consecutive drops, for any layer. */ member
/external/webrtc/modules/video_coding/codecs/vp9/
Dlibvpx_vp9_encoder.cc910 svc_drop_frame_.max_consec_drop = 5; in InitAndSetControlSettings()
926 svc_drop_frame_.max_consec_drop = std::numeric_limits<int>::max(); in InitAndSetControlSettings()
/external/libvpx/examples/
Dvp9_spatial_svc_encoder.c1013 svc_drop_frame.max_consec_drop = INT_MAX; in main()
/external/libvpx/vp9/
Dvp9_cx_iface.c1828 cpi->svc.max_consec_drop = VPXMAX(1, data->max_consec_drop); in ctrl_set_svc_frame_drop_layer()
/external/libvpx/test/
Dsvc_datarate_test.cc203 svc_drop_frame.max_consec_drop = 30; in PreEncodeFrameHook()