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

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

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

revision 1374, Thu Mar 4 00:47:17 2004 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.c,v 1.1.4.4 2003-12-21 19:42:07 Isibaar Exp $   * $Id: postprocessing.c,v 1.1.4.5 2004-03-04 16:13:33 Isibaar Exp $
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25    
# Line 169  Line 169 
169                                  a31 = ((s[1]<<1) - s[2] * 5 + s[3] * 5 - (s[4]<<1));    \                                  a31 = ((s[1]<<1) - s[2] * 5 + s[3] * 5 - (s[4]<<1));    \
170                                  a32 = ((s[5]<<1) - s[6] * 5 + s[7] * 5 - (s[8]<<1));    \                                  a32 = ((s[5]<<1) - s[6] * 5 + s[7] * 5 - (s[8]<<1));    \
171                                                                                                                                                  \                                                                                                                                                  \
172                                  diff = (5 * ((SIGN(a30) * MIN(tbls->xvid_abs_tbl[a30 + 255], MIN(tbls->xvid_abs_tbl[a31 + 255], tbls->xvid_abs_tbl[a32 + 255]))) - a30) + 32) >> 6;     \                                  diff = (5 * ((SIGN(a30) * MIN(FAST_ABS(a30), MIN(FAST_ABS(a31), FAST_ABS(a32)))) - a30) + 32) >> 6;     \
173                                  limit = (s[4] - s[5]) / 2;      \                                  limit = (s[4] - s[5]) / 2;      \
174                                  \                                  \
175                                  if (limit > 0)                          \                                  if (limit > 0)                          \

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

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