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

Subversion Repositories bluespec-h264

[/] [bluespec-h264/] [trunk/] [test/] [decoder/] [ldecod/] [inc/] [nalu.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
5
 *    parset.h
6
 * \brief
7
 *    Picture and Sequence Parameter Sets, encoder operations
8
 *    This code reflects JVT version xxx
9
 *  \date 25 November 2002
10
 * \author
11
 *    Main contributors (see contributors.h for copyright, address and affiliation details)
12
 *      - Stephan Wenger        <stewe@cs.tu-berlin.de>
13
 ***************************************************************************************
14
 */
15
 
16
 
17
#ifndef _NALU_H_
18
#define _NALU_H_
19
 
20
#include <stdio.h>
21
#include "nalucommon.h"
22
 
23
extern FILE *bits;
24
 
25
int GetAnnexbNALU (NALU_t *nalu);
26
int NALUtoRBSP (NALU_t *nalu);
27
 
28
#endif

powered by: WebSVN 2.1.0

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