Searched refs:l_height (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/third_party/libopenjpeg20/ |
D | image.c | 111 OPJ_UINT32 i, l_width, l_height; in opj_image_comp_header_update() local 130 l_height = opj_uint_ceildivpow2(l_comp_y1 - l_comp_y0, l_img_comp->factor); in opj_image_comp_header_update() 132 l_img_comp->h = l_height; in opj_image_comp_header_update()
|
D | tcd.c | 1388 OPJ_UINT32 l_stride, l_width,l_height; in opj_tcd_update_tile_data() local 1403 l_height = (OPJ_UINT32)(l_res->y1 - l_res->y0); in opj_tcd_update_tile_data() 1422 for (j=0;j<l_height;++j) { in opj_tcd_update_tile_data() 1430 for (j=0;j<l_height;++j) { in opj_tcd_update_tile_data() 1447 for (j=0;j<l_height;++j) { in opj_tcd_update_tile_data() 1455 for (j=0;j<l_height;++j) { in opj_tcd_update_tile_data() 1471 for (j=0;j<l_height;++j) { in opj_tcd_update_tile_data() 1765 OPJ_UINT32 l_width,l_height,i,j; in opj_tcd_dc_level_shift_decode() local 1778 l_height = (OPJ_UINT32)(l_res->y1 - l_res->y0); in opj_tcd_dc_level_shift_decode() 1781 … assert(l_height == 0 || l_width + l_stride <= l_tile_comp->data_size / l_height); /*MUPDF*/ in opj_tcd_dc_level_shift_decode() [all …]
|
D | 0018-tcd_get_decoded_tile_size.patch | 62 OPJ_UINT32 l_stride, l_width,l_height;
|
D | 0026-use_opj_uint_ceildiv.patch | 63 *l_height = (OPJ_UINT32)(l_tilec->y1 - l_tilec->y0);
|
D | j2k.c | 346 OPJ_UINT32* l_height, 10159 OPJ_UINT32* l_height, in opj_get_tile_dimensions() argument 10177 *l_height = (OPJ_UINT32)(l_tilec->y1 - l_tilec->y0); in opj_get_tile_dimensions() 10194 …OPJ_UINT32 l_size_comp,l_width,l_height,l_offset_x,l_offset_y, l_image_width,l_stride,l_tile_offse… in opj_j2k_get_tile_data() local 10201 &l_height, in opj_j2k_get_tile_data() 10215 for (j=0;j<l_height;++j) { in opj_j2k_get_tile_data() 10225 for (j=0;j<l_height;++j) { in opj_j2k_get_tile_data() 10242 for (j=0;j<l_height;++j) { in opj_j2k_get_tile_data() 10250 for (j=0;j<l_height;++j) { in opj_j2k_get_tile_data() 10264 for (j=0;j<l_height;++j) { in opj_j2k_get_tile_data()
|