Home
last modified time | relevance | path

Searched refs:Xsiz (Results 1 – 25 of 30) sorted by relevance

12

/dports/graphics/openjpeg/openjpeg-2.4.0/src/lib/openjpip/
H A Dimgreg_manager.c50 const int Xsiz, const int Ysiz, in map_viewin2imgreg() argument
62 xmax = Xsiz; in map_viewin2imgreg()
134 int comp_decomplev(int fw, int fh, int Xsiz, int Ysiz) in comp_decomplev() argument
141 xmax = Xsiz; in comp_decomplev()
H A Dimgreg_manager.h60 const int Xsiz, const int Ysiz,
92 int comp_decomplev(int fw, int fh, int Xsiz, int Ysiz);
H A Dj2kheader_manager.c96 SIZ.Xsiz = big4(SIZstream + 4); in get_SIZmkrdata_from_j2kstream()
106 SIZ.XTnum = (SIZ.Xsiz - SIZ.XTOsiz + SIZ.XTsiz - 1) / SIZ.XTsiz; in get_SIZmkrdata_from_j2kstream()
199 SIZ.Xsiz = (Byte4_t)ceil((double)SIZ.Xsiz / 2.0); in modify_SIZmkrstream()
211 modify_4Bytecode(SIZ.Xsiz, SIZstream); in modify_SIZmkrstream()
H A Dindex_manager.c157 fprintf(logstream, "\t Xsiz, Ysiz: (%d,%d) = (%#x, %#x)\n", SIZ.Xsiz, in print_SIZ()
158 SIZ.Ysiz, SIZ.Xsiz, SIZ.Ysiz); in print_SIZ()
651 SIZ->Xsiz = fetch_marker4bytebigendian(sizmkr, 4); in set_SIZmkrdata()
661 SIZ->XTnum = (SIZ->Xsiz - SIZ->XTOsiz + SIZ->XTsiz - 1) / SIZ->XTsiz; in set_SIZmkrdata()
731 return get_tile_range(SIZ.XOsiz, SIZ.Xsiz, SIZ.XTOsiz, SIZ.XTsiz, in get_tile_Xrange()
H A Dindex_manager.h58 Byte4_t Xsiz; /**< width of the reference grid*/ member
H A Djpipstream_manager.c132 ihdrbox->width = SIZ.Xsiz; in get_SIZ_from_jpipstream()
H A Djp2k_encoder.c211 mindeclev = (OPJ_SIZE_T)comp_decomplev(fw, fh, (int)SIZ.Xsiz, (int)SIZ.Ysiz); in recons_codestream_from_JPTstream()
281 mindeclev = comp_decomplev(fw, fh, (int)SIZ.Xsiz, (int)SIZ.Ysiz); in recons_codestream_from_JPPstream()
H A Djpip_parser.c320 … (int)codeidx->SIZ.XOsiz, (int)codeidx->SIZ.YOsiz, (int)codeidx->SIZ.Xsiz, in enqueue_imagedata()
/dports/graphics/openjpeg15/openjpeg-version.1.5.2/applications/jpip/libopenjpip/
H A Dimgreg_manager.c49 const int Xsiz, const int Ysiz, in map_viewin2imgreg() argument
61 xmax = Xsiz; in map_viewin2imgreg()
129 int comp_decomplev( int fw, int fh, int Xsiz, int Ysiz) in comp_decomplev() argument
136 xmax = Xsiz; in comp_decomplev()
H A Dimgreg_manager.h60 const int Xsiz, const int Ysiz,
91 int comp_decomplev( int fw, int fh, int Xsiz, int Ysiz);
H A Dj2kheader_manager.c89 SIZ.Xsiz = big4( SIZstream+4); in get_SIZmkrdata_from_j2kstream()
99 SIZ.XTnum = ( SIZ.Xsiz-SIZ.XTOsiz+SIZ.XTsiz-1)/SIZ.XTsiz; in get_SIZmkrdata_from_j2kstream()
188 SIZ.Xsiz = ceil( (double)SIZ.Xsiz/2.0); in modify_SIZmkrstream()
200 modify_4Bytecode( SIZ.Xsiz, SIZstream); in modify_SIZmkrstream()
H A Dindex_manager.c155 …fprintf( logstream, "\t Xsiz, Ysiz: (%d,%d) = (%#x, %#x)\n", SIZ.Xsiz, SIZ.Ysiz, SIZ.Xsiz, … in print_SIZ()
595 SIZ->Xsiz = fetch_marker4bytebigendian( sizmkr, 4); in set_SIZmkrdata()
605 SIZ->XTnum = ( SIZ->Xsiz-SIZ->XTOsiz+SIZ->XTsiz-1)/SIZ->XTsiz; 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.h54 Byte4_t Xsiz; /**< width of the reference grid*/ member
H A Djpipstream_manager.c103 ihdrbox->width = SIZ.Xsiz; in get_SIZ_from_jpipstream()
H A Djp2k_encoder.c187 mindeclev = comp_decomplev( fw, fh, SIZ.Xsiz, SIZ.Ysiz); in recons_codestream_from_JPTstream()
251 mindeclev = comp_decomplev( fw, fh, SIZ.Xsiz, SIZ.Ysiz); in recons_codestream_from_JPPstream()
H A Djpip_parser.c293 codeidx->SIZ.XOsiz, codeidx->SIZ.YOsiz, codeidx->SIZ.Xsiz, codeidx->SIZ.Ysiz, in enqueue_imagedata()
/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()
187 if (Xsiz == 0 || Ysiz == 0 || XTsiz == 0 || YTsiz == 0) 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()
254 ui32 Xsiz; member
H A Dojph_params.cpp61 state->Xsiz = dims.x; in set_image_extent()
102 return point(state->Xsiz, state->Ysiz); in get_image_extent()
515 *(ui32*)buf = swap_byte(Xsiz); in write()
560 if (file->read(&Xsiz, 4) != 4) in read()
562 Xsiz = swap_byte(Xsiz); in read()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/swig/python/gdal-utils/osgeo_utils/samples/
H A Dvalidate_jp2.py881 Xsiz = 0
901 Xsiz = int(get_field_val(siz, 'Xsiz'))
910 if (inspire_tg or Rsiz == 2) and Xsiz >= 2**31:
911 …r_report.EmitError('PROFILE_1', 'Xsiz = %d, whereas only 31 bits are allowed for Profile 1' % Xsiz)
922 if ihdr and ihdr_width != Xsiz - XOsiz:
923 …eport.EmitError('GENERAL', 'ihdr_width(=%d) != Xsiz (=%d)- XOsiz(=%d)' % (ihdr_width, Xsiz, XOsiz))
962 tiled = not (XTsiz + XTOSiz >= Xsiz and YTsiz + YTOSiz >= Ysiz)
1001 if high_x != Xsiz - 1:
1051 if high_x != Xsiz - 1:
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.py881 Xsiz = 0
901 Xsiz = int(get_field_val(siz, 'Xsiz'))
910 if (inspire_tg or Rsiz == 2) and Xsiz >= 2**31:
911 …r_report.EmitError('PROFILE_1', 'Xsiz = %d, whereas only 31 bits are allowed for Profile 1' % Xsiz)
922 if ihdr and ihdr_width != Xsiz - XOsiz:
923 …eport.EmitError('GENERAL', 'ihdr_width(=%d) != Xsiz (=%d)- XOsiz(=%d)' % (ihdr_width, Xsiz, XOsiz))
962 tiled = not (XTsiz + XTOSiz >= Xsiz and YTsiz + YTOSiz >= Ysiz)
1001 if high_x != Xsiz - 1:
1051 if high_x != Xsiz - 1:
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.py881 Xsiz = 0
901 Xsiz = int(get_field_val(siz, 'Xsiz'))
910 if (inspire_tg or Rsiz == 2) and Xsiz >= 2**31:
911 …r_report.EmitError('PROFILE_1', 'Xsiz = %d, whereas only 31 bits are allowed for Profile 1' % Xsiz)
922 if ihdr and ihdr_width != Xsiz - XOsiz:
923 …eport.EmitError('GENERAL', 'ihdr_width(=%d) != Xsiz (=%d)- XOsiz(=%d)' % (ihdr_width, Xsiz, XOsiz))
962 tiled = not (XTsiz + XTOSiz >= Xsiz and YTsiz + YTOSiz >= Ysiz)
1001 if high_x != Xsiz - 1:
1051 if high_x != Xsiz - 1:
1144 if XTsiz <= Xsiz - XOsiz and YTsiz <= Ysiz - YOsiz:
[all …]
/dports/multimedia/libmediainfo/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/MediaInfo/Image/
H A DFile_Jpeg.cpp719 int32u Xsiz, Ysiz; in SIZ() local
722 Get_B4 (Xsiz, "Xsiz - Image size X"); in SIZ()
768 …l(StreamKind_Last, 0, StreamKind_Last==Stream_Image?(size_t)Image_Width:(size_t)Video_Width, Xsiz); in SIZ()
/dports/multimedia/mediainfo/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/MediaInfo/Image/
H A DFile_Jpeg.cpp719 int32u Xsiz, Ysiz; in SIZ() local
722 Get_B4 (Xsiz, "Xsiz - Image size X"); in SIZ()
768 …l(StreamKind_Last, 0, StreamKind_Last==Stream_Image?(size_t)Image_Width:(size_t)Video_Width, Xsiz); in SIZ()
/dports/multimedia/libzen/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/MediaInfo/Image/
H A DFile_Jpeg.cpp719 int32u Xsiz, Ysiz; in SIZ() local
722 Get_B4 (Xsiz, "Xsiz - Image size X"); in SIZ()
768 …l(StreamKind_Last, 0, StreamKind_Last==Stream_Image?(size_t)Image_Width:(size_t)Video_Width, Xsiz); in SIZ()
/dports/www/mattermost-webapp/mattermost/client/
H A DpdfjsWorker.607c45ab589db9be5567.js.map1Xsiz","y0","YOsiz","YRsiz","y1","Ysiz","calculateTileGrids","tile","SIZ","numXtiles","XTOsiz","XTs…

12