Searched defs:filtered_mv (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
H A Derror_concealment.c288 MV * const filtered_mv = &(mi->mbmi.mv.as_mv); local
290 filtered_mv->col = 0;
291 filtered_mv->row = 0;
314 filtered_mv->col += bmi[i].mv.as_mv.col;
315 filtered_mv->row += bmi[i].mv.as_mv.row;
321 filtered_mv->col /= non_zero_count;
322 filtered_mv->row /= non_zero_count;
/external/libvpx/libvpx/vp8/decoder/
H A Derror_concealment.c290 MV * const filtered_mv = &(mi->mbmi.mv.as_mv); local
292 filtered_mv->col = 0;
293 filtered_mv->row = 0;
316 filtered_mv->col += bmi[i].mv.as_mv.col;
317 filtered_mv->row += bmi[i].mv.as_mv.row;
323 filtered_mv->col /= non_zero_count;
324 filtered_mv->row /= non_zero_count;

Completed in 59 milliseconds