Home
last modified time | relevance | path

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

/external/libaom/libaom/test/
Dyuv_temporal_filter_test.cc270 for (int row_step = -1; row_step <= 1; row_step++) { in ApplyReferenceFilter() local
272 const int sub_row = row + row_step; in ApplyReferenceFilter()
315 for (int row_step = -1; row_step <= 1; row_step++) { in ApplyReferenceFilter() local
317 const int sub_row = uv_row + row_step; in ApplyReferenceFilter()
330 for (int row_step = 0; row_step < 1 + ss_y; row_step++) { in ApplyReferenceFilter() local
332 const int sub_row = y_row + row_step; in ApplyReferenceFilter()
/external/libaom/libaom/av1/common/
Dav1_loopfilter.c732 const int row_step = mi_size_high[TX_4X4] << ssy; in setup_masks() local
735 dir == VERT_EDGE ? tx_size_high_unit[tx_size] << ssy : row_step; in setup_masks()
740 for (int r = mi_row; r < mi_row + mi_height; r += row_step) { in setup_masks()
781 for (int r = mi_row; r < mi_row + mi_height; r += row_step) { in setup_masks()
1484 const int row_step = (MI_SIZE >> MI_SIZE_LOG2); in av1_build_bitmask_vert_info() local
1491 for (int r = 0; (r << MI_SIZE_LOG2) < plane_ptr->dst.height; r += row_step) { in av1_build_bitmask_vert_info()
1646 const int row_step = 1 << ssy; in av1_filter_block_plane_bitmask_vert() local
1663 const int row_next = row + row_step; in av1_filter_block_plane_bitmask_vert()
1729 const int row_step = 1 << ssy; in av1_filter_block_plane_bitmask_horz() local
1739 r += row_step) { in av1_filter_block_plane_bitmask_horz()
[all …]
/external/libvpx/libvpx/vp9/common/
Dvp9_loopfilter.c1085 const int row_step = 1 << ss_y; in vp9_filter_block_plane_non420() local
1087 const int row_step_stride = cm->mi_stride * row_step; in vp9_filter_block_plane_non420()
1103 for (r = 0; r < MI_BLOCK_SIZE && mi_row + r < cm->mi_rows; r += row_step) { in vp9_filter_block_plane_non420()
1206 for (r = 0; r < MI_BLOCK_SIZE && mi_row + r < cm->mi_rows; r += row_step) { in vp9_filter_block_plane_non420()