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

  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
bitenc.h 44 PSY_OUT *psyOut,
psy_main.h 46 Word16 PsyOutNew( PSY_OUT *hPsyOut, VO_MEM_OPERATOR *pMemOP);
47 Word16 PsyOutDelete( PSY_OUT *hPsyOut, VO_MEM_OPERATOR *pMemOP);
aacenc_core.h 58 PSY_OUT psyOut; /* Word16 size: MAX_CHANNELS*186 + 2 = 188 / 374 */
interface.h 87 }PSY_OUT;
  /external/aac/libAACenc/src/
psy_main.h 134 AAC_ENCODER_ERROR FDKaacEnc_PsyOutNew(PSY_OUT **phpsyOut,
142 PSY_OUT **phpsyOut,
172 PSY_OUT **phPsyOut);
bitenc.h 98 #include "interface.h" /* obsolete, when PSY_OUT is thrown out of the WritBS-call! */
167 PSY_OUT* psyOut,
interface.h 162 }PSY_OUT;
aacEnc_ram.h 134 PSY_OUT *psyOut[(1)];
207 H_ALLOC_MEM (Ram_aacEnc_PsyOut, PSY_OUT)
aacEnc_ram.cpp 137 The structure PSY_OUT holds all psychoaccoustic data needed
140 C_ALLOC_MEM2 (Ram_aacEnc_PsyOut, PSY_OUT, 1, (1))
qc_main.h 132 PSY_OUT** psyOut,
psy_main.cpp 187 AAC_ENCODER_ERROR FDKaacEnc_PsyOutNew(PSY_OUT **phpsyOut,
243 PSY_OUT **phpsyOut,
    [all...]
qc_main.cpp 576 PSY_OUT** psyOut)
610 PSY_OUT** psyOut,
795 PSY_OUT** psyOut,
    [all...]
aacenc.cpp 702 PSY_OUT *psyOut = hAacEnc->psyOut[c];
    [all...]
bitenc.cpp     [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
psy_main.c 157 Word16 PsyOutNew(PSY_OUT *hPsyOut, VO_MEM_OPERATOR *pMemOP)
159 pMemOP->Set(VO_INDEX_ENC_AAC, hPsyOut, 0, sizeof(PSY_OUT));
173 Word16 PsyOutDelete(PSY_OUT *hPsyOut, VO_MEM_OPERATOR *pMemOP)
bitenc.c 579 PSY_OUT *psyOut,

Completed in 141 milliseconds