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.h108 int min_frame_bandwidth; // Minimum allocation used for any frame member
Dvp9_ratectrl.c203 const int min_frame_target = VPXMAX(rc->min_frame_bandwidth, in vp9_rc_clamp_pframe_target_size()
1750 rc->min_frame_bandwidth = (int)(rc->avg_frame_bandwidth * in vp9_rc_update_framerate()
1753 rc->min_frame_bandwidth = in vp9_rc_update_framerate()
1754 VPXMAX(rc->min_frame_bandwidth, FRAME_OVERHEAD_BITS); in vp9_rc_update_framerate()
Dvp9_svc_layercontext.c262 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.c2258 gf_bits += cpi->min_frame_bandwidth; in define_gf_group()
2290 cpi->twopass.gf_group_bits -= cpi->twopass.gf_bits - cpi->min_frame_bandwidth; in define_gf_group()
2402 target_frame_size += cpi->min_frame_bandwidth; in assign_std_frame_bits()
3184 cpi->twopass.kf_bits += cpi->min_frame_bandwidth; in find_next_key_frame()
Dratectrl.c621 min_frame_target = cpi->min_frame_bandwidth; in calc_pframe_target_size()
Donyx_if.c1328 cpi->min_frame_bandwidth = (int)(cpi->av_per_frame_bandwidth * in vp8_new_framerate()
3149 (cpi->projected_frame_size < cpi->min_frame_bandwidth) && in recode_loop_test()
4070 if ( cpi->rolling_actual_bits < cpi->min_frame_bandwidth ) in encode_frame_to_data_rate()