Searched refs:l_width (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 129 l_width = opj_uint_ceildivpow2(l_comp_x1 - l_comp_x0, l_img_comp->factor); in opj_image_comp_header_update() 131 l_img_comp->w = l_width; 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 1402 l_width = (OPJ_UINT32)(l_res->x1 - l_res->x0); in opj_tcd_update_tile_data() 1404 l_stride = (OPJ_UINT32)(l_tilec->x1 - l_tilec->x0) - l_width; in opj_tcd_update_tile_data() 1423 for (k=0;k<l_width;++k) { in opj_tcd_update_tile_data() 1431 for (k=0;k<l_width;++k) { in opj_tcd_update_tile_data() 1448 for (k=0;k<l_width;++k) { in opj_tcd_update_tile_data() 1456 for (k=0;k<l_width;++k) { in opj_tcd_update_tile_data() 1472 for (k=0;k<l_width;++k) { in opj_tcd_update_tile_data() 1765 OPJ_UINT32 l_width,l_height,i,j; in opj_tcd_dc_level_shift_decode() local 1777 l_width = (OPJ_UINT32)(l_res->x1 - l_res->x0); in opj_tcd_dc_level_shift_decode() [all …]
|
D | 0026-use_opj_uint_ceildiv.patch | 62 *l_width = (OPJ_UINT32)(l_tilec->x1 - l_tilec->x0); 69 *l_stride = *l_image_width - *l_width;
|
D | 0018-tcd_get_decoded_tile_size.patch | 62 OPJ_UINT32 l_stride, l_width,l_height;
|
D | j2k.c | 345 OPJ_UINT32* l_width, 10158 OPJ_UINT32* l_width, in opj_get_tile_dimensions() argument 10176 *l_width = (OPJ_UINT32)(l_tilec->x1 - l_tilec->x0); in opj_get_tile_dimensions() 10181 *l_stride = *l_image_width - *l_width; 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 10200 &l_width, in opj_j2k_get_tile_data() 10216 for (k=0;k<l_width;++k) { in opj_j2k_get_tile_data() 10226 for (k=0;k<l_width;++k) { in opj_j2k_get_tile_data() 10243 for (k=0;k<l_width;++k) { in opj_j2k_get_tile_data() 10251 for (k=0;k<l_width;++k) { in opj_j2k_get_tile_data() [all …]
|