Searched refs:drop_mark (Results 1 – 2 of 2) sorted by relevance
405 int drop_mark = in vp9_rc_drop_frame() local407 if ((rc->buffer_level > drop_mark) && (rc->decimation_factor > 0)) { in vp9_rc_drop_frame()409 } else if (rc->buffer_level <= drop_mark && rc->decimation_factor == 0) { in vp9_rc_drop_frame()
3276 int drop_mark = (int)(cpi->oxcf.drop_frames_water_mark * in encode_frame_to_data_rate() local3278 int drop_mark75 = drop_mark * 2 / 3; in encode_frame_to_data_rate()3279 int drop_mark50 = drop_mark / 4; in encode_frame_to_data_rate()3280 int drop_mark25 = drop_mark / 8; in encode_frame_to_data_rate()3495 if ((cpi->buffer_level > drop_mark) && (cpi->decimation_factor > 0)) { in encode_frame_to_data_rate()