/external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/ |
omxSP_FFTGetBufSize_R_S16S32.c | 67 + sizeof(OMX_S32) * (2); /* Extra size 'N' is used in FFTInv_CCSToR_S32S16_Sfs as a temporary buf */ 81 + sizeof(OMX_S32) * (N<<1) /* Extra size 'N' is used in FFTInv_CCSToR_S32S16_Sfs as a temporary buf */
|
omxSP_FFTGetBufSize_R_S32.c | 67 + sizeof(OMX_S32) * (2); /* Extra size 'N' is used in FFTInv_CCSToR_S32S16_Sfs as a temporary buf */ 81 + sizeof(OMX_S32) * (N<<1) /* Extra size 'N' is used in FFTInv_CCSToR_S32_Sfs as a temporary buf */
|
omxSP_FFTInit_R_S16S32.c | 66 OMX_S32 *pBuf; 70 OMX_S32 x,y,xNeg; 81 pFFTStruct->pBuf = (OMX_S32 *) 104 pBuf = (OMX_S32*) 110 pBuf = (OMX_S32*) ((OMX_S8*)pBuf + (32-pTmp));
|
omxSP_FFTInit_R_S32.c | 65 OMX_S32 *pBuf; 69 OMX_S32 x,y,xNeg; 80 pFFTStruct->pBuf = (OMX_S32 *) 102 pBuf = (OMX_S32*) 108 pBuf = (OMX_S32*) ((OMX_S8*)pBuf + (32-pTmp));
|
omxSP_FFTInit_C_SC32.c | 70 OMX_S32 x,y,xNeg;
|
omxSP_FFTInit_C_SC16.c | 71 OMX_S32 xS32,yS32;
|
omxSP_FFTInit_R_S16.c | 63 OMX_S32 xS32 = 0, yS32 = 0;
|
armSP_FFT_S32TwiddleTable.c | 39 const OMX_S32 armSP_FFT_S32TwiddleTable[1026] ={
|
/external/chromium_org/third_party/openmax_dl/dl/sp/src/test/ |
compare.h | 37 void CompareReal32(struct SnrResult* snr, OMX_S32* actual, 38 OMX_S32* expected, int size);
|
test_rfft32.c | 72 void GenerateSignal(OMX_S32* x, OMX_SC32* fft, int size, int signal_type) { 101 OMX_S32* x; 145 status = omxSP_FFTFwd_RToCCS_S32_Sfs(x, (OMX_S32*) y, pFwdSpec, 0); 168 OMX_S32* x; 170 OMX_S32* z; 219 status = omxSP_FFTInv_CCSToR_S32_Sfs((OMX_S32*) y_true, z, pInvSpec, 0);
|
test_util.h | 161 void DumpArrayReal32(const char* array_name, int count, const OMX_S32* array);
|
test_fft_time.c | 931 OMX_S32* y; 933 OMX_S32* y_true; 946 OMX_S32* temp32; 979 temp32 = (OMX_S32*) malloc(sizeof(*temp32) * fft_size); [all...] |
compare.c | 116 void CompareReal32(struct SnrResult* snr, OMX_S32* actual, 117 OMX_S32* expected, int size) {
|
test_rfft16_s32.c | 141 status = omxSP_FFTFwd_RToCCS_S16S32_Sfs(x, (OMX_S32*) y, fft_fwd_spec, 0); 213 status = omxSP_FFTInv_CCSToR_S32S16_Sfs((OMX_S32*) y_true, z,
|
test_util.c | 191 * Arrays with elements of type OMX_S16, OMX_S32, OMX_SC32, OMX_F32, 204 void DumpArrayReal32(const char* array_name, int count, const OMX_S32* array) {
|
/external/chromium_org/third_party/openmax_dl/dl/sp/api/ |
omxSP.h | 111 OMX_S32 omxSP_DotProd_S16 ( 149 OMX_S32 omxSP_DotProd_S16_Sfs ( 226 const OMX_S32 *pSrc, 833 OMX_S32 *pDelayLine [all...] |
armSP.h | 41 extern OMX_S32 armSP_FFT_S32TwiddleTable[1026]; 66 OMX_S32 *pBuf;
|
/external/chromium_org/third_party/openmax_dl/dl/api/ |
omxtypes.h | 142 /* OMX_S32 */ 144 typedef signed int OMX_S32; 146 typedef long signed int OMX_S32; 148 #error OMX_S32 undefined 191 OMX_S32 Re; /** Real part */ 192 OMX_S32 Im; /** Imaginary part */
|