Searched refs:decimation_factor (Results 1 – 7 of 7) sorted by relevance
267 int decimation_factor = fs_hz_ / 4000; in Downsample() local288 decimation_factor, kCompensateDelay); in Downsample()294 size_t downsamp_temp_len = temp_len / decimation_factor; in Downsample()298 decimation_factor, kCompensateDelay); in Downsample()305 num_coefficients, decimation_factor, in Downsample()
123 int decimation_factor; member
407 if ((rc->buffer_level > drop_mark) && (rc->decimation_factor > 0)) { in vp9_rc_drop_frame()408 --rc->decimation_factor; in vp9_rc_drop_frame()409 } else if (rc->buffer_level <= drop_mark && rc->decimation_factor == 0) { in vp9_rc_drop_frame()410 rc->decimation_factor = 1; in vp9_rc_drop_frame()412 if (rc->decimation_factor > 0) { in vp9_rc_drop_frame()417 rc->decimation_count = rc->decimation_factor; in vp9_rc_drop_frame()
84 lrc->decimation_factor = 0; in vp9_init_layer_context()
3495 if ((cpi->buffer_level > drop_mark) && (cpi->decimation_factor > 0)) { in encode_frame_to_data_rate()3496 cpi->decimation_factor--; in encode_frame_to_data_rate()3499 if (cpi->buffer_level > drop_mark75 && cpi->decimation_factor > 0) { in encode_frame_to_data_rate()3500 cpi->decimation_factor = 1; in encode_frame_to_data_rate()3503 (cpi->decimation_factor == 2 || cpi->decimation_factor == 3)) { in encode_frame_to_data_rate()3504 cpi->decimation_factor = 3; in encode_frame_to_data_rate()3506 (cpi->decimation_factor == 1 || cpi->decimation_factor == 2)) { in encode_frame_to_data_rate()3507 cpi->decimation_factor = 2; in encode_frame_to_data_rate()3509 (cpi->decimation_factor == 0 || cpi->decimation_factor == 1)) { in encode_frame_to_data_rate()3510 cpi->decimation_factor = 1; in encode_frame_to_data_rate()[all …]
440 int decimation_factor; member
856 cpi->decimation_factor, cpi->common.horiz_scale, in calc_pframe_target_size()