[svn] / trunk / xvidcore / src / quant / quant_matrix.c Repository:
ViewVC logotype

Diff of /trunk/xvidcore/src/quant/quant_matrix.c

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

revision 457, Sun Sep 8 17:28:22 2002 UTC revision 519, Sun Sep 22 18:33:31 2002 UTC
# Line 28  Line 28 
28   *  along with this program ; if not, write to the Free Software   *  along with this program ; if not, write to the Free Software
29   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
30   *   *
31   *  $Id: quant_matrix.c,v 1.8 2002-09-08 17:28:22 edgomez Exp $   *  $Id: quant_matrix.c,v 1.9 2002-09-22 18:33:31 h Exp $
32   *   *
33   ****************************************************************************/   ****************************************************************************/
34    
# Line 178  Line 178 
178                  intra_matrix[i] = (int16_t) matrix[i];                  intra_matrix[i] = (int16_t) matrix[i];
179                  intra_matrix_fix[i] = FIX(intra_matrix[i]);                  intra_matrix_fix[i] = FIX(intra_matrix[i]);
180          }          }
181          return custom_intra_matrix | change;          return /*custom_intra_matrix |*/ change;
182  }  }
183    
184    
# Line 198  Line 198 
198                  inter_matrix[i] = (int16_t) matrix[i];                  inter_matrix[i] = (int16_t) matrix[i];
199                  inter_matrix_fix[i] = FIX(inter_matrix[i]);                  inter_matrix_fix[i] = FIX(inter_matrix[i]);
200          }          }
201          return custom_inter_matrix | change;          return /*custom_inter_matrix |*/ change;
202  }  }

Legend:
Removed from v.457  
changed lines
  Added in v.519

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