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

Subversion Repositories bluespec-h264

[/] [bluespec-h264/] [trunk/] [test/] [decoder/] [ldecod/] [inc/] [transform8x8.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 transform8x8.h
5
 *
6
 * \brief
7
 *    prototypes of 8x8 transform functions
8
 *
9
 * \date
10
 *    9. October 2003
11
 *
12
 * \author
13
 *    Main contributors (see contributors.h for copyright, address and affiliation details)
14
 *    - Yuri Vatis  vatis@hhi.de
15
 **************************************************************************/
16
 
17
#ifndef _TRANSFORM8X8_H_
18
#define _TRANSFORM8X8_H_
19
 
20
#include "global.h"
21
#include "image.h"
22
#include "mb_access.h"
23
#include "elements.h"
24
#include <math.h>
25
 
26
 
27
int   **cofAC8x8_intra, ****cofAC8x8_iintra; // [level/run][scan_pos]
28
 
29
 
30
void intrapred_luma8x8(int img_x,int img_y, int *left_available, int *up_available, int *all_available);
31
int intrapred8x8(struct img_par *img, int b8);
32
void itrans8x8(struct img_par *img, int ioff, int joff);
33
double RDCost_for_8x8IntraBlocks(int *c_nz, int b8, int ipmode, double lambda, double min_rdcost, int mostProbableMode);
34
int dct_luma8x8(int block_x,int block_y,int *coeff_cost);
35
void LowPassForIntra8x8Pred(imgpel *PredPel, int block_up_left, int block_up, int block_left);
36
 
37
 
38
#endif

powered by: WebSVN 2.1.0

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