Searched refs:src_sb_row (Results 1 – 2 of 2) sorted by relevance
319 const int src_sb_row = ((src_bottom_edge >> 3) - 1) / sb_size; in av1_is_dv_valid() local324 const int src_sb64 = src_sb_row * total_sb64_per_row + src_sb64_col; in av1_is_dv_valid()329 const int wf_offset = gradient * (active_sb_row - src_sb_row); in av1_is_dv_valid()330 if (src_sb_row > active_sb_row || in av1_is_dv_valid()
1858 const int src_sb_row = (src_bottom_edge - 1) >> sb_height_log2; in IsMvValid() local1865 src_sb_row * total_64x64_blocks_per_row + src_64x64_block_column; in IsMvValid()1871 if (src_sb_row > active_sb_row) return false; in IsMvValid()1875 const int wavefront_offset = gradient * (active_sb_row - src_sb_row); in IsMvValid()