forked from len0rd/rockbox
Added unmodified files from RAINBOW library by Attila Tarpai Full sources: https://github.com/Halicery/vc_rainbow Change-Id: I356486b6a332aa3f610ddcae57f8a2044653b051
6 lines
234 B
C
6 lines
234 B
C
extern void idct_sq(short *coef, int *q); // <-- scaled integer idct WITH de-quantization
|
|
extern void idct_s(int *t, short *y); // <-- scaled integer idct
|
|
|
|
extern int zigzag[64];
|
|
extern int SCALEM[64];
|
|
extern unsigned char *CLIP;
|