• Home
  • Raw
  • Download

Lines Matching refs:oxcf

337     if (cpi->oxcf.fixed_q >= 0)  in vp8_calc_auto_iframe_target_size()
402 int Q = (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME] : cpi->oxcf.fixed_q; in calc_gf_params()
517 if (cpi->oxcf.fixed_q == -1) in calc_gf_params()
584 Q = (cpi->oxcf.fixed_q >= 0) ? cpi->oxcf.fixed_q : cpi->avg_frame_qindex; in vp8_calc_iframe_target_size()
627 if (cpi->oxcf.fixed_q >= 0) in vp8_calc_iframe_target_size()
636 if (cpi->oxcf.error_resilient_mode == 1) in vp8_calc_iframe_target_size()
819 if ((cpi->oxcf.under_shoot_pct > 0) && (cpi->oxcf.under_shoot_pct <= 100)) in vp8_calc_pframe_target_size()
820 cpi->this_frame_target = (cpi->this_frame_target * cpi->oxcf.under_shoot_pct) / 100; in vp8_calc_pframe_target_size()
840 int one_percent_bits = 1 + cpi->oxcf.optimal_buffer_level / 100; in vp8_calc_pframe_target_size()
842 …if ((cpi->buffer_level < cpi->oxcf.optimal_buffer_level) || (cpi->bits_off_target < cpi->oxcf.opti… in vp8_calc_pframe_target_size()
851 …if ((cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) && (cpi->buffer_level < cpi->oxcf.optimal_bu… in vp8_calc_pframe_target_size()
853 … percent_low = (cpi->oxcf.optimal_buffer_level - cpi->buffer_level) / one_percent_bits; in vp8_calc_pframe_target_size()
883 if (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) in vp8_calc_pframe_target_size()
896 if (critical_buffer_level < cpi->oxcf.optimal_buffer_level) in vp8_calc_pframe_target_size()
898 if (critical_buffer_level > (cpi->oxcf.optimal_buffer_level / 4)) in vp8_calc_pframe_target_size()
901 … int above_base = (critical_buffer_level - (cpi->oxcf.optimal_buffer_level / 4)); in vp8_calc_pframe_target_size()
905 …_quality = cpi->worst_quality - ((qadjustment_range * above_base) / (cpi->oxcf.optimal_buffer_leve… in vp8_calc_pframe_target_size()
926 if (cpi->bits_off_target > cpi->oxcf.optimal_buffer_level) in vp8_calc_pframe_target_size()
928 …percent_high = (int)(100 * (cpi->bits_off_target - cpi->oxcf.optimal_buffer_level) / (cpi->total_b… in vp8_calc_pframe_target_size()
973 (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) && in vp8_calc_pframe_target_size()
984 (cpi->buffer_level * 100) / cpi->oxcf.optimal_buffer_level); in vp8_calc_pframe_target_size()
994 …else if ((cpi->buffer_level < cpi->oxcf.drop_frames_water_mark * cpi->oxcf.optimal_buffer_level / … in vp8_calc_pframe_target_size()
1013 if (cpi->oxcf.error_resilient_mode == 0 && in vp8_calc_pframe_target_size()
1017 int Q = (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME] : cpi->oxcf.fixed_q; in vp8_calc_pframe_target_size()
1091 if (cpi->oxcf.fixed_q < 0) in vp8_calc_pframe_target_size()
1264 if (cpi->oxcf.fixed_q >= 0) in vp8_regulate_q()
1266 Q = cpi->oxcf.fixed_q; in vp8_regulate_q()
1270 Q = cpi->oxcf.key_q; in vp8_regulate_q()
1274 Q = cpi->oxcf.alt_q; in vp8_regulate_q()
1278 Q = cpi->oxcf.gold_q; in vp8_regulate_q()
1509 if (cpi->oxcf.fixed_q >= 0) in vp8_compute_frame_size_bounds()
1532 if (cpi->oxcf.end_usage == USAGE_STREAM_FROM_SERVER) in vp8_compute_frame_size_bounds()
1534 … if (cpi->buffer_level >= ((cpi->oxcf.optimal_buffer_level + cpi->oxcf.maximum_buffer_size) >> 1)) in vp8_compute_frame_size_bounds()
1540 else if (cpi->buffer_level <= (cpi->oxcf.optimal_buffer_level >> 1)) in vp8_compute_frame_size_bounds()