forked from libjpeg-turbo/libjpeg-turbo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
945 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
/* | ||
* jsimdchuff.h | ||
* | ||
* Copyright 2015 Matthieu Darbois | ||
* | ||
* Based on the x86 SIMD extension for IJG JPEG library, | ||
* Copyright (C) 1999-2006, MIYASAKA Masaru. | ||
* For conditions of distribution and use, see copyright notice in jsimdext.inc | ||
* | ||
*/ | ||
|
||
EXTERN(int) | ||
jsimd_can_chuff_encode_one_block (void); | ||
|
||
|
||
EXTERN(JOCTET*) | ||
jsimd_chuff_encode_one_block (/*working_state*/void * state, JOCTET *buffer, | ||
JCOEFPTR block, int last_dc_val, | ||
c_derived_tbl *dctbl, c_derived_tbl *actbl); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.