summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/armCOMM_MaskTable.h
blob: b5da9dce4e2471f189a8267552b124f47ec6d4a3 (plain)
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
26
27
/**
 * 
 * File Name:  armCOMM_MaskTable.h
 * OpenMAX DL: v1.0.2
 * Revision:   9641
 * Date:       Thursday, February 7, 2008
 * 
 * (c) Copyright 2007-2008 ARM Limited. All Rights Reserved.
 * 
 * 
 *
 * Mask Table to mask the end of array
 */
 


#ifndef _ARMCOMM_MASKTABLE_H_
#define _ARMCOMM_MASKTABLE_H_

#define MaskTableSize 72
  
/* Mask table */

extern const OMX_U16 armCOMM_qMaskTable16[MaskTableSize];
extern const OMX_U8 armCOMM_qMaskTable8[MaskTableSize];

#endif