annotate faanidct.h @ 6407:7f9e2b5893fc libavcodec

floating point AAN IDCT
author michael
date Tue, 26 Feb 2008 14:59:11 +0000
parents
children 9cd577ad9c0b
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
6407
7f9e2b5893fc floating point AAN IDCT
michael
parents:
diff changeset
1 void ff_faanidct(DCTELEM block[64]);
7f9e2b5893fc floating point AAN IDCT
michael
parents:
diff changeset
2 void ff_faanidct_add(uint8_t *dest, int line_size, DCTELEM block[64]);
7f9e2b5893fc floating point AAN IDCT
michael
parents:
diff changeset
3 void ff_faanidct_put(uint8_t *dest, int line_size, DCTELEM block[64]);