Searched refs:numMaster (Results 1 – 8 of 8) sorted by relevance
/external/aac/libSBRenc/src/ |
D | ton_corr.cpp | 455 INT numMaster, in findClosestEntry() argument 463 if( goalSb >= v_k_master[numMaster] ) in findClosestEntry() 464 return v_k_master[numMaster]; in findClosestEntry() 472 index = numMaster; in findClosestEntry() 497 INT numMaster, /*!< Number of elements in the master table. */ in resetPatch() argument 512 …INT usb = v_k_master[numMaster]; /* Stop subband related to the synthesis filter… in resetPatch() 528 goalSb = findClosestEntry(goalSb, v_k_master, numMaster, 1); /* Adapt region to master-table */ in resetPatch() 553 … numBandsInPatch = findClosestEntry(targetStopBand + numBandsInPatch, v_k_master, numMaster, 0) - in resetPatch() 676 INT numMaster = sbrCfg->num_Master; in FDKsbrEnc_InitTonCorrParamExtr() local 753 numMaster, in FDKsbrEnc_InitTonCorrParamExtr() [all …]
|
D | ton_corr.h | 205 … INT numMaster, /*!< Number of elements in the master table. */
|
/external/aac/libSBRdec/src/ |
D | sbrdec_freq_sca.cpp | 256 UCHAR *numMaster, /*!< Number of entries in master table */ in sbrdecUpdateFreqScale() argument 339 *numMaster = num_bands0 + num_bands1; /* Output nr of bands */ in sbrdecUpdateFreqScale() 358 *numMaster = num_bands0; /* Output nr of bands */ in sbrdecUpdateFreqScale() 405 *numMaster = num_bands0; /* Output nr of bands */ in sbrdecUpdateFreqScale() 408 if (*numMaster < 1) { in sbrdecUpdateFreqScale() 729 &hFreq->numMaster, in resetFreqBandTables() 734 if ( err || (hHeaderData->bs_info.xover_band > hFreq->numMaster) ) { in resetFreqBandTables() 739 …sbrdecUpdateHiRes(hFreq->freqBandTable[1], &nBandsHi, hFreq->v_k_master, hFreq->numMaster, hHeader… in resetFreqBandTables()
|
D | lpp_tran.cpp | 762 const int numMaster, /*!< Valid entries in master table */ in createLppTransposer() argument 796 numMaster, in createLppTransposer() 806 static int findClosestEntry(UCHAR goalSb, UCHAR *v_k_master, UCHAR numMaster, UCHAR direction) in findClosestEntry() argument 813 if( goalSb >= v_k_master[numMaster] ) in findClosestEntry() 814 return v_k_master[numMaster]; in findClosestEntry() 822 index = numMaster; in findClosestEntry() 842 UCHAR numMaster, /*!< Valid entries in master table */ in resetLppTransposer() argument 864 usb = fixMin(usb, v_k_master[numMaster]); /* Avoid endless loops (compare with float code). */ in resetLppTransposer() 881 …desiredBorder = findClosestEntry(desiredBorder, v_k_master, numMaster, 1); /* Adapt region to mast… in resetLppTransposer() 910 … numBandsInPatch = findClosestEntry(targetStopBand + numBandsInPatch, v_k_master, numMaster, 0) - in resetLppTransposer()
|
D | lpp_tran.h | 218 const int numMaster, 233 UCHAR numMaster,
|
D | sbrdec_freq_sca.h | 96 UCHAR *numMaster,
|
D | env_extr.h | 155 UCHAR numMaster; /*!< Number of SBR-bands in v_k_master */ member
|
D | sbr_dec.cpp | 811 hHeaderData->freqBandData.numMaster, in createSbrDec() 1032 hHeaderData->freqBandData.numMaster, in resetSbrDec()
|