view faanidct.h @ 6415:2eb1b18d6282 libavcodec

Remove another temporary variable with which gcc has problems.
author michael
date Tue, 26 Feb 2008 18:36:58 +0000
parents 7f9e2b5893fc
children 9cd577ad9c0b
line wrap: on
line source

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]);