mot_est_mb.h
上传用户:enenge
上传日期:2007-01-08
资源大小:96k
文件大小:1k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

Visual C++

  1. #ifndef _MOT_EST_MB_H
  2. #define _MOT_EST_MB_H
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif /* __cplusplus */
  6. Void   MBMotionEstimation _P_((
  7. SInt *curr,
  8. SInt *prev,
  9. Int br_x,
  10. Int br_y,
  11. Int br_width,
  12. Int i,
  13. Int j,
  14. Int prev_x,
  15. Int prev_y,
  16. Int vop_width,
  17. Int vop_height,
  18. Int enable_8x8_mv,
  19. Int edge,
  20. Int f_code,
  21. Int sr,
  22. Float hint_mv_w,
  23. Float hint_mv_h,
  24. Float *mv16_w,
  25. Float *mv16_h,
  26. Float *mv8_w,
  27. Float *mv8_h,
  28. Int *min_error,
  29. SInt *flags
  30. ));
  31. Void   FindSubPel _P_(( Int x,
  32. Int y,
  33. SInt *prev,
  34. SInt *curr,
  35. Int bs_x,
  36. Int bs_y,
  37. Int comp,
  38. Int rel_x,
  39. Int rel_y,
  40. Int pels,
  41. Int lines,
  42. Int edge,
  43. SInt *flags,
  44. SInt *corr_comp_mb,
  45. Float *mvx,
  46. Float *mvy,
  47. Int *min_error
  48. ));
  49. #ifdef __cplusplus
  50. }
  51. #endif /* __cplusplus  */ 
  52. #endif /* _MOT_EST_MB_H  */