Home
last modified time | relevance | path

Searched refs:FIXP_STB (Results 1 – 4 of 4) sorted by relevance

/external/aac/libFDK/include/
DFDK_tools_rom.h112 extern RAM_ALIGN const FIXP_STB RotVectorReal60[60];
113 extern RAM_ALIGN const FIXP_STB RotVectorImag60[60];
114 extern RAM_ALIGN const FIXP_STB RotVectorReal192[192];
115 extern RAM_ALIGN const FIXP_STB RotVectorImag192[192];
116 extern RAM_ALIGN const FIXP_STB RotVectorReal240[210];
117 extern RAM_ALIGN const FIXP_STB RotVectorImag240[210];
118 extern RAM_ALIGN const FIXP_STB RotVectorReal480[480];
119 extern RAM_ALIGN const FIXP_STB RotVectorImag480[480];
120 extern RAM_ALIGN const FIXP_STB RotVectorReal6[6];
121 extern RAM_ALIGN const FIXP_STB RotVectorImag6[6];
[all …]
DFDK_archdef.h228 #define FIXP_STB FIXP_SGL /* STB sinus Tab used in transformation */ macro
232 #define FIXP_STB FIXP_DBL macro
/external/aac/libFDK/src/
Dfft.cpp495 const FIXP_STB *pVecRe = RotVectorReal12; in fft12()
496 const FIXP_STB *pVecIm = RotVectorImag12; in fft12()
498 FIXP_STB vre, vim; in fft12()
1541 const int l, const FIXP_STB *pVecRe, in fft_apply_rot_vector()
1542 const FIXP_STB *pVecIm) { in fft_apply_rot_vector()
1544 FIXP_STB vre, vim; in fft_apply_rot_vector()
1581 const FIXP_STB *RotVectorReal, in fftN2_func()
1582 const FIXP_STB *RotVectorImag, FIXP_DBL *aDst, in fftN2_func()
DFDK_tools_rom.cpp757 const FIXP_STB RotVectorReal6[] = {
764 const FIXP_STB RotVectorImag6[] = {
771 const FIXP_STB RotVectorReal12[] = {
780 const FIXP_STB RotVectorImag12[] = {
789 const FIXP_STB RotVectorReal24[] = {
797 const FIXP_STB RotVectorImag24[] = {
805 const FIXP_STB RotVectorReal48[] = {
819 const FIXP_STB RotVectorImag48[] = {
833 const FIXP_STB RotVectorReal80[] = {
853 const FIXP_STB RotVectorImag80[] = {
[all …]