STM32_AI_AudioPreprocessing_Library
|
Header for dct.c module. More...
#include "arm_math.h"
Go to the source code of this file.
Data Structures | |
struct | DCT_InstanceTypeDef |
Instance structure for the floating-point DCT functions. More... | |
Enumerations | |
enum | DCT_TypeTypeDef { DCT_TYPE_I , DCT_TYPE_II , DCT_TYPE_II_ORTHO , DCT_TYPE_II_SCALED , DCT_TYPE_III , DCT_TYPE_III_ORTHO } |
DCT types and normalization mode. More... | |
Functions | |
int32_t | DCT_Init (DCT_InstanceTypeDef *S) |
Initialization function for the floating-point DCT operation. | |
void | DCT (DCT_InstanceTypeDef *S, float32_t *pIn, float32_t *pOut) |
Processing function for the floating-point DCT. | |
Header for dct.c module.
Copyright (c) 2023 STMicroelectronics. All rights reserved.
This software is licensed under terms that can be found in the LICENSE file in the root directory of this software component. If no LICENSE file comes with this software, it is provided AS-IS.