[cvs] / xvidcore / src / encoder.h Repository:
ViewVC logotype

Diff of /xvidcore/src/encoder.h

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

revision 1.10, Thu Jun 13 21:45:24 2002 UTC revision 1.22, Wed Sep 25 23:37:09 2002 UTC
# Line 3  Line 3 
3   *  XVID MPEG-4 VIDEO CODEC   *  XVID MPEG-4 VIDEO CODEC
4   *  - Encoder header -   *  - Encoder header -
5   *   *
6     *  Copyright(C) 2002 Michael Militzer
7     *
8   *  This program is an implementation of a part of one or more MPEG-4   *  This program is an implementation of a part of one or more MPEG-4
9   *  Video tools as specified in ISO/IEC 14496-2 standard.  Those intending   *  Video tools as specified in ISO/IEC 14496-2 standard.  Those intending
10   *  to use this software module in hardware or software products are   *  to use this software module in hardware or software products are
# Line 26  Line 28 
28   *  along with this program ; if not, write to the Free Software   *  along with this program ; if not, write to the Free Software
29   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
30   *   *
  ****************************************************************************/  
 /*****************************************************************************  
  *  
  *  History  
  *  
  *  - 13.06.2002 Added legal header  
  *  - 22.08.2001 Added support for EXT_MODE encoding mode  
  *               support for EXTENDED API  
  *  - 22.08.2001 fixed bug in iDQtab  
  *  
31   *  $Id$   *  $Id$
32   *   *
33   ****************************************************************************/   ****************************************************************************/
# Line 92  Line 84 
84          uint32_t fincr;          uint32_t fincr;
85          uint32_t fbase;          uint32_t fbase;
86    
87  #ifdef BFRAMES  #ifdef _SMP
88          int max_bframes;          int num_threads;
89  #endif  #endif
90    
91          /* rounding type; alternate 0-1 after each interframe */          /* rounding type; alternate 0-1 after each interframe */
# Line 108  Line 100 
100    
101          HINTINFO *hint;          HINTINFO *hint;
102    
 #ifdef BFRAMES  
103          uint32_t m_seconds;          uint32_t m_seconds;
104          uint32_t m_ticks;          uint32_t m_ticks;
 #endif  
105    
106  }  }
107  MBParam;  MBParam;
# Line 128  Line 118 
118          uint32_t fcode;          uint32_t fcode;
119          uint32_t bcode;          uint32_t bcode;
120    
 #ifdef BFRAMES  
121          uint32_t seconds;          uint32_t seconds;
122          uint32_t ticks;          uint32_t ticks;
 #endif  
123    
124          IMAGE image;          IMAGE image;
125    
# Line 167  Line 155 
155          FRAMEINFO *current;          FRAMEINFO *current;
156          FRAMEINFO *reference;          FRAMEINFO *reference;
157    
158  #ifdef _DEBUG  #ifdef _DEBUG_PSNR
159          IMAGE sOriginal;          IMAGE sOriginal;
160  #endif  #endif
161          IMAGE vInterH;          IMAGE vInterH;
162          IMAGE vInterV;          IMAGE vInterV;
         IMAGE vInterVf;  
163          IMAGE vInterHV;          IMAGE vInterHV;
         IMAGE vInterHVf;  
164    
 #ifdef BFRAMES  
         /* constants */  
         int bquant_ratio;  
         /* vars */  
         int bframenum_head;  
         int bframenum_tail;  
         int flush_bframes;  
   
         FRAMEINFO **bframes;  
         IMAGE f_refh;  
         IMAGE f_refv;  
         IMAGE f_refhv;  
 #endif  
165          Statistics sStat;          Statistics sStat;
166          RateControl rate_control;          RateControl rate_control;
167  }  }
# Line 239  Line 212 
212                                     XVID_ENC_FRAME * pFrame,                                     XVID_ENC_FRAME * pFrame,
213                                     XVID_ENC_STATS * pResult);                                     XVID_ENC_STATS * pResult);
214    
215    int encoder_encode_bframes(Encoder * pEnc,
216                                       XVID_ENC_FRAME * pFrame,
217                                       XVID_ENC_STATS * pResult);
218    
219  #endif  #endif

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.22

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