Searched refs:stopPos (Results 1 - 5 of 5) sorted by relevance

/external/aac/libSBRenc/src/
H A Dnf_est.cpp308 INT nNoiseEnvelopes, startPos[2], stopPos[2], env, band; local
318 stopPos[0] = startIndex + min(numberOfEstimatesPerFrame,2);
322 stopPos[0] = startIndex + 2;
326 stopPos[0] = startIndex + 1;
328 stopPos[1] = startIndex + 2;
341 stopPos[env],
/external/aac/libSBRdec/src/
H A Denv_extr.cpp257 h_prev_data->stopPos = timeSlots;
1320 int stopPos; local
1334 stopPos = pFrameInfo->borders[nEnvelopes];
1348 if( (startPos < 0) || (startPos >= stopPos) )
1352 if( stopPos < numberOfTimeSlots ) /* One complete frame must be ready for output after processing */
1354 if(stopPos > maxPos)
1372 if(startPos != startPosNoise || stopPos != stopPosNoise)
H A Denv_extr.h254 UCHAR stopPos; /*!< Position in time where last envelope ended */ member in struct:__anon211
H A Denv_dec.cpp372 int currentStartPos = h_prev_data->stopPos - hHeaderData->numberTimeSlots;
456 if ( h_sbr_data->frameInfo.borders[0] != h_prev_data->stopPos - hHeaderData->numberTimeSlots ) {
608 int estimatedStartPos = h_prev_data->stopPos - hHeaderData->numberTimeSlots;
H A Dsbr_dec.cpp478 hPrevFrameData->stopPos = borders[hFrameData->frameInfo.nEnvelopes];
920 startSlot = hHeaderData->timeStep * (hPrevFrameData->stopPos - hHeaderData->numberTimeSlots);

Completed in 268 milliseconds