Searched refs:sb_cols (Results 1 – 4 of 4) sorted by relevance
19 const int sb_cols = mi_cols_aligned_to_sb(mis) >> MI_BLOCK_SIZE_LOG2; in get_tile_offset() local20 const int offset = ((idx * sb_cols) >> log2) << MI_BLOCK_SIZE_LOG2; in get_tile_offset()
58 const int sb_cols) { in sync_write() argument65 if (c < sb_cols - 1) { in sync_write()70 cur = sb_cols + nsync; in sync_write()85 (void)sb_cols; in sync_write()97 const int sb_cols = mi_cols_aligned_to_sb(cm->mi_cols) >> MI_BLOCK_SIZE_LOG2; in thread_loop_filter_rows() local141 sync_write(lf_sync, r, c, sb_cols); in thread_loop_filter_rows()
397 int i, block_count, bl_index, sb_rows, sb_cols, sbs_in_frame; in cyclic_refresh_update_map() local404 sb_cols = (cm->mi_cols + MI_BLOCK_SIZE - 1) / MI_BLOCK_SIZE; in cyclic_refresh_update_map()406 sbs_in_frame = sb_cols * sb_rows; in cyclic_refresh_update_map()424 int sb_row_index = (i / sb_cols); in cyclic_refresh_update_map()425 int sb_col_index = i - sb_row_index * sb_cols; in cyclic_refresh_update_map()
1968 int sb_cols = (cm->mi_cols + MI_BLOCK_SIZE - 1) / MI_BLOCK_SIZE; in vp9_avg_source_sad() local1971 for (sbi_col = 0; sbi_col < sb_cols; sbi_col ++) { in vp9_avg_source_sad()1974 (sbi_row < sb_rows - 1 && sbi_col < sb_cols - 1) && in vp9_avg_source_sad()1986 src_y += (src_ystride << 6) - (sb_cols << 6); in vp9_avg_source_sad()1987 last_src_y += (last_src_ystride << 6) - (sb_cols << 6); in vp9_avg_source_sad()