dbuffer[nh] Delay buffer 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. 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).
帮助对这个参数的解释没看明白。。来个人讲讲。。 cc3.1 c54 |