Lines Matching refs:decoded_data
1621 cblk->decoded_data = (OPJ_INT32*)opj_aligned_malloc(sizeof(OPJ_INT32) * in opj_t1_clbl_decode_processor()
1623 if (cblk->decoded_data == NULL) { 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()
1638 } else if (cblk->decoded_data) { in opj_t1_clbl_decode_processor()
1641 opj_aligned_free(cblk->decoded_data); in opj_t1_clbl_decode_processor()
1642 cblk->decoded_data = NULL; in opj_t1_clbl_decode_processor()
1690 datap = cblk->decoded_data ? cblk->decoded_data : t1->data; in opj_t1_clbl_decode_processor()
1719 assert((cblk->decoded_data != NULL) || (tilec->data != NULL)); in opj_t1_clbl_decode_processor()
1721 if (cblk->decoded_data) { in opj_t1_clbl_decode_processor()
1830 if (cblk->decoded_data) { in opj_t1_decode_cblks()
1835 opj_aligned_free(cblk->decoded_data); in opj_t1_decode_cblks()
1836 cblk->decoded_data = NULL; in opj_t1_decode_cblks()
1854 if (cblk->decoded_data) { in opj_t1_decode_cblks()
1859 opj_aligned_free(cblk->decoded_data); in opj_t1_decode_cblks()
1860 cblk->decoded_data = NULL; in opj_t1_decode_cblks()
1868 if (cblk->decoded_data != NULL) { in opj_t1_decode_cblks()
2010 if (cblk->decoded_data) { in opj_t1_decode_cblk()
2012 t1->data = cblk->decoded_data; in opj_t1_decode_cblk()
2095 if (cblk->decoded_data) { in opj_t1_decode_cblk()