Searched refs:cblk_h (Results 1 – 2 of 2) sorted by relevance
1605 OPJ_UINT32 cblk_w, cblk_h; in opj_t1_clbl_decode_processor() local1619 cblk_h = (OPJ_UINT32)(cblk->y1 - cblk->y0); in opj_t1_clbl_decode_processor()1621 cblk->decoded_data = (OPJ_INT32*)opj_aligned_malloc(cblk_w * cblk_h * sizeof( in opj_t1_clbl_decode_processor()1637 memset(cblk->decoded_data, 0, cblk_w * cblk_h * sizeof(OPJ_INT32)); in opj_t1_clbl_decode_processor()1692 cblk_h = t1->h; in opj_t1_clbl_decode_processor()1696 for (j = 0; j < cblk_h; ++j) { in opj_t1_clbl_decode_processor()1703 for (j = 0; j < cblk_h; ++j) { in opj_t1_clbl_decode_processor()1722 OPJ_UINT32 cblk_size = cblk_w * cblk_h; in opj_t1_clbl_decode_processor()1758 for (j = 0; j < cblk_h; ++j) { in opj_t1_clbl_decode_processor()1778 for (j = 0; j < cblk_h; ++j) { in opj_t1_clbl_decode_processor()[all …]
1907 OPJ_UINT32 cblk_h = (OPJ_UINT32)(cblk->y1 - cblk->y0); in opj_dwt_init_sparse_array() local1919 x + cblk_w, y + cblk_h, in opj_dwt_init_sparse_array()