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

Subversion Repositories bluespec-h264

[/] [bluespec-h264/] [trunk/] [test/] [decoder/] [ldecod/] [inc/] [mb_access.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 mb_access.h
5
 *
6
 * \brief
7
 *    Functions for macroblock neighborhoods
8
 *
9
 * \author
10
 *     Main contributors (see contributors.h for copyright, address and affiliation details)
11
 *     - Karsten Sühring          <suehring@hhi.de>
12
 *************************************************************************************
13
 */
14
 
15
#ifndef _MB_ACCESS_H_
16
#define _MB_ACCESS_H_
17
 
18
void CheckAvailabilityOfNeighbors(void);
19
 
20
//void getNeighbour(int curr_mb_nr, int xN, int yN, int luma, PixelPos *pix);
21
void (*getNeighbour)(unsigned int curr_mb_nr, int xN, int yN, int is_chroma, PixelPos *pix);
22
void getAffNeighbour(unsigned int curr_mb_nr, int xN, int yN, int is_chroma, PixelPos *pix);
23
void getNonAffNeighbour(unsigned int curr_mb_nr, int xN, int yN, int is_chroma, PixelPos *pix);
24
 
25
void getLuma4x4Neighbour (int curr_mb_nr, int block_x, int block_y, PixelPos *pix);
26
void getChroma4x4Neighbour (int curr_mb_nr, int block_x, int block_y, PixelPos *pix);
27
 
28
int  mb_is_available(int mbAddr, int currMbAddr);
29
void get_mb_pos (int mb_addr, int *x, int*y, int is_chroma);
30
void (*get_mb_block_pos) (int mb_addr, int *x, int*y);
31
void get_mb_block_pos_normal (int mb_addr, int *x, int*y);
32
void get_mb_block_pos_mbaff (int mb_addr, int *x, int*y);
33
 
34
 
35
 
36
#endif

powered by: WebSVN 2.1.0

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