[cvs] / xvidcore / src / motion / estimation_pvop.c Repository:
ViewVC logotype

Diff of /xvidcore/src/motion/estimation_pvop.c

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

revision 1.1.2.5, Tue Oct 28 23:47:29 2003 UTC revision 1.1.2.6, Wed Oct 29 12:41:41 2003 UTC
# Line 1013  Line 1013 
1013                                                                            MAX((&pMBs[x + (y-1) * pParam->mb_width])->sad16,                                                                            MAX((&pMBs[x + (y-1) * pParam->mb_width])->sad16,
1014                                                                            MAX((&pMBs[(x+1) + (y-1) * pParam->mb_width])->sad16,                                                                            MAX((&pMBs[(x+1) + (y-1) * pParam->mb_width])->sad16,
1015                                                                            prevMB->sad16)));                                                                            prevMB->sad16)));
1016                                          }                                          } else {
                                         else {  
1017                                                  stat_thresh = MIN((&pMBs[(x-1) + y * pParam->mb_width])->sad16,                                                  stat_thresh = MIN((&pMBs[(x-1) + y * pParam->mb_width])->sad16,
1018                                                                            MIN((&pMBs[x + (y-1) * pParam->mb_width])->sad16,                                                                            MIN((&pMBs[x + (y-1) * pParam->mb_width])->sad16,
1019                                                                            MIN((&pMBs[(x+1) + (y-1) * pParam->mb_width])->sad16,                                                                            MIN((&pMBs[(x+1) + (y-1) * pParam->mb_width])->sad16,

Legend:
Removed from v.1.1.2.5  
changed lines
  Added in v.1.1.2.6

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