Home
last modified time | relevance | path

Searched refs:l_y1_dest (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/third_party/libopenjpeg20/
Dj2k.c9003 OPJ_UINT32 l_x0_dest, l_y0_dest, l_x1_dest, l_y1_dest; in opj_j2k_update_image_data() local
9071 l_y1_dest = l_y0_dest + l_img_comp_dest->h; in opj_j2k_update_image_data()
9121 if (l_y1_dest >= (OPJ_UINT32)res_y1) { in opj_j2k_update_image_data()
9125 l_height_dest = l_y1_dest - (OPJ_UINT32)res_y0 ; in opj_j2k_update_image_data()
9132 if (l_y1_dest >= (OPJ_UINT32)res_y1) { in opj_j2k_update_image_data()
9137 l_offset_y1_src = res_y1 - (OPJ_INT32)l_y1_dest; in opj_j2k_update_image_data()