HomeSort by relevance Sort by last modified time
    Searched full:first_pass_failed (Results 1 - 1 of 1) sorted by null

  /external/pdfium/third_party/libopenjpeg20/
t2.c 396 OPJ_BOOL* first_pass_failed = NULL; local
404 first_pass_failed = (OPJ_BOOL*)opj_malloc(l_image->numcomps * sizeof(OPJ_BOOL));
405 if (!first_pass_failed)
410 memset(first_pass_failed, OPJ_TRUE, l_image->numcomps * sizeof(OPJ_BOOL));
420 first_pass_failed[l_current_pi->compno] = OPJ_FALSE;
424 opj_free(first_pass_failed);
435 opj_free(first_pass_failed);
440 if (first_pass_failed[l_current_pi->compno]) {
474 opj_free(first_pass_failed);
    [all...]

Completed in 527 milliseconds