summaryrefslogtreecommitdiff
path: root/apps/codecs/libspeex/cb_search.c
diff options
context:
space:
mode:
authorThom Johansen <thomj@rockbox.org>2007-11-06 17:10:17 +0000
committerThom Johansen <thomj@rockbox.org>2007-11-06 17:10:17 +0000
commitf5903789fb745d21644f93a82fd3e2404bb8ff65 (patch)
treec847ec2e48eb3ebc6343bb15f32558d7e302c280 /apps/codecs/libspeex/cb_search.c
parent3eed6fc0251eb5cdce4eda39e036df76838fa60e (diff)
downloadrockbox-f5903789fb745d21644f93a82fd3e2404bb8ff65.tar.gz
rockbox-f5903789fb745d21644f93a82fd3e2404bb8ff65.zip
Exclude some unneeded LSP code. Add some #endif clarification comments here and there.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15497 a1c6a512-1295-4272-9138-f99709370657
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(