Searched refs:new_mv_count (Results 1 – 5 of 5) 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()352 int new_mv_count = 0; in av1_first_pass() local676 if (!is_equal_mv(&mv, &lastmv)) ++new_mv_count; in av1_first_pass()786 fps.new_mv_count = new_mv_count; in av1_first_pass()796 fps.new_mv_count = 0.0; in av1_first_pass()
88 double new_mv_count; member
115 section->new_mv_count -= frame->new_mv_count; in subtract_stats()
141 stats->MVcv, stats->mv_in_out_count, stats->new_mv_count, in output_stats()164 section->new_mv_count = 0.0; in zero_stats()185 section->new_mv_count += frame->new_mv_count; in accumulate_stats()206 section->new_mv_count -= frame->new_mv_count; in subtract_stats()495 int new_mv_count = 0; in vp8_first_pass() local690 if (d->bmi.mv.as_int != lastmv_as_int) new_mv_count++; in vp8_first_pass()772 fps.new_mv_count = 0.0; in vp8_first_pass()789 fps.new_mv_count = new_mv_count; in vp8_first_pass()880 mv_cost = ((int)(fpstats->new_mv_count / fpstats->count) * 8) << 9; in estimate_modemvcost()
108 double new_mv_count; member