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

  /frameworks/av/media/libstagefright/codecs/aacenc/src/
qc_main.c 125 Word16 *quantSpec;
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...]
bitenc.c 390 Word16 quantSpec[],
421 quantSpec,
449 qcOutChannel->quantSpec,
499 qcOutChannel[0].quantSpec,
512 qcOutChannel[1].quantSpec,
  /external/aac/libAACenc/src/
sf_estim.cpp 359 SHORT *quantSpec,
376 quantSpec,
399 quantSpec[k] = quantSpecTmp[k];
417 quantSpec[k] = quantSpecTmp[k];
439 quantSpec[k] = quantSpecTmp[k];
455 SHORT *quantSpec,
581 quantSpec[sfbOffs+k] = quantSpecTmp[sfbOffs+k];
630 SHORT *quantSpec,
749 quantSpec[sfbOffs+k] = quantSpecTmp[sfbOffs+k];
769 SHORT *quantSpec,
    [all...]
qc_data.h 166 SHORT quantSpec[(1024)];
qc_main.cpp     [all...]
bitenc.cpp     [all...]
adj_thr.cpp     [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/inc/
qc_data.h 80 Word16 *quantSpec; /* [FRAME_LEN_LONG]; */

Completed in 374 milliseconds