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

  /external/aac/libSBRenc/src/
nf_est.cpp 308 INT nNoiseEnvelopes, startPos[2], stopPos[2], env, band;
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/icu4c/i18n/
locdspnm.cpp 505 int32_t stopPos, stopPosLimit = 8, len = result.length();
509 for ( stopPos = 0; stopPos < stopPosLimit; stopPos++ ) {
510 UChar32 ch = result.char32At(stopPos);
515 stopPos++;
518 if ( stopPos > 0 && stopPos < len ) {
519 UnicodeString firstWord(result, 0, stopPos);
521 result.replaceBetween(0, stopPos, firstWord)
    [all...]
  /external/aac/libSBRdec/src/
env_extr.cpp 257 h_prev_data->stopPos = timeSlots;
    [all...]
env_extr.h 251 UCHAR stopPos; /*!< Position in time where last envelope ended */
env_dec.cpp 372 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;
sbr_dec.cpp 478 hPrevFrameData->stopPos = borders[hFrameData->frameInfo.nEnvelopes];
    [all...]

Completed in 2625 milliseconds