/third_party/cmsis/CMSIS/DSP/Source/FilteringFunctions/ |
D | arm_fir_q31.c | 75 *pOutput++ = (q31_t)asrl(acc[j], 23); \ 104 *pOutput++ = (q31_t)asrl(acc[j], 23); \ 115 q31_t *pOutput; /* Temporary pointer to the output buffer */ \ 136 pOutput = pDst; \ 218 q31_t *pOutput; /* Temporary pointer to the output buffer */ in arm_fir_q31_1_4_mve() local 233 pOutput = pDst; in arm_fir_q31_1_4_mve() 270 *pOutput++ = (q31_t) acc0; in arm_fir_q31_1_4_mve() 271 *pOutput++ = (q31_t) acc1; in arm_fir_q31_1_4_mve() 272 *pOutput++ = (q31_t) acc2; in arm_fir_q31_1_4_mve() 273 *pOutput++ = (q31_t) acc3; in arm_fir_q31_1_4_mve() [all …]
|
D | arm_fir_q7.c | 59 #define FIR_Q7_CORE(pOutput, nbAcc, nbVecTaps, pSample, vecCoeffs) \ argument 69 *pOutput++ = (q7_t) __SSAT((acc[j] >> 7U), 8); \ 78 q7_t *pOutput; /* Temporary pointer to the output buffer */ \ 100 pOutput = pDst; \ 111 FIR_Q7_CORE(pOutput, 4, NBVECTAPS, pSamples, vecCoeffs); \ 123 FIR_Q7_CORE(pOutput, residual, NBVECTAPS, pSamples, vecCoeffs); \ 200 q7_t *pOutput; /* Temporary pointer to the output buffer */ in arm_fir_q7() local 250 pOutput = pDst; in arm_fir_q7() 305 *pOutput++ = (q7_t) __SSAT((acc0 >> 7U), 8); in arm_fir_q7() 306 *pOutput++ = (q7_t) __SSAT((acc1 >> 7U), 8); in arm_fir_q7() [all …]
|
D | arm_fir_q15.c | 64 #define FIR_Q15_CORE(pOutput, nbAcc, nbVecTaps, pSample, vecCoeffs) \ argument 74 *pOutput++ = (q15_t) MVE_ASRL_SAT16(acc[j], 15); \ 83 q15_t *pOutput; /* Temporary pointer to the output buffer */ \ 105 pOutput = pDst; \ 116 FIR_Q15_CORE(pOutput, 4, NBVECTAPS, pSamples, vecCoeffs); \ 128 FIR_Q15_CORE(pOutput, residual, NBVECTAPS, pSamples, vecCoeffs); \ 209 q15_t *pOutput; /* Temporary pointer to the output buffer */ in arm_fir_q15() local 243 pOutput = pDst; in arm_fir_q15() 291 *pOutput++ = (q15_t) MVE_ASRL_SAT16(acc0, 15); in arm_fir_q15() 292 *pOutput++ = (q15_t) MVE_ASRL_SAT16(acc1, 15); in arm_fir_q15() [all …]
|
D | arm_fir_f16.c | 71 float16_t *pOutput; /* Temporary pointer to the output buffer */ in arm_fir_f16_1_4_mve() local 92 pOutput = pDst; in arm_fir_f16_1_4_mve() 108 vst1q(pOutput, vecAcc0); in arm_fir_f16_1_4_mve() 110 pOutput += 8; in arm_fir_f16_1_4_mve() 127 vstrhq_p_f16(pOutput, vecAcc0, p0); in arm_fir_f16_1_4_mve() 161 float16_t *pOutput; /* Temporary pointer to the output buffer */ in arm_fir_f16_5_8_mve() local 182 pOutput = pDst; in arm_fir_f16_5_8_mve() 198 vst1q(pOutput, vecAcc0); in arm_fir_f16_5_8_mve() 200 pOutput += 8; in arm_fir_f16_5_8_mve() 217 vstrhq_p_f16(pOutput, vecAcc0, p0); in arm_fir_f16_5_8_mve() [all …]
|
D | arm_fir_f32.c | 173 float32_t *pOutput; /* Temporary pointer to the output buffer */ in arm_fir_f32_1_4_mve() local 191 pOutput = pDst; in arm_fir_f32_1_4_mve() 207 vst1q(pOutput, vecAcc0); in arm_fir_f32_1_4_mve() 209 pOutput += 4; in arm_fir_f32_1_4_mve() 226 vstrwq_p_f32(pOutput, vecAcc0, p0); in arm_fir_f32_1_4_mve() 372 float32_t *pOutput; /* Temporary pointer to the output buffer */ in arm_fir_f32() local 555 pOutput = pDst; in arm_fir_f32() 581 vst1q(pOutput, vecAcc0+pap); in arm_fir_f32() 584 pOutput += 4; in arm_fir_f32() 611 vstrwq_p_f32(pOutput, vecAcc0+pap,p0); in arm_fir_f32() [all …]
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | authenticatedchannel9.h | 57 void *pOutput ); 63 D3DAUTHENTICATEDCHANNEL_CONFIGURE_OUTPUT *pOutput );
|
D | authenticatedchannel9.c | 55 void *pOutput ) in NineAuthenticatedChannel9_Query() argument 64 D3DAUTHENTICATEDCHANNEL_CONFIGURE_OUTPUT *pOutput ) in NineAuthenticatedChannel9_Configure() argument
|
D | nine_lock.c | 105 void *pOutput ) in LockAuthenticatedChannel9_Query() argument 109 r = NineAuthenticatedChannel9_Query(This, InputSize, pInput, OutputSize, pOutput); in LockAuthenticatedChannel9_Query() 118 D3DAUTHENTICATEDCHANNEL_CONFIGURE_OUTPUT *pOutput ) in LockAuthenticatedChannel9_Configure() argument 122 r = NineAuthenticatedChannel9_Configure(This, InputSize, pInput, pOutput); in LockAuthenticatedChannel9_Configure()
|
/third_party/mesa3d/src/amd/addrlib/src/r800/ |
D | egbaddrlib.cpp | 2483 CoordFromBankPipe* pOutput ///< [out] pointer to extracted x/y bits in ComputeSurfaceCoord2DFromBankPipe() 2636 pOutput->xBits = xBit; in ComputeSurfaceCoord2DFromBankPipe() 2637 pOutput->yBits = yBit; in ComputeSurfaceCoord2DFromBankPipe() 2639 pOutput->xBit3 = xBit3; in ComputeSurfaceCoord2DFromBankPipe() 2640 pOutput->xBit4 = xBit4; in ComputeSurfaceCoord2DFromBankPipe() 2641 pOutput->xBit5 = xBit5; in ComputeSurfaceCoord2DFromBankPipe() 2642 pOutput->yBit3 = yBit3; in ComputeSurfaceCoord2DFromBankPipe() 2643 pOutput->yBit4 = yBit4; in ComputeSurfaceCoord2DFromBankPipe() 2644 pOutput->yBit5 = yBit5; in ComputeSurfaceCoord2DFromBankPipe() 2645 pOutput->yBit6 = yBit6; in ComputeSurfaceCoord2DFromBankPipe()
|
D | egbaddrlib.h | 288 CoordFromBankPipe *pOutput) const;
|
/third_party/mesa3d/include/D3D9/ |
D | d3d9.h | 576 …3DAuthenticatedChannel9 *This, UINT InputSize, const void *pInput, UINT OutputSize, void *pOutput); 577 …nel9 *This, UINT InputSize, const void *pInput, D3DAUTHENTICATEDCHANNEL_CONFIGURE_OUTPUT *pOutput);
|