Searched refs:l_height (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/ |
D | image.c | 109 OPJ_UINT32 i, l_width, l_height; in opj_image_comp_header_update() local 126 l_height = (OPJ_UINT32)opj_int_ceildivpow2(l_comp_y1 - l_comp_y0, (OPJ_INT32)l_img_comp->factor); in opj_image_comp_header_update() 128 l_img_comp->h = l_height; in opj_image_comp_header_update()
|
D | tcd.c | 1286 OPJ_UINT32 l_stride, l_width,l_height; in opj_tcd_update_tile_data() local 1301 l_height = (OPJ_UINT32)(l_res->y1 - l_res->y0); in opj_tcd_update_tile_data() 1320 for (j=0;j<l_height;++j) { in opj_tcd_update_tile_data() 1328 for (j=0;j<l_height;++j) { in opj_tcd_update_tile_data() 1345 for (j=0;j<l_height;++j) { in opj_tcd_update_tile_data() 1353 for (j=0;j<l_height;++j) { in opj_tcd_update_tile_data() 1369 for (j=0;j<l_height;++j) { in opj_tcd_update_tile_data() 1659 OPJ_UINT32 l_width,l_height,i,j; in opj_tcd_dc_level_shift_decode() local 1672 l_height = (OPJ_UINT32)(l_res->y1 - l_res->y0); in opj_tcd_dc_level_shift_decode() 1675 … 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 | j2k.c | 9652 OPJ_UINT32 l_width,l_height,l_stride, l_offset_x,l_offset_y, l_image_width; 9674 l_height = (OPJ_UINT32)(l_tilec->y1 - l_tilec->y0); 9686 for (j=0;j<l_height;++j) { 9696 for (j=0;j<l_height;++j) { 9713 for (j=0;j<l_height;++j) { 9721 for (j=0;j<l_height;++j) { 9735 for (j=0;j<l_height;++j) {
|