Searched refs:first_pass_failed (Results 1 – 1 of 1) sorted by relevance
423 OPJ_BOOL* first_pass_failed = NULL; in opj_t2_decode_packets() local431 first_pass_failed = (OPJ_BOOL*)opj_malloc(l_image->numcomps * sizeof(OPJ_BOOL)); in opj_t2_decode_packets()432 if (!first_pass_failed) { in opj_t2_decode_packets()436 memset(first_pass_failed, OPJ_TRUE, l_image->numcomps * sizeof(OPJ_BOOL)); in opj_t2_decode_packets()489 first_pass_failed[l_current_pi->compno] = OPJ_FALSE; in opj_t2_decode_packets()494 opj_free(first_pass_failed); in opj_t2_decode_packets()506 opj_free(first_pass_failed); in opj_t2_decode_packets()511 if (first_pass_failed[l_current_pi->compno]) { in opj_t2_decode_packets()553 opj_free(first_pass_failed); in opj_t2_decode_packets()