Lines Matching refs:decoded_data
1631 cblk->decoded_data = (OPJ_INT32*)opj_aligned_malloc(sizeof(OPJ_INT32) * in opj_t1_clbl_decode_processor()
1633 if (cblk->decoded_data == NULL) { in opj_t1_clbl_decode_processor()
1647 memset(cblk->decoded_data, 0, sizeof(OPJ_INT32) * cblk_w * cblk_h); in opj_t1_clbl_decode_processor()
1648 } else if (cblk->decoded_data) { in opj_t1_clbl_decode_processor()
1651 opj_aligned_free(cblk->decoded_data); in opj_t1_clbl_decode_processor()
1652 cblk->decoded_data = NULL; in opj_t1_clbl_decode_processor()
1730 datap = cblk->decoded_data ? cblk->decoded_data : t1->data; in opj_t1_clbl_decode_processor()
1759 assert((cblk->decoded_data != NULL) || (tilec->data != NULL)); in opj_t1_clbl_decode_processor()
1761 if (cblk->decoded_data) { in opj_t1_clbl_decode_processor()
1872 if (cblk->decoded_data) { in opj_t1_decode_cblks()
1877 opj_aligned_free(cblk->decoded_data); in opj_t1_decode_cblks()
1878 cblk->decoded_data = NULL; in opj_t1_decode_cblks()
1896 if (cblk->decoded_data) { in opj_t1_decode_cblks()
1901 opj_aligned_free(cblk->decoded_data); in opj_t1_decode_cblks()
1902 cblk->decoded_data = NULL; in opj_t1_decode_cblks()
1910 if (cblk->decoded_data != NULL) { in opj_t1_decode_cblks()
2052 if (cblk->decoded_data) { in opj_t1_decode_cblk()
2054 t1->data = cblk->decoded_data; in opj_t1_decode_cblk()
2137 if (cblk->decoded_data) { in opj_t1_decode_cblk()