Searched refs:drop_mark (Results 1 – 2 of 2) sorted by relevance
407 int drop_mark = in vp9_rc_drop_frame() local409 if ((rc->buffer_level > drop_mark) && (rc->decimation_factor > 0)) { in vp9_rc_drop_frame()411 } else if (rc->buffer_level <= drop_mark && rc->decimation_factor == 0) { in vp9_rc_drop_frame()
3283 int drop_mark = (int)(cpi->oxcf.drop_frames_water_mark * in encode_frame_to_data_rate() local3285 int drop_mark75 = drop_mark * 2 / 3; in encode_frame_to_data_rate()3286 int drop_mark50 = drop_mark / 4; in encode_frame_to_data_rate()3287 int drop_mark25 = drop_mark / 8; in encode_frame_to_data_rate()3502 if ((cpi->buffer_level > drop_mark) && (cpi->decimation_factor > 0)) { in encode_frame_to_data_rate()