Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_firstpass.c1121 double *this_frame_mv_in_out, in accumulate_frame_motion_stats() argument
1131 *this_frame_mv_in_out = this_frame->mv_in_out_count * motion_pct; in accumulate_frame_motion_stats()
1156 double this_frame_mv_in_out) { in calc_frame_boost() argument
1170 if (this_frame_mv_in_out > 0.0) in calc_frame_boost()
1171 frame_boost += frame_boost * (this_frame_mv_in_out * 2.0); in calc_frame_boost()
1174 frame_boost += frame_boost * (this_frame_mv_in_out / 2.0); in calc_frame_boost()
1188 double this_frame_mv_in_out = 0.0; in calc_arf_boost() local
1201 &this_frame_mv_in_out, &mv_in_out_accumulator, in calc_arf_boost()
1218 calc_frame_boost(cpi, &this_frame, this_frame_mv_in_out)); in calc_arf_boost()
1227 this_frame_mv_in_out = 0.0; in calc_arf_boost()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/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 …]