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

Diff of /branches/dev-api-4/xvidcore/src/global.h

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

revision 1161, Wed Oct 1 23:23:01 2003 UTC revision 1248, Mon Dec 8 13:20:59 2003 UTC
# Line 19  Line 19 
19   *  along with this program ; if not, write to the Free Software   *  along with this program ; if not, write to the Free Software
20   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
21   *   *
22   * $Id: global.h,v 1.21.2.10 2003-10-01 23:23:00 edgomez Exp $   * $Id: global.h,v 1.21.2.11 2003-12-08 13:20:59 syskin Exp $
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25    
# Line 204  Line 204 
204    
205          /* encoder specific */          /* encoder specific */
206    
         VECTOR mv16;  
207          VECTOR pmvs[4];          VECTOR pmvs[4];
208          VECTOR qmvs[4];                         /* mvs in quarter pixel resolution */          VECTOR qmvs[4];                         /* mvs in quarter pixel resolution */
209    
# Line 219  Line 218 
218          VECTOR b_mvs[4];          VECTOR b_mvs[4];
219          VECTOR b_qmvs[4];          VECTOR b_qmvs[4];
220    
         int mb_type;  
   
         /*  
          * stuff for block based ME (needed for Qpel ME)  
          * backup of last integer ME vectors/sad  
          */  
   
221          VECTOR amv; /* average motion vectors from GMC  */          VECTOR amv; /* average motion vectors from GMC  */
222          int32_t mcsel;          int32_t mcsel;
223    

Legend:
Removed from v.1161  
changed lines
  Added in v.1248

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