Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_loopfilter.c1168 const int row_step = 1 << ss_y; in vp9_filter_block_plane_non420() local
1170 const int row_step_stride = cm->mi_stride * row_step; in vp9_filter_block_plane_non420()
1180 for (r = 0; r < MI_BLOCK_SIZE && mi_row + r < cm->mi_rows; r += row_step) { in vp9_filter_block_plane_non420()
1290 for (r = 0; r < MI_BLOCK_SIZE && mi_row + r < cm->mi_rows; r += row_step) { in vp9_filter_block_plane_non420()