Searched refs:new_mv_count (Results 1 – 4 of 4) sorted by relevance
64 double new_mv_count; member
138 stats->new_mv_count, in output_stats()177 section->new_mv_count = 0.0; in zero_stats()205 section->new_mv_count += frame->new_mv_count; in accumulate_stats()231 section->new_mv_count -= frame->new_mv_count; in subtract_stats()521 int new_mv_count = 0; in vp9_first_pass() local965 ++new_mv_count; in vp9_first_pass()1069 fps.new_mv_count = new_mv_count; in vp9_first_pass()1079 fps.new_mv_count = 0.0; in vp9_first_pass()
165 stats->new_mv_count, in output_stats()190 section->new_mv_count = 0.0; in zero_stats()212 section->new_mv_count += frame->new_mv_count; in accumulate_stats()234 section->new_mv_count -= frame->new_mv_count; in subtract_stats()532 int new_mv_count = 0; in vp8_first_pass() local737 new_mv_count++; in vp8_first_pass()822 fps.new_mv_count = 0.0; in vp8_first_pass()838 fps.new_mv_count = new_mv_count; in vp8_first_pass()939 mv_cost = ((int)(fpstats->new_mv_count / fpstats->count) * 8) << 9; in estimate_modemvcost()
115 double new_mv_count; member