_44u0_p1_0.vqh 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. /********************************************************************
  2. * *
  3. * THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
  4. * USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
  5. * GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
  6. * IN 'COPYING'. 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__44u0_p1_0_VQH_
  15. #define _V__44u0_p1_0_VQH_
  16. #include "codebook.h"
  17. static long _vq_quantlist__44u0_p1_0[] = {
  18. 1,
  19. 0,
  20. 2,
  21. };
  22. static long _vq_lengthlist__44u0_p1_0[] = {
  23. 2, 4, 4, 5, 7, 6, 5, 6, 7, 5, 7, 7, 7, 8, 8, 6,
  24. 8, 8, 5, 7, 7, 6, 8, 8, 7, 8, 8, 4, 7, 7, 7, 9,
  25. 8, 7, 8, 8, 7, 9, 8, 8, 9,10, 8,10,10, 6, 8, 8,
  26. 8,10, 8, 8,10,10, 4, 7, 7, 7, 8, 8, 7, 8, 9, 6,
  27. 8, 8, 8,10,10, 8, 8,10, 7, 8, 9, 8,10,10, 8,10,
  28. 9,
  29. };
  30. static float _vq_quantthresh__44u0_p1_0[] = {
  31. -0.5, 0.5,
  32. };
  33. static long _vq_quantmap__44u0_p1_0[] = {
  34. 1, 0, 2,
  35. };
  36. static encode_aux_threshmatch _vq_auxt__44u0_p1_0 = {
  37. _vq_quantthresh__44u0_p1_0,
  38. _vq_quantmap__44u0_p1_0,
  39. 3,
  40. 3
  41. };
  42. static static_codebook _44u0_p1_0 = {
  43. 4, 81,
  44. _vq_lengthlist__44u0_p1_0,
  45. 1, -535822336, 1611661312, 2, 0,
  46. _vq_quantlist__44u0_p1_0,
  47. NULL,
  48. &_vq_auxt__44u0_p1_0,
  49. NULL,
  50. 0
  51. };
  52. #endif