Searched refs:RATE_CONTROL (Results 1 – 9 of 9) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_ratectrl.h | 172 } RATE_CONTROL; typedef 178 RATE_CONTROL *rc); 266 int vp9_compute_qdelta(const RATE_CONTROL *rc, double qstart, double qtarget, 271 int vp9_compute_qdelta_by_rate(const RATE_CONTROL *rc, FRAME_TYPE frame_type, 280 RATE_CONTROL *const rc);
|
D | vp9_ratectrl.c | 216 const RATE_CONTROL *rc = &cpi->rc; in vp9_rc_clamp_pframe_target_size() 239 const RATE_CONTROL *rc = &cpi->rc; in vp9_rc_clamp_iframe_target_size() 259 RATE_CONTROL *lrc = &lc->rc; in update_layer_buffer_level() 274 RATE_CONTROL *const rc = &cpi->rc; in update_buffer_level() 324 void vp9_rc_init(const VP9EncoderConfig *oxcf, int pass, RATE_CONTROL *rc) { in vp9_rc_init() 393 RATE_CONTROL *const rc = &cpi->rc; in vp9_rc_drop_frame() 429 const RATE_CONTROL *const rc = &cpi->rc; in get_rate_correction_factor() 451 RATE_CONTROL *const rc = &cpi->rc; in set_rate_correction_factor() 621 static int get_kf_active_quality(const RATE_CONTROL *const rc, int q, in get_kf_active_quality() 631 static int get_gf_active_quality(const RATE_CONTROL *const rc, int q, in get_gf_active_quality() [all …]
|
D | vp9_aq_cyclicrefresh.c | 80 const RATE_CONTROL *const rc = &cpi->rc; in compute_deltaq() 251 RATE_CONTROL *const rc = &cpi->rc; in vp9_cyclic_refresh_postencode() 307 RATE_CONTROL *const rc = &cpi->rc; in vp9_cyclic_refresh_set_golden_update() 421 const RATE_CONTROL *const rc = &cpi->rc; in vp9_cyclic_refresh_update_parameters() 500 const RATE_CONTROL *const rc = &cpi->rc; in vp9_cyclic_refresh_setup()
|
D | vp9_svc_layercontext.c | 70 RATE_CONTROL *const lrc = &lc->rc; in vp9_init_layer_context() 151 const RATE_CONTROL *const rc = &cpi->rc; in vp9_update_layer_context_change_config() 173 RATE_CONTROL *const lrc = &lc->rc; in vp9_update_layer_context_change_config() 204 RATE_CONTROL *const lrc = &lc->rc; in vp9_update_layer_context_change_config() 249 RATE_CONTROL *const lrc = &lc->rc; in vp9_update_temporal_layer_framerate() 275 RATE_CONTROL *const lrc = &lc->rc; in vp9_update_spatial_layer_framerate() 646 RATE_CONTROL *const lrc = &lc->rc; in vp9_one_pass_cbr_svc_start_layer()
|
D | vp9_svc_layercontext.h | 23 RATE_CONTROL rc;
|
D | vp9_firstpass.c | 293 static int frame_max_bits(const RATE_CONTROL *rc, in frame_max_bits() 1583 const RATE_CONTROL *const rc = &cpi->rc; in get_twopass_worst_quality() 1637 RATE_CONTROL *const rc = &cpi->rc; in setup_rf_level_maxq() 1646 RATE_CONTROL *const rc = &cpi->rc; in init_subsampling() 1662 RATE_CONTROL *const rc = &cpi->rc; in calculate_coded_size() 1672 RATE_CONTROL *const rc = &cpi->rc; in vp9_init_second_pass() 1831 RATE_CONTROL *const rc = &cpi->rc; in detect_transition_to_still() 2075 const RATE_CONTROL *const rc = &cpi->rc; in calculate_total_gf_group_bits() 2138 RATE_CONTROL *const rc = &cpi->rc; in allocate_gf_group_bits() 2321 RATE_CONTROL *const rc = &cpi->rc; in define_gf_group() [all …]
|
D | vp9_encoder.c | 916 const RATE_CONTROL *const rc = &cpi->rc; in configure_static_seg_features() 1306 static void set_rc_buffer_sizes(RATE_CONTROL *rc, in set_rc_buffer_sizes() 1805 RATE_CONTROL *const rc = &cpi->rc; in vp9_change_config() 2770 RATE_CONTROL *const rc = &cpi->rc; 2786 const RATE_CONTROL *const rc = &cpi->rc; 2808 const RATE_CONTROL *const rc = &cpi->rc; 3664 RATE_CONTROL *const rc = &cpi->rc; 4744 RATE_CONTROL *const rc = &cpi->rc; 4761 RATE_CONTROL *const rc = &cpi->rc; 4799 RATE_CONTROL *const rc = &cpi->rc; [all …]
|
D | vp9_encoder.h | 516 RATE_CONTROL rc;
|
D | vp9_temporal_filter.c | 691 RATE_CONTROL *const rc = &cpi->rc; in vp9_temporal_filter()
|