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.h63 double mv_in_out_count; member
Dvp9_firstpass.c137 stats->mv_in_out_count, in output_stats()
176 section->mv_in_out_count = 0.0; in zero_stats()
204 section->mv_in_out_count += frame->mv_in_out_count; in accumulate_stats()
230 section->mv_in_out_count -= frame->mv_in_out_count; in subtract_stats()
1068 fps.mv_in_out_count = (double)sum_in_vectors / (mvcount * 2); in vp9_first_pass()
1078 fps.mv_in_out_count = 0.0; in vp9_first_pass()
1462 *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()
821 fps.mv_in_out_count = 0.0; in vp8_first_pass()
837 fps.mv_in_out_count = (double)sum_in_vectors / (double)(mvcount * 2); in vp8_first_pass()
1557 *this_frame_mv_in_out = this_frame->mv_in_out_count * motion_pct; in accumulate_frame_motion_stats()
1558 *mv_in_out_accumulator += this_frame->mv_in_out_count * motion_pct; in accumulate_frame_motion_stats()
1560 fabs(this_frame->mv_in_out_count * motion_pct); in accumulate_frame_motion_stats()
Donyx_int.h114 double mv_in_out_count; member