Searched defs:N (Results 1 – 7 of 7) sorted by relevance
/cmsis-dsp-latest/Source/TransformFunctions/ |
D | arm_dct4_init_f32.c | 75 uint16_t N, in arm_dct4_init_f32()
|
D | arm_dct4_init_q15.c | 74 uint16_t N, in arm_dct4_init_q15()
|
D | arm_dct4_init_q31.c | 74 uint16_t N, in arm_dct4_init_q31()
|
/cmsis-dsp-latest/Include/dsp/ |
D | utils.h | 56 #define ARM_ROUND_UP(N, S) ((((N) + (S) - 1) / (S)) * (S)) argument
|
D | transform_functions.h | 601 uint16_t N; /**< length of the DCT4. */ member 647 uint16_t N; /**< length of the DCT4. */ member 693 uint16_t N; /**< length of the DCT4. */ member
|
/cmsis-dsp-latest/PythonWrapper/cmsisdsp_pkg/src/ |
D | cmsisdsp_transform.c | 2580 uint16_t N; // input in cmsis_arm_dct4_init_f32() local 2643 uint16_t N; // input in cmsis_arm_dct4_init_q31() local 2706 uint16_t N; // input in cmsis_arm_dct4_init_q15() local
|
/cmsis-dsp-latest/dsppp/Include/dsppp/ |
D | fixed_point.hpp | 1929 inline Q<M,F,S> operator >>(const Q<M,F,S> &a, std::integral_constant<int, N>) noexcept { in operator >>() argument 1945 inline Q< M+N , F,S> operator <<(const Q<M,F,S> &a, std::integral_constant<int, N>) noexcept { in operator <<() argument
|