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

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_skin_detection.c56 const int mi_row_limit = VPXMIN(mi_row + 8, cm->mi_rows - 2); local
62 for (i = mi_row; i < mi_row_limit; i += fac) {
96 for (i = mi_row; i < mi_row_limit; i += fac) {
104 (i == mi_row_limit - fac && (j == mi_col || j == mi_col_limit - fac)))
107 if (i == mi_row || i == mi_row_limit - fac || j == mi_col ||
113 if (i + mi >= mi_row && i + mi < mi_row_limit && j + mj >= mi_col &&

Completed in 173 milliseconds