Home
last modified time | relevance | path

Searched refs:normalize (Results 1 – 9 of 9) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Source/TransformFunctions/
Darm_dct4_f32.c324 *pbuff++ = in * S->normalize; in arm_dct4_f32()
327 *pbuff++ = in * S->normalize; in arm_dct4_f32()
330 *pbuff++ = in * S->normalize; in arm_dct4_f32()
333 *pbuff++ = in * S->normalize; in arm_dct4_f32()
436 *pbuff++ = in * S->normalize; in arm_dct4_f32()
Darm_dct4_q15.c252 *pbuff++ = ((q15_t) (((q31_t) in * S->normalize) >> 15)); in arm_dct4_q15()
255 *pbuff++ = ((q15_t) (((q31_t) in * S->normalize) >> 15)); in arm_dct4_q15()
258 *pbuff++ = ((q15_t) (((q31_t) in * S->normalize) >> 15)); in arm_dct4_q15()
261 *pbuff++ = ((q15_t) (((q31_t) in * S->normalize) >> 15)); in arm_dct4_q15()
368 *pbuff++ = ((q15_t) (((q31_t) in * S->normalize) >> 15)); in arm_dct4_q15()
Darm_dct4_q31.c255 *pbuff++ = ((q31_t) (((q63_t) in * S->normalize) >> 31)); in arm_dct4_q31()
258 *pbuff++ = ((q31_t) (((q63_t) in * S->normalize) >> 31)); in arm_dct4_q31()
261 *pbuff++ = ((q31_t) (((q63_t) in * S->normalize) >> 31)); in arm_dct4_q31()
264 *pbuff++ = ((q31_t) (((q63_t) in * S->normalize) >> 31)); in arm_dct4_q31()
371 *pbuff++ = ((q31_t) (((q63_t) in * S->normalize) >> 31)); in arm_dct4_q31()
Darm_dct4_init_q15.c66 q15_t normalize) in arm_dct4_init_q15() argument
78 S->normalize = normalize; in arm_dct4_init_q15()
Darm_dct4_init_q31.c66 q31_t normalize) in arm_dct4_init_q31() argument
78 S->normalize = normalize; in arm_dct4_init_q31()
Darm_dct4_init_f32.c66 float32_t normalize) in arm_dct4_init_f32() argument
79 S->normalize = normalize; in arm_dct4_init_f32()
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/DSP/Include/dsp/
Dtransform_functions.h456 float32_t normalize; /**< normalizing factor. */ member
480 float32_t normalize);
502 q31_t normalize; /**< normalizing factor. */ member
526 q31_t normalize);
548 q15_t normalize; /**< normalizing factor. */ member
572 q15_t normalize);
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/Include/
Darm_math.h2400 float32_t normalize; /**< normalizing factor. */ member
2424 float32_t normalize);
2446 q31_t normalize; /**< normalizing factor. */ member
2470 q31_t normalize);
2492 q15_t normalize; /**< normalizing factor. */ member
2516 q15_t normalize);
/hal_nxp-latest/mcux/mcux-sdk/drivers/powerquad/
Dfsl_powerquad_cmsis.c328 q31_t normalize) in arm_dct4_init_q31() argument
548 q15_t normalize) in arm_dct4_init_q15() argument