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

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

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

revision 1442, Tue Apr 20 19:47:00 2004 UTC revision 1443, Thu Apr 22 13:39:33 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.h,v 1.3 2004-04-20 06:10:39 syskin Exp $   * $Id: estimation.h,v 1.4 2004-04-22 13:39:33 syskin Exp $
25   *   *
26   ****************************************************************************/   ****************************************************************************/
27    
# Line 47  Line 47 
47    
48  #define BITS_MULT                               16  #define BITS_MULT                               16
49    
50  #define INITIAL_SKIP_THRESH             5  #define INITIAL_SKIP_THRESH             6
51  #define FINAL_SKIP_THRESH               50  #define FINAL_SKIP_THRESH               50
52  #define MAX_SAD00_FOR_SKIP              20  #define MAX_SAD00_FOR_SKIP              20
53  #define MAX_CHROMA_SAD_FOR_SKIP 22  #define MAX_CHROMA_SAD_FOR_SKIP 22
# Line 102  Line 102 
102          const uint8_t * b_RefP[6];      /* backward reference pictures - N, V, H, HV, cU, cV */          const uint8_t * b_RefP[6];      /* backward reference pictures - N, V, H, HV, cU, cV */
103          VECTOR bpredMV;                         /* backward prediction - used interpolate mode only */          VECTOR bpredMV;                         /* backward prediction - used interpolate mode only */
104          uint32_t bFcode;                        /* backward fcode - used as above */          uint32_t bFcode;                        /* backward fcode - used as above */
105            int b_chromaX, b_chromaY;
106    
107          /* fields for direct mode */          /* fields for direct mode */
108          VECTOR directmvF[4];            /* scaled reference vectors */          VECTOR directmvF[4];            /* scaled reference vectors */

Legend:
Removed from v.1442  
changed lines
  Added in v.1443

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