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

Subversion Repositories bluespec-h264

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

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 14 jamey.hick
 
2
/*!
3
 *************************************************************************************
4
 * \file annexb.h
5
 *
6
 * \brief
7
 *    Annex B byte stream buffer handling.
8
 *
9
 *************************************************************************************
10
 */
11
 
12
#ifndef _ANNEXB_H_
13
#define _ANNEXB_H_
14
 
15
#include "nalucommon.h"
16
 
17
extern int IsFirstByteStreamNALU;
18
extern int LastAccessUnitExists;
19
extern int NALUCount;
20
 
21
int  GetAnnexbNALU (NALU_t *nalu);
22
void OpenBitstreamFile (char *fn);
23
void CloseBitstreamFile();
24
void CheckZeroByteNonVCL(NALU_t *nalu, int * ret);
25
void CheckZeroByteVCL(NALU_t *nalu, int * ret);
26
 
27
#endif
28
 

powered by: WebSVN 2.1.0

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