me_fullfast.h
资源名称:chapter15.rar [点击查看]
上传用户:hjq518
上传日期:2021-12-09
资源大小:5084k
文件大小:1k
源码类别:
Audio
开发平台:
Visual C++
- /*!
- ************************************************************************
- * file
- * me_fullfast.h
- *
- * author
- * Alexis Michael Tourapis <alexis.tourapis@dolby.com>
- *
- * date
- * 9 September 2006
- *
- * brief
- * Headerfile for Fast Full Search motion estimation
- **************************************************************************
- */
- #ifndef _ME_FULLFAST_H_
- #define _ME_FULLFAST_H_
- int FastFullPelBlockMotionSearch (Macroblock *currMB, imgpel* orig_pic, short ref, int list, int list_offset,
- char ***refPic, short ****tmp_mv, int pic_pix_x, int pic_pix_y, int blocktype, short pred_mv[2], short mv[2],
- int search_range, int min_mcost, int lambda_factor, int apply_weights);
- void InitializeFastFullIntegerSearch (void);
- void ResetFastFullIntegerSearch (void);
- void ClearFastFullIntegerSearch (void);
- #endif