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

  /external/aac/libSACenc/src/
sacenc_onsetdetect.cpp 262 HANDLE_ONSET_DETECT hOnset, const INT nTimeSlots, const INT nHybridBands,
276 if ((nTimeSlots < 0) || (nTimeSlots > hOnset->maxTimeSlots) ||
299 currPos = FDKmax(nTimeSlots,
300 prevPos - nTimeSlots + hOnset->minTransientDistance);
302 currPos = nTimeSlots;
308 for (ts = 0; ts < nTimeSlots; ts++) {
318 for (i = 0; i < (nTimeSlots + M); i++) {
323 for (i = 0; i < (nTimeSlots + M); i++) {
328 for (i = 0; i < (nTimeSlots + M); i++)
    [all...]
sacenc_onsetdetect.h 150 HANDLE_ONSET_DETECT hOnset, const INT nTimeSlots, const INT nHybridBands,
sacenc_vectorfunctions.h 347 * Y[j][i], j=0,...,nHybridBands-1; i=startTimeSlot,...,nTimeSlots-1;
351 * re{Y[j][i]}, j=0,...,nHybridBands-1; i=startTimeSlot,...,nTimeSlots-1;
354 * i=startTimeSlot,...,nTimeSlots-1; pb=0,...,nParameterBands-1
361 * Output: vector of the length nHybridBands*nTimeSlots
367 * Input: vector of the length nHybridBands*nTimeSlots
373 * Input: vector of the length nHybridBands*nTimeSlots
387 * \param int nTimeSlots
400 const INT nParameterBands, const INT nTimeSlots,
419 * \param int nTimeSlots
430 const INT nTimeSlots, const INT nParamBands)
    [all...]
sacenc_framewindowing.h 176 const INT nTimeSlots, const INT startTimeSlot,
sacenc_tree.h 153 const INT nTimeSlots, const INT startTimeSlot, const INT nHybridBands,
sacenc_paramextract.h 181 HANDLE_TTO_BOX hTtoBox, const INT nTimeSlots, const INT startTimeSlot,
sacenc_paramextract.cpp 555 HANDLE_TTO_BOX hTtoBox, const INT nTimeSlots, const INT startTimeSlot,
595 startTimeSlot, nTimeSlots, nParamBands);
598 startTimeSlot, nTimeSlots, nParamBands);
606 startTimeSlot, nTimeSlots, j, j + 1);
609 startTimeSlot, nTimeSlots, j, j + 1);
624 startTimeSlot, nTimeSlots, j, j + 1);
sacenc_tree.cpp 358 const INT nTimeSlots, const INT startTimeSlot, const INT nHybridBands,
413 nTimeSlots, startTimeSlot, pFrameWindowAna__FDK,
423 hST->ttoBox[pTTO->boxId], nTimeSlots, startTimeSlot, nHybridBands,
sacenc_framewindowing.cpp 521 const INT nTimeSlots, const INT startTimeSlot,
535 for (ts = startTimeSlot; ts < nTimeSlots; ts++) {
550 for (ts = startTimeSlot; ts < nTimeSlots; ts++) {
sacenc_vectorfunctions.cpp 364 const INT nParameterBands, const INT nTimeSlots,
382 for (i = startTimeSlot; i < nTimeSlots; i++) {
397 const INT nTimeSlots, const INT nParamBands) {
404 for (i = startTimeSlot; i < nTimeSlots; i++) {
sacenc_lib.cpp 829 INT nTimeSlots) {
831 for (i = nTimeSlots - 1; i >= 0; i--) {
836 nTimeSlots = i + 1;
837 return nTimeSlots;
840 static INT getAnalysisStartTimeSlot(FIXP_WIN *pFrameWindowAna, INT nTimeSlots) {
843 for (i = 0; i < nTimeSlots; i++) {
    [all...]
  /external/aac/libSACdec/src/
sac_bitdec.h 143 AUDIO_OBJECT_TYPE coreCodec, int samplingFreq, int nTimeSlots,
sac_dec_ssc_struct.h 234 int nTimeSlots;
sac_dec_interface.h 265 int nTimeSlots, int decoderLevel, int isBlind);
sac_bitdec.cpp 363 pSpatialSpecificConfig->nTimeSlots = (coreSbrFrameLengthIndex == 4) ? 64 : 32;
479 pSpatialSpecificConfig->nTimeSlots = FDKreadBits(bitstream, 5) + 1;
480 if ((pSpatialSpecificConfig->nTimeSlots < 1) ||
481 (pSpatialSpecificConfig->nTimeSlots > MAX_TIME_SLOTS)) {
615 AUDIO_OBJECT_TYPE coreCodec, int samplingFreq, int nTimeSlots,
623 FDK_ASSERT(nTimeSlots > 0);
628 pSpatialSpecificConfig->nTimeSlots = nTimeSlots;
    [all...]
sac_dec_lib.cpp 338 (pSsc1->nTimeSlots != pSsc2->nTimeSlots)) {
    [all...]
sac_dec.cpp 144 int nTimeSlots, int decoderLevel, int isBlind) {
146 samplingFreq, nTimeSlots, decoderLevel,
    [all...]
  /external/aac/libSBRenc/src/
tran_det.cpp 800 h_sbrFastTransientDetector->nTimeSlots = time_slots_per_frame;
802 buff_size = h_sbrFastTransientDetector->nTimeSlots +
    [all...]
tran_det.h 145 INT nTimeSlots;
fram_gen.cpp     [all...]
  /external/aac/libAACenc/src/
mps_main.cpp 224 UINT nTimeSlots = 0, nQmfBandsLd = 0;
255 nTimeSlots = framelength >> nQmfBandsLd;
258 if (framelength != (nTimeSlots << nQmfBandsLd)) {
285 nTimeSlots)) ||

Completed in 193 milliseconds