res_Zc_4.vqh 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  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_4_VQH_
  15. #define _V_res_Zc_4_VQH_
  16. #include "codebook.h"
  17. static long _vq_quantlist_res_Zc_4[] = {
  18. 1,
  19. 0,
  20. 2,
  21. };
  22. static long _vq_lengthlist_res_Zc_4[] = {
  23. 1, 3, 3, 0, 0, 0, 0, 0, 0, 4, 6, 6, 0, 0, 0, 0,
  24. 0, 0, 3, 6, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
  25. 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
  26. 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
  27. 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
  28. 0,
  29. };
  30. static float _vq_quantthresh_res_Zc_4[] = {
  31. -0.5, 0.5,
  32. };
  33. static long _vq_quantmap_res_Zc_4[] = {
  34. 1, 0, 2,
  35. };
  36. static encode_aux_threshmatch _vq_auxt_res_Zc_4 = {
  37. _vq_quantthresh_res_Zc_4,
  38. _vq_quantmap_res_Zc_4,
  39. 3,
  40. 3
  41. };
  42. static long _vq_pigeonmap_res_Zc_4[] = {
  43. 0, 0,
  44. };
  45. static long _vq_fitlist_res_Zc_4[] = {
  46. 0, 1, 2, 9, 10, 11, 18, 19,
  47. 20,
  48. };
  49. static long _vq_fitmap_res_Zc_4[] = {
  50. 0,
  51. };
  52. static long _vq_fitlength_res_Zc_4[] = {
  53. 9,
  54. };
  55. static encode_aux_pigeonhole _vq_auxp_res_Zc_4 = {
  56. -1, 1, 2, 1,
  57. _vq_pigeonmap_res_Zc_4,
  58. 9,
  59. _vq_fitlist_res_Zc_4,
  60. _vq_fitmap_res_Zc_4,
  61. _vq_fitlength_res_Zc_4
  62. };
  63. static static_codebook _vq_book_res_Zc_4 = {
  64. 4, 81,
  65. _vq_lengthlist_res_Zc_4,
  66. 1, -535822336, 1611661312, 2, 0,
  67. _vq_quantlist_res_Zc_4,
  68. NULL,
  69. &_vq_auxt_res_Zc_4,
  70. &_vq_auxp_res_Zc_4,
  71. 0
  72. };
  73. #endif