[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 1912, Sat Dec 18 10:17:35 2010 UTC revision 1913, Sat Dec 18 16:02:08 2010 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.14 2010-11-28 15:18:21 Isibaar Exp $   * $Id: estimation.h,v 1.15 2010-12-18 16:02:00 Isibaar Exp $
25   *   *
26   ****************************************************************************/   ****************************************************************************/
27    
# Line 177  Line 177 
177                  const IMAGE * const pCurrent,                  const IMAGE * const pCurrent,
178                  const IMAGE * const pRef,                  const IMAGE * const pRef,
179                  const IMAGE * const vGMC,                  const IMAGE * const vGMC,
180                  const int coding_type);                  const int coding_type,
181                    const int bound);
182    
183  void  void
184  xvid_me_ModeDecision_Fast(SearchData * const Data,  xvid_me_ModeDecision_Fast(SearchData * const Data,
# Line 191  Line 192 
192                  const IMAGE * const pCurrent,                  const IMAGE * const pCurrent,
193                  const IMAGE * const pRef,                  const IMAGE * const pRef,
194                  const IMAGE * const vGMC,                  const IMAGE * const vGMC,
195                  const int coding_type);                  const int coding_type,
196                    const int bound);
197    
198  void  void
199  ModeDecision_BVOP_RD(SearchData * const Data_d,  ModeDecision_BVOP_RD(SearchData * const Data_d,

Legend:
Removed from v.1912  
changed lines
  Added in v.1913

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