[svn] / branches / dev-api-4 / xvidcore / src / image / postprocessing.h Repository:
ViewVC logotype

Diff of /branches/dev-api-4/xvidcore/src/image/postprocessing.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1297, Sun Dec 21 19:42:11 2003 UTC revision 1375, Thu Mar 4 16:13:33 2004 UTC
# Line 19  Line 19 
19   *  along with this program ; if not, write to the Free Software   *  along with this program ; if not, write to the Free Software
20   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
21   *   *
22   * $Id: postprocessing.h,v 1.1.4.4 2003-12-21 19:42:11 Isibaar Exp $   * $Id: postprocessing.h,v 1.1.4.5 2004-03-04 16:13:33 Isibaar Exp $
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25    
# Line 39  Line 39 
39  #define MAX_RES (MAX_NOISE - MAX_SHIFT)  #define MAX_RES (MAX_NOISE - MAX_SHIFT)
40    
41  typedef struct {  typedef struct {
42          int8_t xvid_thresh_tbl[510];          int8_t xvid_thresh_tbl[511];
43          int8_t xvid_abs_tbl[510];          int8_t xvid_abs_tbl[511];
44          int8_t xvid_noise1[MAX_NOISE * sizeof(int8_t)];          int8_t xvid_noise1[MAX_NOISE * sizeof(int8_t)];
45          int8_t xvid_noise2[MAX_NOISE * sizeof(int8_t)];          int8_t xvid_noise2[MAX_NOISE * sizeof(int8_t)];
46          int8_t *xvid_prev_shift[MAX_RES][6];          int8_t *xvid_prev_shift[MAX_RES][6];

Legend:
Removed from v.1297  
changed lines
  Added in v.1375

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4