HomeSort by relevance Sort by last modified time
    Searched refs:stopPos (Results 1 - 5 of 5) 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/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 229 milliseconds