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

  /external/aac/libAACenc/src/
pre_echo_control.h 109 INT numPb, FIXP_DBL *sfbPcmQuantThreshold,
pre_echo_control.cpp 108 FIXP_DBL *RESTRICT sfbPcmQuantThreshold,
112 FDKmemcpy(pbThresholdNm1, sfbPcmQuantThreshold, numPb * sizeof(FIXP_DBL));
psy_configuration.h 128 FIXP_DBL sfbPcmQuantThreshold[MAX_SFB];
psy_main.cpp 376 hPsy->psyConf[0].sfbCnt, hPsy->psyConf[0].sfbPcmQuantThreshold,
    [all...]
psy_configuration.cpp 326 FIXP_DBL *sfbPCMquantThreshold) {
332 sfbPCMquantThreshold[i] = (pbOffset[i + 1] - pbOffset[i]) * PCM_QUANT_NOISE;
581 psyConf->sfbPcmQuantThreshold);

Completed in 282 milliseconds