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

  /frameworks/base/media/libstagefright/codecs/aacdec/
esc_iquant_scaling.h 86 const Int16 quantSpec[],
huffspec_fxp.cpp 38 (4) pass in quantSpec and tmp_spec, scratch shared with hufffac
67 Description: keep memset to quantSpec, remove memset to temp_spec
109 quantSpec[] = array that holds quantized spectral coefs, type Int
133 quantSpec contains decoded quantized 1024 spec coefs, type Int
135 tmp_spec contains the de-interleaved version of quantSpec
305 Int16 quantSpec[],
477 pQuantSpec = quantSpec + stop_idx;
534 pv_memset(&quantSpec[stop_idx],
536 idx_count * sizeof(quantSpec[0]));
562 pulse_nc(quantSpec,
    [all...]
esc_iquant_scaling.cpp 37 quantSpec[] = array of quantized compressed spectral coefficients, of
40 sfbWidth = number of array elements in quantSpec and the output array
54 maxInput = maximum absolute value of quantSpec.
67 quantSpec[]
126 x = quantSpec[i];
167 x = quantSpec[i];
186 x = quantSpec[i];
436 const Int16 quantSpec[],
501 x = quantSpec[i];
502 y = quantSpec[i-1]
    [all...]
s_tdec_int_file.h 258 Int16 quantSpec[LN2];
huffman.h 187 Int16 quantSpec[],
getics.cpp 365 pVars->quantSpec,
370 MODIFYING(pInputStream,fxpCoef,quantSpec,tmp_spec,qFormat)
661 pVars->share.a.quantSpec,
  /frameworks/base/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,
  /frameworks/base/media/libstagefright/codecs/aacenc/inc/
qc_data.h 80 Word16 *quantSpec; /* [FRAME_LEN_LONG]; */

Completed in 519 milliseconds