Home
last modified time | relevance | path

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

/external/pdfium/third_party/libopenjpeg20/
Dj2k.c8147 OPJ_UINT32 l_width_dest,l_height_dest; in opj_j2k_update_image_data() local
8270 l_height_dest = l_height_src; in opj_j2k_update_image_data()
8274 l_height_dest = l_y1_dest - (OPJ_UINT32)l_res->y0 ; in opj_j2k_update_image_data()
8275 l_offset_y1_src = (OPJ_INT32)(l_height_src - l_height_dest); in opj_j2k_update_image_data()
8283 l_height_dest = l_height_src - (OPJ_UINT32)l_offset_y0_src; in opj_j2k_update_image_data()
8287 l_height_dest = l_img_comp_dest->h ; in opj_j2k_update_image_data()
8296 if ((OPJ_INT32)l_width_dest < 0 || (OPJ_INT32)l_height_dest < 0) { in opj_j2k_update_image_data()
8334 for (j = 0 ; j < l_height_dest ; ++j) { in opj_j2k_update_image_data()
8344 for ( j = 0 ; j < l_height_dest ; ++j ) { in opj_j2k_update_image_data()
8364 for (j=0;j<l_height_dest;++j) { in opj_j2k_update_image_data()
[all …]