Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_tile_common.c19 const int sb_cols = mi_cols_aligned_to_sb(mis) >> MI_BLOCK_SIZE_LOG2; in get_tile_offset() local
20 const int offset = ((idx * sb_cols) >> log2) << MI_BLOCK_SIZE_LOG2; in get_tile_offset()
Dvp9_thread_common.c58 const int sb_cols) { in sync_write() argument
65 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() local
141 sync_write(lf_sync, r, c, sb_cols); in thread_loop_filter_rows()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_aq_cyclicrefresh.c397 int i, block_count, bl_index, sb_rows, sb_cols, sbs_in_frame; in cyclic_refresh_update_map() local
404 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()
Dvp9_ratectrl.c1968 int sb_cols = (cm->mi_cols + MI_BLOCK_SIZE - 1) / MI_BLOCK_SIZE; in vp9_avg_source_sad() local
1971 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()