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

Subversion Repositories bluespec-h264

[/] [bluespec-h264/] [trunk/] [test/] [decoder/] [ldecod/] [inc/] [output.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
 *    output.h
6
 * \brief
7
 *    Picture writing routine headers
8
 * \author
9
 *    Main contributors (see contributors.h for copyright, address and affiliation details)
10
 *      - Karsten Suehring        <suehring@hhi.de>
11
 ***************************************************************************************
12
 */
13
#ifndef _OUTPUT_H_
14
#define _OUTPUT_H_
15
 
16
int testEndian();
17
 
18
void write_stored_frame(FrameStore *fs, int p_out);
19
void direct_output(StorablePicture *p, int p_out);
20
void init_out_buffer();
21
void uninit_out_buffer();
22
 
23
#ifdef PAIR_FIELDS_IN_OUTPUT
24
void flush_pending_output(int p_out);
25
#endif
26
 
27
#endif //_OUTPUT_H_

powered by: WebSVN 2.1.0

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