Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_loopfilter.c651 const int max_cols = (mi_col + MI_BLOCK_SIZE > cm->mi_cols ? in vp9_setup_mask() local
673 if (4 >= max_cols) in vp9_setup_mask()
683 if (mi_32_col_offset >= max_cols || mi_32_row_offset >= max_rows) in vp9_setup_mask()
698 if (mi_32_col_offset + 2 >= max_cols) in vp9_setup_mask()
712 if (mi_16_col_offset >= max_cols || mi_16_row_offset >= max_rows) in vp9_setup_mask()
728 if (mi_16_col_offset +1 >= max_cols) in vp9_setup_mask()
748 if (mi_8_col_offset >= max_cols || in vp9_setup_mask()