/******************************************************************** * * * 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_B_1_VQH_ #define _V_res_B_1_VQH_ #include "codebook.h" static long _vq_quantlist_res_B_1[] = { 1, 0, 2, }; static long _vq_lengthlist_res_B_1[] = { 2, 4, 4, 5, 7, 6, 4, 6, 7, 5, 7, 7, 7, 8, 8, 6, 7, 8, 5, 7, 7, 6, 8, 7, 7, 8, 8, 5, 7, 7, 7, 8, 8, 7, 8, 8, 7, 9, 8, 8, 9,10, 8,10,10, 6, 8, 8, 7,10, 7, 8,10,10, 5, 7, 7, 7, 8, 8, 7, 8, 8, 6, 8, 8, 8,10, 9, 7, 7, 9, 7, 8, 8, 8,10,10, 8,10, 9, }; static float _vq_quantthresh_res_B_1[] = { -0.5, 0.5, }; static long _vq_quantmap_res_B_1[] = { 1, 0, 2, }; static encode_aux_threshmatch _vq_auxt_res_B_1 = { _vq_quantthresh_res_B_1, _vq_quantmap_res_B_1, 3, 3 }; static static_codebook _vq_book_res_B_1 = { 4, 81, _vq_lengthlist_res_B_1, 1, -535822336, 1611661312, 2, 0, _vq_quantlist_res_B_1, NULL, &_vq_auxt_res_B_1, NULL, 0 }; #endif