[svn] / trunk / xvidcore / src / motion / estimation_rd_based_bvop.c Repository:
ViewVC logotype

Diff of /trunk/xvidcore/src/motion/estimation_rd_based_bvop.c

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

revision 1506, Sun Jul 18 11:51:44 2004 UTC revision 1508, Sun Jul 18 12:22:31 2004 UTC
# Line 17  Line 17 
17  #include "../bitstream/vlc_codes.h"  #include "../bitstream/vlc_codes.h"
18  #include "../dct/fdct.h"  #include "../dct/fdct.h"
19  #include "motion_inlines.h"  #include "motion_inlines.h"
 #include "../plugins/HVS_base.h"  
   
20    
21  /* rd = BITS_MULT*bits + LAMBDA*distortion */  /* rd = BITS_MULT*bits + LAMBDA*distortion */
22  #define LAMBDA          ( (int)(BITS_MULT*1.0) )  #define LAMBDA          ( (int)(BITS_MULT*1.0) )
# Line 516  Line 514 
514                  case MODE_BACKWARD:                  case MODE_BACKWARD:
515                          rd = b_rd = SearchBF_RD(x, y, MotionFlags, pParam, &best_rd, Data_b);                          rd = b_rd = SearchBF_RD(x, y, MotionFlags, pParam, &best_rd, Data_b);
516                          break;                          break;
517                    default:
518                  case MODE_INTERPOLATE:                  case MODE_INTERPOLATE:
519                          rd = i_rd = SearchInterpolate_RD(x, y, MotionFlags, pParam, &best_rd, Data_i);                          rd = i_rd = SearchInterpolate_RD(x, y, MotionFlags, pParam, &best_rd, Data_i);
520                          break;                          break;

Legend:
Removed from v.1506  
changed lines
  Added in v.1508

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