Fixed initialisation of tf in file_open(). Without setting the memory to 0,
[cinelerra_cv/mob.git] / quicktime / encore50 / text_dct.h
blob1a8487bc0c27a20f28a421f00367269e94320619
4 void fdct_enc(short *block);
5 void init_fdct_enc();
6 void idct_enc(short *block);
7 void init_idct_enc();
10 void fdct_mm32(short *blk);
11 void Fast_IDCT(short int *x);