Home | History | Annotate | Download | only in src

Lines Matching refs:idx

392     INT i, idx = -1;
396 idx = i;
400 return idx;
1255 INT idx = getBufDescIdx(inBufDesc,IN_AUDIO_DATA);
1260 if (inBufDesc->bufElSizes[idx]==(INT)sizeof(INT_PCM)) {
1261 FDKmemcpy(pIn, (INT_PCM*)inBufDesc->bufs[idx], newSamples*sizeof(INT_PCM)); /* Fast copy. */
1263 else if (inBufDesc->bufElSizes[idx]>(INT)sizeof(INT_PCM)) {
1265 pIn[i] = (INT_PCM)(((LONG*)inBufDesc->bufs[idx])[i]>>16); /* Convert 32 to 16 bit. */
1270 pIn[i] = ((INT_PCM)(((SHORT*)inBufDesc->bufs[idx])[i]))<<16; /* Convert 16 to 32 bit. */
1395 INT idx = getBufDescIdx(inBufDesc,IN_ANCILLRY_DATA);
1397 hAacEncoder->extPayload[nExtensions].pData = (UCHAR*)inBufDesc->bufs[idx];