Searched refs:cblk_w (Results 1 – 2 of 2) sorted by relevance
1605 OPJ_UINT32 cblk_w, cblk_h; in opj_t1_clbl_decode_processor() local1618 cblk_w = (OPJ_UINT32)(cblk->x1 - cblk->x0); 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()1691 cblk_w = t1->w; in opj_t1_clbl_decode_processor()1697 for (i = 0; i < cblk_w; ++i) { in opj_t1_clbl_decode_processor()1698 datap[(j * cblk_w) + i] = 0; in opj_t1_clbl_decode_processor()1704 for (i = 0; i < cblk_w; ++i) { in opj_t1_clbl_decode_processor()1705 OPJ_INT32 val = datap[(j * cblk_w) + i]; in opj_t1_clbl_decode_processor()1709 datap[(j * cblk_w) + i] = val < 0 ? -mag : mag; in opj_t1_clbl_decode_processor()[all …]
1906 OPJ_UINT32 cblk_w = (OPJ_UINT32)(cblk->x1 - cblk->x0); in opj_dwt_init_sparse_array() local1919 x + cblk_w, y + cblk_h, in opj_dwt_init_sparse_array()1921 1, cblk_w, OPJ_TRUE)) { in opj_dwt_init_sparse_array()