Searched refs:calc_frame_boost (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/ |
D | firstpass.c | 1484 static double calc_frame_boost(VP8_COMP *cpi, FIRSTPASS_STATS *this_frame, in calc_frame_boost() function 1540 r = calc_frame_boost(cpi, &this_frame, this_frame_mv_in_out); in calc_arf_boost() 1584 r = calc_frame_boost(cpi, &this_frame, this_frame_mv_in_out); in calc_arf_boost() 1701 r = calc_frame_boost(cpi, &next_frame, this_frame_mv_in_out); in define_gf_group()
|
/external/libaom/libaom/av1/encoder/ |
D | pass2_strategy.c | 498 static double calc_frame_boost(const RATE_CONTROL *rc, in calc_frame_boost() function 626 calc_frame_boost(rc, frame_info, this_frame, in av1_calc_arf_boost() 660 calc_frame_boost(rc, frame_info, this_frame, in av1_calc_arf_boost()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_firstpass.c | 1881 static double calc_frame_boost(const FRAME_INFO *frame_info, in calc_frame_boost() function 1993 boost_score += decay_accumulator * calc_frame_boost(frame_info, this_frame, in compute_arf_boost() 2033 boost_score += decay_accumulator * calc_frame_boost(frame_info, this_frame, in compute_arf_boost()
|