Home
last modified time | relevance | path

Searched refs:first_corrupt (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
Derror_concealment.c352 unsigned int first_corrupt) in estimate_missing_mvs() argument
375 mb_row = first_corrupt / mb_cols; in estimate_missing_mvs()
376 mb_col = first_corrupt - mb_row * mb_cols; in estimate_missing_mvs()