HomeSort by relevance Sort by last modified time
    Searched defs:fxpCoef (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/codecs/aacdec/
s_tdec_int_chan.h 32 Modified to utilize memory in the last 1024 elements in fxpCoef.
48 (1) Move temporary FrameInfo structure into the shared region with fxpCoef.
118 * with the last 1024 data elements in fxpCoef.
121 * Also, the size of the fxpCoef array cannot be less than 8 kilobytes
123 * The fxpCoef array is declared as an Int32, so its size should not vary
159 Int32 *fxpCoef; /* Spectrum coeff.*/
s_tdec_int_file.h 183 * and the fxpCoef matrix. These 2 matrices are [2][38][64] == 4864 Int32
184 * 2349 coming from the perChan[1] plus 4096 coming from fxpCoef
188 Int32 fxpCoef[2][LN]; /* LN = 2048 */

Completed in 52 milliseconds