Searched refs:calc_frame_boost (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_firstpass.c | 1482 static double calc_frame_boost(VP9_COMP *cpi, in calc_frame_boost() function 1552 boost_score += decay_accumulator * calc_frame_boost(cpi, this_frame, in calc_arf_boost() 1591 boost_score += decay_accumulator * calc_frame_boost(cpi, this_frame, in calc_arf_boost() 2001 boost_score += decay_accumulator * calc_frame_boost(cpi, &next_frame, in define_gf_group() 2450 calc_frame_boost(cpi, &next_frame, 0, KF_MAX_BOOST); in find_next_key_frame()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | firstpass.c | 1587 static double calc_frame_boost( in calc_frame_boost() function 1653 r = calc_frame_boost( cpi, &this_frame, this_frame_mv_in_out ); in calc_arf_boost() 1704 r = calc_frame_boost( cpi, &this_frame, this_frame_mv_in_out ); in calc_arf_boost() 1830 r = calc_frame_boost( cpi, &next_frame, this_frame_mv_in_out ); in define_gf_group()
|