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

Diff of /xvidcore/src/utils/mbtransquant.c

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

revision 1.27, Sun Dec 19 12:49:05 2004 UTC revision 1.28, Mon May 23 09:29:43 2005 UTC
# Line 774  Line 774 
774           * helps. */           * helps. */
775          typedef struct { int16_t Run, Level; } NODE;          typedef struct { int16_t Run, Level; } NODE;
776    
777          NODE Nodes[65], Last;          NODE Nodes[65], Last = { 0, 0};
778          uint32_t Run_Costs0[64+1];          uint32_t Run_Costs0[64+1];
779          uint32_t * const Run_Costs = Run_Costs0 + 1;          uint32_t * const Run_Costs = Run_Costs0 + 1;
780    

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

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