Searched refs:l_img_comp_dest (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/third_party/libopenjpeg20/
H A Dj2k.c8155 opj_image_comp_t * l_img_comp_dest = 00; local
8167 l_img_comp_dest = p_output_image->comps;
8172 if (!l_img_comp_dest->data) {
8173 OPJ_UINT32 width = l_img_comp_dest->w;
8174 OPJ_UINT32 height = l_img_comp_dest->h;
8179 l_img_comp_dest->data = (OPJ_INT32*)opj_calloc(width * height, sizeof(OPJ_INT32));
8180 if (!l_img_comp_dest->data) {
8186 l_img_comp_dest->resno_decoded = l_img_comp_src->resno_decoded;
8213 l_x0_dest = opj_uint_ceildivpow2(l_img_comp_dest->x0, l_img_comp_dest
[all...]

Completed in 108 milliseconds