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

  /external/aac/libSBRdec/src/
lpp_tran.cpp 233 INT bwIndex[MAX_NUM_PATCHES];
295 /* init bwIndex for each patch */
296 FDKmemclear(bwIndex, pSettings->noOfPatches*sizeof(INT));
623 /* bwIndex[patch] is already initialized with value from previous band inside this patch */
624 while (hiBand >= pSettings->bwBorders[bwIndex[patch]])
625 bwIndex[patch]++;
632 bw = FX_DBL2FX_SGL(bwVector[bwIndex[patch]]);
    [all...]
  /frameworks/av/media/libstagefright/httplive/
LiveSession.h 282 int64_t timeUs, ssize_t bwIndex = -1, bool pickTrack = false);

Completed in 43 milliseconds