Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/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()
33 const int sb_cols = mi_cols_aligned_to_sb(mi_cols) >> MI_BLOCK_SIZE_LOG2; in vp9_get_tile_n_bits() local
37 while ((sb_cols >> max_log2) >= MIN_TILE_WIDTH_B64) in vp9_get_tile_n_bits()
44 while ((MAX_TILE_WIDTH_B64 << min_log2) < sb_cols) in vp9_get_tile_n_bits()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_dthread.c59 const int sb_cols) { in sync_write() argument
66 if (c < sb_cols - 1) { in sync_write()
71 cur = sb_cols + nsync; in sync_write()
86 (void)sb_cols; in sync_write()
98 const int sb_cols = mi_cols_aligned_to_sb(cm->mi_cols) >> MI_BLOCK_SIZE_LOG2; in loop_filter_rows_mt() local
104 for (c = 0; c < sb_cols; ++c) { in loop_filter_rows_mt()
117 sync_write(lf_sync, r, c, sb_cols); in loop_filter_rows_mt()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_aq_cyclicrefresh.c198 int i, block_count, bl_index, sb_rows, sb_cols, sbs_in_frame; in vp9_cyclic_refresh_setup() local
258 sb_cols = (cm->mi_cols + MI_BLOCK_SIZE - 1) / MI_BLOCK_SIZE; in vp9_cyclic_refresh_setup()
260 sbs_in_frame = sb_cols * sb_rows; in vp9_cyclic_refresh_setup()
271 int sb_row_index = (i / sb_cols); in vp9_cyclic_refresh_setup()
272 int sb_col_index = i - sb_row_index * sb_cols; in vp9_cyclic_refresh_setup()