mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-13 19:44:28 +00:00
parent
f271eca76d
commit
e3a3acb6b0
1 changed files with 1 additions and 1 deletions
|
@ -431,7 +431,7 @@ struct Row<1>
|
|||
{
|
||||
static void idct(int* pTemp, const jpgd_block_t* pSrc)
|
||||
{
|
||||
const int dcval = pSrc[0] * (pSrc[0] * (PASS1_BITS * 2));
|
||||
const int dcval = pSrc[0] * PASS1_BITS * 2;
|
||||
|
||||
pTemp[0] = dcval;
|
||||
pTemp[1] = dcval;
|
||||
|
|
Loading…
Add table
Reference in a new issue