Searched refs:framedrop_thresh (Results 1 – 7 of 7) sorted by relevance
139 int framedrop_thresh[VPX_MAX_LAYERS]; member
457 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()
72 svc->framedrop_thresh[sl] = oxcf->drop_frames_water_mark; in vp9_init_layer_context()
849 int framedrop_thresh[VPX_SS_MAX_LAYERS]; /**< Frame drop thresholds */ member
1563 cpi->svc.framedrop_thresh[sl] = data->framedrop_thresh[sl]; in ctrl_set_svc_frame_drop_layer()
864 svc_drop_frame.framedrop_thresh[sl] = enc_cfg.rc_dropframe_thresh; in main()
177 svc_drop_frame.framedrop_thresh[i] = 30; in PreEncodeFrameHook()