Lines Matching refs:q7_t
7 #define ABS_ERROR_Q7 ((q7_t)2)
10 static __ALIGNED(8) q7_t coeffArray[32];
13 static void checkInnerTail(q7_t *b) in checkInnerTail()
29 q7_t *statep = state.ptr(); in test_fir_q7()
30 const q7_t *orgcoefsp = coefs.ptr(); in test_fir_q7()
32 const q7_t *coefsp; in test_fir_q7()
33 const q7_t *inputp = inputs.ptr(); in test_fir_q7()
34 q7_t *outp = output.ptr(); in test_fir_q7()
61 memset(coeffArray,127,32*sizeof(q7_t)); in test_fir_q7()
68 memset(coeffArray,0,round*sizeof(q7_t)); in test_fir_q7()
120 ASSERT_SNR(output,ref,(q7_t)SNR_THRESHOLD); in test_fir_q7()