HomeSort by relevance Sort by last modified time
    Searched refs:time_quant (Results 1 - 5 of 5) sorted by null

  /frameworks/av/media/libstagefright/codecs/aacdec/
long_term_prediction.h 109 const Int32 time_quant[],
s_tdec_int_chan.h 52 (1) Changed time_quant from 2048 Int32 buffer to 1024 Int32 buffer.
157 Int32 time_quant[LONG_WINDOW]; /* 1024 holds overlap&add */ member in struct:__anon16381
pvmp4audiodecoderresetbuffer.cpp 54 pMem->perChan[0].time_quant[0-1023]: contents are set to zero
55 pMem->perChan[1].time_quant[0-1023]: contents are set to zero
184 pv_memset(pVars->perChan[LEFT].time_quant,
186 LONG_WINDOW*sizeof(pVars->perChan[LEFT].time_quant[0]));
188 pv_memset(pVars->perChan[RIGHT].time_quant,
190 LONG_WINDOW*sizeof(pVars->perChan[RIGHT].time_quant[0]));
long_term_prediction.cpp 78 time_quant = filterbank buffer (Int32) This buffer is used by the
355 const Int32 time_quant[],
374 const Int32 *pTimeQuant = time_quant;
pvmp4audiodecoderframe.cpp     [all...]

Completed in 616 milliseconds