/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/ |
D | ssse3.c | 7 static void test_pabsb_c(char *pDst, char *pSrc, int xmm) in test_pabsb_c() argument 12 pDst[ i ] = pSrc[ i ] > 0 ? pSrc[i ] : -pSrc[ i ]; in test_pabsb_c() 15 static void test_pabsw_c(short *pDst, short *pSrc, int xmm) in test_pabsw_c() argument 20 pDst[ i ] = pSrc[ i ] > 0 ? pSrc[i ] : -pSrc[ i ]; in test_pabsw_c() 23 static void test_pabsd_c(int *pDst, int *pSrc, int xmm) in test_pabsd_c() argument 28 pDst[ i ] = pSrc[ i ] > 0 ? pSrc[i ] : -pSrc[ i ]; in test_pabsd_c() 31 static void test_psignb_c(char *pDst, char *pSrc, int xmm) in test_psignb_c() argument 36 pDst[ i ] = pSrc[i] ? ( pSrc[ i ] >= 0 ? pDst[i ] : -pDst[ i ] ) : 0; in test_psignb_c() 39 static void test_psignw_c(short *pDst, short *pSrc, int xmm) in test_psignw_c() argument 44 pDst[ i ] = pSrc[i] ? ( pSrc[ i ] >= 0 ? pDst[i ] : -pDst[ i ] ) : 0; in test_psignw_c() [all …]
|
/external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/armv7/ |
D | armSP_FFT_CToC_FC32_Radix4_fs_unsafe_s.S | 46 #define pDst r2 macro 157 vstm.f32 pDst, {x0r, x0i} 158 add pDst, pDst, outPointStep 169 vstm.f32 pDst, {t3r, t3i} 170 add pDst, pDst, outPointStep 171 vstm.f32 pDst, {x1r, x1i} 172 add pDst, pDst, outPointStep 173 vstm.f32 pDst, {x2r, x2i} 174 add pDst, pDst, setStep 176 vstm.f32 pDst, {x2r, x2i} [all …]
|
D | armSP_FFT_CToC_FC32_Radix8_fs_unsafe_s.S | 44 #define pDst r2 macro 231 vstm pDst, {x2r, x2i} @// store y0 232 add pDst, step1 243 vstm pDst, {t1r, t1i} @// store y2 244 add pDst, step1 245 vstm pDst, {x0r, x0i} @// store y4 246 add pDst, step1 247 vstm pDst, {x3r, x3i} @// store y6 248 add pDst, step1 250 vstm pDst, {x3r, x3i} @// store y2 [all …]
|
D | armSP_FFT_CToC_FC32_Radix4_unsafe_s.S | 46 #define pDst r2 macro 131 ADD pDst,pDst,diff @// pDst += (grpCount-1)*setCount 242 vstm pDst, {x2r, x2i} @// store y0 253 add pDst, outPointStep 254 vstm pDst, {t2r, t2i} @// store y1 255 add pDst, outPointStep 256 vstm pDst, {x1r, x1i} @// store y2 257 add pDst, outPointStep 258 vstm pDst, {x0r, x0i} @// store y3 259 sub pDst, outPointStep [all …]
|
D | armSP_FFT_CToC_FC32_Radix2_fs_unsafe_s.S | 46 #define pDst r2 macro 113 add pDst, pDst, outPointStep 115 vstm pDst, {y1r, y1i} 116 sub pDst, pDst, outPointStep 117 vstm pDst!, {y0r, y0i} 123 SUB pSrc,pDst,pointStep @// pDst -= 2*grpSize 124 mov pDst, pPingPongBuf
|
/external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/arm64/ |
D | omxSP_FFTInv_CToC_FC32.c | 19 OMX_FC32* pDst, 26 OMX_FC32* pDst, 33 OMX_FC32* pDst, 40 OMX_FC32* pDst, 47 OMX_FC32* pDst, 54 OMX_FC32* pDst, 61 OMX_FC32* pDst, 125 OMX_FC32* pDst, in omxSP_FFTInv_CToC_FC32_Sfs() argument 138 if (!validateParametersFC32(pSrc, pDst, spec)) in omxSP_FFTInv_CToC_FC32_Sfs() 157 pOut = pDst; in omxSP_FFTInv_CToC_FC32_Sfs() [all …]
|
D | omxSP_FFTFwd_CToC_FC32.c | 17 OMX_FC32* pDst, 24 OMX_FC32* pDst, 31 OMX_FC32* pDst, 38 OMX_FC32* pDst, 45 OMX_FC32* pDst, 52 OMX_FC32* pDst, 59 OMX_FC32* pDst, 102 OMX_FC32* pDst, in omxSP_FFTFwd_CToC_FC32_Sfs() argument 115 if (!validateParametersFC32(pSrc, pDst, spec)) in omxSP_FFTFwd_CToC_FC32_Sfs() 134 pOut = pDst; in omxSP_FFTFwd_CToC_FC32_Sfs() [all …]
|
D | omxSP_FFTFwd_RToCCS_F32.c | 17 OMX_FC32* pDst, 24 OMX_FC32* pDst, 31 OMX_FC32* pDst, 38 OMX_FC32* pDst, 45 OMX_FC32* pDst, 52 OMX_FC32* pDst, 59 OMX_FC32* pDst, 65 OMX_F32* pDst, 108 OMX_F32* pDst, in omxSP_FFTFwd_RToCCS_F32_Sfs() argument 117 OMX_FC32* pComplexDst = (OMX_FC32*) pDst; in omxSP_FFTFwd_RToCCS_F32_Sfs() [all …]
|
D | omxSP_FFTInv_CCSToR_F32.c | 19 OMX_FC32* pDst, 26 OMX_FC32* pDst, 33 OMX_FC32* pDst, 40 OMX_FC32* pDst, 47 OMX_FC32* pDst, 54 OMX_FC32* pDst, 61 OMX_FC32* pDst, 146 OMX_F32* pDst, in omxSP_FFTInv_CCSToR_F32_Sfs() argument 155 OMX_FC32* pComplexDst = (OMX_FC32*) pDst; in omxSP_FFTInv_CCSToR_F32_Sfs() 161 if (!validateParametersF32(pSrc, pDst, spec)) in omxSP_FFTInv_CCSToR_F32_Sfs() [all …]
|
/external/openssl/crypto/bn/asm/ |
D | modexp512-x86_64.pl | 155 my ($pDst, $pSrc, $cnt, $d0)=@_; 160 mov $d0#w, ($pDst) 162 mov $d0#w, (+64*1)($pDst) 164 mov $d0#w, (+64*2)($pDst) 166 mov $d0#w, (+64*3)($pDst) 168 lea 64*4($pDst), $pDst 180 my ($pDst, $pSrc, $cnt, $d0, $d1)=@_; 198 mov $d0, (+8*0)($pDst) 199 mov $d1, (+8*1)($pDst) 201 lea 8*2($pDst), $pDst [all …]
|
/external/chromium_org/third_party/boringssl/src/crypto/bn/asm/ |
D | modexp512-x86_64.pl | 155 my ($pDst, $pSrc, $cnt, $d0)=@_; 160 mov $d0#w, ($pDst) 162 mov $d0#w, (+64*1)($pDst) 164 mov $d0#w, (+64*2)($pDst) 166 mov $d0#w, (+64*3)($pDst) 168 lea 64*4($pDst), $pDst 180 my ($pDst, $pSrc, $cnt, $d0, $d1)=@_; 198 mov $d0, (+8*0)($pDst) 199 mov $d1, (+8*1)($pDst) 201 lea 8*2($pDst), $pDst [all …]
|
/external/chromium_org/third_party/openmax_dl/dl/sp/src/mips/ |
D | omxSP_FFTFwd_RToCCS_F32_Sfs.c | 20 OMX_F32* pDst, 25 OMX_F32* pDst, 29 OMX_F32* pDst, in omxSP_FFTFwd_RToCCS_F32_Sfs() argument 34 if (!pSrc || !pDst || ((uintptr_t)pSrc & 31) || ((uintptr_t)pDst & 31) || in omxSP_FFTFwd_RToCCS_F32_Sfs() 46 return mips_FFTFwd_RToCCS_F32_complex(pSrc, pDst, pFFTStruct); in omxSP_FFTFwd_RToCCS_F32_Sfs() 50 pDst[0] = (pSrc[0] + pSrc[1]); in omxSP_FFTFwd_RToCCS_F32_Sfs() 51 pDst[1] = 0.0f; in omxSP_FFTFwd_RToCCS_F32_Sfs() 52 pDst[2] = (pSrc[0] - pSrc[1]); in omxSP_FFTFwd_RToCCS_F32_Sfs() 53 pDst[3] = 0.0f; in omxSP_FFTFwd_RToCCS_F32_Sfs() 58 return mips_FFTFwd_RToCCS_F32_real(pSrc, pDst, pFFTStruct); in omxSP_FFTFwd_RToCCS_F32_Sfs()
|
D | omxSP_FFTInv_CCSToR_F32_Sfs.c | 20 OMX_F32* pDst, 25 OMX_F32* pDst, 29 OMX_F32* pDst, in omxSP_FFTInv_CCSToR_F32_Sfs() argument 34 if (!pSrc || !pDst || (uintptr_t)pSrc & 31 || (uintptr_t)pDst & 31 || in omxSP_FFTInv_CCSToR_F32_Sfs() 49 return mips_FFTInv_CCSToR_F32_complex(pSrc, pDst, pFFTStruct); in omxSP_FFTInv_CCSToR_F32_Sfs() 53 pDst[0] = (pSrc[0] + pSrc[2]) / 2; in omxSP_FFTInv_CCSToR_F32_Sfs() 54 pDst[1] = (pSrc[0] - pSrc[2]) / 2; in omxSP_FFTInv_CCSToR_F32_Sfs() 59 return mips_FFTInv_CCSToR_F32_real(pSrc, pDst, pFFTStruct); in omxSP_FFTInv_CCSToR_F32_Sfs()
|
D | mips_FFTInv_CCSToR_F32_real.c | 18 OMX_F32* pDst, in mips_FFTInv_CCSToR_F32_real() argument 48 pDst[0] = factor * (tmp1 + tmp2); in mips_FFTInv_CCSToR_F32_real() 49 pDst[2] = factor * (tmp1 - tmp2); in mips_FFTInv_CCSToR_F32_real() 50 pDst[1] = factor * (tmp3 - tmp4); in mips_FFTInv_CCSToR_F32_real() 51 pDst[3] = factor * (tmp3 + tmp4); in mips_FFTInv_CCSToR_F32_real() 107 pDst[4] = factor * (p_buf[0].Re - tmp5); in mips_FFTInv_CCSToR_F32_real() 108 pDst[0] = factor * (p_buf[0].Re + tmp5); in mips_FFTInv_CCSToR_F32_real() 109 pDst[6] = factor * (p_buf[2].Re + tmp6); in mips_FFTInv_CCSToR_F32_real() 110 pDst[2] = factor * (p_buf[2].Re - tmp6); in mips_FFTInv_CCSToR_F32_real() 120 pDst[5] = factor * (p_buf[1].Re - tmp3); in mips_FFTInv_CCSToR_F32_real() [all …]
|
/external/chromium_org/third_party/openmax_dl/dl/sp/api/ |
D | omxSP.h | 80 OMX_S16 *pDst, 293 OMX_S16 *pDst, 433 OMX_S16 *pDst, 829 OMX_S16 *pDst, 1065 OMX_S16 *pDst, 1275 OMX_S32 *pDst, 1882 OMX_SC16 *pDst, 1889 OMX_SC16 *pDst, 1934 OMX_SC32 *pDst, 1982 OMX_SC16 *pDst, [all …]
|
/external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/neon/ |
D | armSP_FFT_CToC_SC16_Radix8_fs_unsafe_s.S | 56 #define pDst r2 macro 266 VST2 {dYr0,dYi0},[pDst :128],step1 @// store y0 274 VST2 {dYr2,dYi2},[pDst :128],step1 @// store y2 278 VST2 {dYr4,dYi4},[pDst :128],step1 @// store y4 282 VST2 {dYr6,dYi6},[pDst :128],step1 @// store y6 290 VST2 {dYr6,dYi6},[pDst :128],step1 @// store y2 295 VST2 {dYr4,dYi4},[pDst :128],step1 @// store y4 298 VST2 {dYr2,dYi2},[pDst :128],step1 @// store y6 349 SUB pDst, pDst, step2 @// set pDst to y1 353 VST2 {dYr1,dYi1},[pDst :128],step1 @// store y1 [all …]
|
D | armSP_FFT_CToC_SC32_Radix8_fs_unsafe_s.S | 55 #define pDst r2 macro 257 VST2 {dYr0,dYi0},[pDst :128],step1 @// store y0 265 VST2 {dYr2,dYi2},[pDst :128],step1 @// store y2 269 VST2 {dYr4,dYi4},[pDst :128],step1 @// store y4 273 VST2 {dYr6,dYi6},[pDst :128],step1 @// store y6 281 VST2 {dYr6,dYi6},[pDst :128],step1 @// store y2 286 VST2 {dYr4,dYi4},[pDst :128],step1 @// store y4 289 VST2 {dYr2,dYi2},[pDst :128],step1 @// store y6 340 SUB pDst, pDst, step2 @// set pDst to y1 347 VST2 {dYr1,dYi1},[pDst :128],step1 @// store y1 [all …]
|
D | armSP_FFT_CToC_SC16_Radix4_fs_unsafe_s.S | 56 #define pDst r2 macro 185 VST2 {dZr0,dZi0},[pDst :128],outPointStep 188 VST2 {dZr3,dZi3},[pDst :128],outPointStep 191 VST2 {dZr1,dZi1},[pDst :128],outPointStep 195 VST2 {dZr2,dZi2},[pDst :128],setStep 203 VST2 {dZr0,dZi0},[pDst :128],outPointStep 206 VST2 {dZr2,dZi2},[pDst :128],outPointStep 209 VST2 {dZr1,dZi1},[pDst :128],outPointStep 211 VST2 {dZr3,dZi3},[pDst :128],setStep 239 VST2 {dZr0,dZi0},[pDst :128],outPointStep [all …]
|
D | armSP_FFT_CToC_SC32_Radix4_fs_unsafe_s.S | 56 #define pDst r2 macro 188 VST2 {dZr0,dZi0},[pDst :128],outPointStep 192 VST2 {dZr3,dZi3},[pDst :128],outPointStep 195 VST2 {dZr1,dZi1},[pDst :128],outPointStep 199 VST2 {dZr2,dZi2},[pDst :128],setStep 210 VST2 {dZr0,dZi0},[pDst :128],outPointStep 214 VST2 {dZr2,dZi2},[pDst :128],outPointStep 217 VST2 {dZr1,dZi1},[pDst :128],outPointStep 221 VST2 {dZr3,dZi3},[pDst :128],setStep 250 VST2 {dZr0,dZi0},[pDst :128],outPointStep [all …]
|
D | armSP_FFT_CToC_FC32_Radix8_fs_unsafe_s.S | 45 #define pDst r2 macro 244 VST2 {dYr0,dYi0},[pDst :128],step1 @// store y0 252 VST2 {dYr2,dYi2},[pDst :128],step1 @// store y2 256 VST2 {dYr4,dYi4},[pDst :128],step1 @// store y4 260 VST2 {dYr6,dYi6},[pDst :128],step1 @// store y6 268 VST2 {dYr6,dYi6},[pDst :128],step1 @// store y2 273 VST2 {dYr4,dYi4},[pDst :128],step1 @// store y4 276 VST2 {dYr2,dYi2},[pDst :128],step1 @// store y6 329 SUB pDst, pDst, step2 @// set pDst to y1 339 VST2 {dYr1,dYi1},[pDst :128],step1 @// store y1 [all …]
|
D | armSP_FFT_CToC_SC16_Radix4_ls_unsafe_s.S | 63 #define pDst r2 macro 290 VST2 {dZr0,dZi0},[pDst :128],outPointStep 295 VST2 {dZr3,dZi3},[pDst :128],outPointStep 296 VST2 {dZr2,dZi2},[pDst :128],outPointStep 297 … VST2 {dZr1,dZi1},[pDst :128],dstStep @// dstStep = -3*outPointStep + 16 305 VST2 {dZr0,dZi0},[pDst :128],outPointStep 307 VST2 {dZr1,dZi1},[pDst :128],outPointStep 308 VST2 {dZr2,dZi2},[pDst :128],outPointStep 309 … VST2 {dZr3,dZi3},[pDst :128],dstStep @// dstStep = -3*outPointStep + 16 332 VST2 {dZr0,dZi0},[pDst :128],outPointStep [all …]
|
D | armSP_FFT_CToC_SC16_Radix4_unsafe_s.S | 61 #define pDst r2 macro 262 VST2 {dZr0,dZi0},[pDst :128],outPointStep 266 VST2 {dZr2,dZi2},[pDst :128],outPointStep 269 VST2 {dZr1,dZi1},[pDst :128],outPointStep 271 VST2 {dZr3,dZi3},[pDst :128],dstStep 279 VST2 {dZr0,dZi0},[pDst :128],outPointStep 283 VST2 {dZr3,dZi3},[pDst :128],outPointStep 287 VST2 {dZr1,dZi1},[pDst :128],outPointStep 288 VST2 {dZr2,dZi2},[pDst :128],dstStep 312 VST2 {dZr0,dZi0},[pDst :128],outPointStep [all …]
|
/external/aac/libFDK/src/ |
D | fft.cpp | 218 FIXP_DBL *RESTRICT pDst = aDst; in fft15() local 222 pDst[k+0] = pSrc[l]; in fft15() 223 pDst[k+1] = pSrc[l+1]; in fft15() 228 pDst[k+2] = pSrc[l]; in fft15() 229 pDst[k+3] = pSrc[l+1]; in fft15() 233 pDst[k+4] = pSrc[l]; in fft15() 234 pDst[k+5] = pSrc[l+1]; in fft15() 243 r1 = pDst[k+2] + pDst[k+4]; in fft15() 244 r2 = fMult((pDst[k+2] - pDst[k+4]), C31); in fft15() 245 s1 = pDst[k+0]; in fft15() [all …]
|
/external/pdfium/core/src/fpdftext/ |
D | unicodenormalization.cpp | 20 FX_STRSIZE FX_Unicode_GetNormalization(FX_WCHAR wch, FX_LPWSTR pDst) in FX_Unicode_GetNormalization() argument 25 if (pDst) { in FX_Unicode_GetNormalization() 26 *pDst = wch; in FX_Unicode_GetNormalization() 44 if (pDst) { in FX_Unicode_GetNormalization() 47 *pDst ++ = *pMap ++; in FX_Unicode_GetNormalization() 52 FX_STRSIZE FX_WideString_GetNormalization(FX_WSTR wsSrc, FX_LPWSTR pDst) in FX_WideString_GetNormalization() argument 57 if(pDst) { in FX_WideString_GetNormalization() 58 nCount += FX_Unicode_GetNormalization(wch, pDst + nCount); in FX_WideString_GetNormalization() 60 nCount += FX_Unicode_GetNormalization(wch, pDst); in FX_WideString_GetNormalization()
|
/external/pdfium/core/src/fxcodec/jbig2/ |
D | JBig2_Image.cpp | 112 FX_BOOL CJBig2_Image::composeTo(CJBig2_Image *pDst, FX_INT32 x, FX_INT32 y, JBig2ComposeOp op) in composeTo() argument 117 return composeTo_opt2(pDst, x, y, op); in composeTo() 119 FX_BOOL CJBig2_Image::composeTo(CJBig2_Image *pDst, FX_INT32 x, FX_INT32 y, JBig2ComposeOp op, cons… in composeTo() argument 125 return composeTo_opt2(pDst, x, y, op); in composeTo() 127 return composeTo_opt2(pDst, x, y, op, pSrcRect); in composeTo() 129 FX_BOOL CJBig2_Image::composeTo_unopt(CJBig2_Image *pDst, FX_INT32 x, FX_INT32 y, JBig2ComposeOp op) in composeTo_unopt() argument 146 if(x + w > pDst->m_nWidth) { in composeTo_unopt() 147 w = pDst->m_nWidth - x; in composeTo_unopt() 149 if(y + h > pDst->m_nHeight) { in composeTo_unopt() 150 h = pDst->m_nHeight - y; in composeTo_unopt() [all …]
|