Home | History | Annotate | Download | only in encoder

Lines Matching refs:subsize

1594   const BLOCK_SIZE subsize = get_partition_subsize(bsize, partition);
1632 write_modes_sb(cpi, tile, w, tok, tok_end, mi_row, mi_col, subsize);
1633 write_modes_sb(cpi, tile, w, tok, tok_end, mi_row, mi_col + hbs, subsize);
1634 write_modes_sb(cpi, tile, w, tok, tok_end, mi_row + hbs, mi_col, subsize);
1636 subsize);
1678 update_ext_partition_context(xd, mi_row, mi_col, subsize, bsize, partition);