Searched refs:sb_mi_size (Results 1 – 3 of 3) sorted by relevance
225 const int sb_mi_size = mi_size_high[cm->seq_params.sb_size]; in has_top_right() local226 const int blk_row_in_sb = (mi_row & (sb_mi_size - 1)) >> bh_in_mi_log2; in has_top_right()227 const int blk_col_in_sb = (mi_col & (sb_mi_size - 1)) >> bw_in_mi_log2; in has_top_right()235 if (((blk_col_in_sb + 1) << bw_in_mi_log2) >= sb_mi_size) { in has_top_right()417 const int sb_mi_size = mi_size_high[cm->seq_params.sb_size]; in has_bottom_left() local418 const int blk_row_in_sb = (mi_row & (sb_mi_size - 1)) >> bh_in_mi_log2; in has_bottom_left()419 const int blk_col_in_sb = (mi_col & (sb_mi_size - 1)) >> bw_in_mi_log2; in has_bottom_left()430 const int sb_height_unit = sb_mi_size >> ss_y; in has_bottom_left()436 if (((blk_row_in_sb + 1) << bh_in_mi_log2) >= sb_mi_size) return 0; in has_bottom_left()
265 const int sb_mi_size = mi_size_wide[cm->seq_params.sb_size]; in has_top_right() local266 const int mask_row = mi_row & (sb_mi_size - 1); in has_top_right()267 const int mask_col = mi_col & (sb_mi_size - 1); in has_top_right()280 while (bs < sb_mi_size) { in has_top_right()315 const int sb_mi_size = mi_size_wide[BLOCK_64X64]; in check_sb_border() local316 const int row = mi_row & (sb_mi_size - 1); in check_sb_border()317 const int col = mi_col & (sb_mi_size - 1); in check_sb_border()319 if (row + row_offset < 0 || row + row_offset >= sb_mi_size || in check_sb_border()320 col + col_offset < 0 || col + col_offset >= sb_mi_size) in check_sb_border()
3405 const int sb_mi_size = mi_size_wide[cm->seq_params.sb_size]; in get_next_job_info() local3483 dec_row_mt_sync->mi_rows_decode_started += sb_mi_size; in get_next_job_info()3484 frame_row_mt_info->mi_rows_decode_started += sb_mi_size; in get_next_job_info()3499 const int sb_mi_size) { in signal_parse_sb_row_done() argument3506 tile_data->dec_row_mt_sync.mi_rows_parse_done += sb_mi_size; in signal_parse_sb_row_done()3507 frame_row_mt_info->mi_rows_parse_done += sb_mi_size; in signal_parse_sb_row_done()3523 const int sb_mi_size = mi_size_wide[cm->seq_params.sb_size]; in parse_tile_row_mt() local3551 signal_parse_sb_row_done(pbi, tile_data, sb_mi_size); in parse_tile_row_mt()