Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_ratectrl.h55 int min_frame_bandwidth; // Minimum allocation used for any frame member
Dvp9_svc_layercontext.c147 lrc->min_frame_bandwidth = (int)(lrc->av_per_frame_bandwidth * in vp9_update_spatial_layer_framerate()
Dvp9_ratectrl.c167 const int min_frame_target = MAX(rc->min_frame_bandwidth, in vp9_rc_clamp_pframe_target_size()
716 if (rc->rolling_actual_bits < rc->min_frame_bandwidth) in rc_pick_q_and_bounds_one_pass_vbr()
898 if (rc->rolling_actual_bits < rc->min_frame_bandwidth) in rc_pick_q_and_bounds_two_pass()
Dvp9_onyx_if.c700 rc->min_frame_bandwidth = (int)(rc->av_per_frame_bandwidth * in vp9_new_framerate()
703 rc->min_frame_bandwidth = MAX(rc->min_frame_bandwidth, FRAME_OVERHEAD_BITS); in vp9_new_framerate()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Donyx_int.h408 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()
3186 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.c1295 cpi->min_frame_bandwidth = (int)(cpi->av_per_frame_bandwidth * in vp8_new_framerate()
3076 (cpi->projected_frame_size < cpi->min_frame_bandwidth) && in recode_loop_test()
3745 if ( cpi->rolling_actual_bits < cpi->min_frame_bandwidth ) in encode_frame_to_data_rate()