Searched refs:bsize2 (Results 1 – 3 of 3) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | onyxc_int.h | 1018 BLOCK_SIZE bsize2 = get_partition_subsize(bsize, PARTITION_SPLIT); in update_ext_partition_context() local 1031 update_partition_context(xd, mi_row, mi_col, bsize2, subsize); in update_ext_partition_context() 1036 update_partition_context(xd, mi_row + hbs, mi_col, bsize2, subsize); in update_ext_partition_context() 1039 update_partition_context(xd, mi_row, mi_col, bsize2, subsize); in update_ext_partition_context() 1044 update_partition_context(xd, mi_row, mi_col + hbs, bsize2, subsize); in update_ext_partition_context()
|
/external/libaom/libaom/av1/encoder/ |
D | encodeframe.c | 1527 BLOCK_SIZE bsize2 = get_partition_subsize(bsize, PARTITION_SPLIT); in encode_sb() local 1581 encode_b(cpi, tile_data, td, tp, mi_row, mi_col, dry_run, bsize2, in encode_sb() 1583 encode_b(cpi, tile_data, td, tp, mi_row, mi_col + hbs, dry_run, bsize2, in encode_sb() 1591 encode_b(cpi, tile_data, td, tp, mi_row + hbs, mi_col, dry_run, bsize2, in encode_sb() 1594 bsize2, partition, &pc_tree->horizontalb[2], rate); in encode_sb() 1597 encode_b(cpi, tile_data, td, tp, mi_row, mi_col, dry_run, bsize2, in encode_sb() 1599 encode_b(cpi, tile_data, td, tp, mi_row + hbs, mi_col, dry_run, bsize2, in encode_sb() 1608 encode_b(cpi, tile_data, td, tp, mi_row, mi_col + hbs, dry_run, bsize2, in encode_sb() 1611 bsize2, partition, &pc_tree->verticalb[2], rate); in encode_sb() 3147 BLOCK_SIZE bsize2 = get_partition_subsize(bsize, PARTITION_SPLIT); in rd_pick_partition() local [all …]
|
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.c | 1744 BLOCK_SIZE bsize2 = get_partition_subsize(bsize, PARTITION_SPLIT); in decode_partition() local 1818 DEC_BLOCK(mi_row, mi_col, bsize2); in decode_partition() 1819 DEC_BLOCK(mi_row, mi_col + hbs, bsize2); in decode_partition() 1824 DEC_BLOCK(mi_row + hbs, mi_col, bsize2); in decode_partition() 1825 DEC_BLOCK(mi_row + hbs, mi_col + hbs, bsize2); in decode_partition() 1828 DEC_BLOCK(mi_row, mi_col, bsize2); in decode_partition() 1829 DEC_BLOCK(mi_row + hbs, mi_col, bsize2); in decode_partition() 1834 DEC_BLOCK(mi_row, mi_col + hbs, bsize2); in decode_partition() 1835 DEC_BLOCK(mi_row + hbs, mi_col + hbs, bsize2); in decode_partition()
|