Lines Matching refs:ptr
46 q31_t *ptr; in setUp() local
48 ptr=coefs.ptr(); in setUp()
49 memcpy(coeffArray,ptr,this->nbTaps*sizeof(q31_t)); in setUp()
52 this->pCoefs=coefs.ptr(); in setUp()
55 arm_fir_init_q31(&instFir,this->nbTaps,coefs.ptr(),state.ptr(),this->nbSamples); in setUp()
57 this->pSrc=samples.ptr(); in setUp()
58 this->pDst=output.ptr(); in setUp()
65 arm_lms_init_q31(&instLms,this->nbTaps,coefs.ptr(),state.ptr(),100,this->nbSamples,1); in setUp()
67 this->pSrc=samples.ptr(); in setUp()
68 this->pRef=refs.ptr(); in setUp()
70 this->pDst=output.ptr(); in setUp()
71 this->pErr=error.ptr(); in setUp()
78 … arm_lms_norm_init_q31(&instLmsNorm,this->nbTaps,coefs.ptr(),state.ptr(),100,this->nbSamples,1); in setUp()
80 this->pSrc=samples.ptr(); in setUp()
81 this->pRef=refs.ptr(); in setUp()
83 this->pDst=output.ptr(); in setUp()
84 this->pErr=error.ptr(); in setUp()