[svn] / branches / dev-api-4 / xvidcore / src / motion / estimation.h Repository:
ViewVC logotype

Diff of /branches/dev-api-4/xvidcore/src/motion/estimation.h

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

revision 1230, Sun Nov 30 16:13:16 2003 UTC revision 1237, Wed Dec 3 11:51:28 2003 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.h,v 1.1.2.6 2003-11-30 16:13:16 edgomez Exp $   * $Id: estimation.h,v 1.1.2.7 2003-12-03 11:51:28 syskin Exp $
25   *   *
26   ****************************************************************************/   ****************************************************************************/
27    
# Line 38  Line 38 
38  #define MV_MAX_ERROR    (4096 * 256)  #define MV_MAX_ERROR    (4096 * 256)
39    
40  /* INTER bias for INTER/INTRA decision; mpeg4 spec suggests 2*nb */  /* INTER bias for INTER/INTRA decision; mpeg4 spec suggests 2*nb */
41  #define MV16_INTER_BIAS 512  #define MV16_INTER_BIAS 450
42    
43  /* vector map (vlc delta size) smoother parameters ! float !*/  /* vector map (vlc delta size) smoother parameters ! float !*/
44  #define NEIGH_TEND_16X16                10.5  #define NEIGH_TEND_16X16                10.5
45  #define NEIGH_TEND_8X8                  40.0  #define NEIGH_TEND_8X8                  40.0
46  #define NEIGH_8X8_BIAS                  30  #define NEIGH_8X8_BIAS                  40
47    
48  #define BITS_MULT                               16  #define BITS_MULT                               16
49    

Legend:
Removed from v.1230  
changed lines
  Added in v.1237

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