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

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

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

revision 1517, Wed Jul 21 15:47:51 2004 UTC revision 1547, Sat Sep 4 14:16:24 2004 UTC
# Line 21  Line 21 
21   *  along with this program ; if not, write to the Free Software   *  along with this program ; if not, write to the Free Software
22   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
23   *   *
24   * $Id: estimation_bvop.c,v 1.13 2004-07-21 15:47:51 syskin Exp $   * $Id: estimation_bvop.c,v 1.14 2004-09-04 14:16:24 edgomez Exp $
25   *   *
26   ****************************************************************************/   ****************************************************************************/
27    
# Line 937  Line 937 
937                                           const IMAGE * const b_refHV)                                           const IMAGE * const b_refHV)
938  {  {
939          uint32_t i, j;          uint32_t i, j;
940          int32_t best_sad, sad2;          int32_t best_sad = 256*4096;
941            int32_t sad2;
942          uint32_t skip_sad;          uint32_t skip_sad;
943    
944          const MACROBLOCK * const b_mbs = b_reference->mbs;          const MACROBLOCK * const b_mbs = b_reference->mbs;

Legend:
Removed from v.1517  
changed lines
  Added in v.1547

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