HomeSort by relevance Sort by last modified time
    Searched refs:new_mv_count (Results 1 - 4 of 4) sorted by null

  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 165 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 = new_mv_count
    [all...]
onyx_int.h 114 double new_mv_count; member in struct:__anon23009
  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c 159 stats->new_mv_count,
184 section->new_mv_count = 0.0;
206 section->new_mv_count += frame->new_mv_count;
228 section->new_mv_count -= frame->new_mv_count;
510 int new_mv_count = 0; local
748 new_mv_count++;
827 fps.new_mv_count = 0.0;
844 fps.new_mv_count = new_mv_count
    [all...]
vp9_onyx_int.h 94 double new_mv_count; member in struct:__anon23076

Completed in 30 milliseconds