Home
last modified time | relevance | path

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

/external/libvpx/libvpx/third_party/libyuv/source/
Dscale_argb.cc147 int col_step = dx >> 16; in ScaleARGBDownEven() local
180 ScaleARGBRowDownEven(src_argb, src_stride, col_step, dst_argb, dst_width); in ScaleARGBDownEven()
/external/libvpx/libvpx/vp9/common/
Dvp9_loopfilter.c1169 const int col_step = 1 << ss_x; in vp9_filter_block_plane_non420() local
1187 for (c = 0; c < MI_BLOCK_SIZE && mi_col + c < cm->mi_cols; c += col_step) { in vp9_filter_block_plane_non420()