Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4e151a4

Browse filesBrowse files
committed
Remove vestigial filenames from SIMD code headers
These were a relic of libjpeg/SIMD, which attempted to follow the conventions of the libjpeg source code, but they are no longer relevant (or even accurate in some cases.)
1 parent 98c4583 commit 4e151a4
Copy full SHA for 4e151a4

119 files changed

+111-128Lines changed: 111 additions & 128 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Dismiss banner
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎simd/arm/aarch32/jccolext-neon.c‎

Copy file name to clipboardExpand all lines: simd/arm/aarch32/jccolext-neon.c
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* jccolext-neon.c - colorspace conversion (32-bit Arm Neon)
2+
* Colorspace conversion (32-bit Arm Neon)
33
*
44
* Copyright (C) 2020, Arm Limited. All Rights Reserved.
55
* Copyright (C) 2020, D. R. Commander. All Rights Reserved.
Collapse file

‎simd/arm/aarch32/jchuff-neon.c‎

Copy file name to clipboardExpand all lines: simd/arm/aarch32/jchuff-neon.c
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* jchuff-neon.c - Huffman entropy encoding (32-bit Arm Neon)
2+
* Huffman entropy encoding (32-bit Arm Neon)
33
*
44
* Copyright (C) 2020, Arm Limited. All Rights Reserved.
55
* Copyright (C) 2024, D. R. Commander. All Rights Reserved.
Collapse file

‎simd/arm/aarch32/jsimd.c‎

Copy file name to clipboardExpand all lines: simd/arm/aarch32/jsimd.c
-2Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
/*
2-
* jsimd_arm.c
3-
*
42
* Copyright 2009 Pierre Ossman <ossman@cendio.se> for Cendio AB
53
* Copyright (C) 2011, Nokia Corporation and/or its subsidiary(-ies).
64
* Copyright (C) 2009-2011, 2013-2014, 2016, 2018, 2022, 2024, D. R. Commander.
Collapse file

‎simd/arm/aarch64/jccolext-neon.c‎

Copy file name to clipboardExpand all lines: simd/arm/aarch64/jccolext-neon.c
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* jccolext-neon.c - colorspace conversion (64-bit Arm Neon)
2+
* Colorspace conversion (64-bit Arm Neon)
33
*
44
* Copyright (C) 2020, Arm Limited. All Rights Reserved.
55
*
Collapse file

‎simd/arm/aarch64/jchuff-neon.c‎

Copy file name to clipboardExpand all lines: simd/arm/aarch64/jchuff-neon.c
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* jchuff-neon.c - Huffman entropy encoding (64-bit Arm Neon)
2+
* Huffman entropy encoding (64-bit Arm Neon)
33
*
44
* Copyright (C) 2020-2021, Arm Limited. All Rights Reserved.
55
* Copyright (C) 2020, 2022, 2024, D. R. Commander. All Rights Reserved.
Collapse file

‎simd/arm/aarch64/jsimd.c‎

Copy file name to clipboardExpand all lines: simd/arm/aarch64/jsimd.c
-2Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
/*
2-
* jsimd_arm64.c
3-
*
42
* Copyright 2009 Pierre Ossman <ossman@cendio.se> for Cendio AB
53
* Copyright (C) 2011, Nokia Corporation and/or its subsidiary(-ies).
64
* Copyright (C) 2009-2011, 2013-2014, 2016, 2018, 2020, 2022, 2024,
Collapse file

‎simd/arm/jccolor-neon.c‎

Copy file name to clipboardExpand all lines: simd/arm/jccolor-neon.c
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* jccolor-neon.c - colorspace conversion (Arm Neon)
2+
* Colorspace conversion (Arm Neon)
33
*
44
* Copyright (C) 2020, Arm Limited. All Rights Reserved.
55
* Copyright (C) 2020, 2024-2025, D. R. Commander. All Rights Reserved.
Collapse file

‎simd/arm/jcgray-neon.c‎

Copy file name to clipboardExpand all lines: simd/arm/jcgray-neon.c
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* jcgray-neon.c - grayscale colorspace conversion (Arm Neon)
2+
* Grayscale colorspace conversion (Arm Neon)
33
*
44
* Copyright (C) 2020, Arm Limited. All Rights Reserved.
55
* Copyright (C) 2024, D. R. Commander. All Rights Reserved.
Collapse file

‎simd/arm/jcgryext-neon.c‎

Copy file name to clipboardExpand all lines: simd/arm/jcgryext-neon.c
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* jcgryext-neon.c - grayscale colorspace conversion (Arm Neon)
2+
* Grayscale colorspace conversion (Arm Neon)
33
*
44
* Copyright (C) 2020, Arm Limited. All Rights Reserved.
55
*
Collapse file

‎simd/arm/jcphuff-neon.c‎

Copy file name to clipboardExpand all lines: simd/arm/jcphuff-neon.c
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* jcphuff-neon.c - prepare data for progressive Huffman encoding (Arm Neon)
2+
* Prepare data for progressive Huffman encoding (Arm Neon)
33
*
44
* Copyright (C) 2020-2021, Arm Limited. All Rights Reserved.
55
* Copyright (C) 2022, Matthieu Darbois. All Rights Reserved.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.