Home
last modified time | relevance | path

Searched refs:mv_in_out_count (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.h57 double mv_in_out_count; member
Dvp9_firstpass.c139 stats->mv_in_out_count, in output_stats()
174 section->mv_in_out_count = 0.0; in zero_stats()
198 section->mv_in_out_count += frame->mv_in_out_count; in accumulate_stats()
220 section->mv_in_out_count -= frame->mv_in_out_count; in subtract_stats()
849 fps.mv_in_out_count = (double)sum_in_vectors / (mvcount * 2); in vp9_first_pass()
859 fps.mv_in_out_count = 0.0; in vp9_first_pass()
1158 *mv_in_out = stats->mv_in_out_count * pct; in accumulate_frame_motion_stats()
/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c164 stats->mv_in_out_count, in output_stats()
189 section->mv_in_out_count = 0.0; in zero_stats()
211 section->mv_in_out_count += frame->mv_in_out_count; in accumulate_stats()
233 section->mv_in_out_count -= frame->mv_in_out_count; in subtract_stats()
257 section->mv_in_out_count /= section->count; in avg_stats()
820 fps.mv_in_out_count = 0.0; in vp8_first_pass()
836 fps.mv_in_out_count = (double)sum_in_vectors / (double)(mvcount * 2); in vp8_first_pass()
1555 *this_frame_mv_in_out = this_frame->mv_in_out_count * motion_pct; in accumulate_frame_motion_stats()
1556 *mv_in_out_accumulator += this_frame->mv_in_out_count * motion_pct; in accumulate_frame_motion_stats()
1558 fabs(this_frame->mv_in_out_count * motion_pct); in accumulate_frame_motion_stats()
Donyx_int.h114 double mv_in_out_count; member