res_Zc_1.vqh 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. /********************************************************************
  2. * *
  3. * THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
  4. * USE, DISTRIBUTION AND REPRODUCTION OF THIS SOURCE IS GOVERNED BY *
  5. * THE GNU LESSER/LIBRARY PUBLIC LICENSE, WHICH IS INCLUDED WITH *
  6. * THIS SOURCE. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
  7. * *
  8. * THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
  9. * by the XIPHOPHORUS Company, http://www.xiph.org/ *
  10. * *
  11. ********************************************************************
  12. function: static codebook autogenerated by vq/somethingorother
  13. ********************************************************************/
  14. #ifndef _V_res_Zc_1_VQH_
  15. #define _V_res_Zc_1_VQH_
  16. #include "codebook.h"
  17. static long _vq_quantlist_res_Zc_1[] = {
  18. 1,
  19. 0,
  20. 2,
  21. };
  22. static long _vq_lengthlist_res_Zc_1[] = {
  23. 1, 6, 6, 0, 5, 5, 0, 5, 5, 5, 8, 8, 0, 9, 8, 0,
  24. 8, 8, 5, 8, 9, 0, 8, 9, 0, 8, 9, 0, 0, 0, 0, 0,
  25. 0, 0, 0, 0, 5, 9, 8, 0, 8, 7, 0, 7, 8, 5, 8, 9,
  26. 0, 7, 8, 0, 8, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5,
  27. 9, 8, 0, 8, 7, 0, 8, 7, 5, 8, 9, 0, 7, 8, 0, 7,
  28. 8,
  29. };
  30. static float _vq_quantthresh_res_Zc_1[] = {
  31. -0.5, 0.5,
  32. };
  33. static long _vq_quantmap_res_Zc_1[] = {
  34. 1, 0, 2,
  35. };
  36. static encode_aux_threshmatch _vq_auxt_res_Zc_1 = {
  37. _vq_quantthresh_res_Zc_1,
  38. _vq_quantmap_res_Zc_1,
  39. 3,
  40. 3
  41. };
  42. static long _vq_pigeonmap_res_Zc_1[] = {
  43. 0, 0,
  44. };
  45. static long _vq_fitlist_res_Zc_1[] = {
  46. 0, 1, 2, 4, 5, 7, 8, 9,
  47. 10, 11, 13, 14, 16, 17, 18, 19,
  48. 20, 22, 23, 25, 26, 36, 37, 38,
  49. 40, 41, 43, 44, 45, 46, 47, 49,
  50. 50, 52, 53, 63, 64, 65, 67, 68,
  51. 70, 71, 72, 73, 74, 76, 77, 79,
  52. 80,
  53. };
  54. static long _vq_fitmap_res_Zc_1[] = {
  55. 0,
  56. };
  57. static long _vq_fitlength_res_Zc_1[] = {
  58. 49,
  59. };
  60. static encode_aux_pigeonhole _vq_auxp_res_Zc_1 = {
  61. -1, 1, 2, 1,
  62. _vq_pigeonmap_res_Zc_1,
  63. 49,
  64. _vq_fitlist_res_Zc_1,
  65. _vq_fitmap_res_Zc_1,
  66. _vq_fitlength_res_Zc_1
  67. };
  68. static static_codebook _vq_book_res_Zc_1 = {
  69. 4, 81,
  70. _vq_lengthlist_res_Zc_1,
  71. 1, -535822336, 1611661312, 2, 0,
  72. _vq_quantlist_res_Zc_1,
  73. NULL,
  74. &_vq_auxt_res_Zc_1,
  75. &_vq_auxp_res_Zc_1,
  76. 0
  77. };
  78. #endif