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

/external/svox/pico/lib/
H A Dpicospho.c88 * - [activeStartPos,activeEndPos[ : the "active" subrange of the window actually used for output
92 * 0 activeStartPos penultima activeEndPos headxReadPos headxWritePos
210 picoos_int16 penultima, activeEndPos; /* positions of last two bounds/words; SPHO_POS_INVALID means uninitialized */ member in struct:spho_subobj
283 spho->activeEndPos = SPHO_POS_INVALID;
971 spho->activeEndPos = SPHO_POS_INVALID;
1070 if (SPHO_POS_INVALID == spho->activeEndPos) {
1071 spho->activeEndPos = spho->headxReadPos;
1102 spho->activeEndPos = spho->headxReadPos;
1103 /* we may discard all information up to activeEndPos, after processing of last
1106 spho->penultima = spho->activeEndPos;
[all...]
H A Dpicocep.c207 picoos_uint16 activeEndPos; /* end position of indices to be considered */ member in struct:cep_subobj
259 picoos_uint16 activeEndPos,
263 picoos_uint16 activeEndPos,
329 cep->activeEndPos = PICOCEP_MAXWINLEN;
1297 * @param activeEndPos : ??
1305 picoos_uint16 activeEndPos,
1318 for (i = 0; i < activeEndPos; i++) {
1338 * @param activeEndPos : end position of indices to be considered
1344 picoos_uint16 activeEndPos,
1354 for (i = 0, j = 0; i < activeEndPos;
1304 getDirect(picokpdf_PdfMUL pdf, picoos_uint16 *indices, picoos_uint16 activeEndPos, picoos_uint8 cepnum, picoos_int16 *smoothcep) argument
1343 getVoiced(picokpdf_PdfMUL pdf, picoos_uint16 *indices, picoos_uint16 activeEndPos, picoos_uint8 *smoothcep) argument
[all...]

Completed in 199 milliseconds