Searched refs:pTimeOut (Results 1 – 6 of 6) sorted by relevance
/external/aac/libFDK/src/ |
D | qmf.cpp | 601 FIXP_DBL *pTimeOut /*!< Pointer to qmf subband slot (output)*/ in qmfInverseModulationLP_even() argument 608 FIXP_DBL *RESTRICT tReal = pTimeOut; in qmfInverseModulationLP_even() 609 FIXP_DBL *RESTRICT tImag = pTimeOut + L; in qmfInverseModulationLP_even() 657 FIXP_DBL *pTimeOut /*!< Pointer to qmf subband slot (output)*/ in qmfInverseModulationLP_odd() argument 665 scaleValues(pTimeOut + M, qmfReal, synQmf->lsb, scaleFactorLowBand); in qmfInverseModulationLP_odd() 666 scaleValues(pTimeOut + M + synQmf->lsb, qmfReal + synQmf->lsb, in qmfInverseModulationLP_odd() 668 FDKmemclear(pTimeOut + M + synQmf->usb, (L - synQmf->usb) * sizeof(FIXP_DBL)); in qmfInverseModulationLP_odd() 670 dct_IV(pTimeOut + M, L, &shift); in qmfInverseModulationLP_odd() 672 pTimeOut[i] = pTimeOut[L - 1 - i]; in qmfInverseModulationLP_odd() 673 pTimeOut[2 * L - 1 - i] = -pTimeOut[L + i]; in qmfInverseModulationLP_odd()
|
/external/aac/libSACdec/src/ |
D | sac_dec_lib.cpp | 1518 PCM_MPS *pTimeOut = pTimeData; in mpegSurroundDecoder_Apply() local 1711 pTimeOut, *frameSize, &controlFlags, *nChannels, mapDescr); in mpegSurroundDecoder_Apply()
|
/external/sqlite/dist/orig/ |
D | shell.c | 3905 static int apndCurrentTime(sqlite3_vfs *pVfs, double *pTimeOut){ in apndCurrentTime() argument 3906 return ORIGVFS(pVfs)->xCurrentTime(ORIGVFS(pVfs), pTimeOut); in apndCurrentTime()
|
D | sqlite3.c | 21076 SQLITE_PRIVATE int sqlite3OsCurrentTimeInt64(sqlite3_vfs *pVfs, sqlite3_int64 *pTimeOut){ in sqlite3OsCurrentTimeInt64() argument 21085 rc = pVfs->xCurrentTimeInt64(pVfs, pTimeOut); in sqlite3OsCurrentTimeInt64() 21089 *pTimeOut = (sqlite3_int64)(r*86400000.0); in sqlite3OsCurrentTimeInt64() 177525 static int rbuVfsCurrentTime(sqlite3_vfs *pVfs, double *pTimeOut){ 177527 return pRealVfs->xCurrentTime(pRealVfs, pTimeOut);
|
/external/sqlite/dist/ |
D | shell.c | 3911 static int apndCurrentTime(sqlite3_vfs *pVfs, double *pTimeOut){ in apndCurrentTime() argument 3912 return ORIGVFS(pVfs)->xCurrentTime(ORIGVFS(pVfs), pTimeOut); in apndCurrentTime()
|
D | sqlite3.c | 21076 SQLITE_PRIVATE int sqlite3OsCurrentTimeInt64(sqlite3_vfs *pVfs, sqlite3_int64 *pTimeOut){ in sqlite3OsCurrentTimeInt64() argument 21085 rc = pVfs->xCurrentTimeInt64(pVfs, pTimeOut); in sqlite3OsCurrentTimeInt64() 21089 *pTimeOut = (sqlite3_int64)(r*86400000.0); in sqlite3OsCurrentTimeInt64() 177553 static int rbuVfsCurrentTime(sqlite3_vfs *pVfs, double *pTimeOut){ 177555 return pRealVfs->xCurrentTime(pRealVfs, pTimeOut);
|