Home | History | Annotate | Download | only in src
      1 /* ----------------------------------------------------------------
      2  *
      3  *
      4  * File Name:  armVCM4P10_QuantTables.c
      5  * OpenMAX DL: v1.0.2
      6  * Revision:   9641
      7  * Date:       Thursday, February 7, 2008
      8  *
      9  * (c) Copyright 2007-2008 ARM Limited. All Rights Reserved.
     10  *
     11  *
     12  *
     13  * H.264 inverse quantize tables
     14  *
     15  */
     16 
     17 #include "omxtypes.h"
     18 #include "armOMX.h"
     19 #include "omxVC.h"
     20 
     21 #include "armVC.h"
     22 
     23 const OMX_U32 armVCM4P10_MFMatrix[6][3] =
     24 {
     25     {13107, 5243, 8066},
     26     {11916, 4660, 7490},
     27     {10082, 4194, 6554},
     28     { 9362, 3647, 5825},
     29     { 8192, 3355, 5243},
     30     { 7282, 2893, 4559}
     31 };
     32