Home
last modified time | relevance | path

Searched refs:new_mv_count (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.h58 double new_mv_count; member
Dvp9_firstpass.c140 stats->new_mv_count, in output_stats()
175 section->new_mv_count = 0.0; in zero_stats()
199 section->new_mv_count += frame->new_mv_count; in accumulate_stats()
221 section->new_mv_count -= frame->new_mv_count; in subtract_stats()
429 int new_mv_count = 0; in vp9_first_pass() local
774 ++new_mv_count; in vp9_first_pass()
850 fps.new_mv_count = new_mv_count; in vp9_first_pass()
860 fps.new_mv_count = 0.0; in vp9_first_pass()
/external/libvpx/libvpx/vp8/encoder/
Dfirstpass.c165 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()
531 int new_mv_count = 0; in vp8_first_pass() local
736 new_mv_count++; in vp8_first_pass()
821 fps.new_mv_count = 0.0; in vp8_first_pass()
837 fps.new_mv_count = new_mv_count; in vp8_first_pass()
938 mv_cost = ((int)(fpstats->new_mv_count / fpstats->count) * 8) << 9; in estimate_modemvcost()
Donyx_int.h115 double new_mv_count; member