Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_thread_common.c391 static int get_next_row(VP9_COMMON *cm, VP9LfSync *lf_sync) { in get_next_row() function
451 while ((mi_row = get_next_row(cm, lf_sync)) != -1 && mi_row < cm->mi_rows) { in vp9_loopfilter_rows()