Searched refs:quantSpec (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dqc_main.c125 Word16 *quantSpec; local
129 quantSpec = (Word16 *)mem_malloc(pMemOP, nChannels * FRAME_LEN_LONG * sizeof(Word16), 32, VO_INDEX_ENC_AAC);
130 if(NULL == quantSpec)
144 hQC->qcChannel[i].quantSpec = quantSpec + i*FRAME_LEN_LONG;
167 if(hQC->qcChannel[0].quantSpec)
168 mem_free(pMemOP, hQC->qcChannel[0].quantSpec, VO_INDEX_ENC_AAC);
177 hQC->qcChannel[i].quantSpec = NULL;
340 qcOutChannel[ch].quantSpec);
346 qcOutChannel[ch].quantSpec,
[all...]
H A Dbitenc.c390 Word16 quantSpec[],
421 quantSpec,
449 qcOutChannel->quantSpec,
499 qcOutChannel[0].quantSpec,
512 qcOutChannel[1].quantSpec,
382 writeIndividualChannelStream(Flag commonWindow, Word16 mdctScale, Word16 windowShape, Word16 groupingMask, Word16 *sfbOffset, Word16 scf[], UWord16 *maxValueInSfb, Word16 globalGain, Word16 quantSpec[], SECTION_DATA *sectionData, HANDLE_BIT_BUF hBitStream, TNS_INFO tnsInfo) argument
/frameworks/av/media/libstagefright/codecs/aacenc/inc/
H A Dqc_data.h80 Word16 *quantSpec; /* [FRAME_LEN_LONG]; */ member in struct:__anon333

Completed in 183 milliseconds