mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 03:59:43 +00:00
4 lines
179 B
C
4 lines
179 B
C
|
void ff_faanidct(DCTELEM block[64]);
|
||
|
void ff_faanidct_add(uint8_t *dest, int line_size, DCTELEM block[64]);
|
||
|
void ff_faanidct_put(uint8_t *dest, int line_size, DCTELEM block[64]);
|