mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-14 12:04:29 +00:00
parent
960481f503
commit
2c7120ac3d
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