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

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

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

revision 643, Tue Nov 12 14:44:53 2002 UTC revision 644, Tue Nov 12 14:46:03 2002 UTC
# Line 26  Line 26 
26   *  along with this program; if not, write to the Free Software   *  along with this program; if not, write to the Free Software
27   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
28   *   *
29   *  $Id: motion.h,v 1.13.2.5 2002-11-02 15:52:31 chl Exp $   *  $Id: motion.h,v 1.13.2.6 2002-11-12 14:46:03 syskin Exp $
30   *   *
31   ***************************************************************************/   ***************************************************************************/
32    
# Line 141  Line 141 
141                                                    const IMAGE * const f_refV,                                                    const IMAGE * const f_refV,
142                                                    const IMAGE * const f_refHV,                                                    const IMAGE * const f_refHV,
143                                                    // backward (future) reference                                                    // backward (future) reference
144                                                    const MACROBLOCK * const b_mbs,                                                    const FRAMEINFO * const b_reference,
145                                                    const IMAGE * const b_ref,                                                    const IMAGE * const b_ref,
146                                                    const IMAGE * const b_refH,                                                    const IMAGE * const b_refH,
147                                                    const IMAGE * const b_refV,                                                    const IMAGE * const b_refV,
# Line 172  Line 172 
172    
173  int  int
174  MEanalysis(     const IMAGE * const pRef,  MEanalysis(     const IMAGE * const pRef,
175                          const IMAGE * const pCurrent,                          FRAMEINFO * const Current,
176                          MBParam * const pParam,                          MBParam * const pParam,
177                          MACROBLOCK * const pMBs,                          int maxIntra,
178                          const uint32_t iFcode);                          int intraCount,
179                            int bCount);
180    
181  int  int
182  FindFcode(      const MBParam * const pParam,  FindFcode(      const MBParam * const pParam,

Legend:
Removed from v.643  
changed lines
  Added in v.644

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