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

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

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

revision 1164, Fri Oct 3 12:41:02 2003 UTC revision 1165, Fri Oct 3 13:47:24 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: mbcoding.h,v 1.11.2.5 2003-09-10 22:18:59 edgomez Exp $   * $Id: mbcoding.h,v 1.11.2.6 2003-10-03 13:47:00 syskin Exp $
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25    
# Line 59  Line 59 
59                                           int direction);                                           int direction);
60    
61    
62  void MBCodingBVOP(const MACROBLOCK * mb,  void MBCodingBVOP(const FRAMEINFO * const frame,
63                                      const MACROBLOCK * mb,
64                                    const int16_t qcoeff[6 * 64],                                    const int16_t qcoeff[6 * 64],
65                                    const int32_t fcode,                                    const int32_t fcode,
66                                    const int32_t bcode,                                    const int32_t bcode,
67                                    Bitstream * bs,                                    Bitstream * bs,
68                                    Statistics * pStat,                                    Statistics * pStat);
                                   int alternate_scan);  
69    
70    
71  static __inline void  static __inline void

Legend:
Removed from v.1164  
changed lines
  Added in v.1165

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