Home
last modified time | relevance | path

Searched refs:TPsot (Results 1 – 14 of 14) sorted by relevance

/dports/graphics/openjph/OpenJPH-0.7.3/src/core/codestream/
H A Dojph_params.cpp1049 *(ui8*)buf = TPsot; in write()
1059 ui8 TPsot, ui8 TNsot) in write() argument
1073 *(ui8*)buf = TPsot; in write()
1096 Lsot = 0; Isot = 0; Psot = 0; TPsot = 0; TNsot = 0; in read()
1102 Lsot = 0; Isot = 0; Psot = 0; TPsot = 0; TNsot = 0; in read()
1109 Lsot = 0; Isot = 0; Psot = 0; TPsot = 0; TNsot = 0; in read()
1115 Lsot = 0; Isot = 0; Psot = 0; TPsot = 0; TNsot = 0; in read()
1119 if (file->read(&TPsot, 1) != 1) in read()
1122 Lsot = 0; Isot = 0; Psot = 0; TPsot = 0; TNsot = 0; in read()
1128 Lsot = 0; Isot = 0; Psot = 0; TPsot = 0; TNsot = 0; in read()
[all …]
H A Dojph_params_local.h563 TPsot = tile_part_index;
568 bool write(outfile_base *file, ui32 payload_len, ui8 TPsot, ui8 TNsot);
573 ui8 get_tile_part_index() const { return TPsot; } in get_tile_part_index()
580 ui8 TPsot; member
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Djpeg2000dec.c586 uint8_t TPsot; in get_sot() local
598 TPsot = bytestream2_get_byteu(&s->g); // TPsot in get_sot()
608 if (TPsot >= FF_ARRAY_ELEMS(s->tile[Isot].tile_part)) { in get_sot()
609 avpriv_request_sample(s->avctx, "Support for %"PRIu8" components", TPsot); in get_sot()
613 s->tile[Isot].tp_idx = TPsot; in get_sot()
614 tp = s->tile[Isot].tile_part + TPsot; in get_sot()
618 if (!TPsot) { in get_sot()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Djpeg2000dec.c586 uint8_t TPsot; in get_sot() local
598 TPsot = bytestream2_get_byteu(&s->g); // TPsot in get_sot()
608 if (TPsot >= FF_ARRAY_ELEMS(s->tile[Isot].tile_part)) { in get_sot()
609 avpriv_request_sample(s->avctx, "Support for %"PRIu8" components", TPsot); in get_sot()
613 s->tile[Isot].tp_idx = TPsot; in get_sot()
614 tp = s->tile[Isot].tile_part + TPsot; in get_sot()
618 if (!TPsot) { in get_sot()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Djpeg2000dec.c742 unsigned TPsot; in get_sot() local
754 TPsot = bytestream2_get_byteu(&s->g); // TPsot in get_sot()
767 if (TPsot >= FF_ARRAY_ELEMS(s->tile[Isot].tile_part)) { in get_sot()
772 s->tile[Isot].tp_idx = TPsot; in get_sot()
773 tp = s->tile[Isot].tile_part + TPsot; in get_sot()
777 if (!TPsot) { in get_sot()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Djpeg2000dec.c742 unsigned TPsot; in get_sot() local
754 TPsot = bytestream2_get_byteu(&s->g); // TPsot in get_sot()
767 if (TPsot >= FF_ARRAY_ELEMS(s->tile[Isot].tile_part)) { in get_sot()
772 s->tile[Isot].tp_idx = TPsot; in get_sot()
773 tp = s->tile[Isot].tile_part + TPsot; in get_sot()
777 if (!TPsot) { in get_sot()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Djpeg2000dec.c814 unsigned TPsot; in get_sot() local
826 TPsot = bytestream2_get_byteu(&s->g); // TPsot in get_sot()
839 if (TPsot >= FF_ARRAY_ELEMS(s->tile[Isot].tile_part)) { in get_sot()
844 s->tile[Isot].tp_idx = TPsot; in get_sot()
845 tp = s->tile[Isot].tile_part + TPsot; in get_sot()
849 if (!TPsot) { in get_sot()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Djpeg2000dec.c814 unsigned TPsot; in get_sot() local
826 TPsot = bytestream2_get_byteu(&s->g); // TPsot in get_sot()
839 if (TPsot >= FF_ARRAY_ELEMS(s->tile[Isot].tile_part)) { in get_sot()
844 s->tile[Isot].tp_idx = TPsot; in get_sot()
845 tp = s->tile[Isot].tile_part + TPsot; in get_sot()
849 if (!TPsot) { in get_sot()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Djpeg2000dec.c814 unsigned TPsot; in get_sot() local
826 TPsot = bytestream2_get_byteu(&s->g); // TPsot in get_sot()
839 if (TPsot >= FF_ARRAY_ELEMS(s->tile[Isot].tile_part)) { in get_sot()
844 s->tile[Isot].tp_idx = TPsot; in get_sot()
845 tp = s->tile[Isot].tile_part + TPsot; in get_sot()
849 if (!TPsot) { in get_sot()
/dports/graphics/openjpeg15/openjpeg-version.1.5.2/applications/jpip/libopenjpip/
H A Djp2k_encoder.c774 const Byte_t TPsot = 0, TNsot = 1; in gene_emptytilestream() local
786 memcpy( buf+10, &TPsot, 1); in gene_emptytilestream()
/dports/graphics/openjpeg/openjpeg-2.4.0/src/lib/openjpip/
H A Djp2k_encoder.c887 const Byte_t TPsot = 0, TNsot = 1; in gene_emptytilestream() local
899 memcpy(buf + 10, &TPsot, 1); in gene_emptytilestream()
/dports/graphics/opencv/opencv-4.5.3/3rdparty/openjpeg/
H A DCHANGELOG.md60 - Decoding: deal with some SPOT6 images that have tiles with a single tile-part with TPsot == 0 and…
704 - Add check for seek support before trying TPsot==TNsot workaround [\#617](https://github.com/uclou…
734 - Correctly decode files with incorrect tile-part header fields \(TPsot==TNsot\) [\#514](https://gi…
/dports/graphics/openjpeg/openjpeg-2.4.0/
H A DCHANGELOG.md60 - Decoding: deal with some SPOT6 images that have tiles with a single tile-part with TPsot == 0 and…
704 - Add check for seek support before trying TPsot==TNsot workaround [\#617](https://github.com/uclou…
734 - Correctly decode files with incorrect tile-part header fields \(TPsot==TNsot\) [\#514](https://gi…
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/openjpeg/
H A DCHANGELOG.md617 - Add check for seek support before trying TPsot==TNsot workaround [\#617](https://github.com/uclou…
647 - Correctly decode files with incorrect tile-part header fields \(TPsot==TNsot\) [\#514](https://gi…