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.c1544 double * mv_in_out_accumulator, in accumulate_frame_motion_stats() argument
1558 *mv_in_out_accumulator += this_frame->mv_in_out_count * motion_pct; in accumulate_frame_motion_stats()
1636 double mv_in_out_accumulator = 0.0; in calc_arf_boost() local
1649 &this_frame_mv_in_out, &mv_in_out_accumulator, in calc_arf_boost()
1676 (mv_in_out_accumulator < -2.0) ) ) in calc_arf_boost()
1689 mv_in_out_accumulator = 0.0; in calc_arf_boost()
1700 &this_frame_mv_in_out, &mv_in_out_accumulator, in calc_arf_boost()
1728 (mv_in_out_accumulator < -2.0) ) ) in calc_arf_boost()
1758 double mv_in_out_accumulator = 0.0; in define_gf_group() local
1826 &this_frame_mv_in_out, &mv_in_out_accumulator, in define_gf_group()
[all …]
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c1456 double *mv_in_out_accumulator, in accumulate_frame_motion_stats() argument
1463 *mv_in_out_accumulator += *mv_in_out; in accumulate_frame_motion_stats()
1523 double mv_in_out_accumulator = 0.0; in calc_arf_boost() local
1536 &this_frame_mv_in_out, &mv_in_out_accumulator, in calc_arf_boost()
1564 mv_in_out_accumulator = 0.0; in calc_arf_boost()
1575 &this_frame_mv_in_out, &mv_in_out_accumulator, in calc_arf_boost()
1876 double mv_in_out_accumulator = 0.0; in define_gf_group() local
1976 &this_frame_mv_in_out, &mv_in_out_accumulator, in define_gf_group()
2016 (mv_in_out_accumulator < -2.0) || in define_gf_group()