HomeSort by relevance Sort by last modified time
    Searched full:indexvector (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/
GlyphPageTreeNodeMac.cpp 101 Vector<CFIndex, 512> indexVector;
130 indexVector.resize(glyphCount);
131 CTRunGetStringIndices(ctRun, CFRangeMake(0, 0), indexVector.data());
132 stringIndices = indexVector.data();
  /external/aac/libSBRenc/src/
mh_det.cpp 152 SCHAR *indexVector)
167 maxValSbr = fixMax(maxValSbr, pTonalityOrig[indexVector[k]]);
203 SCHAR *indexVector,
232 sfmTransp = pQuotaBuffer[indexVector[j]];
297 SCHAR *RESTRICT indexVector,
317 indexVector);
320 indexVector,
    [all...]
invf_est.cpp 189 SCHAR *indexVector, /*!< Index vector to obtain the patched data. */
225 if(indexVector[i] != -1)
226 quotaVecSbr[i] += fMult(quotaMatrixOrig[j][indexVector[i]], invIndex);
423 SCHAR *indexVector, /*!< Index vector to obtain the patched data. */
441 indexVector,
nf_est.cpp 168 SCHAR *indexVector, /*!< Index vector to obtain the patched data. */
203 accu += fMultDiv2(quotaMatrixOrig[k][indexVector[l]], invIndex);
221 accu += fMultDiv2(quotaMatrixOrig[k][indexVector[l]], invIndex);
297 SCHAR *indexVector, /*!< Index vector to obtain the patched data. */
339 indexVector,
ton_corr.cpp 387 hTonCorr->indexVector,
400 hTonCorr->indexVector,
427 hTonCorr->indexVector,
598 hTonCorr->indexVector[k] = k;
608 hTonCorr->indexVector[startGuardBand+k] = -1;
611 hTonCorr->indexVector[targetStart+k] = sourceStart+k;
    [all...]
invf_est.h 157 SCHAR *indexVector,
mh_det.h 161 SCHAR *indexVector,
nf_est.h 119 SCHAR* indexVector, /*!< Index vector to obtain the patched data. */
ton_corr.h 142 SCHAR indexVector[QMF_CHANNELS]; /*!< Index vector poINTing to the correct lowband channel,

Completed in 1055 milliseconds