Home
last modified time | relevance | path

Searched refs:block_tile (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvp9.c1526 unsigned int tile, block_tile; in vp9_export_enc_params() local
1531 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()