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()
57 const int sb_cols) { in sync_write() argument64 if (c < sb_cols - 1) { in sync_write()68 cur = sb_cols + nsync; in sync_write()83 (void)sb_cols; in sync_write()93 const int sb_cols = mi_cols_aligned_to_sb(cm->mi_cols) >> MI_BLOCK_SIZE_LOG2; in thread_loop_filter_rows() local137 sync_write(lf_sync, r, c, sb_cols); in thread_loop_filter_rows()
331 int i, block_count, bl_index, sb_rows, sb_cols, sbs_in_frame; in cyclic_refresh_update_map() local338 sb_cols = (cm->mi_cols + MI_BLOCK_SIZE - 1) / MI_BLOCK_SIZE; in cyclic_refresh_update_map()340 sbs_in_frame = sb_cols * sb_rows; in cyclic_refresh_update_map()367 int sb_row_index = (i / sb_cols); in cyclic_refresh_update_map()368 int sb_col_index = i - sb_row_index * sb_cols; in cyclic_refresh_update_map()
2287 int sb_cols = (cm->mi_cols + MI_BLOCK_SIZE - 1) / MI_BLOCK_SIZE; in vp9_scene_detection_onepass() local2296 for (sbi_col = 0; sbi_col < sb_cols; ++sbi_col) { in vp9_scene_detection_onepass()2299 (sbi_row < sb_rows - 1 && sbi_col < sb_cols - 1) && in vp9_scene_detection_onepass()2310 src_y += (src_ystride << 6) - (sb_cols << 6); in vp9_scene_detection_onepass()2311 last_src_y += (last_src_ystride << 6) - (sb_cols << 6); in vp9_scene_detection_onepass()