etcpak: Update to upstream commit f128369 (May 13, 2022)
This commit is contained in:
parent
1346804769
commit
71cc26f55e
|
@ -115,7 +115,7 @@ will limit its functionality to IPv4 only.
|
||||||
## etcpak
|
## etcpak
|
||||||
|
|
||||||
- Upstream: https://github.com/wolfpld/etcpak
|
- Upstream: https://github.com/wolfpld/etcpak
|
||||||
- Version: git (10fc4ce627f9a17ed49bf97fcc3796a712033ba1, 2022)
|
- Version: git (f128369e64a5f4715de8125b325e4fe7debb5194, 2022)
|
||||||
- License: BSD-3-Clause
|
- License: BSD-3-Clause
|
||||||
|
|
||||||
Files extracted from upstream source:
|
Files extracted from upstream source:
|
||||||
|
|
|
@ -3070,7 +3070,7 @@ static etcpak_force_inline uint64_t ProcessRGB_ETC2( const uint8_t* src, bool us
|
||||||
#else
|
#else
|
||||||
if( useHeuristics )
|
if( useHeuristics )
|
||||||
{
|
{
|
||||||
#ifdef defined __ARM_NEON && defined __aarch64__
|
#if defined __ARM_NEON && defined __aarch64__
|
||||||
Channels ch = GetChannels( src );
|
Channels ch = GetChannels( src );
|
||||||
CalculateLuma( ch, luma );
|
CalculateLuma( ch, luma );
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in New Issue