Home
last modified time | relevance | path

Searched refs:this_frame_mv_in_out (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c1543 double * this_frame_mv_in_out, in accumulate_frame_motion_stats() argument
1557 *this_frame_mv_in_out = this_frame->mv_in_out_count * motion_pct; in accumulate_frame_motion_stats()
1590 double this_frame_mv_in_out ) in calc_frame_boost() argument
1607 if (this_frame_mv_in_out > 0.0) in calc_frame_boost()
1608 frame_boost += frame_boost * (this_frame_mv_in_out * 2.0); in calc_frame_boost()
1611 frame_boost += frame_boost * (this_frame_mv_in_out / 2.0); in calc_frame_boost()
1635 double this_frame_mv_in_out = 0.0; in calc_arf_boost() local
1649 &this_frame_mv_in_out, &mv_in_out_accumulator, in calc_arf_boost()
1653 r = calc_frame_boost( cpi, &this_frame, this_frame_mv_in_out ); in calc_arf_boost()
1688 this_frame_mv_in_out = 0.0; in calc_arf_boost()
[all …]
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c1484 double this_frame_mv_in_out, in calc_frame_boost() argument
1505 if (this_frame_mv_in_out > 0.0) in calc_frame_boost()
1506 frame_boost += frame_boost * (this_frame_mv_in_out * 2.0); in calc_frame_boost()
1509 frame_boost += frame_boost * (this_frame_mv_in_out / 2.0); in calc_frame_boost()
1522 double this_frame_mv_in_out = 0.0; in calc_arf_boost() local
1536 &this_frame_mv_in_out, &mv_in_out_accumulator, in calc_arf_boost()
1553 this_frame_mv_in_out, in calc_arf_boost()
1563 this_frame_mv_in_out = 0.0; in calc_arf_boost()
1575 &this_frame_mv_in_out, &mv_in_out_accumulator, in calc_arf_boost()
1592 this_frame_mv_in_out, in calc_arf_boost()
[all …]