mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-24 09:27:31 +09:00
parent
b188579bb6
commit
a8b1099a1e
228 changed files with 10990 additions and 5670 deletions
|
|
@ -47,9 +47,9 @@ void silk_insertion_sort_decreasing_FLP(
|
|||
opus_int i, j;
|
||||
|
||||
/* Safety checks */
|
||||
silk_assert( K > 0 );
|
||||
silk_assert( L > 0 );
|
||||
silk_assert( L >= K );
|
||||
celt_assert( K > 0 );
|
||||
celt_assert( L > 0 );
|
||||
celt_assert( L >= K );
|
||||
|
||||
/* Write start indices in index vector */
|
||||
for( i = 0; i < K; i++ ) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue