Lines Matching full:indices
202 /*---------------------- indices --------------------------------------*/
203 /* index buffer to hold indices as input for smoothing */
207 picoos_uint16 activeEndPos; /* end position of indices to be considered */
255 picoos_uint16 *indices, picoos_uint16 b, picoos_uint16 N,
258 static void getDirect(picokpdf_PdfMUL pdf, picoos_uint16 *indices,
262 static void getVoiced(picokpdf_PdfMUL pdf, picoos_uint16 *indices,
308 /* indices* */
949 * @param indices : indices of pdf vectors for all frames in current sentence
950 * @param b, N : to be smoothed frames indices (range will be from b to b+N-1)
960 picoos_uint16 *indices, picoos_uint16 b, picoos_uint16 N,
1010 if (i > 0 && indices[b + i] == indices[b + i - 1]) {
1014 vecstart = indices[b + i] * vecsize;
1025 vecstart = indices[b + Id[j]] * vecsize;
1039 vecstart = indices[b + Idd[j]] * vecsize;
1057 if (i > 0 && indices[b + i + 1] == indices[b + i]) {
1060 vecstart = indices[b + i + 1] * vecsize;
1077 if (i > 1 && indices[b + i] == indices[b + i - 1]) {
1080 vecstart = indices[b + i] * vecsize;
1098 if (i > 0 && indices[b + i + 1] == indices[b + i]) {
1101 vecstart = indices[b + i + 1] * vecsize;
1123 * @param vecstart : indices of pdf vectors for all frames in current sentence
1215 == 0 && cepnum == 0))) { /* rawmean deltas are sparse so investigate indices in column */
1237 while ((s-- > 0) && (ind > ceporder + cepnum)) { /* rawmean deltas are sparse so investigate indices in column */
1296 * @param indices : indices of pdf vectors for all frames in current sentence
1304 static void getDirect(picokpdf_PdfMUL pdf, picoos_uint16 *indices,
1319 if (i > 0 && indices[i] == indices[i - 1]) {
1322 vecstart = indices[i] * vecsize;
1337 * @param indices : indices of pdf vectors for all frames in current sentence
1338 * @param activeEndPos : end position of indices to be considered
1343 static void getVoiced(picokpdf_PdfMUL pdf, picoos_uint16 *indices,
1355 vecstart = indices[i] * vecsize;
1376 * Looks up indices of one phone item and fills index buffers. Consumes Item
1410 /* get the current state's lf0 and mgc indices and adjust according to state */
1411 /* the indices have to be calculated as follows:
1535 /* **************** put item indices into index buffers (with repetition) ******************/
1599 /* see if it is a sentence end boundary or termination boundary (flush) and there are indices to smooth -> smooth */