Searched refs:block_tile (Results 1 – 1 of 1) sorted by relevance
1526 unsigned int tile, block_tile; in vp9_export_enc_params() local1531 for (block_tile = 0; block_tile < td->nb_block_structure; block_tile++) { in vp9_export_enc_params()1533 unsigned int row = td->block_structure[block_tile].row; in vp9_export_enc_params()1534 unsigned int col = td->block_structure[block_tile].col; in vp9_export_enc_params()1539 b->w = 1 << (3 + td->block_structure[block_tile].block_size_idx_x); in vp9_export_enc_params()1540 b->h = 1 << (3 + td->block_structure[block_tile].block_size_idx_y); in vp9_export_enc_params()