Home | History | Annotate | Download | only in src

Lines Matching refs:bwIndex

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]]);