Searched refs:mv_in_out_count (Results 1 – 4 of 4) sorted by relevance
34 double mv_in_out_count; member
153 stats->mv_in_out_count, in output_stats()178 section->mv_in_out_count = 0.0; in zero_stats()203 section->mv_in_out_count += frame->mv_in_out_count; in accumulate_stats()226 section->mv_in_out_count -= frame->mv_in_out_count; in subtract_stats()250 section->mv_in_out_count /= section->count; in avg_stats()810 fps.mv_in_out_count = (double)sum_in_vectors / (mvcount * 2); in vp9_first_pass()820 fps.mv_in_out_count = 0.0; in vp9_first_pass()1131 *this_frame_mv_in_out = this_frame->mv_in_out_count * motion_pct; in accumulate_frame_motion_stats()1132 *mv_in_out_accumulator += this_frame->mv_in_out_count * motion_pct; in accumulate_frame_motion_stats()1133 *abs_mv_in_out_accumulator += fabs(this_frame->mv_in_out_count * motion_pct); in accumulate_frame_motion_stats()
164 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()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()
117 double mv_in_out_count; member