Searched refs:drop_mark (Results 1 – 2 of 2) sorted by relevance
252 int drop_mark = (int)(oxcf->drop_frames_water_mark * in vp9_rc_drop_frame() local254 if ((rc->buffer_level > drop_mark) && in vp9_rc_drop_frame()257 } else if (rc->buffer_level <= drop_mark && in vp9_rc_drop_frame()
3343 int drop_mark = (int)(cpi->oxcf.drop_frames_water_mark * in encode_frame_to_data_rate() local3345 int drop_mark75 = drop_mark * 2 / 3; in encode_frame_to_data_rate()3346 int drop_mark50 = drop_mark / 4; in encode_frame_to_data_rate()3347 int drop_mark25 = drop_mark / 8; in encode_frame_to_data_rate()3503 if ((cpi->buffer_level > drop_mark) && (cpi->decimation_factor > 0)) in encode_frame_to_data_rate()