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

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
fft.c 77 * int WebRtcIsac_Fftradix (REAL Re[], REAL Im[], size_t nTotal, size_t nPass,
86 * NTOTAL = the total number of complex data values
100 * NTOTAL = N = NSPAN = (number of complex data values),
110 * REAL data [2*NTOTAL];
111 * WebRtcIsac_Fftradix ( &data[0], &data[1], NTOTAL, nPass, nSpan, 2, maxf, maxp);
136 size_t nTotal, size_t nPass, size_t nSpan, int isign,
167 size_t nSpan, nPass, nTotal;
175 nTotal = 1;
184 nTotal *= dims [i];
196 nTotal *= dims [i]
    [all...]
  /external/pdfium/core/fpdfdoc/
cpdf_variabletext.cpp 543 int32_t nTotal = 0;
545 nTotal +=
548 return nTotal - kReturnLength;
845 int32_t nTotal = sizeof(gFontSizeSteps) / sizeof(uint8_t);
847 nTotal /= 4;
848 if (nTotal <= 0)
854 int32_t nRight = nTotal - 1;
855 int32_t nMid = nTotal / 2;
  /external/fonttools/Lib/fontTools/ttLib/tables/
ttProgram.py 397 nTotal = nWords + nBytes
398 args = args[nTotal:]
399 nArgs -= nTotal
  /external/pdfium/core/fpdftext/
cpdf_textpage.cpp     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 2270 milliseconds