Searched refs:new_mv_count (Results 1 – 6 of 6) sorted by relevance
79 stats->MVcv, stats->mv_in_out_count, stats->new_mv_count, in output_stats()107 section->new_mv_count = 0.0; in av1_twopass_zero_stats()134 section->new_mv_count += frame->new_mv_count; in accumulate_stats()321 int new_mv_count; member494 if (!is_equal_mv(&best_mv, last_mv)) ++stats->new_mv_count; in accumulate_mv_stats()793 fps.new_mv_count = stats->new_mv_count; in update_firstpass_stats()803 fps.new_mv_count = 0.0; in update_firstpass_stats()
92 double new_mv_count; member
139 section->new_mv_count -= frame->new_mv_count; in subtract_stats()398 gf_stats->avg_new_mv_count += stats->new_mv_count; in accumulate_next_frame_stats()
183 new_mv_count = sum(flatten_mv_mode == 1); variable185 print zero_mv_count, new_mv_count, ref_mv_count
139 stats->MVcv, stats->mv_in_out_count, stats->new_mv_count, in output_stats()162 section->new_mv_count = 0.0; in zero_stats()183 section->new_mv_count += frame->new_mv_count; in accumulate_stats()204 section->new_mv_count -= frame->new_mv_count; in subtract_stats()491 int new_mv_count = 0; in vp8_first_pass() local685 if (d->bmi.mv.as_int != lastmv_as_int) new_mv_count++; in vp8_first_pass()767 fps.new_mv_count = 0.0; in vp8_first_pass()784 fps.new_mv_count = new_mv_count; in vp8_first_pass()875 mv_cost = ((int)(fpstats->new_mv_count / fpstats->count) * 8) << 9; in estimate_modemvcost()
111 double new_mv_count; member