Searched refs:noLines (Results 1 - 2 of 2) sorted by relevance

/external/aac/libAACdec/src/
H A Dblock.cpp380 * \param noLines number of lines belonging to the sfb.
386 INT noLines,
397 FDK_ASSERT(noLines>2);
398 for (INT i=noLines; i--; )
446 int noLines = BandOffsets[band+1] - BandOffsets[band]; local
467 for (i = noLines; i-- ; ) {
491 InverseQuantizeBand(pSpectralCoefficient, noLines, lsb, scale);
385 InverseQuantizeBand( FIXP_DBL * RESTRICT spectrum, INT noLines, INT lsb, INT scale ) argument
/external/icu/icu4c/source/test/intltest/
H A Dtsmthred.cpp1153 int32_t noLines; member in class:CollatorThreadTest
1159 noLines(0),
1167 noLines = nl;
1177 for(i = 0; i < noLines; i++) {

Completed in 305 milliseconds