Searched refs:noCols (Results 1 – 6 of 6) sorted by relevance
/external/aac/libSBRdec/src/ |
D | sbr_dec.cpp | 114 int noCols ) in assignLcTimeSlots() argument 127 for(i=0; i<noCols; i++) { in assignLcTimeSlots() 137 int noCols ) in assignHqTimeSlots() argument 143 int halflen = (noCols >> 1) + hSbrDec->LppTrans.pSettings->overlap; in assignHqTimeSlots() 144 int totCols = noCols + hSbrDec->LppTrans.pSettings->overlap; in assignHqTimeSlots() 170 int noCols, in assignTimeSlots() argument 183 assignHqTimeSlots( hSbrDec, hSbrDec->QmfBufferReal, hSbrDec->QmfBufferImag, noCols ); in assignTimeSlots() 186 assignLcTimeSlots( hSbrDec, hSbrDec->QmfBufferReal, noCols ); in assignTimeSlots() 359 int noCols = hHeaderData->numberTimeSlots * hHeaderData->timeStep; in sbr_dec() local 424 for (slot = ov_len; slot < noCols+ov_len; slot++) { in sbr_dec() [all …]
|
D | psdec.h | 328 INT noCols); 335 INT noCols);
|
D | psdec.cpp | 490 INT noCols in scalFilterBankValues() argument 524 for ( i=(6); i<(6)+noCols; i++ ) { in scalFilterBankValues() 533 for ( i=0; i<noCols; i++ ) { in scalFilterBankValues() 558 INT noCols) in rescalFilterBankValues() argument 562 for ( i=noCols; i<noCols + (6); i++ ) { in rescalFilterBankValues()
|
/external/aac/libFDK/include/ |
D | qmf.h | 203 int noCols, /*!< Number of time slots */ 221 int noCols, /*!< Number of time slots */
|
/external/aac/libSBRenc/src/ |
D | tran_det.cpp | 465 int noCols, in calculateThresholds() argument 476 i_noCols = GetInvInt(noCols + tran_off ) << YBufferSzShift; in calculateThresholds() 477 i_noCols1 = GetInvInt(noCols + tran_off - 1) << YBufferSzShift; in calculateThresholds() 492 int endEnergy = ((noCols>>YBufferSzShift)+tran_off); in calculateThresholds() 549 int noCols, in extractTransientCandidates() argument 574 …FDKmemmove(transients, transients + noCols - addPrevSamples, (tran_off+addPrevSamples) * sizeof (F… in extractTransientCandidates() 575 FDKmemclear(transients + tran_off + addPrevSamples, noCols * sizeof (FIXP_DBL)); in extractTransientCandidates() 577 endCond = noCols; /* Amount of new transient values to be calculated. */ in extractTransientCandidates() 579 …endEnerg = ((noCols+ (YBufferWriteOffset<<YBufferSzShift))-1)>>YBufferSzShift; /* YBufferSzShift s… in extractTransientCandidates()
|
/external/aac/libFDK/src/ |
D | qmf.cpp | 970 int noCols, /*!< Number of timeslots per frame */ in qmfInitFilterBank() argument 1040 h_Qmf->no_col = noCols; in qmfInitFilterBank() 1089 int noCols, /*!< Number of timeslots per frame */ in qmfInitAnalysisFilterBank() argument 1095 int err = qmfInitFilterBank(h_Qmf, pFilterStates, noCols, lsb, usb, no_channels, flags); in qmfInitAnalysisFilterBank() 1117 int noCols, /*!< Number of timeslots per frame */ in qmfInitSynthesisFilterBank() argument 1124 int err = qmfInitFilterBank(h_Qmf, pFilterStates, noCols, lsb, usb, no_channels, flags); in qmfInitSynthesisFilterBank()
|