Searched defs:new_mv_count (Results 1 - 8 of 8) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_firstpass.h35 double new_mv_count; member in struct:__anon24945
H A Dvp9_firstpass.c156 stats->new_mv_count,
181 section->new_mv_count = 0.0;
206 section->new_mv_count += frame->new_mv_count;
229 section->new_mv_count -= frame->new_mv_count;
502 int new_mv_count = 0; local
735 ++new_mv_count;
812 fps.new_mv_count = new_mv_count;
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_firstpass.h58 double new_mv_count; member in struct:__anon13173
H A Dvp9_firstpass.c132 stats->new_mv_count,
167 section->new_mv_count = 0.0;
191 section->new_mv_count += frame->new_mv_count;
213 section->new_mv_count -= frame->new_mv_count;
421 int new_mv_count = 0; local
778 ++new_mv_count;
860 fps.new_mv_count = new_mv_count;
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dfirstpass.c165 stats->new_mv_count,
190 section->new_mv_count = 0.0;
212 section->new_mv_count += frame->new_mv_count;
234 section->new_mv_count -= frame->new_mv_count;
531 int new_mv_count = 0; local
736 new_mv_count++;
821 fps.new_mv_count = 0.0;
837 fps.new_mv_count
[all...]
H A Donyx_int.h115 double new_mv_count; member in struct:__anon13086
/external/libvpx/libvpx/vp8/encoder/
H A Dfirstpass.c165 stats->new_mv_count,
190 section->new_mv_count = 0.0;
212 section->new_mv_count += frame->new_mv_count;
234 section->new_mv_count -= frame->new_mv_count;
531 int new_mv_count = 0; local
736 new_mv_count++;
821 fps.new_mv_count = 0.0;
837 fps.new_mv_count
[all...]
H A Donyx_int.h118 double new_mv_count; member in struct:__anon24876

Completed in 406 milliseconds