Searched refs:active_sb_row (Results 1 – 2 of 2) sorted by relevance
316 const int active_sb_row = mi_row >> mib_size_log2; in av1_is_dv_valid() local323 const int active_sb64 = active_sb_row * total_sb64_per_row + active_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()
1885 const int active_sb_row = MultiplyBy4(block.row4x4) >> sb_height_log2; in IsMvValid() local1892 active_sb_row * total_64x64_blocks_per_row + active_64x64_block_column; in IsMvValid()1900 if (src_sb_row > active_sb_row) return false; in IsMvValid()1904 const int wavefront_offset = gradient * (active_sb_row - src_sb_row); in IsMvValid()