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