Home
last modified time | relevance | path

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

/dports/graphics/openjph/OpenJPH-0.7.3/src/core/codestream/
H A Dojph_params_local.h186 { XTsiz = Xsiz - XOsiz; YTsiz = Ysiz - YOsiz; } in check_validity()
190 if (XTOsiz > XOsiz || YTOsiz > YOsiz) in check_validity()
193 if (XTsiz + XTOsiz <= XOsiz || YTsiz + YTOsiz <= YOsiz) in check_validity()
226 ui32 t = ojph_div_ceil(Xsiz, ds) - ojph_div_ceil(XOsiz, ds); in get_width()
240 ui32 t = ojph_div_ceil(Xsiz, ds) - ojph_div_ceil(XOsiz, ds); in get_recon_width()
256 ui32 XOsiz; member
H A Dojph_params.cpp75 state->XOsiz = offset.x; in set_image_offset()
108 return point(state->XOsiz, state->YOsiz); in get_image_offset()
519 *(ui32*)buf = swap_byte(XOsiz); in write()
566 if (file->read(&XOsiz, 4) != 4) in read()
568 XOsiz = swap_byte(XOsiz); in read()
/dports/graphics/openjpeg15/openjpeg-version.1.5.2/applications/jpip/libopenjpip/
H A Dj2kheader_manager.c91 SIZ.XOsiz = big4( SIZstream+12); in get_SIZmkrdata_from_j2kstream()
190 SIZ.XOsiz = ceil( (double)SIZ.XOsiz/2.0); in modify_SIZmkrstream()
202 modify_4Bytecode( SIZ.XOsiz, SIZstream+8); in modify_SIZmkrstream()
H A Dimgreg_manager.c48 const int XOsiz, const int YOsiz, in map_viewin2imgreg() argument
56 imgreg.xosiz = XOsiz; in map_viewin2imgreg()
H A Dimgreg_manager.h59 const int XOsiz, const int YOsiz,
H A Dindex_manager.c156 …logstream, "\t XOsiz, YOsiz: (%d,%d) = (%#x, %#x)\n", SIZ.XOsiz, SIZ.YOsiz, SIZ.XOsiz, SIZ.YO… in print_SIZ()
597 SIZ->XOsiz = fetch_marker4bytebigendian( sizmkr, 12); in set_SIZmkrdata()
669 return get_tile_range( SIZ.XOsiz, SIZ.Xsiz, SIZ.XTOsiz, SIZ.XTsiz, tile_id%SIZ.XTnum, level); in get_tile_Xrange()
H A Dindex_manager.h56 …Byte4_t XOsiz; /**< horizontal offset from the origin of the reference grid to the lef… member
H A Djpip_parser.c293 codeidx->SIZ.XOsiz, codeidx->SIZ.YOsiz, codeidx->SIZ.Xsiz, codeidx->SIZ.Ysiz, in enqueue_imagedata()
/dports/graphics/openjpeg/openjpeg-2.4.0/src/lib/openjpip/
H A Dj2kheader_manager.c98 SIZ.XOsiz = big4(SIZstream + 12); in get_SIZmkrdata_from_j2kstream()
201 SIZ.XOsiz = (Byte4_t)ceil((double)SIZ.XOsiz / 2.0); in modify_SIZmkrstream()
213 modify_4Bytecode(SIZ.XOsiz, SIZstream + 8); in modify_SIZmkrstream()
H A Dimgreg_manager.c49 const int XOsiz, const int YOsiz, in map_viewin2imgreg() argument
57 imgreg.xosiz = XOsiz; in map_viewin2imgreg()
H A Dimgreg_manager.h59 const int XOsiz, const int YOsiz,
H A Dindex_manager.h60 …Byte4_t XOsiz; /**< horizontal offset from the origin of the reference grid to the lef… member
H A Dindex_manager.c159 fprintf(logstream, "\t XOsiz, YOsiz: (%d,%d) = (%#x, %#x)\n", SIZ.XOsiz, in print_SIZ()
160 SIZ.YOsiz, SIZ.XOsiz, SIZ.YOsiz); in print_SIZ()
653 SIZ->XOsiz = fetch_marker4bytebigendian(sizmkr, 12); in set_SIZmkrdata()
731 return get_tile_range(SIZ.XOsiz, SIZ.Xsiz, SIZ.XTOsiz, SIZ.XTsiz, in get_tile_Xrange()
H A Djpip_parser.c320 … (int)codeidx->SIZ.XOsiz, (int)codeidx->SIZ.YOsiz, (int)codeidx->SIZ.Xsiz, in enqueue_imagedata()
/dports/multimedia/mxflib/mxflib-1.0.1/mxflib/
H A Desp_jp2k.cpp365 UInt32 XOsiz = GetU32(&p[10]); in BuildDescriptorFromCodeStream() local
373 SubDescriptor->SetInt(XOsiz_UL, XOsiz); in BuildDescriptorFromCodeStream()
485 Ret->SetUInt(DisplayWidth_UL, Width-XOsiz); in BuildDescriptorFromCodeStream()
487 Ret->SetUInt(DisplayXOffset_UL, XOsiz); in BuildDescriptorFromCodeStream()
495 UInt32 Aspect_n = Width-XOsiz; in BuildDescriptorFromCodeStream()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/swig/python/gdal-utils/osgeo_utils/samples/
H A Dvalidate_jp2.py883 XOsiz = 0
903 XOsiz = int(get_field_val(siz, 'XOsiz'))
914 if (inspire_tg or Rsiz == 2) and XOsiz >= 2**31:
915 …report.EmitError('PROFILE_1', 'XOsiz = %d, whereas only 31 bits are allowed for Profile 1' % XOsiz)
922 if ihdr and ihdr_width != Xsiz - XOsiz:
923 …eport.EmitError('GENERAL', 'ihdr_width(=%d) != Xsiz (=%d)- XOsiz(=%d)' % (ihdr_width, Xsiz, XOsiz))
991 if low_x != XOsiz:
1041 if low_x != XOsiz:
1042 …, 'RectifiedGrid.limits.GridEnvelope.low[x](=%d) != XOsiz(=%d)' % (low_x, XOsiz), conformance_clas…
1144 if XTsiz <= Xsiz - XOsiz and YTsiz <= Ysiz - YOsiz:
[all …]
/dports/graphics/gdal/gdal-3.3.3/swig/python/gdal-utils/osgeo_utils/samples/
H A Dvalidate_jp2.py883 XOsiz = 0
903 XOsiz = int(get_field_val(siz, 'XOsiz'))
914 if (inspire_tg or Rsiz == 2) and XOsiz >= 2**31:
915 …report.EmitError('PROFILE_1', 'XOsiz = %d, whereas only 31 bits are allowed for Profile 1' % XOsiz)
922 if ihdr and ihdr_width != Xsiz - XOsiz:
923 …eport.EmitError('GENERAL', 'ihdr_width(=%d) != Xsiz (=%d)- XOsiz(=%d)' % (ihdr_width, Xsiz, XOsiz))
991 if low_x != XOsiz:
1041 if low_x != XOsiz:
1042 …, 'RectifiedGrid.limits.GridEnvelope.low[x](=%d) != XOsiz(=%d)' % (low_x, XOsiz), conformance_clas…
1144 if XTsiz <= Xsiz - XOsiz and YTsiz <= Ysiz - YOsiz:
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/swig/python/gdal-utils/osgeo_utils/samples/
H A Dvalidate_jp2.py883 XOsiz = 0
903 XOsiz = int(get_field_val(siz, 'XOsiz'))
914 if (inspire_tg or Rsiz == 2) and XOsiz >= 2**31:
915 …report.EmitError('PROFILE_1', 'XOsiz = %d, whereas only 31 bits are allowed for Profile 1' % XOsiz)
922 if ihdr and ihdr_width != Xsiz - XOsiz:
923 …eport.EmitError('GENERAL', 'ihdr_width(=%d) != Xsiz (=%d)- XOsiz(=%d)' % (ihdr_width, Xsiz, XOsiz))
991 if low_x != XOsiz:
1041 if low_x != XOsiz:
1042 …, 'RectifiedGrid.limits.GridEnvelope.low[x](=%d) != XOsiz(=%d)' % (low_x, XOsiz), conformance_clas…
1144 if XTsiz <= Xsiz - XOsiz and YTsiz <= Ysiz - YOsiz:
[all …]
/dports/www/mattermost-webapp/mattermost/client/
H A DpdfjsWorker.607c45ab589db9be5567.js.map1XOsiz","XRsiz","x1","Xsiz","y0","YOsiz","YRsiz","y1","Ysiz","calculateTileGrids","tile","SIZ","num…
/dports/www/gitea/gitea-1.16.5/public/vendor/plugins/pdfjs/build/
H A Dpdf.worker.js.map1XOsiz","YOsiz","Csiz","parseCodestream","doNotRecover","siz","precision","isSigned","XRsiz","YRsiz…
/dports/www/nextcloud/nextcloud/apps-pkg/files_pdfviewer/js/pdfjs/build/
H A Dpdf.worker.js.map1XOsiz","YOsiz","Csiz","parseCodestream","context","doNotRecover","siz","precision","isSigned","XRs…
/dports/graphics/p5-Image-ExifTool-devel/Image-ExifTool-12.14/lib/Image/ExifTool/
H A DTagNames.pod28961 XOsiz no
/dports/graphics/p5-Image-ExifTool/Image-ExifTool-12.30/lib/Image/ExifTool/
H A DTagNames.pod29625 XOsiz no