summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/api/armVCM4P10_CAVLCTables.h
blob: 8d18a8f4f750d654300872b00b7ce3c929403f4a (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
28
29
30
31
32
33
34
/* ----------------------------------------------------------------
 * 
 * 
 * File Name:  armVCM4P10_CAVLCTables.h
 * OpenMAX DL: v1.0.2
 * Revision:   9641
 * Date:       Thursday, February 7, 2008
 * 
 * (c) Copyright 2007-2008 ARM Limited. All Rights Reserved.
 * 
 * 
 *
 * ----------------------------------------------------------------
 * File:     armVCM4P10_CAVLCTables.h
 * ----------------------------------------------------------------
 * 
 * Header file for ARM implementation of OpenMAX VCM4P10
 * 
 */
 
#ifndef ARMVCM4P10_CAVLCTABLES_H
#define ARMVCM4P10_CAVLCTABLES_H
  
/* CAVLC tables */

extern const OMX_U8 armVCM4P10_CAVLCTrailingOnes[62];
extern const OMX_U8 armVCM4P10_CAVLCTotalCoeff[62];
extern const ARM_VLC32 *armVCM4P10_CAVLCCoeffTokenTables[5];
extern const ARM_VLC32 armVCM4P10_CAVLCLevelPrefix[17];
extern const ARM_VLC32 *armVCM4P10_CAVLCTotalZeroTables[15];
extern const ARM_VLC32 *armVCM4P10_CAVLCTotalZeros2x2Tables[3];
extern const ARM_VLC32 *armVCM4P10_CAVLCRunBeforeTables[7];

#endif