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

  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 164 stats->mv_in_out_count,
189 section->mv_in_out_count = 0.0;
211 section->mv_in_out_count += frame->mv_in_out_count;
233 section->mv_in_out_count -= frame->mv_in_out_count;
257 section->mv_in_out_count /= section->count;
820 fps.mv_in_out_count = 0.0;
836 fps.mv_in_out_count = (double)sum_in_vectors / (double)(mvcount * 2);
    [all...]
onyx_int.h 113 double mv_in_out_count; member in struct:__anon21241
  /external/libvpx/libvpx/vp9/encoder/
vp9_firstpass.c 158 stats->mv_in_out_count,
183 section->mv_in_out_count = 0.0;
205 section->mv_in_out_count += frame->mv_in_out_count;
227 section->mv_in_out_count -= frame->mv_in_out_count;
251 section->mv_in_out_count /= section->count;
826 fps.mv_in_out_count = 0.0;
843 fps.mv_in_out_count = (double)sum_in_vectors / (double)(mvcount * 2);
    [all...]
vp9_onyx_int.h 93 double mv_in_out_count; member in struct:__anon21308

Completed in 39 milliseconds