[cvs] / xvidcore / src / utils / mbfunctions.h Repository:
ViewVC logotype

Diff of /xvidcore/src/utils/mbfunctions.h

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

revision 1.17.2.4, Mon Jun 9 13:55:34 2003 UTC revision 1.17.2.5, Sat Jun 28 15:48:08 2003 UTC
# Line 37  Line 37 
37                                          const IMAGE * const pRefH,                                          const IMAGE * const pRefH,
38                                          const IMAGE * const pRefV,                                          const IMAGE * const pRefV,
39                                          const IMAGE * const pRefHV,                                          const IMAGE * const pRefHV,
40                                            const IMAGE * const pGMC,
41                                          const uint32_t iLimit);                                          const uint32_t iLimit);
42    
43    
44    
45    void
46    GMEanalysis(const MBParam * const pParam,
47                            const FRAMEINFO * const current,
48                            const FRAMEINFO * const reference,
49                            const IMAGE * const pRefH,
50                            const IMAGE * const pRefV,
51                            const IMAGE * const pRefHV);
52    
53    WARPPOINTS
54    GlobalMotionEst(MACROBLOCK * const pMBs,
55                                    const MBParam * const pParam,
56                                    const FRAMEINFO * const current,
57                                    const FRAMEINFO * const reference,
58                                    const IMAGE * const pRefH,
59                                    const IMAGE * const pRefV,
60                                    const IMAGE * const pRefHV);
61    
62    int
63    GlobalMotionEstRefine(
64                                    WARPPOINTS *const startwp,
65                                    MACROBLOCK * const pMBs,
66                                    const MBParam * const pParam,
67                                    const FRAMEINFO * const current,
68                                    const FRAMEINFO * const reference,
69                                    const IMAGE * const pCurr,
70                                    const IMAGE * const pRef,
71                                    const IMAGE * const pRefH,
72                                    const IMAGE * const pRefV,
73                                    const IMAGE * const pRefHV);
74    
75    int
76    globalSAD(const WARPPOINTS *const wp,
77                      const MBParam * const pParam,
78                      const MACROBLOCK * const pMBs,
79                      const FRAMEINFO * const current,
80                      const IMAGE * const pRef,
81                      const IMAGE * const pCurr,
82                      uint8_t *const GMCblock);
83    
84    
85    
86    
87  /** MBMotionCompensation **/  /** MBMotionCompensation **/
88    
89  void  void

Legend:
Removed from v.1.17.2.4  
changed lines
  Added in v.1.17.2.5

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