aboutsummaryrefslogtreecommitdiff
path: root/Src/h264dec/ldecod/inc/intra16x16_pred.h
blob: 6680280afaca095e3da20492cab06da6e8bd518e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/*!
 *************************************************************************************
 * \file intra16x16_pred.h
 *
 * \brief
 *    definitions for intra 16x16 prediction
 *
 * \author
 *      Main contributors (see contributors.h for copyright, 
 *                         address and affiliation details)
 *      - Alexis Michael Tourapis  <alexismt@ieee.org>
 *
 *************************************************************************************
 */

#ifndef _INTRA16x16_PRED_H_
#define _INTRA16x16_PRED_H_

#include "global.h"
#include "mbuffer.h"

extern int intrapred16x16(Macroblock *currMB, ColorPlane pl, int b8);

#endif