6 lines
124 B
C
6 lines
124 B
C
|
#pragma once
|
||
|
|
||
|
#include <stdint.h>
|
||
|
|
||
|
extern const int8_t fft_array_to_col[4][14];
|
||
|
extern const int8_t fft_col_to_array[10][5];
|