Searched refs:decimation_factor (Results 1 – 6 of 6) sorted by relevance
68 int decimation_factor; member
255 (rc->decimation_factor > 0)) { in vp9_rc_drop_frame()256 --rc->decimation_factor; in vp9_rc_drop_frame()258 rc->decimation_factor == 0) { in vp9_rc_drop_frame()259 rc->decimation_factor = 1; in vp9_rc_drop_frame()261 if (rc->decimation_factor > 0) { in vp9_rc_drop_frame()266 rc->decimation_count = rc->decimation_factor; in vp9_rc_drop_frame()
43 lrc->decimation_factor = 0; in vp9_init_layer_context()
3503 if ((cpi->buffer_level > drop_mark) && (cpi->decimation_factor > 0)) in encode_frame_to_data_rate()3504 cpi->decimation_factor --; in encode_frame_to_data_rate()3506 if (cpi->buffer_level > drop_mark75 && cpi->decimation_factor > 0) in encode_frame_to_data_rate()3507 cpi->decimation_factor = 1; in encode_frame_to_data_rate()3509 …else if (cpi->buffer_level < drop_mark25 && (cpi->decimation_factor == 2 || cpi->decimation_factor… in encode_frame_to_data_rate()3511 cpi->decimation_factor = 3; in encode_frame_to_data_rate()3513 …else if (cpi->buffer_level < drop_mark50 && (cpi->decimation_factor == 1 || cpi->decimation_factor… in encode_frame_to_data_rate()3515 cpi->decimation_factor = 2; in encode_frame_to_data_rate()3517 …else if (cpi->buffer_level < drop_mark75 && (cpi->decimation_factor == 0 || cpi->decimation_factor… in encode_frame_to_data_rate()3519 cpi->decimation_factor = 1; in encode_frame_to_data_rate()[all …]
466 int decimation_factor; member
940 cpi->decimation_factor, cpi->common.horiz_scale, in calc_pframe_target_size()