armCOMM_MaskTable.h revision 0c1bc742181ded4930842b46e9507372f0b1b963
1/**
2 *
3 * File Name:  armCOMM_MaskTable.h
4 * OpenMAX DL: v1.0.2
5 * Revision:   12290
6 * Date:       Wednesday, April 9, 2008
7 *
8 * (c) Copyright 2007-2008 ARM Limited. All Rights Reserved.
9 *
10 *
11 *
12 * Mask Table to mask the end of array
13 */
14
15
16
17#ifndef _ARMCOMM_MASKTABLE_H_
18#define _ARMCOMM_MASKTABLE_H_
19
20#define MaskTableSize 72
21
22/* Mask table */
23
24extern const OMX_U16 armCOMM_qMaskTable16[MaskTableSize];
25extern const OMX_U8 armCOMM_qMaskTable8[MaskTableSize];
26
27#endif
28