[cvs] / xvidcore / src / motion / estimation.h Repository:
ViewVC logotype

Diff of /xvidcore/src/motion/estimation.h

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

revision 1.1.2.5, Wed Nov 19 12:24:25 2003 UTC revision 1.1.2.8, Thu Dec 18 02:02:08 2003 UTC
# 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    
# Line 116  Line 116 
116          uint32_t quant_type;            /* current quant type */          uint32_t quant_type;            /* current quant type */
117          unsigned int cbp[2];                                    /* CBP of the best vector found so far + cbp for inter4v search */          unsigned int cbp[2];                                    /* CBP of the best vector found so far + cbp for inter4v search */
118          const uint16_t * scan_table; /* current scan table */          const uint16_t * scan_table; /* current scan table */
119            const uint16_t * mpeg_quant_matrices;                   /* current MPEG quantization matrices */
120    
121  } SearchData;  } SearchData;
122    
# Line 152  Line 153 
153  xvid_me_SubpelRefine(SearchData * const data, CheckFunc * const CheckCandidate);  xvid_me_SubpelRefine(SearchData * const data, CheckFunc * const CheckCandidate);
154    
155  void  void
156    SubpelRefine_Fast(SearchData * data, CheckFunc * CheckCandidate);
157    
158    void
159  xvid_me_ModeDecision_RD(SearchData * const Data,  xvid_me_ModeDecision_RD(SearchData * const Data,
160                  MACROBLOCK * const pMB,                  MACROBLOCK * const pMB,
161                  const MACROBLOCK * const pMBs,                  const MACROBLOCK * const pMBs,

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

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