Searched refs:FIXP_WTP (Results 1 – 7 of 7) sorted by relevance
/external/aac/libFDK/include/ |
D | FDK_tools_rom.h | 112 extern const FIXP_WTP SineWindow1024[]; 113 extern const FIXP_WTP KBDWindow1024[]; 114 extern const FIXP_WTP SineWindow128[]; 115 extern const FIXP_WTP KBDWindow128[]; 117 extern const FIXP_WTP SineWindow960[]; 118 extern const FIXP_WTP KBDWindow960[]; 119 extern const FIXP_WTP SineWindow120[]; 120 extern const FIXP_WTP KBDWindow120[]; 123 extern const FIXP_WTP SineWindow512[]; 125 extern const FIXP_WTP SineWindow480[]; [all …]
|
D | mdct.h | 119 const FIXP_WTP *prev_wrs; /**< pointer to previous right window slope */ 208 void imdct_adapt_parameters(H_MDCT hMdct, int *pfl, int *pnl, int tl, const FIXP_WTP *wls, int noOu… 236 const FIXP_WTP *wls, 238 const FIXP_WTP *wrs,
|
D | FDK_archdef.h | 234 #define FIXP_WTP FIXP_SPK /* packed FIXP_SGL values */ macro 238 #define FIXP_WTP FIXP_DPK macro
|
/external/aac/libFDK/src/ |
D | mdct.cpp | 199 void imdct_adapt_parameters(H_MDCT hMdct, int *pfl, int *pnl, int tl, const FIXP_WTP *wls, int noOu… in imdct_adapt_parameters() 256 const FIXP_WTP *wls, in imdct_block() 258 const FIXP_WTP *wrs, in imdct_block() 295 const FIXP_WTP *pWindow; in imdct_block()
|
D | dct.cpp | 268 void getTables(const FIXP_WTP **twiddle, const FIXP_STP **sin_twiddle, int *sin_step, int length) in getTables() 311 const FIXP_WTP *twiddle; in dct_IV() 421 const FIXP_WTP *twiddle; in dst_IV()
|
D | FDK_tools_rom.cpp | 386 const FIXP_WTP SineWindow1024[] = 520 const FIXP_WTP KBDWindow1024[] = 654 const FIXP_WTP SineWindow128[] = 676 const FIXP_WTP KBDWindow128[] = 705 const FIXP_WTP SineWindow960[] = 831 const FIXP_WTP KBDWindow960[] = 957 const FIXP_WTP SineWindow120[] = 978 const FIXP_WTP KBDWindow120[] = 999 const FIXP_WTP SineWindow512[] = 1072 const FIXP_WTP SineWindow480[480] = [all …]
|
/external/aac/libAACenc/src/ |
D | transform.cpp | 124 const FIXP_WTP * RESTRICT pLeftWindowPart; in FDKaacEnc_Transform_Real() 125 const FIXP_WTP * RESTRICT pRightWindowPart; in FDKaacEnc_Transform_Real()
|