mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-05 06:40:03 +00:00
Document code, do not document difference to a irrelevant reference implementation.
Originally committed as revision 14885 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
012fd207a3
commit
fee37a4985
@ -92,8 +92,7 @@ void ff_acelp_convolve_circ(
|
||||
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])
|
||||
|
Loading…
Reference in New Issue
Block a user