Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dav1_loopfilter.c1663 const int row_next = row + row_step; in av1_filter_block_plane_bitmask_vert() local
1668 const int shift_next = get_index_shift(col, row_next, &index_next); in av1_filter_block_plane_bitmask_vert()
1669 const int has_next_row = row_next < cm->mi_rows; in av1_filter_block_plane_bitmask_vert()
1676 lfl2 = &lfm->lfl_y_ver[row_next][col]; in av1_filter_block_plane_bitmask_vert()
1683 lfl2 = &lfm->lfl_u_ver[row_next][col]; in av1_filter_block_plane_bitmask_vert()
1690 lfl2 = &lfm->lfl_v_ver[row_next][col]; in av1_filter_block_plane_bitmask_vert()
1818 const int row_next = row + single_step; in av1_filter_block_plane_ver() local
1820 const int shift_next = get_index_shift(col, row_next, &index_next); in av1_filter_block_plane_ver()
1827 lfl2 = &lfm->lfl_y_ver[row_next][col]; in av1_filter_block_plane_ver()
1834 lfl2 = &lfm->lfl_u_ver[row_next][col]; in av1_filter_block_plane_ver()
[all …]