Lines Matching refs:pS1
138 …float32_t *pS1, *pS2, *pbuff; /* Temporary pointers for input buffer and pState b… in arm_dct4_f32() local
174 pS1 = pState; in arm_dct4_f32()
194 *pS1++ = *pbuff++; in arm_dct4_f32()
198 *pS1++ = *pbuff++; in arm_dct4_f32()
201 *pS1++ = *pbuff++; in arm_dct4_f32()
204 *pS1++ = *pbuff++; in arm_dct4_f32()
215 pS1 = pState; in arm_dct4_f32()
225 *pbuff++ = *pS1++; in arm_dct4_f32()
226 *pbuff++ = *pS1++; in arm_dct4_f32()
227 *pbuff++ = *pS1++; in arm_dct4_f32()
228 *pbuff++ = *pS1++; in arm_dct4_f32()
259 pS1 = pState; in arm_dct4_f32()
262 in = *pS1++ * (float32_t) 0.5; in arm_dct4_f32()
267 pS1++; in arm_dct4_f32()
275 in = *pS1++ - in; in arm_dct4_f32()
278 pS1++; in arm_dct4_f32()
280 in = *pS1++ - in; in arm_dct4_f32()
282 pS1++; in arm_dct4_f32()
284 in = *pS1++ - in; in arm_dct4_f32()
286 pS1++; in arm_dct4_f32()
288 in = *pS1++ - in; in arm_dct4_f32()
290 pS1++; in arm_dct4_f32()
304 in = *pS1++ - in; in arm_dct4_f32()
308 pS1++; in arm_dct4_f32()
353 *pS1++ = *pbuff++; in arm_dct4_f32()
365 pS1 = pState; in arm_dct4_f32()
373 *pbuff++ = *pS1++; in arm_dct4_f32()
401 pS1 = pState; in arm_dct4_f32()
404 in = *pS1++ * (float32_t) 0.5; in arm_dct4_f32()
409 pS1++; in arm_dct4_f32()
418 in = *pS1++ - in; in arm_dct4_f32()
422 pS1++; in arm_dct4_f32()