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

Subversion Repositories bluespec-h264

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

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 14 jamey.hick
 
2
/*!
3
 ************************************************************************
4
 * \file image.h
5
 *
6
 * \brief
7
 *    prototypes for image.c
8
 *
9
 ************************************************************************
10
 */
11
 
12
#ifndef _IMAGE_H_
13
#define _IMAGE_H_
14
 
15
#include "mbuffer.h"
16
 
17
extern StorablePicture *dec_picture;
18
 
19
void find_snr(struct snr_par *snr, StorablePicture *p, int p_ref);
20
void get_block(int ref_frame, StorablePicture **list, int x_pos, int y_pos, struct img_par *img, int block[BLOCK_SIZE][BLOCK_SIZE]);
21
int  picture_order(struct img_par *img);
22
 
23
#endif
24
 

powered by: WebSVN 2.1.0

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