Searched refs:noLines (Results 1 - 3 of 3) 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/chromium_org/third_party/icu/source/test/intltest/
H A Dtsmthred.cpp846 int32_t noLines; member in class:CollatorThreadTest
851 noLines(0)
858 noLines = nl;
869 for(i = 0; i < noLines; i++) {
/external/icu4c/test/intltest/
H A Dtsmthred.cpp1014 int32_t noLines; member in class:CollatorThreadTest
1020 noLines(0),
1028 noLines = nl;
1038 for(i = 0; i < noLines; i++) {

Completed in 105 milliseconds