clip8.h
上传用户:zhongxx05
上传日期:2007-06-06
资源大小:33641k
文件大小:13k
源码类别:

Symbian

开发平台:

C/C++

  1. /* ***** BEGIN LICENSE BLOCK ***** 
  2.  * Version: RCSL 1.0/RPSL 1.0 
  3.  *  
  4.  * Portions Copyright (c) 1995-2002 RealNetworks, Inc. All Rights Reserved. 
  5.  *      
  6.  * The contents of this file, and the files included with this file, are 
  7.  * subject to the current version of the RealNetworks Public Source License 
  8.  * Version 1.0 (the "RPSL") available at 
  9.  * http://www.helixcommunity.org/content/rpsl unless you have licensed 
  10.  * the file under the RealNetworks Community Source License Version 1.0 
  11.  * (the "RCSL") available at http://www.helixcommunity.org/content/rcsl, 
  12.  * in which case the RCSL will apply. You may also obtain the license terms 
  13.  * directly from RealNetworks.  You may not use this file except in 
  14.  * compliance with the RPSL or, if you have a valid RCSL with RealNetworks 
  15.  * applicable to this file, the RCSL.  Please see the applicable RPSL or 
  16.  * RCSL for the rights, obligations and limitations governing use of the 
  17.  * contents of the file.  
  18.  *  
  19.  * This file is part of the Helix DNA Technology. RealNetworks is the 
  20.  * developer of the Original Code and owns the copyrights in the portions 
  21.  * it created. 
  22.  *  
  23.  * This file, and the files included with this file, is distributed and made 
  24.  * available on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER 
  25.  * EXPRESS OR IMPLIED, AND REALNETWORKS HEREBY DISCLAIMS ALL SUCH WARRANTIES, 
  26.  * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY, FITNESS 
  27.  * FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT. 
  28.  * 
  29.  * Technology Compatibility Kit Test Suite(s) Location: 
  30.  *    http://www.helixcommunity.org/content/tck 
  31.  * 
  32.  * Contributor(s): 
  33.  *  
  34.  * ***** END LICENSE BLOCK ***** */ 
  35. /*
  36.  * This table is used to clip values during color conversion to prevent
  37.  * overflow.
  38.  *
  39.  * Values are:
  40.  * CLIPNEG to 0:   0
  41.  *      0 to 243:       n
  42.  *      243 to CLIPPOS: 243
  43.  *
  44.  * 243 accounts for the maximum range allowed after conversion from
  45.  * YUV space.  This prevents overflows during computation and has no
  46.  * visible effect on resulting frame.
  47.  */
  48. static const unsigned char clip8 [CLIPNEG+CLIPRNG+CLIPPOS] =
  49. {
  50.       0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,
  51.       0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,
  52.       0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,
  53.       0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,
  54.       0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,
  55.       0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,
  56.       0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,
  57.       0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,
  58.       0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,
  59.       0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,
  60.       0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,
  61.       0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,
  62.       0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,
  63.       0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,
  64.       0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,
  65.       0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,
  66.       0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,
  67.       0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,
  68.       0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,
  69.       0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,
  70.       0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,
  71.       0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,
  72.       0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,
  73.       0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,
  74.       0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,
  75.       0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,
  76.       0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,
  77.       0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,
  78.       0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,
  79.       0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,
  80.       0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,
  81.       0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,
  82.       0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,
  83.       0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,
  84.       0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,
  85.       0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,
  86.       0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,
  87.       0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,
  88.       0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,
  89.       0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,
  90.       0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,
  91.       0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,
  92.       0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,
  93.       0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,
  94.       0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,
  95.       0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,
  96.       0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,
  97.       0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,
  98.       0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,
  99.       0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,
  100.       0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,
  101.       0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,
  102.       0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,
  103.       0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,
  104.       0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,
  105.       0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,
  106.       0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,
  107.       0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,
  108.       0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,
  109.       0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,
  110.       0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,
  111.       0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,
  112.       0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,
  113.       0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,
  114.       0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,
  115.       0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,
  116.       0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,
  117.       0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,
  118.       0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,
  119.       0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,
  120.       0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,
  121.       0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,
  122.       0,  1,  2,  3,  4,  5,  6,  7,  8,  9, 10, 11, 12, 13, 14, 15,
  123.      16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31,
  124.      32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47,
  125.      48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63,
  126.      64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79,
  127.      80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95,
  128.      96, 97, 98, 99,100,101,102,103,104,105,106,107,108,109,110,111,
  129.     112,113,114,115,116,117,118,119,120,121,122,123,124,125,126,127,
  130.     128,129,130,131,132,133,134,135,136,137,138,139,140,141,142,143,
  131.     144,145,146,147,148,149,150,151,152,153,154,155,156,157,158,159,
  132.     160,161,162,163,164,165,166,167,168,169,170,171,172,173,174,175,
  133.     176,177,178,179,180,181,182,183,184,185,186,187,188,189,190,191,
  134.     192,193,194,195,196,197,198,199,200,201,202,203,204,205,206,207,
  135.     208,209,210,211,212,213,214,215,216,217,218,219,220,221,222,223,
  136.     224,225,226,227,228,229,230,231,232,233,234,235,236,237,238,239,
  137.     240,241,242,243,243,243,243,243,243,243,243,243,243,243,243,243,
  138.     243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,
  139.     243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,
  140.     243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,
  141.     243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,
  142.     243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,
  143.     243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,
  144.     243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,
  145.     243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,
  146.     243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,
  147.     243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,
  148.     243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,
  149.     243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,
  150.     243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,
  151.     243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,
  152.     243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,
  153.     243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,
  154.     243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,
  155.     243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,
  156.     243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,
  157.     243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,
  158.     243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,
  159.     243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,
  160.     243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,
  161.     243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,
  162.     243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,
  163.     243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,
  164.     243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,
  165.     243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,
  166.     243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,
  167.     243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,
  168.     243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,
  169.     243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,
  170.     243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,
  171.     243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,
  172.     243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,
  173.     243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,
  174.     243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,
  175.     243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,
  176.     243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,
  177.     243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,
  178.     243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,
  179.     243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,
  180.     243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,
  181.     243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,
  182.     243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,
  183.     243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,
  184.     243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,
  185.     243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,
  186.     243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,
  187.     243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,
  188.     243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,
  189.     243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,
  190.     243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,
  191.     243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,
  192.     243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,
  193.     243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,
  194.     243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,
  195.     243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,
  196.     243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,
  197.     243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,
  198.     243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,
  199.     243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,
  200.     243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,
  201.     243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,
  202.     243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,
  203.     243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,
  204.     243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,
  205.     243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,
  206.     243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,
  207.     243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,
  208.     243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,
  209.     243,243,243,243,243,243,243,243,243,243,243,243,243,243,243,243
  210. };
  211.