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

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

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

revision 317, Fri Jul 19 14:56:00 2002 UTC revision 318, Fri Jul 19 15:02:39 2002 UTC
# Line 2684  Line 2684 
2684          const int64_t TRB = (int32_t)time_pp - (int32_t)time_bp;          const int64_t TRB = (int32_t)time_pp - (int32_t)time_bp;
2685          const int64_t TRD = (int32_t)time_pp;          const int64_t TRD = (int32_t)time_pp;
2686    
2687          fprintf(stderr,"TRB = %lld  TRD = %lld  time_bp =%d time_pp =%d\n\n",TRB,TRD,time_bp,time_pp);          // fprintf(stderr,"TRB = %lld  TRD = %lld  time_bp =%d time_pp =%d\n\n",TRB,TRD,time_bp,time_pp);
2688          // note: i==horizontal, j==vertical          // note: i==horizontal, j==vertical
2689          for (j = 0; j < mb_height; j++) {          for (j = 0; j < mb_height; j++) {
2690                  for (i = 0; i < mb_width; i++) {                  for (i = 0; i < mb_width; i++) {

Legend:
Removed from v.317  
changed lines
  Added in v.318

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