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

Subversion Repositories bluespec-h264

[/] [bluespec-h264/] [trunk/] [test/] [decoder/] [ldecod/] [inc/] [fmo.h] - Blame information for rev 100

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 14 jamey.hick
 
2
/*!
3
 ***************************************************************************
4
 *
5
 * \file fmo.h
6
 *
7
 * \brief
8
 *    Support for Flexilble Macroblock Ordering (FMO)
9
 *
10
 * \date
11
 *    19 June, 2002
12
 *
13
 * \author
14
 *    Stephan Wenger   stewe@cs.tu-berlin.de
15
 **************************************************************************/
16
 
17
#ifndef _FMO_H_
18
#define _FMO_H_
19
 
20
 
21
int FmoInit (pic_parameter_set_rbsp_t* pps, seq_parameter_set_rbsp_t* sps);
22
int FmoFinit ();
23
 
24
int FmoGetNumberOfSliceGroup();
25
int FmoGetLastMBOfPicture();
26
int FmoGetLastMBInSliceGroup(int SliceGroup);
27
int FmoGetSliceGroupId (int mb);
28
int FmoGetNextMBNr (int CurrentMbNr);
29
 
30
#endif

powered by: WebSVN 2.1.0

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