Codebase list faad2 / cd14b60
Remove non-ASCII characters Clayton Smith 3 years ago
2 changed file(s) with 3 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
3535 * As described in:
3636 * P. Duhamel, Y. Mahieux, and J.P. Petit, "A Fast Algorithm for the
3737 * Implementation of Filter Banks Based on 'Time Domain Aliasing
38 * Cancellation’," IEEE Proc. on ICASSP‘91, 1991, pp. 2209-2212.
38 * Cancellation'," IEEE Proc. on ICASSP'91, 1991, pp. 2209-2212.
3939 *
4040 *
4141 * As of April 6th 2002 completely rewritten.
21782178 return n;
21792179 case EXT_FILL_DATA:
21802180 /* fill_nibble = */ faad_getbits(ld, 4
2181 DEBUGVAR(1,136,"extension_payload(): fill_nibble")); /* must be ‘0000’ */
2181 DEBUGVAR(1,136,"extension_payload(): fill_nibble")); /* must be '0000' */
21822182 for (i = 0; i < count-1; i++)
21832183 {
21842184 /* fill_byte[i] = */ faad_getbits(ld, 8
2185 DEBUGVAR(1,88,"extension_payload(): fill_byte")); /* must be ‘10100101’ */
2185 DEBUGVAR(1,88,"extension_payload(): fill_byte")); /* must be '10100101' */
21862186 }
21872187 return count;
21882188 case EXT_DATA_ELEMENT: