Searched refs:mv_in_out_count (Results 1 - 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
H A Dfirstpass.c164 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);
1553 *this_frame_mv_in_out = this_frame->mv_in_out_count * motion_pc
[all...]
H A Donyx_int.h113 double mv_in_out_count; member in struct:__anon20642
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_firstpass.c156 stats->mv_in_out_count,
181 section->mv_in_out_count = 0.0;
203 section->mv_in_out_count += frame->mv_in_out_count;
225 section->mv_in_out_count -= frame->mv_in_out_count;
249 section->mv_in_out_count /= section->count;
768 fps.mv_in_out_count = 0.0;
783 fps.mv_in_out_count = (double)sum_in_vectors / (double)(mvcount * 2);
1301 *this_frame_mv_in_out = this_frame->mv_in_out_count * motion_pc
[all...]
H A Dvp9_onyx_int.h114 double mv_in_out_count; member in struct:__anon20713

Completed in 75 milliseconds