/external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/arm64/ |
omxSP_FFTFwd_CToC_FC32.c | 109 OMX_FC32* pOut; 123 pOut = spec->pBuf; 129 * Set up argDst and pOut appropriately so that pOut = pDst for 133 argDst = pOut; 134 pOut = pDst; 159 argDst, pOut, pTwiddle, &subFFTNum, &subFFTSize); 161 * Swap argDst and pOut 163 tmp = pOut; 164 pOut = argDst [all...] |
omxSP_FFTFwd_RToCCS_F32.c | 115 OMX_FC32* pOut; 135 pOut = (OMX_FC32*) spec->pBuf; 142 * Set up argDst and pOut appropriately so that pOut = pDst for 146 argDst = pOut; 147 pOut = pComplexDst; 172 argDst, pOut, pTwiddle, &subFFTNum, &subFFTSize); 174 * Swap argDst and pOut 176 tmp = pOut; 177 pOut = argDst [all...] |
omxSP_FFTInv_CCSToR_F32.c | 153 OMX_FC32* pOut; 186 pOut = (OMX_FC32*) spec->pBuf; 187 pComplexSrc = pOut + (1 << order); 194 * Set up argDst and pOut appropriately so that pOut = pDst for 198 argDst = pOut; 199 pOut = pComplexDst; 224 argDst, pOut, pTwiddle, &subFFTNum, &subFFTSize); 226 * Swap argDst and pOut 228 tmp = pOut; [all...] |
omxSP_FFTInv_CToC_FC32.c | 132 OMX_FC32* pOut; 146 pOut = spec->pBuf; 152 * Set up argDst and pOut appropriately so that pOut = pDst for 156 argDst = pOut; 157 pOut = pDst; 182 argDst, pOut, pTwiddle, &subFFTNum, &subFFTSize); 184 * Swap argDst and pOut 186 tmp = pOut; 187 pOut = argDst [all...] |
ComplexToRealFixup.S | 49 #define pOut x3 65 #define pTwiddleTmp pOut
|
armSP_FFTInv_CCSToR_F32_preTwiddleRadix2_s.S | 50 #define pOut x2 132 ADD pOut1,pOut,step // pOut1 = pOut+ N/2*8 bytes
|
/external/libnfc-nxp/src/ |
phFriNfc_LlcpUtils.h | 44 * If pIn == pOut the buffer is empty. 51 volatile uint8_t *pOut; /* Points to 1 before where the next TU1 will leave buffer */
|
phFriNfc_LlcpUtils.c | 199 pUtilFifo->pOut = (uint8_t *)pBuffStart; 209 pUtilFifo->pOut = pUtilFifo->pBuffStart; 239 if(pNext == pUtilFifo->pOut) 265 if((pUtilFifo->pOut == pUtilFifo->pIn) && (pUtilFifo->bFull == FALSE)) 274 if(pUtilFifo->pOut == pUtilFifo->pBuffEnd) 281 pNext = (uint8_t*)pUtilFifo->pOut + 1; 286 pUtilFifo->pOut = pNext; 302 uint8_t * pOut = (uint8_t *)pUtilFifo->pOut; 310 if(pIn >= pOut) [all...] |
/external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/neon/ |
omxSP_FFTInv_CCSToR_S32S16_Sfs_s.S | 71 #define pOut r5 102 LDR pOut, [pFFTSpec, #ARMsFFTSpec_pBuf] 106 ADD pDst,pOut,N, LSL #2 111 ADD pDst,pOut,N, LSL #2
|
omxSP_FFTFwd_RToCCS_S16S32_Sfs_s.S | 69 #define pOut r8 101 LDR pOut, [pFFTSpec, #ARMsFFTSpec_pBuf] 121 MOVEQ pTmpDst,pOut
|
omxSP_FFTFwd_CToC_FC32_Sfs_s.S | 69 #define pOut r5 104 LDR pOut, [pFFTSpec, #ARMsFFTSpec_pBuf] 125 MOVEQ argDst,pOut 127 MOVEQ pOut,pDst 154 MOVEQ argDst,pOut 156 MOVEQ pOut,pDst
|
omxSP_FFTInv_CToC_FC32_Sfs_s.S | 69 #define pOut r5 113 LDR pOut, [pFFTSpec, #ARMsFFTSpec_pBuf] 134 MOVEQ argDst,pOut 136 MOVEQ pOut,pDst 157 MOVEQ argDst,pOut 159 MOVEQ pOut,pDst
|
omxSP_FFTInv_CToC_SC32_Sfs_s.S | 85 #define pOut r5 124 LDR pOut, [pFFTSpec, #ARMsFFTSpec_pBuf] 148 MOVEQ argDst,pOut 149 MOVEQ pOut,pDst @// Pass the first stage destination in RN5 180 MOVEQ argDst,pOut 181 MOVEQ pOut,pDst @// Pass the first stage destination in RN5 245 MOVEQ argDst,pOut 246 MOVEQ pOut,pDst @// Pass the first stage destination in RN5
|
armSP_FFTInv_CCSToR_F32_preTwiddleRadix2_unsafe_s.S | 64 #define pOut r5 136 LDR pOut, [pFFTSpec, #ARMsFFTSpec_pBuf] 153 ADD pOut1,pOut,step @// pOut1 = pOut+ N/2*8 bytes
|
armSP_FFTInv_CCSToR_S32_preTwiddleRadix2_unsafe_s.S | 72 #define pOut r5 143 LDR pOut, [pFFTSpec, #ARMsFFTSpec_pBuf] 158 ADD pOut1,pOut,step @// pOut1 = pOut+ N/2*8 bytes
|
omxSP_FFTFwd_CToC_SC16_Sfs_s.S | 86 #define pOut r5 126 LDR pOut, [pFFTSpec, #ARMsFFTSpec_pBuf] 148 MOVEQ argDst,pOut 149 MOVEQ pOut,pDst @// Pass the first stage destination in RN5 202 MOVEQ argDst,pOut 203 MOVEQ pOut,pDst @// Pass the first stage destination in RN5 266 MOVEQ argDst,pOut 267 MOVEQ pOut,pDst @// Pass the first stage destination in RN5
|
omxSP_FFTFwd_CToC_SC32_Sfs_s.S | 84 #define pOut r5 123 LDR pOut, [pFFTSpec, #ARMsFFTSpec_pBuf] 145 MOVEQ argDst,pOut 146 MOVEQ pOut,pDst @// Pass the first stage destination in RN5 200 MOVEQ argDst,pOut 201 MOVEQ pOut,pDst @// Pass the first stage destination in RN5 265 MOVEQ argDst,pOut 266 MOVEQ pOut,pDst @// Pass the first stage destination in RN5
|
omxSP_FFTInv_CToC_SC16_Sfs_s.S | 86 #define pOut r5 125 LDR pOut, [pFFTSpec, #ARMsFFTSpec_pBuf] 149 MOVEQ argDst,pOut 150 MOVEQ pOut,pDst @// Pass the first stage destination in RN5 184 MOVEQ argDst,pOut 185 MOVEQ pOut,pDst @// Pass the first stage destination in RN5 248 MOVEQ argDst,pOut 249 MOVEQ pOut,pDst @// Pass the first stage destination in RN5
|
/external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/armv7/ |
omxSP_FFTFwd_CToC_FC32_Sfs_s.S | 61 #define pOut r5 95 LDR pOut, [pFFTSpec, #ARMsFFTSpec_pBuf] 124 MOVEQ argDst,pOut 125 MOVEQ pOut,pDst @// Pass the first stage destination in RN5
|
omxSP_FFTInv_CToC_FC32_Sfs_s.S | 62 #define pOut r5 96 LDR pOut, [pFFTSpec, #ARMsFFTSpec_pBuf] 123 MOVEQ argDst,pOut 124 MOVEQ pOut,pDst @// Pass the first stage dest in RN5
|
armSP_FFTInv_CCSToR_F32_preTwiddleRadix2_unsafe_s.S | 61 #define pOut r5 116 LDR pOut, [pFFTSpec, #ARMsFFTSpec_pBuf] 124 ADD pOut1,pOut,step @// pOut1 = pOut+ N/2*8 bytes 160 vstm.f32 pOut1!, {x0r, x0i} @// pOut1 = pOut+ N/2*8 bytes
|
omxSP_FFTFwd_RToCCS_F32_Sfs_s.S | 68 #define pOut r5 137 LDR pOut, [pFFTSpec, #ARMsFFTSpec_pBuf] 160 vstmlt.f32 pOut, {x0r, x0i} 161 MOVLT pSrc,pOut 165 MOV argDst,pOut @// Set input args to fft stages 166 MOV pOut,pDst @// Set input args to fft stages 176 MOVNE argDst,pOut 177 MOVNE pOut,pDst @// Pass the first stage dest in RN5
|
omxSP_FFTInv_CCSToR_F32_Sfs_s.S | 63 #define pOut r5 140 LDR pOut, [pFFTSpec, #ARMsFFTSpec_pBuf] 143 ADD pSrc,pOut,N,LSL #3 @// set pSrc as pOut1 169 MOVEQ argDst,pOut 170 MOVEQ pOut,pDst @// Pass the first stage destination in RN5
|
/development/tools/etc1tool/ |
etc1tool.cpp | 109 int fwrite_big_endian_uint16(png_uint_32 data, FILE* pOut) { 110 if (fputc(0xff & (data >> 8), pOut) == EOF) { 113 if (fputc(0xff & data, pOut) == EOF) { 314 FILE* pOut = NULL; 337 if ((pOut = fopen(pOutput, "wb")) == NULL) { 345 if (fwrite(header, sizeof(header), 1, pOut) != 1) { 353 if (fwrite(pEncodedData, encodedSize, 1, pOut) != 1) { 360 fclose(pOut); 361 pOut = NULL; 399 if (pOut) { [all...] |
/external/chromium_org/third_party/icu/source/test/perf/utfperf/ |
utfperf.cpp | 166 UChar *pOut, *pOutLimit; 177 pOut=output; 202 ucnv_toUnicode(cnv, &pOut, pOutLimit,&p, pInter,NULL, flush,pErrorCode); 209 outputLength=pOut-output;
|