armVCM4P10_CAVLCTables.h revision 78e52bfac041d71ce53b5b13c2abf78af742b09d
1/*
2 * Copyright (C) 2007-2008 ARM Limited
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 *      http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 *
16 */
17/* ----------------------------------------------------------------
18 *
19 *
20 * File Name:  armVCM4P10_CAVLCTables.h
21 * OpenMAX DL: v1.0.2
22 * Revision:   9641
23 * Date:       Thursday, February 7, 2008
24 *
25 *
26 *
27 *
28 * ----------------------------------------------------------------
29 * File:     armVCM4P10_CAVLCTables.h
30 * ----------------------------------------------------------------
31 *
32 * Header file for ARM implementation of OpenMAX VCM4P10
33 *
34 */
35
36#ifndef ARMVCM4P10_CAVLCTABLES_H
37#define ARMVCM4P10_CAVLCTABLES_H
38
39/* CAVLC tables */
40
41extern const OMX_U8 armVCM4P10_CAVLCTrailingOnes[62];
42extern const OMX_U8 armVCM4P10_CAVLCTotalCoeff[62];
43extern const ARM_VLC32 *armVCM4P10_CAVLCCoeffTokenTables[5];
44extern const ARM_VLC32 armVCM4P10_CAVLCLevelPrefix[17];
45extern const ARM_VLC32 *armVCM4P10_CAVLCTotalZeroTables[15];
46extern const ARM_VLC32 *armVCM4P10_CAVLCTotalZeros2x2Tables[3];
47extern const ARM_VLC32 *armVCM4P10_CAVLCRunBeforeTables[7];
48
49#endif
50