[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.34, Sun Jan 5 16:18:47 2003 UTC
# Line 674  Line 674 
674  {  {
675          uint16_t x, y;          uint16_t x, y;
676          Bitstream bs;          Bitstream bs;
677          uint32_t bits, mode;          uint32_t bits;
678            int mode;
679    
680          int input_valid = 1;          int input_valid = 1;
681          int bframes_count = 0;          int bframes_count = 0;
# Line 1925  Line 1926 
1926                     Bitstream * bs,                     Bitstream * bs,
1927                     uint32_t * pBits)                     uint32_t * pBits)
1928  {  {
1929          int16_t dct_codes[6 * 64];          DECLARE_ALIGNED_MATRIX(dct_codes, 6, 64, int16_t, CACHE_LINE);
1930          int16_t qcoeff[6 * 64];          DECLARE_ALIGNED_MATRIX(qcoeff, 6, 64, int16_t, CACHE_LINE);
1931          uint32_t x, y;          uint32_t x, y;
1932    
1933          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.34

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