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

Diff of /xvidcore/src/encoder.c

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

revision 1.76.2.32, Fri Jan 3 16:25:14 2003 UTC revision 1.76.2.33, Sun Jan 5 03:30:44 2003 UTC
# Line 1925  Line 1925 
1925                     Bitstream * bs,                     Bitstream * bs,
1926                     uint32_t * pBits)                     uint32_t * pBits)
1927  {  {
1928          int16_t dct_codes[6 * 64];          DECLARE_ALIGNED_MATRIX(dct_codes, 6, 64, int16_t, CACHE_LINE);
1929          int16_t qcoeff[6 * 64];          DECLARE_ALIGNED_MATRIX(qcoeff, 6, 64, int16_t, CACHE_LINE);
1930          uint32_t x, y;          uint32_t x, y;
1931    
1932          IMAGE *f_ref = &pEnc->reference->image;          IMAGE *f_ref = &pEnc->reference->image;

Legend:
Removed from v.1.76.2.32  
changed lines
  Added in v.1.76.2.33

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