Searched refs:nb_block_structure (Results 1 – 3 of 3) sorted by relevance
236 unsigned int nb_block_structure; member
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()1298 td->nb_block_structure++; in ff_vp9_decode_block()
900 s->td[i].nb_block_structure = 0; in decode_frame_header()1509 nb_blocks += s->td[tile].nb_block_structure; in vp9_export_enc_params()1531 for (block_tile = 0; block_tile < td->nb_block_structure; block_tile++) { in vp9_export_enc_params()