Home
last modified time | relevance | path

Searched refs:JPEG (Results 1 – 25 of 545) sorted by relevance

12345678910>>...22

/third_party/mindspore/mindspore/dataset/datapreprocess/
Dimagenet_validate_dataset_2012_image_dir_map.txt1 ILSVRC2012_val_00000001.JPEG:n01751748
2 ILSVRC2012_val_00000002.JPEG:n09193705
3 ILSVRC2012_val_00000003.JPEG:n02105855
4 ILSVRC2012_val_00000004.JPEG:n04263257
5 ILSVRC2012_val_00000005.JPEG:n03125729
6 ILSVRC2012_val_00000006.JPEG:n01735189
7 ILSVRC2012_val_00000007.JPEG:n02346627
8 ILSVRC2012_val_00000008.JPEG:n02776631
9 ILSVRC2012_val_00000009.JPEG:n03794056
10 ILSVRC2012_val_00000010.JPEG:n02328150
[all …]
/third_party/skia/third_party/externals/libjpeg-turbo/
DREADME.ijg8 The Independent JPEG Group's JPEG software
11 This distribution contains a release of the Independent JPEG Group's free JPEG
18 and other members of the Independent JPEG Group.
21 (also known as JPEG, together with ITU-T SG16).
29 OVERVIEW General description of JPEG and the IJG software.
31 REFERENCES Where to learn more about JPEG.
42 wizard.txt Advanced usage instructions for JPEG wizards only.
45 libjpeg.txt How to use the JPEG library in your own programs.
46 example.txt Sample code for calling the JPEG library.
47 structure.txt Overview of the JPEG library's internal structure.
[all …]
Dusage.txt4 USAGE instructions for the Independent JPEG Group's JPEG software
7 This file describes usage of the JPEG conversion programs cjpeg and djpeg,
9 the other documentation files if you wish to use the JPEG library within
18 These programs implement JPEG image encoding, decoding, and transcoding.
19 JPEG (pronounced "jay-peg") is a standardized compression method for
25 We provide two programs, cjpeg to compress an image file into JPEG format,
26 and djpeg to decompress a JPEG file back into a conventional image format.
57 JPEG files are in the defacto standard JFIF file format. There are other,
58 less widely used JPEG-based file formats, but we don't support them.
75 -grayscale Create monochrome JPEG file from color input.
[all …]
Dwizard.txt1 Advanced usage instructions for the Independent JPEG Group's JPEG software
6 The "wizard" switches are intended for experimentation with JPEG by persons
7 who are reasonably knowledgeable about the JPEG standard. If you don't know
11 when making files intended for general use, because not all JPEG decoders
12 will support unusual JPEG parameter settings.
19 as examples in the JPEG standard) and scales them up or down according to
24 JPEG and is not supported by all implementations. If you need to ensure
39 will be stored in the JPEG file).
83 component, in the order in which the components appear in the JPEG SOF marker.
97 -sample HxV[,...] Set JPEG sampling factors for each color
[all …]
Dlibjpeg.txt1 USING THE IJG JPEG LIBRARY
3 This file was part of the Independent JPEG Group's software:
11 This file describes how to use the IJG JPEG library within an application
15 JPEG library. Also see jpeglib.h (the include file to be used by application
46 Progressive JPEG support
70 The IJG JPEG library provides C code to read and write JPEG-compressed image
77 JPEG standard but is necessary for typical applications of JPEG. These
78 functions preprocess the image before JPEG compression or postprocess it after
85 A wide range of quality vs. speed tradeoffs are possible in JPEG processing,
91 low-quality modes may not meet the JPEG standard's accuracy requirements;
[all …]
DChangeLog.md7 decompress certain progressive JPEG images with one or more component planes of
11 decompress a specially-crafted malformed progressive JPEG image caused the
23 generate a progressive JPEG image on an SSE2-capable CPU using a scan script
26 result in an error ("Missing Huffman code table entry") and an invalid JPEG
33 JPEG image contains an unreasonably large number of scans. This allows
35 progressive JPEG format described in the report
36 ["Two Issues with the JPEG Standard"](https://libjpeg-turbo.org/pmwiki/uploads/About/TwoIssueswitht…
48 9. Fixed an issue whereby, if a JPEG buffer was automatically re-allocated by
50 subsequently occurred during compression or transformation, the JPEG buffer
75 - the compression of RGB source images into grayscale JPEG images by
[all …]
/third_party/libjpeg-turbo/
DREADME.ijg8 The Independent JPEG Group's JPEG software
11 This distribution contains a release of the Independent JPEG Group's free JPEG
18 and other members of the Independent JPEG Group.
21 (also known as JPEG, together with ITU-T SG16).
29 OVERVIEW General description of JPEG and the IJG software.
31 REFERENCES Where to learn more about JPEG.
42 wizard.txt Advanced usage instructions for JPEG wizards only.
45 libjpeg.txt How to use the JPEG library in your own programs.
46 example.txt Sample code for calling the JPEG library.
47 structure.txt Overview of the JPEG library's internal structure.
[all …]
Dexample.txt5 * to read or write JPEG image files. You should look at this code in
9 * skeleton for constructing routines that call the JPEG library.
11 * We present these routines in the same coding style used in the JPEG code
18 * commented skeleton code for calling the JPEG library." It is not meant to
26 * djpeg.c, interleave disk I/O with JPEG compression/decompression, so none of
33 * Include file for users of JPEG library.
51 /******************** JPEG COMPRESSION SAMPLE INTERFACE *******************/
53 /* This half of the example shows how to feed data into the JPEG compressor.
55 * as error recovery (the JPEG code will just exit() if it gets an error).
81 * Sample routine for JPEG compression. We assume that the target file name
[all …]
Dusage.txt4 USAGE instructions for the Independent JPEG Group's JPEG software
7 This file describes usage of the JPEG conversion programs cjpeg and djpeg,
9 the other documentation files if you wish to use the JPEG library within
18 These programs implement JPEG image encoding, decoding, and transcoding.
19 JPEG (pronounced "jay-peg") is a standardized compression method for
25 We provide two programs, cjpeg to compress an image file into JPEG format,
26 and djpeg to decompress a JPEG file back into a conventional image format.
59 JPEG files are in the defacto standard JFIF file format. There are other,
60 less widely used JPEG-based file formats, but we don't support them.
77 -grayscale Create monochrome JPEG file from color input.
[all …]
Dwizard.txt1 Advanced usage instructions for the Independent JPEG Group's JPEG software
6 The "wizard" switches are intended for experimentation with JPEG by persons
7 who are reasonably knowledgeable about the JPEG standard. If you don't know
11 when making files intended for general use, because not all JPEG decoders
12 will support unusual JPEG parameter settings.
19 as examples in the JPEG standard) and scales them up or down according to
24 JPEG and is not supported by all implementations. If you need to ensure
39 will be stored in the JPEG file).
83 component, in the order in which the components appear in the JPEG SOF marker.
97 -sample HxV[,...] Set JPEG sampling factors for each color
[all …]
Dlibjpeg.txt1 USING THE IJG JPEG LIBRARY
3 This file was part of the Independent JPEG Group's software:
11 This file describes how to use the IJG JPEG library within an application
15 JPEG library. Also see jpeglib.h (the include file to be used by application
46 Progressive JPEG support
70 The IJG JPEG library provides C code to read and write JPEG-compressed image
77 JPEG standard but is necessary for typical applications of JPEG. These
78 functions preprocess the image before JPEG compression or postprocess it after
85 A wide range of quality vs. speed tradeoffs are possible in JPEG processing,
91 low-quality modes may not meet the JPEG standard's accuracy requirements;
[all …]
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
DREADME.ijg8 The Independent JPEG Group's JPEG software
11 This distribution contains a release of the Independent JPEG Group's free JPEG
18 and other members of the Independent JPEG Group.
21 (also known as JPEG, together with ITU-T SG16).
29 OVERVIEW General description of JPEG and the IJG software.
31 REFERENCES Where to learn more about JPEG.
42 wizard.txt Advanced usage instructions for JPEG wizards only.
45 libjpeg.txt How to use the JPEG library in your own programs.
46 example.txt Sample code for calling the JPEG library.
47 structure.txt Overview of the JPEG library's internal structure.
[all …]
Dexample.txt5 * to read or write JPEG image files. You should look at this code in
9 * skeleton for constructing routines that call the JPEG library.
11 * We present these routines in the same coding style used in the JPEG code
18 * commented skeleton code for calling the JPEG library." It is not meant to
26 * djpeg.c, interleave disk I/O with JPEG compression/decompression, so none of
33 * Include file for users of JPEG library.
51 /******************** JPEG COMPRESSION SAMPLE INTERFACE *******************/
53 /* This half of the example shows how to feed data into the JPEG compressor.
55 * as error recovery (the JPEG code will just exit() if it gets an error).
81 * Sample routine for JPEG compression. We assume that the target file name
[all …]
Dusage.txt4 USAGE instructions for the Independent JPEG Group's JPEG software
7 This file describes usage of the JPEG conversion programs cjpeg and djpeg,
9 the other documentation files if you wish to use the JPEG library within
18 These programs implement JPEG image encoding, decoding, and transcoding.
19 JPEG (pronounced "jay-peg") is a standardized compression method for
25 We provide two programs, cjpeg to compress an image file into JPEG format,
26 and djpeg to decompress a JPEG file back into a conventional image format.
59 JPEG files are in the defacto standard JFIF file format. There are other,
60 less widely used JPEG-based file formats, but we don't support them.
77 -grayscale Create monochrome JPEG file from color input.
[all …]
Dwizard.txt1 Advanced usage instructions for the Independent JPEG Group's JPEG software
6 The "wizard" switches are intended for experimentation with JPEG by persons
7 who are reasonably knowledgeable about the JPEG standard. If you don't know
11 when making files intended for general use, because not all JPEG decoders
12 will support unusual JPEG parameter settings.
19 as examples in the JPEG standard) and scales them up or down according to
24 JPEG and is not supported by all implementations. If you need to ensure
39 will be stored in the JPEG file).
83 component, in the order in which the components appear in the JPEG SOF marker.
97 -sample HxV[,...] Set JPEG sampling factors for each color
[all …]
Dlibjpeg.txt1 USING THE IJG JPEG LIBRARY
3 This file was part of the Independent JPEG Group's software:
11 This file describes how to use the IJG JPEG library within an application
15 JPEG library. Also see jpeglib.h (the include file to be used by application
46 Progressive JPEG support
70 The IJG JPEG library provides C code to read and write JPEG-compressed image
77 JPEG standard but is necessary for typical applications of JPEG. These
78 functions preprocess the image before JPEG compression or postprocess it after
85 A wide range of quality vs. speed tradeoffs are possible in JPEG processing,
91 low-quality modes may not meet the JPEG standard's accuracy requirements;
[all …]
/third_party/libjpeg-turbo/release/
Ddeb-control.in10 Description: A SIMD-accelerated JPEG codec that provides both the libjpeg and TurboJPEG APIs
11 libjpeg-turbo is a JPEG image codec that uses SIMD instructions to accelerate
12 baseline JPEG compression and decompression on x86, x86-64, ARM, PowerPC, and
13 MIPS systems, as well as progressive JPEG compression on x86 and x86-64
18 rivals that of proprietary high-speed JPEG codecs.
30 of making high-speed JPEG compression/decompression technology available to a
DReadMe.txt1JPEG image codec that uses SIMD instructions to accelerate baseline JPEG compression and decompres…
5 … spun off into an independent project, with the goal of making high-speed JPEG compression/decompr…
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/release/
Ddeb-control.in10 Description: A SIMD-accelerated JPEG codec that provides both the libjpeg and TurboJPEG APIs
11 libjpeg-turbo is a JPEG image codec that uses SIMD instructions (MMX, SSE2,
12 AVX2, NEON, AltiVec) to accelerate baseline JPEG compression and decompression
13 on x86, x86-64, ARM, and PowerPC systems, as well as progressive JPEG
18 performance of libjpeg-turbo rivals that of proprietary high-speed JPEG
31 of making high-speed JPEG compression/decompression technology available to a
DReadMe.txt1JPEG image codec that uses SIMD instructions (MMX, SSE2, AVX2, NEON, AltiVec) to accelerate baseli…
5 … spun off into an independent project, with the goal of making high-speed JPEG compression/decompr…
/third_party/mindspore/tests/ut/data/dataset/testManifestData/
Dtest.manifest1 {"source":"../data/dataset/testManifestData/train/1.JPEG", "usage":"TRAIN","id":"0162005993f8065ef4…
2 {"source":"../data/dataset/testManifestData/train/1.JPEG", "usage":"TRAIN","id":"0162005993f8065ef4…
3 {"source":"../data/dataset/testManifestData/train/1.JPEG", "usage":"TRAIN","id":"0162005993f8065ef4…
4 {"source":"../data/dataset/testManifestData/train/1.JPEG", "usage":"TRAIN","id":"0162005993f8065ef4…
5 {"source":"../data/dataset/testManifestData/eval/1.JPEG", "usage":"EVAL","id":"0162005993f8065ef47e…
6 {"source":"../data/dataset/testManifestData/eval/2.JPEG", "usage":"EVAL","id":"0162005993f8065ef47e…
DinvalidNoUsage.manifest1 {"source":"../data/dataset/testManifestData/train/1.JPEG","id":"0162005993f8065ef47eefb59d1e4970","…
2 {"source":"../data/dataset/testManifestData/train/1.JPEG", "usage":"TRAIN","id":"0162005993f8065ef4…
3 {"source":"../data/dataset/testManifestData/train/1.JPEG", "usage":"TRAIN","id":"0162005993f8065ef4…
4 {"source":"../data/dataset/testManifestData/train/1.JPEG", "usage":"TRAIN","id":"0162005993f8065ef4…
5 {"source":"../data/dataset/testManifestData/eval/1.JPEG", "usage":"EVAL","id":"0162005993f8065ef47e…
6 {"source":"../data/dataset/testManifestData/eval/2.JPEG", "usage":"EVAL","id":"0162005993f8065ef47e…
DinvalidNoSource.manifest1 {"source":"../data/dataset/testManifestData/train/1.JPEG", "usage":"TRAIN","id":"0162005993f8065ef4…
3 {"source":"../data/dataset/testManifestData/train/1.JPEG", "usage":"TRAIN","id":"0162005993f8065ef4…
4 {"source":"../data/dataset/testManifestData/train/1.JPEG", "usage":"TRAIN","id":"0162005993f8065ef4…
5 {"source":"../data/dataset/testManifestData/eval/1.JPEG", "usage":"EVAL","id":"0162005993f8065ef47e…
6 {"source":"../data/dataset/testManifestData/eval/2.JPEG", "usage":"EVAL","id":"0162005993f8065ef47e…
/third_party/gstreamer/gstplugins_good/ext/jpeg/
DREADME5 Java based player. Decoding a JPEG in Java has acceptable speed so this codec
8 a configurable threshold. Then all these blocks are compressed into an NxM JPEG.
9 The quality of the JPEG is inversely proportional to the number of blocks, this
12 Decoding decompresses the JPEG and then updates the old picture with the new
/third_party/flutter/skia/third_party/externals/wuffs/doc/note/
Dbase38-and-fourcc.md3 Both of these encode a four-character string such as `"JPEG"` as a `uint32_t`
19 encoding. The FourCC code for `"JPEG"` is `0x4A504547`, since `'J'` is `0x4A`,
22 UTF-8) string `"JPEG"`.
25 the `{0x4A, 0x50, 0x45, 0x47}` bytes on the wire for `"JPEG"` corresponds to
38 The base38 encoding of `"JPEG"` is `0x122FF6`, which is `1191926`, which is
45 packages (assuming that there aren't e.g. two `"JPEG"` Wuffs packages in the

12345678910>>...22