HomeSort by relevance Sort by last modified time
    Searched refs:INT_PCM (Results 26 - 45 of 45) sorted by null

12

  /external/aac/libAACdec/src/
aacdecoder.h 300 INT_PCM *pTimeData,
block.cpp 678 INT_PCM outSamples[],
747 INT_PCM outSamples[],
aacdecoder_lib.cpp 709 INT_PCM *pTimeData,
aacdecoder.cpp     [all...]
  /external/aac/libAACenc/src/
aacenc.h 302 INT_PCM* inputBuffer,
transform.cpp 102 INT FDKaacEnc_Transform_Real (const INT_PCM * pTimeData,
113 const INT_PCM * RESTRICT timeData;
aacenc_lib.cpp 208 INT_PCM *inputBuffer; /* Internal input buffer. Input source for AAC encoder */
    [all...]
block_switch.cpp 106 const INT_PCM *pTimeSignal
208 int FDKaacEnc_BlockSwitching(BLOCK_SWITCHING_CONTROL *blockSwitchingControl, const INT granuleLength, const int isLFE, const INT_PCM *pTimeSignal)
329 static void FDKaacEnc_CalcWindowEnergy(BLOCK_SWITCHING_CONTROL *RESTRICT blockSwitchingControl, INT windowLen, const INT_PCM *pTimeSignal)
psy_main.cpp 232 FDKmemclear(psyStatic->psyInputBuffer, MAX_INPUT_BUFFER_SIZE*sizeof(INT_PCM));
416 void FDKaacEnc_deinterleaveInputBuffer(INT_PCM *pOutputSamples,
417 INT_PCM *pInputSamples,
445 INT_PCM *pInput,
511 C_ALLOC_SCRATCH_START(pTimeSignal, INT_PCM, (1024))
530 (2*psyConf->granuleLength-blockSwitchingOffset)*sizeof(INT_PCM));
532 C_ALLOC_SCRATCH_END(pTimeSignal, INT_PCM, (1024))
647 psyConf->granuleLength*sizeof(INT_PCM));
    [all...]
metadata_compressor.cpp 649 const INT_PCM * const inSamples,
682 const INT_PCM* pSamples = &inSamples[c];
732 const INT_PCM* pSamples = &inSamples[c];
    [all...]
aacenc.cpp 689 INT_PCM* RESTRICT inputBuffer,
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacdec/
SoftAAC2.cpp 368 INT_PCM *outBuffer =
369 reinterpret_cast<INT_PCM *>(
465 INT_PCM *outBuffer = reinterpret_cast<INT_PCM *>(
  /external/aac/libSYS/src/
wav_file.cpp 97 static INT_PCM ulaw2pcm (UCHAR ulawbyte);
247 * host endianess and scaled to full scale of the INT_PCM type, from whatever bps the WAVEfile
331 static INT_PCM ulaw2pcm (UCHAR ulawbyte)
345 return (INT_PCM)sample ;
  /external/aac/libAACdec/include/
aacdecoder_lib.h     [all...]
  /external/aac/libSBRdec/src/
sbrdecoder.cpp     [all...]
sbr_dec.cpp 313 INT_PCM *timeIn, /*!< pointer to input time signal */
314 INT_PCM *timeOut, /*!< pointer to output time signal */
316 INT_PCM *timeOutRight, /*!< pointer to output time signal */
    [all...]
  /external/aac/libSBRenc/src/
sbr_encoder.cpp 850 INT_PCM *samples, /*!< time samples, always interleaved */
    [all...]
ps_main.cpp 304 INT_PCM *downsampledOutSignal,
465 INT_PCM *samples[2],
470 INT_PCM *downsampledOutSignal,
  /external/aac/libFDK/src/arm/
qmf_arm.cpp 536 INT_PCM *RESTRICT timeOut, /*!< Time domain data */
721 INT_PCM *timeOut, /*!< Time domain data */
736 INT_PCM *timeOut, /*!< Time domain data */
  /external/aac/libFDK/include/
common_fix.h 113 #define FX_DBL2FX_PCM(x) ((INT_PCM)(x))

Completed in 121 milliseconds

12