repo.or.cz
/
cinelerra_cv
/
mob.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed initialisation of tf in file_open(). Without setting the memory to 0,
[cinelerra_cv/mob.git]
/
quicktime
/
encore50
/
text_dct.h
blob
1a8487bc0c27a20f28a421f00367269e94320619
1
2
3
4
void
fdct_enc
(
short
*
block
);
5
void
init_fdct_enc
();
6
void
idct_enc
(
short
*
block
);
7
void
init_idct_enc
();
8
9
10
void
fdct_mm32
(
short
*
blk
);
11
void
Fast_IDCT
(
short int
*
x
);