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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_loopfilter.c649 const int max_rows = (mi_row + MI_BLOCK_SIZE > cm->mi_rows ? local
666 if (4 >= max_rows)
683 if (mi_32_col_offset >= max_cols || mi_32_row_offset >= max_rows)
691 if (mi_32_row_offset + 2 >= max_rows)
712 if (mi_16_col_offset >= max_cols || mi_16_row_offset >= max_rows)
721 if (mi_16_row_offset + 1 >= max_rows)
749 mi_8_row_offset >= max_rows)

Completed in 6 milliseconds