Home
last modified time | relevance | path

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

/external/libyuv/files/source/
Dscale_argb.cc847 int row_step = src_height / dst_height; in ScaleARGBDownEven() local
848 int row_stride = row_step * src_stride; in ScaleARGBDownEven()
849 src_ptr += ((row_step >> 1) - 1) * src_stride + ((src_step >> 1) - 1) * 4; in ScaleARGBDownEven()
/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()