Home
last modified time | relevance | path

Searched refs:LONG_WINDOW (Results 1 – 11 of 11) sorted by relevance

/external/opencore/codecs_v2/audio/aac/dec/src/
Dwindow_block_fxp.h112 #define LONG_WINDOW (1024) macro
115 #define HALF_LONG_WINDOW (LONG_WINDOW>>1)
119 #define LONG_WINDOW_m_1 (LONG_WINDOW-1)
126 #define W_L_START_1 ((3*LONG_WINDOW - SHORT_WINDOW)>>1)
127 #define W_L_START_2 ((3*LONG_WINDOW + SHORT_WINDOW)>>1)
128 #define W_L_STOP_1 ((LONG_WINDOW - SHORT_WINDOW)>>1)
129 #define W_L_STOP_2 ((LONG_WINDOW + SHORT_WINDOW)>>1)
132 #define LONG_BLOCK1 (2*LONG_WINDOW)
145 extern const Int16 Long_Window_KBD_fxp[ LONG_WINDOW];
147 extern const Int16 Long_Window_sine_fxp[ LONG_WINDOW];
Dtrans4m_freq_2_time_fxp.cpp738 pFreq_2_Time_data_1 = &pFreqInfo[LONG_WINDOW]; in trans4m_freq_2_time_fxp_1()
745 for (i = (W_L_START_1 - LONG_WINDOW) >> 1; i != 0; i--) in trans4m_freq_2_time_fxp_1()
759 for (i = (W_L_START_1 - LONG_WINDOW) >> 1; i != 0 ; i--) in trans4m_freq_2_time_fxp_1()
771 for (i = (W_L_START_1 - LONG_WINDOW) >> 1; i != 0; i--) in trans4m_freq_2_time_fxp_1()
843 for (i = (LONG_WINDOW - W_L_STOP_2); i != 0; i--) in trans4m_freq_2_time_fxp_1()
858 for (i = (LONG_WINDOW - W_L_STOP_2); i != 0; i--) in trans4m_freq_2_time_fxp_1()
872 for (i = (LONG_WINDOW - W_L_STOP_2); i != 0; i--) in trans4m_freq_2_time_fxp_1()
924 pFreq_2_Time_data_2 = &pFreqInfo[LONG_WINDOW]; in trans4m_freq_2_time_fxp_1()
955 for (i = (LONG_WINDOW - W_L_STOP_1); i != 0; i--) in trans4m_freq_2_time_fxp_1()
981 for (i = LONG_WINDOW; i != 0; i--) in trans4m_freq_2_time_fxp_1()
[all …]
Dtrans4m_time_2_freq_fxp.cpp432 pAux_temp_1 = &pAux_temp[LONG_WINDOW]; in trans4m_time_2_freq_fxp()
435 for (i = (W_L_START_1 - LONG_WINDOW) >> 1; i != 0; i--) in trans4m_time_2_freq_fxp()
500 for (i = ((LONG_WINDOW - W_L_STOP_2) >> 1); i != 0; i--) in trans4m_time_2_freq_fxp()
509 pAux_temp_1 = &pAux_temp[LONG_WINDOW]; in trans4m_time_2_freq_fxp()
532 pAux_temp_2 = &pAux_temp[LONG_WINDOW]; in trans4m_time_2_freq_fxp()
541 for (i = LONG_WINDOW; i > 0; i--) in trans4m_time_2_freq_fxp()
Dwindow_tables_fxp.cpp126 const Int16 Long_Window_sine_fxp[LONG_WINDOW] =
429 const Int16 Long_Window_KBD_fxp[LONG_WINDOW] =
Dpvmp4audiodecoderresetbuffer.cpp186 LONG_WINDOW*sizeof(pVars->perChan[LEFT].time_quant[0])); in PVMP4AudioDecoderResetBuffer()
190 LONG_WINDOW*sizeof(pVars->perChan[RIGHT].time_quant[0])); in PVMP4AudioDecoderResetBuffer()
Ds_tdec_int_chan.h157 Int32 time_quant[LONG_WINDOW]; /* 1024 holds overlap&add */
Ds_tdec_int_file.h225 Int32 fft[LONG_WINDOW]; /* 1024, as needed by the FFT */
Dms_synt.cpp289 if (band_length < 0 || band_length > LONG_WINDOW) in ms_synt()
Dgen_rand_vector.cpp394 if (band_length < 0 || band_length > LONG_WINDOW) in gen_rand_vector()
Dpvmp4audiodecoderinitlibrary.cpp293 pVars->frameLength = LONG_WINDOW; /* 1024*/ in PVMP4AudioDecoderInitLibrary()
/external/opencore/codecs_v2/audio/aac/dec/util/getactualaacconfig/src/
Dpvmp4audiodecoderinitlibrary.cpp293 pVars->frameLength = LONG_WINDOW; /* 1024*/ in PVMP4AudioDecoderInitLibrary()