File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
targets/TARGET_NXP/TARGET_MCUXpresso_MCUS/TARGET_LPC55S69/drivers Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ extern int32_t idct64_twiddle[128];
26
26
extern int32_t idct128_twiddle [256 ];
27
27
extern int32_t idct256_twiddle [512 ];
28
28
extern int32_t idct512_twiddle [1024 ];
29
- extern int32_t dct16_cosFactor [32 ];
30
- extern int32_t dct32_cosFactor [64 ];
31
- extern int32_t dct64_cosFactor [128 ];
32
- extern int32_t dct128_cosFactor [256 ];
33
- extern int32_t dct256_cosFactor [512 ];
34
- extern int32_t dct512_cosFactor [1024 ];
29
+ extern int32_t dct16_cosFactor [16 ];
30
+ extern int32_t dct32_cosFactor [32 ];
31
+ extern int32_t dct64_cosFactor [64 ];
32
+ extern int32_t dct128_cosFactor [128 ];
33
+ extern int32_t dct256_cosFactor [256 ];
34
+ extern int32_t dct512_cosFactor [512 ];
35
35
36
36
/*******************************************************************************
37
37
* API
You can’t perform that action at this time.
0 commit comments