comparison mdct.c @ 1106:1e39f273ecd6 libavcodec

per file doxy
author michaelni
date Thu, 06 Mar 2003 11:32:04 +0000
parents a521e0ecc5a8
children dd63cb7e5080
comparison
equal deleted inserted replaced
1105:b773f9d23236 1106:1e39f273ecd6
16 * License along with this library; if not, write to the Free Software 16 * License along with this library; if not, write to the Free Software
17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 */ 18 */
19 #include "dsputil.h" 19 #include "dsputil.h"
20 20
21 /* 21 /**
22 * init MDCT or IMDCT computation 22 * @file mdct.c
23 * MDCT/IMDCT transforms.
24 */
25
26 /**
27 * init MDCT or IMDCT computation.
23 */ 28 */
24 int ff_mdct_init(MDCTContext *s, int nbits, int inverse) 29 int ff_mdct_init(MDCTContext *s, int nbits, int inverse)
25 { 30 {
26 int n, n4, i; 31 int n, n4, i;
27 float alpha; 32 float alpha;