mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 10:57:34 +09:00
parent
b188579bb6
commit
a8b1099a1e
228 changed files with 10990 additions and 5670 deletions
|
|
@ -42,8 +42,8 @@ void silk_interpolate(
|
|||
{
|
||||
opus_int i;
|
||||
|
||||
silk_assert( ifact_Q2 >= 0 );
|
||||
silk_assert( ifact_Q2 <= 4 );
|
||||
celt_assert( ifact_Q2 >= 0 );
|
||||
celt_assert( ifact_Q2 <= 4 );
|
||||
|
||||
for( i = 0; i < d; i++ ) {
|
||||
xi[ i ] = (opus_int16)silk_ADD_RSHIFT( x0[ i ], silk_SMULBB( x1[ i ] - x0[ i ], ifact_Q2 ), 2 );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue