summaryrefslogtreecommitdiff
path: root/apps/codecs/libspeex/cb_search.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libspeex/cb_search.c')
-rw-r--r--apps/codecs/libspeex/cb_search.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/codecs/libspeex/cb_search.c b/apps/codecs/libspeex/cb_search.c
index 8afb8ab5f3..ecb3918298 100644
--- a/apps/codecs/libspeex/cb_search.c
+++ b/apps/codecs/libspeex/cb_search.c
@@ -512,7 +512,7 @@ int update_target
512 target[j]=SUB16(target[j],PSHR16(r2[j],2)); 512 target[j]=SUB16(target[j],PSHR16(r2[j],2));
513 } 513 }
514} 514}
515#endif 515#endif /* SPEEX_DISABLE_ENCODER*/
516 516
517 517
518void split_cb_shape_sign_unquant( 518void split_cb_shape_sign_unquant(
@@ -600,7 +600,7 @@ int update_target
600 for (i=0;i<nsf;i++) 600 for (i=0;i<nsf;i++)
601 target[i]=0; 601 target[i]=0;
602} 602}
603#endif 603#endif /* SPEEX_DISABLE_ENCODER */
604 604
605 605
606void noise_codebook_unquant( 606void noise_codebook_unquant(