c语言示例aan算法

发表于:2008-04-24来源:作者:点击数: 标签:
关键字:aanstatic int SpreSC[64] ={ 16384, 22725, 21407, 19266, 16384, 12873, 8867, 4520, 22725, 31521, 29692, 26722, 22725, 17855, 12299, 6270, 21407, 29692, 27969, 25172, 21407, 16819, 11585, 5906, 19266, 26722, 25172, 22654, 19266, 15137
关键字:aanstatic int SpreSC[64]
={
  16384, 22725, 21407, 19266,  16384, 12873, 8867,  4520,
  22725, 31521, 29692, 26722,  22725, 17855, 12299, 6270,
  21407, 29692, 27969, 25172,  21407, 16819, 11585, 5906,
  19266, 26722, 25172, 22654,  19266, 15137, 10426, 5315,
  16384, 22725, 21407, 19266,  16384, 12873, 8867,  4520,
  12873, 17855, 16819, 15137,  25746, 20228, 13933, 7103,
  17734, 24598, 23170, 20853,  17734, 13933, 9597,  4892,
  18081, 25080, 23624, 21261,  18081, 14206, 9785,  4988
};

/*
    use this table to multiply the block[j] in the decode_macroblock
 stage;
 after multiply,shift to right 13 bits; (17-4)

*/

原文转自:http://www.ltesting.net