
Go to the source code of this file.
Functions | |
| void | fdct_enc (short *block) |
| void | init_fdct_enc () |
| void | idct_enc (short *block) |
| void | init_idct_enc () |
| void | fdct_mm32 (short *blk) |
| void | Fast_IDCT (short int *x) |
| void Fast_IDCT | ( | short int * | x | ) |
Referenced by CodeMB().
| void fdct_enc | ( | short * | block | ) |
| void fdct_mm32 | ( | short * | blk | ) |
Referenced by CodeMB().
| void idct_enc | ( | short * | block | ) |
Definition at line 129 of file text_dct.c.
References idctcol_enc(), and idctrow_enc().
Referenced by CodeMB().

| void init_fdct_enc | ( | ) |
| void init_idct_enc | ( | ) |
1.5.5