line_128x7_class1.vqh 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. /********************************************************************
  2. * *
  3. * THIS FILE IS PART OF THE Ogg Vorbis SOFTWARE CODEC SOURCE CODE. *
  4. * USE, DISTRIBUTION AND REPRODUCTION OF THIS SOURCE IS GOVERNED BY *
  5. * THE GNU PUBLIC LICENSE 2, WHICH IS INCLUDED WITH THIS SOURCE. *
  6. * PLEASE READ THESE TERMS DISTRIBUTING. *
  7. * *
  8. * THE OggSQUISH SOURCE CODE IS (C) COPYRIGHT 1994-1999 *
  9. * by 1999 Monty <monty@xiph.org> and The XIPHOPHORUS Company *
  10. * http://www.xiph.org/ *
  11. * *
  12. ********************************************************************
  13. function: static codebook autogenerated by huff/huffbuld
  14. ********************************************************************/
  15. #ifndef _V_line_128x7_class1_VQH_
  16. #define _V_line_128x7_class1_VQH_
  17. #include "codebook.h"
  18. static long _huff_lengthlist_line_128x7_class1[] = {
  19. 2, 4, 3,10, 9, 6, 6,13,13,13,10,13,13,13,13,13,
  20. 6, 3, 3, 7, 9, 7, 6,13,13,13,11,13,13,13,13,13,
  21. 7, 4, 4, 8, 8, 6, 4,12,13,13,11,13,13,13,13,13,
  22. 13,12, 9,12,13,11,10,12,13,13,13,13,13,12,12,12,
  23. };
  24. static static_codebook _huff_book_line_128x7_class1 = {
  25. 1, 64,
  26. _huff_lengthlist_line_128x7_class1,
  27. 0, 0, 0, 0, 0,
  28. NULL,
  29. NULL,
  30. NULL,
  31. 0
  32. };
  33. #endif