Searched refs:this_frame_mv_in_out (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp8/encoder/ |
D | firstpass.c | 1456 double *this_frame_mv_in_out, in accumulate_frame_motion_stats() argument 1469 *this_frame_mv_in_out = this_frame->mv_in_out_count * motion_pct; in accumulate_frame_motion_stats() 1495 double this_frame_mv_in_out) { in calc_frame_boost() argument 1512 if (this_frame_mv_in_out > 0.0) { in calc_frame_boost() 1513 frame_boost += frame_boost * (this_frame_mv_in_out * 2.0); in calc_frame_boost() 1516 frame_boost += frame_boost * (this_frame_mv_in_out / 2.0); in calc_frame_boost() 1534 double this_frame_mv_in_out = 0.0; in calc_arf_boost() local 1546 cpi, &this_frame, &this_frame_mv_in_out, &mv_in_out_accumulator, in calc_arf_boost() 1550 r = calc_frame_boost(cpi, &this_frame, this_frame_mv_in_out); in calc_arf_boost() 1580 this_frame_mv_in_out = 0.0; in calc_arf_boost() [all …]
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_firstpass.c | 1902 double this_frame_mv_in_out, double max_boost) { in calc_frame_boost() argument 1920 if (this_frame_mv_in_out > 0.0) in calc_frame_boost() 1921 frame_boost += frame_boost * (this_frame_mv_in_out * 2.0); in calc_frame_boost() 1933 double this_frame_mv_in_out, in calc_kf_frame_boost() argument 1952 if (this_frame_mv_in_out > 0.0) in calc_kf_frame_boost() 1953 frame_boost += frame_boost * (this_frame_mv_in_out * 2.0); in calc_kf_frame_boost() 1968 double this_frame_mv_in_out = 0.0; in calc_arf_boost() local 1982 this_frame, &this_frame_mv_in_out, &mv_in_out_accumulator, in calc_arf_boost() 2001 this_frame_mv_in_out, GF_MAX_BOOST); in calc_arf_boost() 2010 this_frame_mv_in_out = 0.0; in calc_arf_boost() [all …]
|