Searched refs:get_prediction_decay_rate (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | pass2_strategy.c | 286 static double get_prediction_decay_rate(const AV1_COMP *cpi, in get_prediction_decay_rate() function 439 decay_accumulator *= get_prediction_decay_rate(cpi, this_frame); in calc_arf_boost() 477 decay_accumulator *= get_prediction_decay_rate(cpi, this_frame); in calc_arf_boost() 850 loop_decay_rate = get_prediction_decay_rate(cpi, &next_frame); in define_gf_group() 1287 loop_decay_rate = get_prediction_decay_rate(cpi, twopass->stats_in); in find_next_key_frame() 1403 get_prediction_decay_rate(cpi, &next_frame); in find_next_key_frame()
|
/external/libvpx/libvpx/vp8/encoder/ |
D | firstpass.c | 1340 static double get_prediction_decay_rate(VP8_COMP *cpi, in get_prediction_decay_rate() function 1402 decay_rate = get_prediction_decay_rate(cpi, &tmp_next_frame); in detect_transition_to_still() 1560 decay_accumulator * get_prediction_decay_rate(cpi, &this_frame); in calc_arf_boost() 1604 decay_accumulator * get_prediction_decay_rate(cpi, &this_frame); in calc_arf_boost() 1714 loop_decay_rate = get_prediction_decay_rate(cpi, &next_frame); in define_gf_group() 2602 loop_decay_rate = get_prediction_decay_rate(cpi, &next_frame); in find_next_key_frame() 2784 loop_decay_rate = get_prediction_decay_rate(cpi, &next_frame); in find_next_key_frame()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_firstpass.c | 1790 static double get_prediction_decay_rate(const VP9_COMP *cpi, in get_prediction_decay_rate() function 1979 decay_accumulator *= get_prediction_decay_rate(cpi, this_frame); in calc_arf_boost() 2014 decay_accumulator *= get_prediction_decay_rate(cpi, this_frame); in calc_arf_boost() 2573 loop_decay_rate = get_prediction_decay_rate(cpi, &next_frame); in define_gf_group() 2923 loop_decay_rate = get_prediction_decay_rate(cpi, twopass->stats_in); in find_next_key_frame()
|