projects
/
fjl
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add a stupid integerization of the AA&N IDCT -- 30% faster or so, mostly
[fjl]
/
choice.h
1
#ifndef _CHOICE_H
2
#define _CHOICE_H
3
4
#include "unstuff.h"
5
6
extern unstuff_func_t* unstuff_choice;
7
8
void init_choices();
9
10
#endif /* !defined(_CHOICE_H) */