Searched refs:bsl (Results 1 – 3 of 3) sorted by relevance
322 const int bsl = mi_width_log2(bsize); in partition_plane_context() local323 const int bs = 1 << bsl; in partition_plane_context()327 assert(bsl >= 0); in partition_plane_context()336 return (left * 2 + above) + bsl * PARTITION_PLOFFSET; in partition_plane_context()
1252 const int bsl = b_width_log2(bsize), hbs = (1 << bsl) / 4; in encode_sb() local1268 partition = partition_lookup[bsl][subsize]; in encode_sb()1481 const int bsl = b_width_log2(bsize), hbs = (1 << bsl) / 4; in encode_sb_rt() local1500 partition = partition_lookup[bsl][subsize]; in encode_sb_rt()1565 const int bsl = b_width_log2(bsize); in rd_use_partition() local1567 const int bss = (1 << bsl) / 4; in rd_use_partition()1593 partition = partition_lookup[bsl][bs_type]; in rd_use_partition()2584 int bsl = b_width_log2(bsize), hbs = (1 << bsl) / 4; in fill_mode_info_sb() local2585 PARTITION_TYPE partition = partition_lookup[bsl][subsize]; in fill_mode_info_sb()2921 const int bsl = b_width_log2(bsize), hbs = (1 << bsl) / 4; in nonrd_use_partition() local[all …]
423 const int bsl = b_width_log2(bsize); in write_modes_sb() local424 const int bs = (1 << bsl) / 4; in write_modes_sb()432 partition = partition_lookup[bsl][m->mbmi.sb_type]; in write_modes_sb()