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

流媒体/Mpeg4/MP4

开发平台:

Visual C++

  1. /*
  2. This software module was originally developed by
  3. Naoya Tanaka (Matsushita Communication Industrial Co., Ltd.)
  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)1996.
  24. */
  25. /* pan_celp_const.h */
  26. /* Description of constant values used in the CELP core */
  27. /* 06/18/97 Ver 3.01 */
  28. #define     PAN_GAMMA_BE .9902  /* LPC band expansion factor Be=12.5Hz */
  29. /* Perceptual weighting */
  30. #define PAN_GAM_AR 0.5 /* perceptual weighting factor */
  31. #define PAN_GAM_MA 0.9 /* perceptual weighting factor */
  32. /* LSP quantizer */
  33. #define PAN_DIM_MAX 10
  34. #define PAN_N_DC_LSP_MAX 8
  35. #define PAN_N_DC_LSP_CELP 2
  36. #define PAN_LSP_AR_R_CELP 0.5
  37. #define PAN_MINGAP_CELP (2./256.)
  38. #define PAN_N_DC_LSP_CELP_W 4
  39. #define PAN_LSP_AR_R_CELP_W 0.5
  40. #define PAN_MINGAP_CELP_W (1./256.)
  41. /* Bit allocation */
  42. #define PAN_BIT_LSP22_0 4
  43. #define PAN_BIT_LSP22_1 4
  44. #define PAN_BIT_LSP22_2 7
  45. #define PAN_BIT_LSP22_3 6
  46. #define PAN_BIT_LSP22_4 1
  47. #define PAN_NUM_LPC_INDICES 5
  48. /* Bit allocation (for wideband) */
  49. #define PAN_BIT_LSP_WL_0 5
  50. #define PAN_BIT_LSP_WL_1 5
  51. #define PAN_BIT_LSP_WL_2 7
  52. #define PAN_BIT_LSP_WL_3 7
  53. #define PAN_BIT_LSP_WL_4 1
  54. #define PAN_BIT_LSP_WU_0 4
  55. #define PAN_BIT_LSP_WU_1 4
  56. #define PAN_BIT_LSP_WU_2 7
  57. #define PAN_BIT_LSP_WU_3 5
  58. #define PAN_BIT_LSP_WU_4 1
  59. #define PAN_NUM_LPC_INDICES_W 10
  60. #define PAN_NUM_LSP_BITS_W 46
  61. /* Others */
  62. #define PAN_N_PCAN_INT 6 /* Dummy */
  63. #define PAN_PI 3.14159265358979