changeset 7641:73f5625538d3 libavcodec

Document code, do not document difference to a irrelevant reference implementation.
author michael
date Thu, 21 Aug 2008 21:33:31 +0000
parents 4bcced60f596
children 1fbf9b2060ce
files acelp_filters.c
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/acelp_filters.c	Thu Aug 21 21:31:03 2008 +0000
+++ b/acelp_filters.c	Thu Aug 21 21:33:31 2008 +0000
@@ -92,8 +92,7 @@
     memset(fc_out, 0, subframe_size * sizeof(int16_t));
 
     /* Since there are few pulses over an entire subframe (i.e. almost
-       all fc_in[i] are zero) it is faster to swap two loops and process
-       non-zero samples only. */
+       all fc_in[i] are zero) it is faster to loop over fc_in first. */
     for(i=0; i<subframe_size; i++)
     {
         if(fc_in[i])