Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_svc_layercontext.h138 int framedrop_thresh[VPX_MAX_LAYERS]; member
Dvp9_ratectrl.c463 const int drop_mark_layer = (int)(cpi->svc.framedrop_thresh[i] * in check_buffer_above_thresh()
491 const int drop_mark_layer = (int)(cpi->svc.framedrop_thresh[i] * in check_buffer_below_thresh()
519 drop_frames_water_mark = svc->framedrop_thresh[svc->spatial_layer_id]; in vp9_test_drop()
Dvp9_svc_layercontext.c73 svc->framedrop_thresh[sl] = oxcf->drop_frames_water_mark; in vp9_init_layer_context()
/external/libvpx/libvpx/vpx/
Dvp8cx.h854 int framedrop_thresh[VPX_SS_MAX_LAYERS]; /**< Frame drop thresholds */ member
/external/webrtc/modules/video_coding/codecs/vp9/
Dvp9_impl.cc417 svc_drop_frame_.framedrop_thresh[i] = 0; in SetSvcRates()
793 svc_drop_frame_.framedrop_thresh[i] = config_->rc_dropframe_thresh; in InitAndSetControlSettings()
809 svc_drop_frame_.framedrop_thresh[i] = config_->rc_dropframe_thresh; in InitAndSetControlSettings()
1528 svc_drop_frame_.framedrop_thresh[i] = config_->rc_dropframe_thresh; in DeliverBufferedFrame()
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c1639 cpi->svc.framedrop_thresh[sl] = data->framedrop_thresh[sl]; in ctrl_set_svc_frame_drop_layer()
/external/libvpx/libvpx/examples/
Dvp9_spatial_svc_encoder.c1055 svc_drop_frame.framedrop_thresh[sl] = enc_cfg.rc_dropframe_thresh; in main()
/external/libvpx/libvpx/test/
Dsvc_datarate_test.cc190 svc_drop_frame.framedrop_thresh[i] = 30; in PreEncodeFrameHook()