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

  /external/aac/libSBRdec/src/
env_dec.cpp 323 for (i = 0; i < hHeaderData->freqBandData.nNfb * h_data_left->frameInfo.nNoiseEnvelopes; i++) {
357 If the real frameInfo is not available due to a frame loss, a replacement will
384 h_sbr_data->frameInfo.nEnvelopes = 1;
385 h_sbr_data->frameInfo.borders[0] = currentStartPos;
386 h_sbr_data->frameInfo.borders[1] = currentStopPos;
387 h_sbr_data->frameInfo.freqRes[0] = 1;
388 h_sbr_data->frameInfo.tranEnv = -1; /* no transient */
389 h_sbr_data->frameInfo.nNoiseEnvelopes = 1;
390 h_sbr_data->frameInfo.bordersNoise[0] = currentStartPos;
391 h_sbr_data->frameInfo.bordersNoise[1] = currentStopPos
    [all...]
env_extr.cpp 510 if ( !checkFrameInfo (&hFrameData->frameInfo, hHeaderData->numberTimeSlots, overlap, hHeaderData->timeStep) )
591 if ( !checkFrameInfo (&hFrameDataLeft->frameInfo, hHeaderData->numberTimeSlots, overlap, hHeaderData->timeStep) )
595 FDKmemcpy (&hFrameDataRight->frameInfo, &hFrameDataLeft->frameInfo, sizeof(FRAME_INFO));
602 if ( !checkFrameInfo (&hFrameDataRight->frameInfo, hHeaderData->numberTimeSlots, overlap, hHeaderData->timeStep) )
679 for (i = 0; i < h_frame_data->frameInfo.nEnvelopes; i++) {
683 for (i = 0; i < h_frame_data->frameInfo.nNoiseEnvelopes; i++) {
727 for (i=0; i<h_frame_data->frameInfo.nNoiseEnvelopes; i++) {
770 int nEnvelopes = h_frame_data->frameInfo.nEnvelopes;
777 if ( (h_frame_data->frameInfo.frameClass == 0) && (nEnvelopes == 1) )
    [all...]
env_extr.h 263 FRAME_INFO frameInfo; /*!< time grid for current frame */
env_calc.cpp 516 UCHAR* borders = hFrameData->frameInfo.borders;
549 hFrameData->frameInfo.tranEnv,
568 for (i = 0; i < hFrameData->frameInfo.nEnvelopes; i++) {
572 for (j=hFreq->nSfb[hFrameData->frameInfo.freqRes[i]]; j!=0; j--) {
603 for (i = 0; i < hFrameData->frameInfo.nEnvelopes; i++) {
614 UCHAR freq_res = hFrameData->frameInfo.freqRes[i]; /* Frequency resolution for current envelope. */
624 if (borders[i] == hFrameData->frameInfo.bordersNoise[envNoise+1]){
629 if(i==hFrameData->frameInfo.tranEnv || i==h_sbr_cal_env->prevTranEnv) /* attack */
    [all...]
sbr_dec.cpp 423 UCHAR * borders = hFrameData->frameInfo.borders;
424 lastSlotOffs = borders[hFrameData->frameInfo.nEnvelopes] - hHeaderData->numberTimeSlots;
478 hPrevFrameData->stopPos = borders[hFrameData->frameInfo.nEnvelopes];
    [all...]
  /external/aac/libSBRenc/src/
ton_corr.h 164 const SBR_FRAME_INFO *frameInfo, /*!< Frame info struct, contains the time and frequency grid of the current frame.*/
ton_corr.cpp 336 const SBR_FRAME_INFO *frameInfo, /*!< Frame info struct, contains the time and frequency grid of the current frame.*/
363 if(transientPos + hTonCorr->transientPosOffset >= frameInfo->borders[frameInfo->nEnvelopes]){
370 if(transientPos + hTonCorr->transientPosOffset < frameInfo->borders[frameInfo->nEnvelopes]){
403 frameInfo,
426 frameInfo,
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 1238 milliseconds