Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dfirstpass.c1549 double this_frame_mvc_ratio; in accumulate_frame_motion_stats() local
1570 this_frame_mvc_ratio = fabs(this_frame->mvc_abs) / in accumulate_frame_motion_stats()
1579 (this_frame_mvc_ratio < this_frame->mvc_abs) in accumulate_frame_motion_stats()
1580 ? (this_frame_mvc_ratio * motion_pct) in accumulate_frame_motion_stats()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_firstpass.c1141 const double this_frame_mvc_ratio = fabs(this_frame->mvc_abs) / in accumulate_frame_motion_stats() local
1148 *mv_ratio_accumulator += (this_frame_mvc_ratio < this_frame->mvc_abs) in accumulate_frame_motion_stats()
1149 ? (this_frame_mvc_ratio * motion_pct) in accumulate_frame_motion_stats()