]> git.sesse.net Git - fjl/blob - choice.h
Let IDCTs do precalculation outside the inner loops. Speeds up (as expected)
[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) */