Home
last modified time | relevance | path

Searched refs:min_frame_bandwidth (Results 1 – 7 of 7) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_ratectrl.h65 int min_frame_bandwidth; // Minimum allocation used for any frame member
Dvp9_ratectrl.c118 const int min_frame_target = MAX(rc->min_frame_bandwidth, in vp9_rc_clamp_pframe_target_size()
1368 rc->min_frame_bandwidth = (int)(rc->avg_frame_bandwidth * in vp9_rc_update_framerate()
1371 rc->min_frame_bandwidth = MAX(rc->min_frame_bandwidth, FRAME_OVERHEAD_BITS); in vp9_rc_update_framerate()
Dvp9_svc_layercontext.c167 lrc->min_frame_bandwidth = (int)(lrc->avg_frame_bandwidth * in vp9_update_spatial_layer_framerate()
/external/libvpx/libvpx/vp8/encoder/
Donyx_int.h405 int min_frame_bandwidth; member
Dfirstpass.c2256 gf_bits += cpi->min_frame_bandwidth; in define_gf_group()
2288 cpi->twopass.gf_group_bits -= cpi->twopass.gf_bits - cpi->min_frame_bandwidth; in define_gf_group()
2400 target_frame_size += cpi->min_frame_bandwidth; in assign_std_frame_bits()
3183 cpi->twopass.kf_bits += cpi->min_frame_bandwidth; in find_next_key_frame()
Dratectrl.c619 min_frame_target = cpi->min_frame_bandwidth; in calc_pframe_target_size()
Donyx_if.c1325 cpi->min_frame_bandwidth = (int)(cpi->av_per_frame_bandwidth * in vp8_new_framerate()
3123 (cpi->projected_frame_size < cpi->min_frame_bandwidth) && in recode_loop_test()
3787 if ( cpi->rolling_actual_bits < cpi->min_frame_bandwidth ) in encode_frame_to_data_rate()