Searched refs:row_step (Results 1 – 3 of 3) sorted by relevance
270 for (int row_step = -1; row_step <= 1; row_step++) { in ApplyReferenceFilter() local272 const int sub_row = row + row_step; in ApplyReferenceFilter()315 for (int row_step = -1; row_step <= 1; row_step++) { in ApplyReferenceFilter() local317 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() local332 const int sub_row = y_row + row_step; in ApplyReferenceFilter()
732 const int row_step = mi_size_high[TX_4X4] << ssy; in setup_masks() local735 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() local1491 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() local1663 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() local1739 r += row_step) { in av1_filter_block_plane_bitmask_horz()[all …]
1085 const int row_step = 1 << ss_y; in vp9_filter_block_plane_non420() local1087 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()