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 124 Word16 *quantSpec;
128 quantSpec = (Word16 *)mem_malloc(pMemOP, nChannels * FRAME_LEN_LONG * sizeof(Word16), 32, VO_INDEX_ENC_AAC);
129 if(NULL == quantSpec)
143 hQC->qcChannel[i].quantSpec = quantSpec + i*FRAME_LEN_LONG;
166 if(hQC->qcChannel[0].quantSpec)
167 mem_free(pMemOP, hQC->qcChannel[0].quantSpec, VO_INDEX_ENC_AAC);
176 hQC->qcChannel[i].quantSpec = NULL;
342 qcOutChannel[ch].quantSpec);
348 qcOutChannel[ch].quantSpec,
    [all...]
bitenc.c 389 Word16 quantSpec[],
420 quantSpec,
448 qcOutChannel->quantSpec,
498 qcOutChannel[0].quantSpec,
511 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 164 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 215 milliseconds