Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_svc_layercontext.h139 int framedrop_thresh[VPX_MAX_LAYERS]; member
Dvp9_ratectrl.c457 const int drop_mark_layer = (int)(cpi->svc.framedrop_thresh[i] * in check_buffer_above_thresh()
485 const int drop_mark_layer = (int)(cpi->svc.framedrop_thresh[i] * in check_buffer_below_thresh()
513 drop_frames_water_mark = svc->framedrop_thresh[svc->spatial_layer_id]; in drop_frame()
Dvp9_svc_layercontext.c72 svc->framedrop_thresh[sl] = oxcf->drop_frames_water_mark; in vp9_init_layer_context()
/external/libvpx/libvpx/vpx/
Dvp8cx.h849 int framedrop_thresh[VPX_SS_MAX_LAYERS]; /**< Frame drop thresholds */ member
/external/libvpx/libvpx/vp9/
Dvp9_cx_iface.c1563 cpi->svc.framedrop_thresh[sl] = data->framedrop_thresh[sl]; in ctrl_set_svc_frame_drop_layer()
/external/libvpx/libvpx/examples/
Dvp9_spatial_svc_encoder.c864 svc_drop_frame.framedrop_thresh[sl] = enc_cfg.rc_dropframe_thresh; in main()
/external/libvpx/libvpx/test/
Dsvc_datarate_test.cc177 svc_drop_frame.framedrop_thresh[i] = 30; in PreEncodeFrameHook()