projects
/
fjl
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add an x86 optimized version of extend().
[fjl]
/
choice.h
1
#ifndef _CHOICE_H
2
#define _CHOICE_H
3
4
#include "unstuff.h"
5
#include "idct.h"
6
7
extern unstuff_func_t* unstuff_choice;
8
extern idct_alloc_t* idct_choice_alloc;
9
extern idct_free_t* idct_choice_free;
10
extern idct_func_t* idct_choice;
11
12
void init_choices();
13
14
#endif /* !defined(_CHOICE_H) */