Home
last modified time | relevance | path

Searched refs:pInput (Results 1 – 8 of 8) sorted by relevance

/external/aac/libFDK/src/
Dfft.cpp204 static inline void fft15(FIXP_DBL *pInput) in fft15() argument
217 const FIXP_DBL *pSrc = pInput; in fft15()
294 FIXP_DBL *RESTRICT pDst = pInput; in fft15()
1086 #define fftN2(pInput, length, dim1, dim2, fft_func1, fft_func2, RotVectorReal, RotVectorImag) \ argument
1100 const FIXP_DBL* pSrc = pInput; \
1128 FIXP_DBL *RESTRICT pDstOut = pInput; \
1160 FIXP_DBL *pInput, in fftN2() argument
1186 pSrc = pInput; in fftN2()
1227 pDstOut = pInput; in fftN2()
1283 static inline void fft60(FIXP_DBL *pInput, INT *pScalefactor) in fft60() argument
[all …]
/external/aac/libSBRenc/src/
Dresampler.cpp355 … INT_PCM *pInput, /*!< input of filter */ in AdvanceFilter() argument
382 input = ((FIXP_DBL)pInput[n*inStride]) << (DFRACT_BITS-SAMPLE_BITS-BIQUAD_SCALE); in AdvanceFilter()
384 input = pInput[n*inStride] >> BIQUAD_SCALE; in AdvanceFilter()
/external/aac/libFDK/include/
Dfft.h105 void fft(int length, FIXP_DBL *pInput, INT *scalefactor);
116 void ifft(int length, FIXP_DBL *pInput, INT *scalefactor);
/external/aac/libAACenc/src/
Dpsy_main.h166 INT_PCM *pInput,
Dpsy_main.cpp447 INT_PCM *pInput, in FDKaacEnc_psyMain() argument
517 &pInput[chIdx[ch]], in FDKaacEnc_psyMain()
553 &pInput[chIdx[ch]], in FDKaacEnc_psyMain()
654 … &pInput[ (2*psyConf->granuleLength-blockSwitchingOffset)*totalChannels + chIdx[ch] ], in FDKaacEnc_psyMain()
/external/sonivox/arm-wt-22k/lib_src/
Deas_mdls.c1276 EAS_I8 *pInput; in Parse_data() local
1280 pInput = (EAS_I8*) convBuf; in Parse_data()
1282 pInput = (EAS_I8*) convBuf + 1; in Parse_data()
1294 *p++ = *pInput; in Parse_data()
1295 pInput += 2; in Parse_data()
/external/sqlite/dist/orig/
Dsqlite3.c144772 const char *pInput, int nBytes, /* Input buffer */
154675 const char *pInput; /* input we are tokenizing */
154748 const char *pInput, int nBytes, /* String to be tokenized */
154758 c->pInput = pInput;
154759 if( pInput==0 ){
154762 c->nBytes = (int)strlen(pInput);
154800 unsigned char *p = (unsigned char *)c->pInput;
177243 SessionInput *pInput, /* Input changeset */
177269 if( (rc = sessionInputBuffer(pInput, 2)) ) goto finished_invert;
177270 if( pInput->iNext>=pInput->nData ) break;
[all …]
/external/sqlite/dist/
Dsqlite3.c144772 const char *pInput, int nBytes, /* Input buffer */
154687 const char *pInput; /* input we are tokenizing */
154760 const char *pInput, int nBytes, /* String to be tokenized */
154770 c->pInput = pInput;
154771 if( pInput==0 ){
154774 c->nBytes = (int)strlen(pInput);
154812 unsigned char *p = (unsigned char *)c->pInput;
177255 SessionInput *pInput, /* Input changeset */
177281 if( (rc = sessionInputBuffer(pInput, 2)) ) goto finished_invert;
177282 if( pInput->iNext>=pInput->nData ) break;
[all …]