Commit 80648093 authored by Marek Szczerba's avatar Marek Szczerba
Browse files

Fixed absorption coeff assignment

parent eb6fc88f
Loading
Loading
Loading
Loading
Loading
+0 −3226

File deleted.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
@@ -2945,7 +2945,7 @@ ivas_error RenderConfigReader_getAcousticEnvironments(

            for ( j = 0; j < IVAS_ROOM_ABS_COEFF; j++ )
            {
                pOut->AbsCoeff[j] = (Word32) ( pIn.pEarlyReflections->pAbsCoeff[j] );
                pOut->AbsCoeff[j] = pIn.pEarlyReflections->pAbsCoeff[j];
                pOut->AbsCoeff_fx[j] = (Word32) ( pIn.pEarlyReflections->pAbsCoeff[j] * ONE_IN_Q30 );
            }
        }