代码搜索:IMDCT

找到约 421 项符合「IMDCT」的源代码

代码结果 421
www.eeworm.com/read/387891/8648322

c imdct.c

/* * imdct.c * Copyright (C) 2000-2003 Michel Lespinasse * Copyright (C) 1999-2000 Aaron Holtzman * * The ifft algorithms in this file have been large
www.eeworm.com/read/385006/8824523

vhd imdct.vhd

--------------------------------------------------------------------------------- -- File Name: imdct.vhd -- Function Description: -- This is the main module of component IMDCT. Two packages are
www.eeworm.com/read/283587/9004087

c imdct.c

/* * imdct.c * Copyright (C) 2000-2003 Michel Lespinasse * Copyright (C) 1999-2000 Aaron Holtzman * * The ifft algorithms in this file have been large
www.eeworm.com/read/379427/9198024

vhd imdct.vhd

--------------------------------------------------------------------------------- -- File Name: imdct.vhd -- Function Description: -- This is the main module of component IMDCT. Two packages are
www.eeworm.com/read/175483/9545526

c imdct.c

# ifdef HAVE_CONFIG_H //# include "config.h" # endif # include "global.h" # include # include //# include # ifdef HAVE_LIMITS_H # include #
www.eeworm.com/read/360522/10089225

c imdct.c

/* * This source code is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either *
www.eeworm.com/read/360522/10089254

h imdct.h

/* * This source code is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either *
www.eeworm.com/read/360519/10089320

cpp imdct.cpp

#include "imdct.h" /* const sample_t imdct_window[] = { 0.00014, 0.00024, 0.00037, 0.00051, 0.00067, 0.00086, 0.00107, 0.00130, 0.00157, 0.00187, 0.00220, 0.00256, 0.00297, 0.00341, 0.0039
www.eeworm.com/read/360519/10089338

h imdct.h

#ifndef IMDCT_H #define IMDCT_H #include "defs.h" #include #ifndef M_PI #define M_PI 3.1415926535897932384626433832795029 #endif typedef struct complex_s { sample_t real
www.eeworm.com/read/352960/10486764

c imdct.c

/* * imdct.c * Copyright (C) 2000-2003 Michel Lespinasse * Copyright (C) 1999-2000 Aaron Holtzman * * The ifft algorithms in this file have been large