Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dvp9.c1525 unsigned int tile, block_tile; in vp9_export_enc_params() local
1530 for (block_tile = 0; block_tile < td->nb_block_structure; block_tile++) { in vp9_export_enc_params()
1532 unsigned int row = td->block_structure[block_tile].row; in vp9_export_enc_params()
1533 unsigned int col = td->block_structure[block_tile].col; in vp9_export_enc_params()
1538 b->w = 1 << (3 + td->block_structure[block_tile].block_size_idx_x); in vp9_export_enc_params()
1539 b->h = 1 << (3 + td->block_structure[block_tile].block_size_idx_y); in vp9_export_enc_params()

Completed in 4 milliseconds