Searched defs:l_x0 (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dimage.c110 OPJ_INT32 l_x0, l_y0, l_x1, l_y1; local
114 l_x0 = opj_int_max((OPJ_INT32)p_cp->tx0 , (OPJ_INT32)p_image_header->x0);
121 l_comp_x0 = opj_int_ceildiv(l_x0, (OPJ_INT32)l_img_comp->dx);
129 l_img_comp->x0 = (OPJ_UINT32)l_comp_x0/*l_x0*/;

Completed in 65 milliseconds