Lines Matching refs:nb_codeblocks_width
308 prec->nb_codeblocks_width = in init_prec()
320 ff_jpeg2000_tag_tree_init(prec->nb_codeblocks_width, in init_prec()
326 ff_jpeg2000_tag_tree_init(prec->nb_codeblocks_width, in init_prec()
331 if (prec->nb_codeblocks_width * (uint64_t)prec->nb_codeblocks_height > INT_MAX) { in init_prec()
335 nb_codeblocks = prec->nb_codeblocks_width * prec->nb_codeblocks_height; in init_prec()
346 Cx0 = Cx0 + ((cblkno % prec->nb_codeblocks_width) << band->log2_cblk_width); in init_prec()
351 Cy0 = Cy0 + ((cblkno / prec->nb_codeblocks_width) << band->log2_cblk_height); in init_prec()
585 … ff_tag_tree_zero(prec->zerobits, prec->nb_codeblocks_width, prec->nb_codeblocks_height, 0); in ff_jpeg2000_reinit()
586 … ff_tag_tree_zero(prec->cblkincl, prec->nb_codeblocks_width, prec->nb_codeblocks_height, 0); in ff_jpeg2000_reinit()
587 … for (cblkno = 0; cblkno < prec->nb_codeblocks_width * prec->nb_codeblocks_height; cblkno++) { in ff_jpeg2000_reinit()
619 int nb_code_blocks = prec->nb_codeblocks_height * prec->nb_codeblocks_width; in ff_jpeg2000_cleanup()