Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/common/
Dtile_common.c37 const int sb_cols = mi_cols >> seq_params->mib_size_log2; in av1_get_tile_limits() local
44 tiles->min_log2_cols = tile_log2(tiles->max_width_sb, sb_cols); in av1_get_tile_limits()
45 tiles->max_log2_cols = tile_log2(1, AOMMIN(sb_cols, MAX_TILE_COLS)); in av1_get_tile_limits()
47 tiles->min_log2 = tile_log2(max_tile_area_sb, sb_cols * sb_rows); in av1_get_tile_limits()
56 int sb_cols = mi_cols >> seq_params->mib_size_log2; in av1_calculate_tile_cols() local
66 int size_sb = ALIGN_POWER_OF_TWO(sb_cols, tiles->log2_cols); in av1_calculate_tile_cols()
69 for (i = 0, start_sb = 0; start_sb < sb_cols; i++) { in av1_calculate_tile_cols()
74 tiles->col_start_sb[i] = sb_cols; in av1_calculate_tile_cols()
84 int max_tile_area_sb = (sb_rows * sb_cols); in av1_calculate_tile_cols()
165 int sb_cols = mi_cols_aligned_to_sb >> cm->seq_params.mib_size_log2; in av1_get_sb_cols_in_tile() local
[all …]
Dthread_common.c176 const int sb_cols, int plane) { in sync_write() argument
183 if (c < sb_cols - 1) { in sync_write()
187 cur = sb_cols + nsync; in sync_write()
202 (void)sb_cols; in sync_write()
270 const int sb_cols = in thread_loop_filter_rows() local
295 sync_write(lf_sync, r, c, sb_cols, plane); in thread_loop_filter_rows()
336 const int sb_cols = in thread_loop_filter_bitmask_rows() local
362 sync_write(lf_sync, r, c, sb_cols, plane); in thread_loop_filter_bitmask_rows()
554 const int sb_cols, int plane) { in lr_sync_write() argument
562 if (c < sb_cols - 1) { in lr_sync_write()
[all …]
Drestoration.h332 const int sb_cols, int plane);
375 const int sb_cols, int plane);
Drestoration.c1253 const int sb_cols, int plane) { in av1_lr_sync_write_dummy() argument
1257 (void)sb_cols; in av1_lr_sync_write_dummy()
/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.c59 const int sb_cols) { in sync_write() argument
66 if (c < sb_cols - 1) { in sync_write()
70 cur = sb_cols + nsync; in sync_write()
85 (void)sb_cols; in sync_write()
95 const int sb_cols = mi_cols_aligned_to_sb(cm->mi_cols) >> MI_BLOCK_SIZE_LOG2; in thread_loop_filter_rows() local
142 sync_write(lf_sync, r, c, sb_cols); in thread_loop_filter_rows()
/external/libwebm/common/
Dvp9_header_parser.cc224 const int sb_cols = aligned_mi_cols >> 3; // to_sbs(mi_cols); in ParseTileInfo() local
228 (sb_cols >> max_log2_n_tiles) >= kMinTileWidthB64; in ParseTileInfo()
235 for (min_log2_n_tiles = 0; (kMaxTileWidthB64 << min_log2_n_tiles) < sb_cols; in ParseTileInfo()
/external/libaom/libaom/av1/encoder/
Daq_cyclicrefresh.c267 int i, block_count, bl_index, sb_rows, sb_cols, sbs_in_frame; in cyclic_refresh_update_map() local
270 sb_cols = (mi_params->mi_cols + cm->seq_params.mib_size - 1) / in cyclic_refresh_update_map()
274 sbs_in_frame = sb_cols * sb_rows; in cyclic_refresh_update_map()
288 int sb_row_index = (i / sb_cols); in cyclic_refresh_update_map()
289 int sb_col_index = i - sb_row_index * sb_cols; in cyclic_refresh_update_map()
Dencoder.h1573 const int sb_cols = ALIGN_POWER_OF_TWO(mb_cols, shift) >> shift; in get_token_alloc() local
1578 return sb_rows * sb_cols * sb_palette_toks; in get_token_alloc()
Dencoder.c1184 int sb_cols = mi_cols >> seq_params->mib_size_log2; in set_tile_info() local
1187 for (i = 0, start_sb = 0; start_sb < sb_cols && i < MAX_TILE_COLS; i++) { in set_tile_info()
1194 tiles->col_start_sb[i] = sb_cols; in set_tile_info()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_aq_cyclicrefresh.c365 int i, block_count, bl_index, sb_rows, sb_cols, sbs_in_frame; in cyclic_refresh_update_map() local
372 sb_cols = (cm->mi_cols + MI_BLOCK_SIZE - 1) / MI_BLOCK_SIZE; in cyclic_refresh_update_map()
374 sbs_in_frame = sb_cols * sb_rows; in cyclic_refresh_update_map()
401 int sb_row_index = (i / sb_cols); in cyclic_refresh_update_map()
402 int sb_col_index = i - sb_row_index * sb_cols; in cyclic_refresh_update_map()
Dvp9_ratectrl.c3007 int sb_cols = (num_mi_cols + MI_BLOCK_SIZE - 1) / MI_BLOCK_SIZE; in vp9_scene_detection_onepass() local
3017 for (sbi_col = 0; sbi_col < sb_cols; ++sbi_col) { in vp9_scene_detection_onepass()
3020 (sbi_row < sb_rows - 1 && sbi_col < sb_cols - 1) && in vp9_scene_detection_onepass()
3032 src_y += (src_ystride << 6) - (sb_cols << 6); in vp9_scene_detection_onepass()
3033 last_src_y += (last_src_ystride << 6) - (sb_cols << 6); in vp9_scene_detection_onepass()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1794 const int sb_cols = aligned_cols >> MI_BLOCK_SIZE_LOG2; in recon_tile_row() local
1809 map_read(row_mt_worker_data, ((cur_sb_row - 1) * sb_cols) + c, in recon_tile_row()
1847 map_write(row_mt_worker_data, (cur_sb_row * sb_cols) + c, in recon_tile_row()
1937 const int sb_cols = aligned_cols >> MI_BLOCK_SIZE_LOG2; in row_decode_worker_hook() local
1943 map_write(row_mt_worker_data, (cur_sb_row * sb_cols) + c, in row_decode_worker_hook()
2334 const int sb_cols = mi_cols_aligned_to_sb(cm->mi_cols) >> MI_BLOCK_SIZE_LOG2; in decode_tiles_row_wise_mt() local
2343 sb_rows * sb_cols * sizeof(*row_mt_worker_data->recon_map)); in decode_tiles_row_wise_mt()
2837 const int sb_cols = aligned_cols >> MI_BLOCK_SIZE_LOG2; in read_uncompressed_header() local
2839 num_sbs = sb_cols * sb_rows; in read_uncompressed_header()
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c2603 int c, const int sb_cols) { in sync_write() argument
2609 if (c < sb_cols - 1) { in sync_write()
2613 cur = sb_cols + nsync; in sync_write()
2628 (void)sb_cols; in sync_write()