HomeSort by relevance Sort by last modified time
    Searched defs:stopPos (Results 1 - 3 of 3) 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 254 UCHAR stopPos; /*!< Position in time where last envelope ended */

Completed in 78 milliseconds