Lines Matching refs:hbs

1428   const int bsl = b_width_log2_lookup[bsize], hbs = (1 << bsl) / 4;  in encode_sb()  local
1456 if (mi_col + hbs < cm->mi_cols && bsize > BLOCK_8X8) { in encode_sb()
1457 encode_b(cpi, tile, td, tp, mi_row, mi_col + hbs, output_enabled, in encode_sb()
1464 if (mi_row + hbs < cm->mi_rows && bsize > BLOCK_8X8) { in encode_sb()
1465 encode_b(cpi, tile, td, tp, mi_row + hbs, mi_col, output_enabled, in encode_sb()
1476 encode_sb(cpi, td, tile, tp, mi_row, mi_col + hbs, output_enabled, in encode_sb()
1478 encode_sb(cpi, td, tile, tp, mi_row + hbs, mi_col, output_enabled, in encode_sb()
1480 encode_sb(cpi, td, tile, tp, mi_row + hbs, mi_col + hbs, output_enabled, in encode_sb()
1767 const int bsl = b_width_log2_lookup[bsize], hbs = (1 << bsl) / 4; in encode_sb_rt() local
1797 if (mi_col + hbs < cm->mi_cols && bsize > BLOCK_8X8) { in encode_sb_rt()
1798 encode_b_rt(cpi, td, tile, tp, mi_row, mi_col + hbs, output_enabled, in encode_sb_rt()
1805 if (mi_row + hbs < cm->mi_rows && bsize > BLOCK_8X8) { in encode_sb_rt()
1806 encode_b_rt(cpi, td, tile, tp, mi_row + hbs, mi_col, output_enabled, in encode_sb_rt()
1814 encode_sb_rt(cpi, td, tile, tp, mi_row, mi_col + hbs, output_enabled, in encode_sb_rt()
1816 encode_sb_rt(cpi, td, tile, tp, mi_row + hbs, mi_col, output_enabled, in encode_sb_rt()
1818 encode_sb_rt(cpi, td, tile, tp, mi_row + hbs, mi_col + hbs, in encode_sb_rt()
2975 int bsl = b_width_log2_lookup[bsize], hbs = (1 << bsl) / 4; in fill_mode_info_sb() local
2997 if (mi_col + hbs < cm->mi_cols) { in fill_mode_info_sb()
2998 set_mode_info_offsets(cm, x, xd, mi_row, mi_col + hbs); in fill_mode_info_sb()
3001 duplicate_mode_info_in_sb(cm, xd, mi_row, mi_col + hbs, subsize); in fill_mode_info_sb()
3009 if (mi_row + hbs < cm->mi_rows) { in fill_mode_info_sb()
3010 set_mode_info_offsets(cm, x, xd, mi_row + hbs, mi_col); in fill_mode_info_sb()
3013 duplicate_mode_info_in_sb(cm, xd, mi_row + hbs, mi_col, subsize); in fill_mode_info_sb()
3018 fill_mode_info_sb(cm, x, mi_row, mi_col + hbs, subsize, in fill_mode_info_sb()
3020 fill_mode_info_sb(cm, x, mi_row + hbs, mi_col, subsize, in fill_mode_info_sb()
3022 fill_mode_info_sb(cm, x, mi_row + hbs, mi_col + hbs, subsize, in fill_mode_info_sb()
3313 const int bsl = b_width_log2_lookup[bsize], hbs = (1 << bsl) / 4; in nonrd_select_partition() local
3361 if (mi_col + hbs < cm->mi_cols) { in nonrd_select_partition()
3363 nonrd_pick_sb_modes(cpi, tile_data, x, mi_row, mi_col + hbs, in nonrd_select_partition()
3384 if (mi_row + hbs < cm->mi_rows) { in nonrd_select_partition()
3386 nonrd_pick_sb_modes(cpi, tile_data, x, mi_row + hbs, mi_col, in nonrd_select_partition()
3404 nonrd_select_partition(cpi, td, tile_data, mi + hbs, tp, in nonrd_select_partition()
3405 mi_row, mi_col + hbs, subsize, output_enabled, in nonrd_select_partition()
3412 nonrd_select_partition(cpi, td, tile_data, mi + hbs * mis, tp, in nonrd_select_partition()
3413 mi_row + hbs, mi_col, subsize, output_enabled, in nonrd_select_partition()
3420 nonrd_select_partition(cpi, td, tile_data, mi + hbs * mis + hbs, tp, in nonrd_select_partition()
3421 mi_row + hbs, mi_col + hbs, subsize, in nonrd_select_partition()
3452 const int bsl = b_width_log2_lookup[bsize], hbs = (1 << bsl) / 4; in nonrd_use_partition() local
3490 if (mi_col + hbs < cm->mi_cols && bsize > BLOCK_8X8) { in nonrd_use_partition()
3492 nonrd_pick_sb_modes(cpi, tile_data, x, mi_row, mi_col + hbs, in nonrd_use_partition()
3498 encode_b_rt(cpi, td, tile_info, tp, mi_row, mi_col + hbs, in nonrd_use_partition()
3513 if (mi_row + hbs < cm->mi_rows && bsize > BLOCK_8X8) { in nonrd_use_partition()
3515 nonrd_pick_sb_modes(cpi, tile_data, x, mi_row + hbs, mi_col, in nonrd_use_partition()
3521 encode_b_rt(cpi, td, tile_info, tp, mi_row + hbs, mi_col, in nonrd_use_partition()
3536 nonrd_use_partition(cpi, td, tile_data, mi + hbs, tp, in nonrd_use_partition()
3537 mi_row, mi_col + hbs, subsize, output_enabled, in nonrd_use_partition()
3539 nonrd_use_partition(cpi, td, tile_data, mi + hbs * mis, tp, in nonrd_use_partition()
3540 mi_row + hbs, mi_col, subsize, output_enabled, in nonrd_use_partition()
3542 nonrd_use_partition(cpi, td, tile_data, mi + hbs * mis + hbs, tp, in nonrd_use_partition()
3543 mi_row + hbs, mi_col + hbs, subsize, output_enabled, in nonrd_use_partition()