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

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

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

revision 1.15, Mon Jul 10 08:09:59 2006 UTC revision 1.16, Wed Nov 26 01:04:34 2008 UTC
# Line 127  Line 127 
127    
128          for (i = 0; i < 64; i++) {          for (i = 0; i < 64; i++) {
129                  uint32_t div = intra_matrix[i]*quant;                  uint32_t div = intra_matrix[i]*quant;
130                  intra_matrix_rec[i] = ((1<<SCALEBITS) + (div>>1))/div;                  intra_matrix_rec[i] = ((uint32_t)((1<<SCALEBITS) + (div>>1)))/div;
131          }          }
132  }  }
133    

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

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