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

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_firstpass.h34 double mv_in_out_count; member in struct:__anon24945
H A Dvp9_firstpass.c155 stats->mv_in_out_count,
180 section->mv_in_out_count = 0.0;
205 section->mv_in_out_count += frame->mv_in_out_count;
228 section->mv_in_out_count -= frame->mv_in_out_count;
252 section->mv_in_out_count /= section->count;
811 fps.mv_in_out_count = (double)sum_in_vectors / (mvcount * 2);
821 fps.mv_in_out_count = 0.0;
1132 *this_frame_mv_in_out = this_frame->mv_in_out_count * motion_pc
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_firstpass.h57 double mv_in_out_count; member in struct:__anon13173
H A Dvp9_firstpass.c131 stats->mv_in_out_count,
166 section->mv_in_out_count = 0.0;
190 section->mv_in_out_count += frame->mv_in_out_count;
212 section->mv_in_out_count -= frame->mv_in_out_count;
859 fps.mv_in_out_count = (double)sum_in_vectors / (mvcount * 2);
869 fps.mv_in_out_count = 0.0;
1177 *mv_in_out = stats->mv_in_out_count * pct;
/external/chromium_org/third_party/libvpx/source/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);
1555 *this_frame_mv_in_out = this_frame->mv_in_out_count * motion_pc
[all...]
H A Donyx_int.h114 double mv_in_out_count; member in struct:__anon13086
/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);
1555 *this_frame_mv_in_out = this_frame->mv_in_out_count * motion_pc
[all...]
H A Donyx_int.h117 double mv_in_out_count; member in struct:__anon24876

Completed in 3805 milliseconds