Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_loopfilter.c911 const int col_step = 1 << ss_y; in filter_block_plane_non420() local
929 for (c = 0; c < MI_BLOCK_SIZE && mi_col + c < cm->mi_cols; c += col_step) { in filter_block_plane_non420()