Searched refs:fcurr2 (Results 1 – 3 of 3) sorted by relevance
139 …float32_t fcurr2, fnext2, gnext2; /* Temporary variables for third sample in loop unr… in arm_fir_lattice_f32() local179 fcurr2 = *pSrc++; in arm_fir_lattice_f32()183 fnext2 = (fcurr1 * (*pk)) + fcurr2; in arm_fir_lattice_f32()184 gnext2 = (fcurr2 * (*pk)) + fcurr1; in arm_fir_lattice_f32()187 fnext3 = (fcurr2 * (*pk )) + fcurr3; in arm_fir_lattice_f32()188 gnext3 = (fcurr3 * (*pk++)) + fcurr2; in arm_fir_lattice_f32()197 fcurr2 = fnext2; in arm_fir_lattice_f32()225 fnext2 = (gnext1 * (*pk)) + fcurr2; in arm_fir_lattice_f32()234 gnext2 = (fcurr2 * (*pk)) + gnext1; in arm_fir_lattice_f32()256 fcurr2 = (gnext1 * (*pk)) + fnext2; in arm_fir_lattice_f32()[all …]
67 …q31_t fcurr2, fnext2, gnext2; /* Temporary variables for third sample in loop unr… in arm_fir_lattice_q15() local111 fcurr2 = *pSrc++; in arm_fir_lattice_q15()115 fnext2 = (q31_t) ((fcurr1 * (*pk)) >> 15U) + fcurr2; in arm_fir_lattice_q15()117 gnext2 = (q31_t) ((fcurr2 * (*pk)) >> 15U) + fcurr1; in arm_fir_lattice_q15()121 fnext3 = (q31_t) ((fcurr2 * (*pk )) >> 15U) + fcurr3; in arm_fir_lattice_q15()123 gnext3 = (q31_t) ((fcurr3 * (*pk++)) >> 15U) + fcurr2; in arm_fir_lattice_q15()133 fcurr2 = fnext2; in arm_fir_lattice_q15()163 fnext2 = (q31_t) ((gnext1 * (*pk)) >> 15U) + fcurr2; in arm_fir_lattice_q15()175 gnext2 = (q31_t) ((fcurr2 * (*pk)) >> 15U) + gnext1; in arm_fir_lattice_q15()202 fcurr2 = (q31_t) ((gnext1 * (*pk)) >> 15U) + fnext2; in arm_fir_lattice_q15()[all …]
70 …q31_t fcurr2, fnext2, gnext2; /* Temporary variables for third sample in loop unr… in arm_fir_lattice_q31() local114 fcurr2 = *pSrc++; in arm_fir_lattice_q31()119 fnext2 = (fnext2 << 1U) + fcurr2; in arm_fir_lattice_q31()120 gnext2 = (q31_t) (((q63_t) fcurr2 * (*pk)) >> 32U); in arm_fir_lattice_q31()124 fnext3 = (q31_t) (((q63_t) fcurr2 * (*pk )) >> 32U); in arm_fir_lattice_q31()127 gnext3 = (gnext3 << 1U) + fcurr2; in arm_fir_lattice_q31()136 fcurr2 = fnext2; in arm_fir_lattice_q31()167 fnext2 = (fnext2 << 1U) + fcurr2; in arm_fir_lattice_q31()178 gnext2 = (q31_t) (((q63_t) fcurr2 * (*pk)) >> 32U); in arm_fir_lattice_q31()205 fcurr2 = (q31_t) (((q63_t) gnext1 * (*pk)) >> 32U); in arm_fir_lattice_q31()[all …]