dbuffer[nh] <br />Delay buffer<br /> 1.In the case of multiple-buffering schemes, this array should be initialized to 0 for the first block only. Between consecutive blocks, the delay buffer preserves the previous r output elements needed.<br /> 2.Memory alignment: this is a circular buffer and must start in a k-bit boundary (that is, the k LSBs of the starting address must be zeros) where k = log2 (nh).<br /><br /><br />帮助对这个参数的解释没看明白。。来个人讲讲。。<br />cc3.1 c54 |
|