Searched refs:drop_mark (Results 1 – 2 of 2) sorted by relevance
383 int drop_mark = (int)(oxcf->drop_frames_water_mark * in vp9_rc_drop_frame() local385 if ((rc->buffer_level > drop_mark) && in vp9_rc_drop_frame()388 } else if (rc->buffer_level <= drop_mark && in vp9_rc_drop_frame()
3593 int drop_mark = (int)(cpi->oxcf.drop_frames_water_mark * in encode_frame_to_data_rate() local3595 int drop_mark75 = drop_mark * 2 / 3; in encode_frame_to_data_rate()3596 int drop_mark50 = drop_mark / 4; in encode_frame_to_data_rate()3597 int drop_mark25 = drop_mark / 8; in encode_frame_to_data_rate()3828 if ((cpi->buffer_level > drop_mark) && (cpi->decimation_factor > 0)) in encode_frame_to_data_rate()