Home
last modified time | relevance | path

Searched refs:cblk_h (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/third_party/libopenjpeg20/
Dt1.c1605 OPJ_UINT32 cblk_w, cblk_h; in opj_t1_clbl_decode_processor() local
1619 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 …]
Ddwt.c1907 OPJ_UINT32 cblk_h = (OPJ_UINT32)(cblk->y1 - cblk->y0); in opj_dwt_init_sparse_array() local
1919 x + cblk_w, y + cblk_h, in opj_dwt_init_sparse_array()