Home
last modified time | relevance | path

Searched +full:libjpeg +full:- +full:turbo (Results 1 – 25 of 316) sorted by relevance

12345678910>>...13

/third_party/libjpeg-turbo/
Dlibjpeg-turbo-3.1.0.tar.gz
DBUILD.gn6 # http://www.apache.org/licenses/LICENSE-2.0
26 script = "//third_party/libjpeg-turbo/install.py"
28 "${target_gen_dir}/libjpeg-turbo-3.1.0/src/jddiffct.c",
29 "${target_gen_dir}/libjpeg-turbo-3.1.0/src/jpeg_nbits.c",
30 "${target_gen_dir}/libjpeg-turbo-3.1.0/src/jdlhuff.c",
31 "${target_gen_dir}/libjpeg-turbo-3.1.0/src/jdlossls.c",
32 "${target_gen_dir}/libjpeg-turbo-3.1.0/src/jcdiffct.c",
33 "${target_gen_dir}/libjpeg-turbo-3.1.0/src/jclossls.c",
34 "${target_gen_dir}/libjpeg-turbo-3.1.0/src/jclhuff.c",
35 "${target_gen_dir}/libjpeg-turbo-3.1.0/src/jcapimin.c",
[all …]
DREADME.md4 libjpeg-turbo is a JPEG image codec that uses SIMD instructions to accelerate
5 baseline JPEG compression and decompression on x86, x86-64, Arm, PowerPC, and
6 MIPS systems, as well as progressive JPEG compression on x86, x86-64, and Arm
7 systems. On such systems, libjpeg-turbo is generally 2-6x as fast as libjpeg,
8 all else being equal. On other types of systems, libjpeg-turbo can still
9 outperform libjpeg by a significant amount, by virtue of its highly-optimized
10 Huffman coding routines. In many cases, the performance of libjpeg-turbo
11 rivals that of proprietary high-speed JPEG codecs.
13 libjpeg-turbo implements both the traditional libjpeg API as well as the less
14 powerful but more straightforward TurboJPEG API. libjpeg-turbo also features
[all …]
Dlibjpeg-turbo.spec1 Name: libjpeg-turbo
4 Summary: MMX/SSE2/SIMD accelerated libjpeg-compatible JPEG codec library
6 URL: http://sourceforge.net/projects/libjpeg-turbo
7 Source0: http://downloads.sourceforge.net/libjpeg-turbo/libjpeg-turbo-%{version}.tar.gz
9 Patch0001: Add-loongarch64.patch
14 Obsoletes: libjpeg < 6b-47 turbojpeg < %{version}-%{release}
15 Provides: libjpeg = 6b-47 turbojpeg = %{version}-%{release}
18 libjpeg-turbo is a JPEG image codec that uses SIMD instructions (MMX, SSE2, NEON, AltiVec)
19 to accelerate baseline JPEG compression and decompression on x86, x86-64, and ARM systems.
22 Summary: Development files for the libjpeg-turbo library
[all …]
DLICENSE.md1 libjpeg-turbo Licenses
4 libjpeg-turbo is covered by three compatible BSD-style open source licenses:
6 - The IJG (Independent JPEG Group) License, which is listed in
9 This license applies to the libjpeg API library and associated programs
10 (any code inherited from libjpeg, and any modifications to that code.)
12 - The Modified (3-clause) BSD License, which is listed below
17 - The [zlib License](https://opensource.org/licenses/Zlib)
19 This license is a subset of the other two, and it covers the libjpeg-turbo
23 Complying with the libjpeg-turbo Licenses
26 This section provides a roll-up of the libjpeg-turbo licensing terms, to the
[all …]
Dbundle.json2 "name": "@ohos/libjpeg-turbo",
6 "publishAs": "code-segment",
8 "destPath": "third_party/libjpeg-turbo"
17 "name": "libjpeg-turbo",
29 "sub_component": [ "//third_party/libjpeg-turbo:turbojpeg" ],
32 "name": "//third_party/libjpeg-turbo:turbojpeg"
35 "name": "//third_party/libjpeg-turbo:turbojpeg_static"
D.travis.yml5 - /^[0-9]+\.[0-9]+\.[0-9]+/
6 - /^jpeg-.*/
10 - os: linux
14 - docker
15 - os: osx
18 - os: linux
22 CFLAGS_RELWITHDEBINFO="-O1 -g -fsanitize=address,undefined -fno-omit-frame-pointer"
23 CMAKE_FLAGS="-DENABLE_SHARED=0"
29 - nasm
30 - os: linux
[all …]
/third_party/skia/m133/third_party/libjpeg-turbo/
DBUILD.gn3 # Use of this source code is governed by a BSD-style license that can be
18 config("libjpeg-turbo-inline") {
20 "-mllvm",
21 "-inline-threshold=325",
26 source_set("libjpeg") {
27 external_deps = [ "libjpeg-turbo:turbojpeg" ]
33 configs = [ ":libjpeg-turbo-inline" ]
37 "../externals/libjpeg-turbo",
59 "../externals/libjpeg-turbo/jaricom.c",
60 "../externals/libjpeg-turbo/jcapimin.c",
[all …]
/third_party/skia/third_party/libjpeg-turbo/
DBUILD.gn3 # Use of this source code is governed by a BSD-style license that can be
13 config("libjpeg-turbo-inline") {
15 "-mllvm",
16 "-inline-threshold=325",
21 system("libjpeg") {
25 third_party("libjpeg") {
28 configs = [ ":libjpeg-turbo-inline" ]
32 "../externals/libjpeg-turbo",
54 "../externals/libjpeg-turbo/jaricom.c",
55 "../externals/libjpeg-turbo/jcapimin.c",
[all …]
/third_party/skia/third_party/externals/libjpeg-turbo/
DREADME.md4 libjpeg-turbo is a JPEG image codec that uses SIMD instructions to accelerate
5 baseline JPEG compression and decompression on x86, x86-64, Arm, PowerPC, and
6 MIPS systems, as well as progressive JPEG compression on x86, x86-64, and Arm
7 systems. On such systems, libjpeg-turbo is generally 2-6x as fast as libjpeg,
8 all else being equal. On other types of systems, libjpeg-turbo can still
9 outperform libjpeg by a significant amount, by virtue of its highly-optimized
10 Huffman coding routines. In many cases, the performance of libjpeg-turbo
11 rivals that of proprietary high-speed JPEG codecs.
13 libjpeg-turbo implements both the traditional libjpeg API as well as the less
14 powerful but more straightforward TurboJPEG API. libjpeg-turbo also features
[all …]
DBUILDING.md1 Building libjpeg-turbo
6 ------------------
11 - [CMake](http://www.cmake.org) v2.8.12 or later
13 - [NASM](http://www.nasm.us) or [YASM](http://yasm.tortall.net)
14 (if building x86 or x86-64 SIMD extensions)
19 - NOTE: Currently, if it is desirable to hide the SIMD function symbols in
21 libjpeg-turbo, then NASM 2.14 or later or YASM must be used when
22 building libjpeg-turbo.
36 ARCH=`uname -m`
37 rpmbuild --rebuild nasm-{version}.src.rpm
[all …]
DChangeLog.md7 non-GCC-compatible compilers for Un*x/Arm platforms.
9 2. Fixed a regression introduced by 2.1 beta1[13] that prevented the Arm 32-bit
11 included `-mfloat-abi=softfp` or `-mfloat-abi=hard`.
15 Android systems when running AArch32/Thumb builds of libjpeg-turbo built with
18 4. Added a command-line argument (`-copy icc`) to jpegtran that causes it to
22 5. libjpeg-turbo should now build and run on CHERI-enabled architectures, which
26 64-bit SSE2 Huffman encoder when attempting to losslessly transform a
27 specially-crafted malformed JPEG image.
40 decompress a specially-crafted malformed progressive JPEG image caused the
47 4. Fixed a floating point exception (CVE-2021-20205) that occurred when
[all …]
DLICENSE.md1 libjpeg-turbo Licenses
4 libjpeg-turbo is covered by three compatible BSD-style open source licenses:
6 - The IJG (Independent JPEG Group) License, which is listed in
9 This license applies to the libjpeg API library and associated programs
10 (any code inherited from libjpeg, and any modifications to that code.)
12 - The Modified (3-clause) BSD License, which is listed below
17 - The [zlib License](https://opensource.org/licenses/Zlib)
19 This license is a subset of the other two, and it covers the libjpeg-turbo
23 Complying with the libjpeg-turbo Licenses
26 This section provides a roll-up of the libjpeg-turbo licensing terms, to the
[all …]
DREADME.chromium1 Name: libjpeg-turbo
2 URL: https://github.com/libjpeg-turbo/libjpeg-turbo/
11 * libjpeg-turbo 2.1.0
20 doxygen-extra.css, .gitattributes, md5/CMakeLists.txt, md5/md5cmp.c,
27 This libjpeg-turbo can replace our libjpeg-6b without any modifications in the
30 Same as our copy of libjpeg-6b, this libjpeg-turbo also added a new file
33 arise when system libraries attempt to use our libjpeg. Also, we applied the
36 * Configuration files jconfig.h, jconfigint.h and neon-compat.h were generated
48 32-bit x86. This only affects shared libraries, but that's important
52 https://github.com/libjpeg-turbo/libjpeg-turbo/blob/master/CMakeLists.txt
[all …]
/third_party/skia/m133/third_party/externals/libjpeg-turbo/
DREADME.md4 libjpeg-turbo is a JPEG image codec that uses SIMD instructions to accelerate
5 baseline JPEG compression and decompression on x86, x86-64, Arm, PowerPC, and
6 MIPS systems, as well as progressive JPEG compression on x86, x86-64, and Arm
7 systems. On such systems, libjpeg-turbo is generally 2-6x as fast as libjpeg,
8 all else being equal. On other types of systems, libjpeg-turbo can still
9 outperform libjpeg by a significant amount, by virtue of its highly-optimized
10 Huffman coding routines. In many cases, the performance of libjpeg-turbo
11 rivals that of proprietary high-speed JPEG codecs.
13 libjpeg-turbo implements both the traditional libjpeg API as well as the less
14 powerful but more straightforward TurboJPEG API. libjpeg-turbo also features
[all …]
DBUILDING.md1 Building libjpeg-turbo
6 ------------------
11 - [CMake](http://www.cmake.org) v2.8.12 or later
13 - [NASM](http://www.nasm.us) or [Yasm](http://yasm.tortall.net)
14 (if building x86 or x86-64 SIMD extensions)
19 - NOTE: Currently, if it is desirable to hide the SIMD function symbols in
21 libjpeg-turbo, then NASM 2.14 or later or Yasm must be used when
22 building libjpeg-turbo.
34 - GCC v4.1 (or later) or Clang recommended for best performance
36 - If building the TurboJPEG Java wrapper, JDK or OpenJDK 1.5 or later is
[all …]
DChangeLog.md6 1. The SIMD dispatchers in libjpeg-turbo 2.1.4 and prior stored the list of
10 libjpeg-turbo 2.1.5 included an undocumented attempt to fix this race condition
11 by making the SIMD support variable thread-local. However, that caused another
27 1. Fixed issues in the build system whereby, when using the Ninja Multi-Config
28 CMake generator, a static build of libjpeg-turbo (a build in which
34 specially-crafted malformed 12-bit-per-component JPEG image into a progressive
35 12-bit-per-component JPEG image using a 12-bit-per-component build of
36 libjpeg-turbo (`-DWITH_12BIT=1`.) Given that the buffer overrun was fully
38 segfault or other user-visible errant behavior, given that the lossless
40 data exploits, and given that 12-bit-per-component builds of libjpeg-turbo are
[all …]
DLICENSE.md1 libjpeg-turbo Licenses
4 libjpeg-turbo is covered by three compatible BSD-style open source licenses:
6 - The IJG (Independent JPEG Group) License, which is listed in
9 This license applies to the libjpeg API library and associated programs
10 (any code inherited from libjpeg, and any modifications to that code.)
12 - The Modified (3-clause) BSD License, which is listed below
17 - The [zlib License](https://opensource.org/licenses/Zlib)
19 This license is a subset of the other two, and it covers the libjpeg-turbo
23 Complying with the libjpeg-turbo Licenses
26 This section provides a roll-up of the libjpeg-turbo licensing terms, to the
[all …]
DREADME.chromium1 Name: libjpeg-turbo
2 URL: https://github.com/libjpeg-turbo/libjpeg-turbo/
4 License: IJG, BSD-3, Zlib
12 * libjpeg-turbo 2.1.5.1
22 djpeg.1, doxygen.config, doxygen-extra.css, example.txt, .gitattributes,
30 This libjpeg-turbo can replace our libjpeg-6b without any modifications in the
33 Same as our copy of libjpeg-6b, this libjpeg-turbo also added a new file
36 arise when system libraries attempt to use our libjpeg. Also, we applied the
39 * Configuration files jconfig.h, jconfigint.h and neon-compat.h were generated
51 32-bit x86. This only affects shared libraries, but that's important
[all …]
/third_party/libjpeg-turbo/.github/
DCONTRIBUTING.md1 Contributing to libjpeg-turbo
4 libjpeg-turbo is a stable and mature product with a worldwide reach, it is an
5 ISO/ITU-T reference implementation of the JPEG standard, and its maintainer
7 can or will be accepted into the libjpeg-turbo code base. In order to maximize
14 - A clear and concise description of the bug
15 - The steps and (if applicable) images necessary to reproduce the bug
16 - The compilers, operating systems, and CPUs with which the bug was
18 - The versions of libjpeg-turbo with which the bug was observed
19 - If the bug is a regression, the specific commit that introduced the bug
24 [GitHub issue](https://github.com/libjpeg-turbo/libjpeg-turbo/issues/new),
[all …]
/third_party/skia/third_party/
DBUILD.bazel1 # https://github.com/bazelbuild/bazel-skylib
14 "//include/third_party:skcms-hdrs",
70 "-Ithird_party/libpng/",
71 "-Wno-unused-but-set-variable",
74 # This adds -isystem "third_party/externals/libpng" to any dependent
78 # This rule adds -isystem "third_party/externals/libpng" to any dependent
79 # rule on this, which avoids having to add "-Ithird_party/libpng/" to copts for
172 "-Wno-unused-function",
174 "-isystem third_party/externals/zlib/",
177 "-mssse3",
[all …]
/third_party/mindspore/mindspore-src/source/third_party/patch/jpeg_turbo/
Djpeg_turbo.patch0011 diff -Npur libjpeg-turbo-2.0.4/ChangeLog.md libjpeg-turbo-2.0.4-new/ChangeLog.md
2 --- libjpeg-turbo-2.0.4/ChangeLog.md 2019-12-31 15:10:30.000000000 +0800
3 +++ libjpeg-turbo-2.0.4-new/ChangeLog.md 2020-07-29 19:12:06.259357156 +0800
4 @@ -562,10 +562,10 @@ application was linked against.
8 -maximum value defined in the file's header. libjpeg-turbo 1.4.2 already
9 -included a similar fix for ASCII PPM/PGM files. Note that these issues were
10 -not security bugs, since they were confined to the cjpeg program and did not
11 -affect any of the libjpeg-turbo libraries.
13 +than 255. libjpeg-turbo 1.4.2 already included a similar fix for ASCII PPM/PGM
15 +to the cjpeg program and did not affect any of the libjpeg-turbo libraries.
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/lite/minddata/example/
DCMakeLists.txt3 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Werror -Wall -fPIC -std=c++17")
5 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-sign-compare")
7 set(MS_DIR "${CMAKE_CURRENT_SOURCE_DIR}/mindspore-lite-1.5.0-linux-x64/runtime")
8 set(LITECV_DIR "${CMAKE_CURRENT_SOURCE_DIR}/mindspore-lite-1.5.0-linux-x64/runtime/include/dataset")
18 ${MS_DIR}/lib/libminddata-lite.so
19 ${MS_DIR}/third_party/libjpeg-turbo/lib/libjpeg.so.62
20 ${MS_DIR}/third_party/libjpeg-turbo/lib/libturbojpeg.so.0
21 ${MS_DIR}/lib/libmindspore-lite.so
29 ${MS_DIR}/lib/libminddata-lite.so
30 ${MS_DIR}/third_party/libjpeg-turbo/lib/libjpeg.so.62
[all …]
/third_party/skia/
DREADME.chromium1 Name: libjpeg-turbo
2 URL: https://github.com/libjpeg-turbo/libjpeg-turbo/
11 * libjpeg-turbo 2.1.1
20 doxygen-extra.css, .gitattributes, md5/CMakeLists.txt, md5/md5cmp.c,
27 This libjpeg-turbo can replace our libjpeg-6b without any modifications in the
30 Same as our copy of libjpeg-6b, this libjpeg-turbo also added a new file
33 arise when system libraries attempt to use our libjpeg. Also, we applied the
36 * Configuration files jconfig.h, jconfigint.h and neon-compat.h were generated
48 32-bit x86. This only affects shared libraries, but that's important
52 https://github.com/libjpeg-turbo/libjpeg-turbo/blob/master/CMakeLists.txt
[all …]
/third_party/libjpeg-turbo/.github/ISSUE_TEMPLATE/
Dbug-report.md1 ---
3 about: Inform the libjpeg-turbo maintainer about unexpected, reproducible behavior
8 ---
10 **Have you searched the existing issues (both open and closed) in the libjpeg-turbo issue tracker t…
13 …of the [two known and unsolvable issues with the JPEG format](https://libjpeg-turbo.org/pmwiki/upl…
19 **Steps to reproduce the bug (using *only* libjpeg-turbo):**
34libjpeg-turbo release(s), commit(s), or branch(es) in which the bug was observed (always test the …

12345678910>>...13