[svn] / branches / dev-api-3 / xvidcore / src / encoder.c Repository:
ViewVC logotype

Diff of /branches/dev-api-3/xvidcore/src/encoder.c

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

revision 760, Sat Jan 4 06:14:33 2003 UTC revision 761, Sun Jan 5 03:30:44 2003 UTC
# Line 39  Line 39 
39   *             MinChen <chenm001@163.com>   *             MinChen <chenm001@163.com>
40   *  14.04.2002 added FrameCodeB()   *  14.04.2002 added FrameCodeB()
41   *   *
42   *  $Id: encoder.c,v 1.76.2.32 2003-01-03 16:25:14 suxen_drol Exp $   *  $Id: encoder.c,v 1.76.2.33 2003-01-05 03:30:44 suxen_drol Exp $
43   *   *
44   ****************************************************************************/   ****************************************************************************/
45    
# 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.760  
changed lines
  Added in v.761

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