Searched refs:block_structure (Results 1 – 5 of 5) sorted by relevance
101 av_freep(&td->block_structure); in vp9_tile_data_free()336 td->block_structure = av_malloc_array(s->cols * s->rows, sizeof(*td->block_structure)); in update_block_buffers()337 if (!td->block_structure) in update_block_buffers()357 … s->td[i].block_structure = av_malloc_array(s->cols * s->rows, sizeof(*td->block_structure)); in update_block_buffers()358 if (!s->td[i].block_structure) in update_block_buffers()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()
235 } *block_structure; member
1293 if (td->block_structure) { in ff_vp9_decode_block()1294 td->block_structure[td->nb_block_structure].row = row; in ff_vp9_decode_block()1295 td->block_structure[td->nb_block_structure].col = col; in ff_vp9_decode_block()1296 td->block_structure[td->nb_block_structure].block_size_idx_x = av_log2(w4); in ff_vp9_decode_block()1297 td->block_structure[td->nb_block_structure].block_size_idx_y = av_log2(h4); in ff_vp9_decode_block()
337 %type <interm> block_structure876 | block_structure SEMICOLON {880 | block_structure IDENTIFIER SEMICOLON {884 | block_structure IDENTIFIER array_specifier SEMICOLON {906 block_structure