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()
1622 cblk_w * cblk_h); in opj_t1_clbl_decode_processor()
1637 memset(cblk->decoded_data, 0, sizeof(OPJ_INT32) * cblk_w * cblk_h); 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.c1905 OPJ_UINT32 cblk_h = (OPJ_UINT32)(cblk->y1 - cblk->y0); in opj_dwt_init_sparse_array() local
1917 x + cblk_w, y + cblk_h, in opj_dwt_init_sparse_array()