Documentation fixes. OC has been replaced by TH in the public headers.
[xiph/unicode.git] / sushivision / objective.h
blobaf991dcb4e1c82f187d547e0a6eddca0604ea86a
1 /*
3 * sushivision copyright (C) 2006-2007 Monty <monty@xiph.org>
5 * sushivision is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation; either version 2, or (at your option)
8 * any later version.
9 *
10 * sushivision is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
15 * You should have received a copy of the GNU General Public License
16 * along with sushivision; see the file COPYING. If not, write to the
17 * Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
22 struct _sv_obj_internal {
23 sv_func_t *x_func;
24 sv_func_t *y_func;
25 sv_func_t *z_func;
26 sv_func_t *e1_func;
27 sv_func_t *e2_func;
28 sv_func_t *p1_func;
29 sv_func_t *p2_func;
30 sv_func_t *m_func;
32 int x_fout;
33 int y_fout;
34 int z_fout;
35 int e1_fout;
36 int e2_fout;
37 int p1_fout;
38 int p2_fout;
39 int m_fout;