/******************************************************************** * * * 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_Bc_1_VQH_ #define _V_res_Bc_1_VQH_ #include "codebook.h" static long _vq_quantlist_res_Bc_1[] = { 1, 0, 2, }; static long _vq_lengthlist_res_Bc_1[] = { 1, 4, 4, 0, 5, 5, 0, 6, 6, 4, 7, 6, 0,11, 9, 0, 9, 9, 4, 6, 7, 0, 9,10, 0, 9, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6,10, 9, 0,10, 8, 0,10,10, 6, 9, 9, 0, 9,10, 0,10,10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 10, 9, 0,11,10, 0,10, 9, 6, 9,10, 0,10,10, 0, 9, 10, }; static float _vq_quantthresh_res_Bc_1[] = { -0.5, 0.5, }; static long _vq_quantmap_res_Bc_1[] = { 1, 0, 2, }; static encode_aux_threshmatch _vq_auxt_res_Bc_1 = { _vq_quantthresh_res_Bc_1, _vq_quantmap_res_Bc_1, 3, 3 }; static long _vq_pigeonmap_res_Bc_1[] = { 0, 0, }; static long _vq_fitlist_res_Bc_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_Bc_1[] = { 0, }; static long _vq_fitlength_res_Bc_1[] = { 49, }; static encode_aux_pigeonhole _vq_auxp_res_Bc_1 = { -1, 1, 2, 1, _vq_pigeonmap_res_Bc_1, 49, _vq_fitlist_res_Bc_1, _vq_fitmap_res_Bc_1, _vq_fitlength_res_Bc_1 }; static static_codebook _vq_book_res_Bc_1 = { 4, 81, _vq_lengthlist_res_Bc_1, 1, -535822336, 1611661312, 2, 0, _vq_quantlist_res_Bc_1, NULL, &_vq_auxt_res_Bc_1, &_vq_auxp_res_Bc_1, 0 }; #endif