clip8.h
上传用户:dangjiwu
上传日期:2013-07-19
资源大小:42019k
文件大小:14k
源码类别:

Symbian

开发平台:

Visual C++

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