Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c1543 double * mv_in_out_accumulator, in accumulate_frame_motion_stats() argument
1556 *mv_in_out_accumulator += this_frame->mv_in_out_count * motion_pct; in accumulate_frame_motion_stats()
1634 double mv_in_out_accumulator = 0.0; in calc_arf_boost() local
1647 &this_frame_mv_in_out, &mv_in_out_accumulator, in calc_arf_boost()
1674 (mv_in_out_accumulator < -2.0) ) ) in calc_arf_boost()
1687 mv_in_out_accumulator = 0.0; in calc_arf_boost()
1698 &this_frame_mv_in_out, &mv_in_out_accumulator, in calc_arf_boost()
1726 (mv_in_out_accumulator < -2.0) ) ) in calc_arf_boost()
1756 double mv_in_out_accumulator = 0.0; in define_gf_group() local
1824 &this_frame_mv_in_out, &mv_in_out_accumulator, in define_gf_group()
[all …]
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c1152 double *mv_in_out_accumulator, in accumulate_frame_motion_stats() argument
1159 *mv_in_out_accumulator += *mv_in_out; in accumulate_frame_motion_stats()
1212 double mv_in_out_accumulator = 0.0; in calc_arf_boost() local
1225 &this_frame_mv_in_out, &mv_in_out_accumulator, in calc_arf_boost()
1252 mv_in_out_accumulator = 0.0; in calc_arf_boost()
1263 &this_frame_mv_in_out, &mv_in_out_accumulator, in calc_arf_boost()
1535 double mv_in_out_accumulator = 0.0; in define_gf_group() local
1607 &this_frame_mv_in_out, &mv_in_out_accumulator, in define_gf_group()
1646 (mv_in_out_accumulator < -2.0) || in define_gf_group()