Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
mot_est_mb.h
Upload User: hbbaokai
Upload Date: 2009-07-13
Package Size: 328k
Code Size: 1k
Category:
VOIP program
Development Platform:
Visual C++
- #ifndef _MOT_EST_MB_H
- #define _MOT_EST_MB_H
- #ifdef __cplusplus
- extern "C" {
- #endif
- Void MBMotionEstimation _P_((
- SInt *curr,
- SInt *prev,
- Int br_x,
- Int br_y,
- Int br_width,
- Int i,
- Int j,
- Int prev_x,
- Int prev_y,
- Int vop_width,
- Int vop_height,
- Int enable_8x8_mv,
- Int edge,
- Int f_code,
- Int sr,
- Float hint_mv_w,
- Float hint_mv_h,
- Float *mv16_w,
- Float *mv16_h,
- Float *mv8_w,
- Float *mv8_h,
- Int *min_error,
- SInt *flags
- ));
- Void FindSubPel _P_(( Int x,
- Int y,
- SInt *prev,
- SInt *curr,
- Int bs_x,
- Int bs_y,
- Int comp,
- Int rel_x,
- Int rel_y,
- Int pels,
- Int lines,
- Int edge,
- SInt *flags,
- SInt *corr_comp_mb,
- Float *mvx,
- Float *mvy,
- Int *min_error
- ));
- #ifdef __cplusplus
- }
- #endif
- #endif