mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 02:47:31 +09:00
parent
b188579bb6
commit
a8b1099a1e
228 changed files with 10990 additions and 5670 deletions
|
|
@ -76,6 +76,7 @@ void silk_gains_quant(
|
|||
/* Accumulate deltas */
|
||||
if( ind[ k ] > double_step_size_threshold ) {
|
||||
*prev_ind += silk_LSHIFT( ind[ k ], 1 ) - double_step_size_threshold;
|
||||
*prev_ind = silk_min_int( *prev_ind, N_LEVELS_QGAIN - 1 );
|
||||
} else {
|
||||
*prev_ind += ind[ k ];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue