OpenCores
URL https://opencores.org/ocsvn/bluespec-h264/bluespec-h264/trunk

Subversion Repositories bluespec-h264

[/] [bluespec-h264/] [trunk/] [test/] [decoder/] [ldecod/] [inc/] [fmo.h] - Diff between revs 14 and 100

Only display areas with differences | Details | Blame | View Log

Rev 14 Rev 100
 
 
/*!
/*!
 ***************************************************************************
 ***************************************************************************
 *
 *
 * \file fmo.h
 * \file fmo.h
 *
 *
 * \brief
 * \brief
 *    Support for Flexilble Macroblock Ordering (FMO)
 *    Support for Flexilble Macroblock Ordering (FMO)
 *
 *
 * \date
 * \date
 *    19 June, 2002
 *    19 June, 2002
 *
 *
 * \author
 * \author
 *    Stephan Wenger   stewe@cs.tu-berlin.de
 *    Stephan Wenger   stewe@cs.tu-berlin.de
 **************************************************************************/
 **************************************************************************/
 
 
#ifndef _FMO_H_
#ifndef _FMO_H_
#define _FMO_H_
#define _FMO_H_
 
 
 
 
int FmoInit (pic_parameter_set_rbsp_t* pps, seq_parameter_set_rbsp_t* sps);
int FmoInit (pic_parameter_set_rbsp_t* pps, seq_parameter_set_rbsp_t* sps);
int FmoFinit ();
int FmoFinit ();
 
 
int FmoGetNumberOfSliceGroup();
int FmoGetNumberOfSliceGroup();
int FmoGetLastMBOfPicture();
int FmoGetLastMBOfPicture();
int FmoGetLastMBInSliceGroup(int SliceGroup);
int FmoGetLastMBInSliceGroup(int SliceGroup);
int FmoGetSliceGroupId (int mb);
int FmoGetSliceGroupId (int mb);
int FmoGetNextMBNr (int CurrentMbNr);
int FmoGetNextMBNr (int CurrentMbNr);
 
 
#endif
#endif
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.