nec_gain_4m4b1d.tbl
上传用户:sun1608
上传日期:2007-02-02
资源大小:6116k
文件大小:3k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

Visual C++

  1. /*
  2. This software module was originally developed by
  3. Toshiyuki Nomura (NEC Corporation)
  4. and edited by
  5. in the course of development of the
  6. MPEG-2 NBC/MPEG-4 Audio standard ISO/IEC 13818-7, 14496-1,2 and 3.
  7. This software module is an implementation of a part of one or more
  8. MPEG-2 NBC/MPEG-4 Audio tools as specified by the MPEG-2 NBC/MPEG-4 Audio
  9. standard. ISO/IEC  gives users of the MPEG-2 NBC/MPEG-4 Audio standards
  10. free license to this software module or modifications thereof for use in
  11. hardware or software products claiming conformance to the MPEG-2 NBC/
  12. MPEG-4 Audio  standards. Those intending to use this software module in
  13. hardware or software products are advised that this use may infringe
  14. existing patents. The original developer of this software module and
  15. his/her company, the subsequent editors and their companies, and ISO/IEC
  16. have no liability for use of this software module or modifications
  17. thereof in an implementation. Copyright is not released for non
  18. MPEG-2 NBC/MPEG-4 Audio conforming products. The original developer
  19. retains full right to use the code for his/her  own purpose, assign or
  20. donate the code to a third party and to inhibit third party from using
  21. the code for non MPEG-2 NBC/MPEG-4 Audio conforming products.
  22. This copyright notice must be included in all copies or derivative works.
  23. Copyright (c)1998.
  24. */
  25. /*
  26.  * MPEG-4 Audio Verification Model (LPC-ABS Core)
  27.  *
  28.  * Enhanced Gain Tables
  29.  *
  30.  * Ver1.0 97.03.17 T.Nomura(NEC)
  31.  * Ver2.0 98.11.08 T.Nomura(NEC)
  32.  */
  33. static float nec_egc[4][(1<<4)] = {
  34. {((float)  460)/16384, ((float) 5049)/16384,
  35.  ((float) 3328)/16384, ((float) 8745)/16384,
  36.  ((float) 2155)/16384, ((float) 6211)/16384,
  37.  ((float) 4199)/16384, ((float)15087)/16384,
  38.  ((float) 1199)/16384, ((float) 5562)/16384,
  39.  ((float) 3775)/16384, ((float)11112)/16384,
  40.  ((float) 2832)/16384, ((float) 7228)/16384,
  41.  ((float) 4615)/16384, ((float)23253)/16384 },
  42. {((float) 3342)/16384, ((float) 3231)/16384,
  43.  ((float) 1482)/16384, ((float) 5359)/16384,
  44.  ((float)  135)/16384, ((float) 4113)/16384,
  45.  ((float) 2452)/16384, ((float) 8599)/16384,
  46.  ((float) 1005)/16384, ((float) 3650)/16384,
  47.  ((float) 2015)/16384, ((float) 6358)/16384,
  48.  ((float)  848)/16384, ((float) 4629)/16384,
  49.  ((float) 2838)/16384, ((float)15013)/16384 },
  50. {((float) 4827)/16384, ((float) 2242)/16384,
  51.  ((float)  435)/16384, ((float) 4010)/16384,
  52.  ((float) 1187)/16384, ((float) 3016)/16384,
  53.  ((float) 1450)/16384, ((float) 5760)/16384,
  54.  ((float) 2490)/16384, ((float) 2617)/16384,
  55.  ((float)  995)/16384, ((float) 4691)/16384,
  56.  ((float)  241)/16384, ((float) 3477)/16384,
  57.  ((float) 1854)/16384, ((float) 7969)/16384 },
  58. {((float) 9045)/16384, ((float) 1739)/16384,
  59.  ((float)  883)/16384, ((float) 4160)/16384,
  60.  ((float) 3582)/16384, ((float) 2736)/16384,
  61.  ((float)  680)/16384, ((float) 7686)/16384,
  62.  ((float) 5747)/16384, ((float) 2216)/16384,
  63.  ((float)    0)/16384, ((float) 5391)/16384,
  64.  ((float) 2087)/16384, ((float) 3351)/16384,
  65.  ((float) 1225)/16384, ((float)11417)/16384 }};