Unnamed: 0
int64 0
0
| repo_id
stringlengths 5
186
| file_path
stringlengths 15
223
| content
stringlengths 1
32.8M
⌀ |
---|---|---|---|
0 | repos/libvorbis | repos/libvorbis/lib/masking.h | /********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2009 *
* by the Xiph.Org Foundation https://xiph.org/ *
* *
********************************************************************
function: masking curve data for psychoacoustics
********************************************************************/
#ifndef _V_MASKING_H_
#define _V_MASKING_H_
/* more detailed ATH; the bass if flat to save stressing the floor
overly for only a bin or two of savings. */
#define MAX_ATH 88
static const float ATH[]={
/*15*/ -51, -52, -53, -54, -55, -56, -57, -58,
/*31*/ -59, -60, -61, -62, -63, -64, -65, -66,
/*63*/ -67, -68, -69, -70, -71, -72, -73, -74,
/*125*/ -75, -76, -77, -78, -80, -81, -82, -83,
/*250*/ -84, -85, -86, -87, -88, -88, -89, -89,
/*500*/ -90, -91, -91, -92, -93, -94, -95, -96,
/*1k*/ -96, -97, -98, -98, -99, -99,-100,-100,
/*2k*/ -101,-102,-103,-104,-106,-107,-107,-107,
/*4k*/ -107,-105,-103,-102,-101, -99, -98, -96,
/*8k*/ -95, -95, -96, -97, -96, -95, -93, -90,
/*16k*/ -80, -70, -50, -40, -30, -30, -30, -30
};
/* The tone masking curves from Ehmer's and Fielder's papers have been
replaced by an empirically collected data set. The previously
published values were, far too often, simply on crack. */
#define EHMER_OFFSET 16
#define EHMER_MAX 56
/* masking tones from -50 to 0dB, 62.5 through 16kHz at half octaves
test tones from -2 octaves to +5 octaves sampled at eighth octaves */
/* (Vorbis 0dB, the loudest possible tone, is assumed to be ~100dB SPL
for collection of these curves) */
static const float tonemasks[P_BANDS][6][EHMER_MAX]={
/* 62.5 Hz */
{{ -60, -60, -60, -60, -60, -60, -60, -60,
-60, -60, -60, -60, -62, -62, -65, -73,
-69, -68, -68, -67, -70, -70, -72, -74,
-75, -79, -79, -80, -83, -88, -93, -100,
-110, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999},
{ -48, -48, -48, -48, -48, -48, -48, -48,
-48, -48, -48, -48, -48, -53, -61, -66,
-66, -68, -67, -70, -76, -76, -72, -73,
-75, -76, -78, -79, -83, -88, -93, -100,
-110, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999},
{ -37, -37, -37, -37, -37, -37, -37, -37,
-38, -40, -42, -46, -48, -53, -55, -62,
-65, -58, -56, -56, -61, -60, -65, -67,
-69, -71, -77, -77, -78, -80, -82, -84,
-88, -93, -98, -106, -112, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999},
{ -25, -25, -25, -25, -25, -25, -25, -25,
-25, -26, -27, -29, -32, -38, -48, -52,
-52, -50, -48, -48, -51, -52, -54, -60,
-67, -67, -66, -68, -69, -73, -73, -76,
-80, -81, -81, -85, -85, -86, -88, -93,
-100, -110, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999},
{ -16, -16, -16, -16, -16, -16, -16, -16,
-17, -19, -20, -22, -26, -28, -31, -40,
-47, -39, -39, -40, -42, -43, -47, -51,
-57, -52, -55, -55, -60, -58, -62, -63,
-70, -67, -69, -72, -73, -77, -80, -82,
-83, -87, -90, -94, -98, -104, -115, -999,
-999, -999, -999, -999, -999, -999, -999, -999},
{ -8, -8, -8, -8, -8, -8, -8, -8,
-8, -8, -10, -11, -15, -19, -25, -30,
-34, -31, -30, -31, -29, -32, -35, -42,
-48, -42, -44, -46, -50, -50, -51, -52,
-59, -54, -55, -55, -58, -62, -63, -66,
-72, -73, -76, -75, -78, -80, -80, -81,
-84, -88, -90, -94, -98, -101, -106, -110}},
/* 88Hz */
{{ -66, -66, -66, -66, -66, -66, -66, -66,
-66, -66, -66, -66, -66, -67, -67, -67,
-76, -72, -71, -74, -76, -76, -75, -78,
-79, -79, -81, -83, -86, -89, -93, -97,
-100, -105, -110, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999},
{ -47, -47, -47, -47, -47, -47, -47, -47,
-47, -47, -47, -48, -51, -55, -59, -66,
-66, -66, -67, -66, -68, -69, -70, -74,
-79, -77, -77, -78, -80, -81, -82, -84,
-86, -88, -91, -95, -100, -108, -116, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999},
{ -36, -36, -36, -36, -36, -36, -36, -36,
-36, -37, -37, -41, -44, -48, -51, -58,
-62, -60, -57, -59, -59, -60, -63, -65,
-72, -71, -70, -72, -74, -77, -76, -78,
-81, -81, -80, -83, -86, -91, -96, -100,
-105, -110, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999},
{ -28, -28, -28, -28, -28, -28, -28, -28,
-28, -30, -32, -32, -33, -35, -41, -49,
-50, -49, -47, -48, -48, -52, -51, -57,
-65, -61, -59, -61, -64, -69, -70, -74,
-77, -77, -78, -81, -84, -85, -87, -90,
-92, -96, -100, -107, -112, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999},
{ -19, -19, -19, -19, -19, -19, -19, -19,
-20, -21, -23, -27, -30, -35, -36, -41,
-46, -44, -42, -40, -41, -41, -43, -48,
-55, -53, -52, -53, -56, -59, -58, -60,
-67, -66, -69, -71, -72, -75, -79, -81,
-84, -87, -90, -93, -97, -101, -107, -114,
-999, -999, -999, -999, -999, -999, -999, -999},
{ -9, -9, -9, -9, -9, -9, -9, -9,
-11, -12, -12, -15, -16, -20, -23, -30,
-37, -34, -33, -34, -31, -32, -32, -38,
-47, -44, -41, -40, -47, -49, -46, -46,
-58, -50, -50, -54, -58, -62, -64, -67,
-67, -70, -72, -76, -79, -83, -87, -91,
-96, -100, -104, -110, -999, -999, -999, -999}},
/* 125 Hz */
{{ -62, -62, -62, -62, -62, -62, -62, -62,
-62, -62, -63, -64, -66, -67, -66, -68,
-75, -72, -76, -75, -76, -78, -79, -82,
-84, -85, -90, -94, -101, -110, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999},
{ -59, -59, -59, -59, -59, -59, -59, -59,
-59, -59, -59, -60, -60, -61, -63, -66,
-71, -68, -70, -70, -71, -72, -72, -75,
-81, -78, -79, -82, -83, -86, -90, -97,
-103, -113, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999},
{ -53, -53, -53, -53, -53, -53, -53, -53,
-53, -54, -55, -57, -56, -57, -55, -61,
-65, -60, -60, -62, -63, -63, -66, -68,
-74, -73, -75, -75, -78, -80, -80, -82,
-85, -90, -96, -101, -108, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999},
{ -46, -46, -46, -46, -46, -46, -46, -46,
-46, -46, -47, -47, -47, -47, -48, -51,
-57, -51, -49, -50, -51, -53, -54, -59,
-66, -60, -62, -67, -67, -70, -72, -75,
-76, -78, -81, -85, -88, -94, -97, -104,
-112, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999},
{ -36, -36, -36, -36, -36, -36, -36, -36,
-39, -41, -42, -42, -39, -38, -41, -43,
-52, -44, -40, -39, -37, -37, -40, -47,
-54, -50, -48, -50, -55, -61, -59, -62,
-66, -66, -66, -69, -69, -73, -74, -74,
-75, -77, -79, -82, -87, -91, -95, -100,
-108, -115, -999, -999, -999, -999, -999, -999},
{ -28, -26, -24, -22, -20, -20, -23, -29,
-30, -31, -28, -27, -28, -28, -28, -35,
-40, -33, -32, -29, -30, -30, -30, -37,
-45, -41, -37, -38, -45, -47, -47, -48,
-53, -49, -48, -50, -49, -49, -51, -52,
-58, -56, -57, -56, -60, -61, -62, -70,
-72, -74, -78, -83, -88, -93, -100, -106}},
/* 177 Hz */
{{-999, -999, -999, -999, -999, -999, -999, -999,
-999, -110, -105, -100, -95, -91, -87, -83,
-80, -78, -76, -78, -78, -81, -83, -85,
-86, -85, -86, -87, -90, -97, -107, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999},
{-999, -999, -999, -110, -105, -100, -95, -90,
-85, -81, -77, -73, -70, -67, -67, -68,
-75, -73, -70, -69, -70, -72, -75, -79,
-84, -83, -84, -86, -88, -89, -89, -93,
-98, -105, -112, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999},
{-105, -100, -95, -90, -85, -80, -76, -71,
-68, -68, -65, -63, -63, -62, -62, -64,
-65, -64, -61, -62, -63, -64, -66, -68,
-73, -73, -74, -75, -76, -81, -83, -85,
-88, -89, -92, -95, -100, -108, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999},
{ -80, -75, -71, -68, -65, -63, -62, -61,
-61, -61, -61, -59, -56, -57, -53, -50,
-58, -52, -50, -50, -52, -53, -54, -58,
-67, -63, -67, -68, -72, -75, -78, -80,
-81, -81, -82, -85, -89, -90, -93, -97,
-101, -107, -114, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999},
{ -65, -61, -59, -57, -56, -55, -55, -56,
-56, -57, -55, -53, -52, -47, -44, -44,
-50, -44, -41, -39, -39, -42, -40, -46,
-51, -49, -50, -53, -54, -63, -60, -61,
-62, -66, -66, -66, -70, -73, -74, -75,
-76, -75, -79, -85, -89, -91, -96, -102,
-110, -999, -999, -999, -999, -999, -999, -999},
{ -52, -50, -49, -49, -48, -48, -48, -49,
-50, -50, -49, -46, -43, -39, -35, -33,
-38, -36, -32, -29, -32, -32, -32, -35,
-44, -39, -38, -38, -46, -50, -45, -46,
-53, -50, -50, -50, -54, -54, -53, -53,
-56, -57, -59, -66, -70, -72, -74, -79,
-83, -85, -90, -97, -114, -999, -999, -999}},
/* 250 Hz */
{{-999, -999, -999, -999, -999, -999, -110, -105,
-100, -95, -90, -86, -80, -75, -75, -79,
-80, -79, -80, -81, -82, -88, -95, -103,
-110, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999},
{-999, -999, -999, -999, -108, -103, -98, -93,
-88, -83, -79, -78, -75, -71, -67, -68,
-73, -73, -72, -73, -75, -77, -80, -82,
-88, -93, -100, -107, -114, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999},
{-999, -999, -999, -110, -105, -101, -96, -90,
-86, -81, -77, -73, -69, -66, -61, -62,
-66, -64, -62, -65, -66, -70, -72, -76,
-81, -80, -84, -90, -95, -102, -110, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999},
{-999, -999, -999, -107, -103, -97, -92, -88,
-83, -79, -74, -70, -66, -59, -53, -58,
-62, -55, -54, -54, -54, -58, -61, -62,
-72, -70, -72, -75, -78, -80, -81, -80,
-83, -83, -88, -93, -100, -107, -115, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999},
{-999, -999, -999, -105, -100, -95, -90, -85,
-80, -75, -70, -66, -62, -56, -48, -44,
-48, -46, -46, -43, -46, -48, -48, -51,
-58, -58, -59, -60, -62, -62, -61, -61,
-65, -64, -65, -68, -70, -74, -75, -78,
-81, -86, -95, -110, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999},
{-999, -999, -105, -100, -95, -90, -85, -80,
-75, -70, -65, -61, -55, -49, -39, -33,
-40, -35, -32, -38, -40, -33, -35, -37,
-46, -41, -45, -44, -46, -42, -45, -46,
-52, -50, -50, -50, -54, -54, -55, -57,
-62, -64, -66, -68, -70, -76, -81, -90,
-100, -110, -999, -999, -999, -999, -999, -999}},
/* 354 hz */
{{-999, -999, -999, -999, -999, -999, -999, -999,
-105, -98, -90, -85, -82, -83, -80, -78,
-84, -79, -80, -83, -87, -89, -91, -93,
-99, -106, -117, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999},
{-999, -999, -999, -999, -999, -999, -999, -999,
-105, -98, -90, -85, -80, -75, -70, -68,
-74, -72, -74, -77, -80, -82, -85, -87,
-92, -89, -91, -95, -100, -106, -112, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999},
{-999, -999, -999, -999, -999, -999, -999, -999,
-105, -98, -90, -83, -75, -71, -63, -64,
-67, -62, -64, -67, -70, -73, -77, -81,
-84, -83, -85, -89, -90, -93, -98, -104,
-109, -114, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999},
{-999, -999, -999, -999, -999, -999, -999, -999,
-103, -96, -88, -81, -75, -68, -58, -54,
-56, -54, -56, -56, -58, -60, -63, -66,
-74, -69, -72, -72, -75, -74, -77, -81,
-81, -82, -84, -87, -93, -96, -99, -104,
-110, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999},
{-999, -999, -999, -999, -999, -108, -102, -96,
-91, -85, -80, -74, -68, -60, -51, -46,
-48, -46, -43, -45, -47, -47, -49, -48,
-56, -53, -55, -58, -57, -63, -58, -60,
-66, -64, -67, -70, -70, -74, -77, -84,
-86, -89, -91, -93, -94, -101, -109, -118,
-999, -999, -999, -999, -999, -999, -999, -999},
{-999, -999, -999, -108, -103, -98, -93, -88,
-83, -78, -73, -68, -60, -53, -44, -35,
-38, -38, -34, -34, -36, -40, -41, -44,
-51, -45, -46, -47, -46, -54, -50, -49,
-50, -50, -50, -51, -54, -57, -58, -60,
-66, -66, -66, -64, -65, -68, -77, -82,
-87, -95, -110, -999, -999, -999, -999, -999}},
/* 500 Hz */
{{-999, -999, -999, -999, -999, -999, -999, -999,
-107, -102, -97, -92, -87, -83, -78, -75,
-82, -79, -83, -85, -89, -92, -95, -98,
-101, -105, -109, -113, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999},
{-999, -999, -999, -999, -999, -999, -999, -106,
-100, -95, -90, -86, -81, -78, -74, -69,
-74, -74, -76, -79, -83, -84, -86, -89,
-92, -97, -93, -100, -103, -107, -110, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999},
{-999, -999, -999, -999, -999, -999, -106, -100,
-95, -90, -87, -83, -80, -75, -69, -60,
-66, -66, -68, -70, -74, -78, -79, -81,
-81, -83, -84, -87, -93, -96, -99, -103,
-107, -110, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999},
{-999, -999, -999, -999, -999, -108, -103, -98,
-93, -89, -85, -82, -78, -71, -62, -55,
-58, -58, -54, -54, -55, -59, -61, -62,
-70, -66, -66, -67, -70, -72, -75, -78,
-84, -84, -84, -88, -91, -90, -95, -98,
-102, -103, -106, -110, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999},
{-999, -999, -999, -999, -108, -103, -98, -94,
-90, -87, -82, -79, -73, -67, -58, -47,
-50, -45, -41, -45, -48, -44, -44, -49,
-54, -51, -48, -47, -49, -50, -51, -57,
-58, -60, -63, -69, -70, -69, -71, -74,
-78, -82, -90, -95, -101, -105, -110, -999,
-999, -999, -999, -999, -999, -999, -999, -999},
{-999, -999, -999, -105, -101, -97, -93, -90,
-85, -80, -77, -72, -65, -56, -48, -37,
-40, -36, -34, -40, -50, -47, -38, -41,
-47, -38, -35, -39, -38, -43, -40, -45,
-50, -45, -44, -47, -50, -55, -48, -48,
-52, -66, -70, -76, -82, -90, -97, -105,
-110, -999, -999, -999, -999, -999, -999, -999}},
/* 707 Hz */
{{-999, -999, -999, -999, -999, -999, -999, -999,
-999, -108, -103, -98, -93, -86, -79, -76,
-83, -81, -85, -87, -89, -93, -98, -102,
-107, -112, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999},
{-999, -999, -999, -999, -999, -999, -999, -999,
-999, -108, -103, -98, -93, -86, -79, -71,
-77, -74, -77, -79, -81, -84, -85, -90,
-92, -93, -92, -98, -101, -108, -112, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999},
{-999, -999, -999, -999, -999, -999, -999, -999,
-108, -103, -98, -93, -87, -78, -68, -65,
-66, -62, -65, -67, -70, -73, -75, -78,
-82, -82, -83, -84, -91, -93, -98, -102,
-106, -110, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999},
{-999, -999, -999, -999, -999, -999, -999, -999,
-105, -100, -95, -90, -82, -74, -62, -57,
-58, -56, -51, -52, -52, -54, -54, -58,
-66, -59, -60, -63, -66, -69, -73, -79,
-83, -84, -80, -81, -81, -82, -88, -92,
-98, -105, -113, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999},
{-999, -999, -999, -999, -999, -999, -999, -107,
-102, -97, -92, -84, -79, -69, -57, -47,
-52, -47, -44, -45, -50, -52, -42, -42,
-53, -43, -43, -48, -51, -56, -55, -52,
-57, -59, -61, -62, -67, -71, -78, -83,
-86, -94, -98, -103, -110, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999},
{-999, -999, -999, -999, -999, -999, -105, -100,
-95, -90, -84, -78, -70, -61, -51, -41,
-40, -38, -40, -46, -52, -51, -41, -40,
-46, -40, -38, -38, -41, -46, -41, -46,
-47, -43, -43, -45, -41, -45, -56, -67,
-68, -83, -87, -90, -95, -102, -107, -113,
-999, -999, -999, -999, -999, -999, -999, -999}},
/* 1000 Hz */
{{-999, -999, -999, -999, -999, -999, -999, -999,
-999, -109, -105, -101, -96, -91, -84, -77,
-82, -82, -85, -89, -94, -100, -106, -110,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999},
{-999, -999, -999, -999, -999, -999, -999, -999,
-999, -106, -103, -98, -92, -85, -80, -71,
-75, -72, -76, -80, -84, -86, -89, -93,
-100, -107, -113, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999},
{-999, -999, -999, -999, -999, -999, -999, -107,
-104, -101, -97, -92, -88, -84, -80, -64,
-66, -63, -64, -66, -69, -73, -77, -83,
-83, -86, -91, -98, -104, -111, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999},
{-999, -999, -999, -999, -999, -999, -999, -107,
-104, -101, -97, -92, -90, -84, -74, -57,
-58, -52, -55, -54, -50, -52, -50, -52,
-63, -62, -69, -76, -77, -78, -78, -79,
-82, -88, -94, -100, -106, -111, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999},
{-999, -999, -999, -999, -999, -999, -106, -102,
-98, -95, -90, -85, -83, -78, -70, -50,
-50, -41, -44, -49, -47, -50, -50, -44,
-55, -46, -47, -48, -48, -54, -49, -49,
-58, -62, -71, -81, -87, -92, -97, -102,
-108, -114, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999},
{-999, -999, -999, -999, -999, -999, -106, -102,
-98, -95, -90, -85, -83, -78, -70, -45,
-43, -41, -47, -50, -51, -50, -49, -45,
-47, -41, -44, -41, -39, -43, -38, -37,
-40, -41, -44, -50, -58, -65, -73, -79,
-85, -92, -97, -101, -105, -109, -113, -999,
-999, -999, -999, -999, -999, -999, -999, -999}},
/* 1414 Hz */
{{-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -107, -100, -95, -87, -81,
-85, -83, -88, -93, -100, -107, -114, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999},
{-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -107, -101, -95, -88, -83, -76,
-73, -72, -79, -84, -90, -95, -100, -105,
-110, -115, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999},
{-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -104, -98, -92, -87, -81, -70,
-65, -62, -67, -71, -74, -80, -85, -91,
-95, -99, -103, -108, -111, -114, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999},
{-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -103, -97, -90, -85, -76, -60,
-56, -54, -60, -62, -61, -56, -63, -65,
-73, -74, -77, -75, -78, -81, -86, -87,
-88, -91, -94, -98, -103, -110, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999},
{-999, -999, -999, -999, -999, -999, -999, -105,
-100, -97, -92, -86, -81, -79, -70, -57,
-51, -47, -51, -58, -60, -56, -53, -50,
-58, -52, -50, -50, -53, -55, -64, -69,
-71, -85, -82, -78, -81, -85, -95, -102,
-112, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999},
{-999, -999, -999, -999, -999, -999, -999, -105,
-100, -97, -92, -85, -83, -79, -72, -49,
-40, -43, -43, -54, -56, -51, -50, -40,
-43, -38, -36, -35, -37, -38, -37, -44,
-54, -60, -57, -60, -70, -75, -84, -92,
-103, -112, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999}},
/* 2000 Hz */
{{-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -110, -102, -95, -89, -82,
-83, -84, -90, -92, -99, -107, -113, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999},
{-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -107, -101, -95, -89, -83, -72,
-74, -78, -85, -88, -88, -90, -92, -98,
-105, -111, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999},
{-999, -999, -999, -999, -999, -999, -999, -999,
-999, -109, -103, -97, -93, -87, -81, -70,
-70, -67, -75, -73, -76, -79, -81, -83,
-88, -89, -97, -103, -110, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999},
{-999, -999, -999, -999, -999, -999, -999, -999,
-999, -107, -100, -94, -88, -83, -75, -63,
-59, -59, -63, -66, -60, -62, -67, -67,
-77, -76, -81, -88, -86, -92, -96, -102,
-109, -116, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999},
{-999, -999, -999, -999, -999, -999, -999, -999,
-999, -105, -98, -92, -86, -81, -73, -56,
-52, -47, -55, -60, -58, -52, -51, -45,
-49, -50, -53, -54, -61, -71, -70, -69,
-78, -79, -87, -90, -96, -104, -112, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999},
{-999, -999, -999, -999, -999, -999, -999, -999,
-999, -103, -96, -90, -86, -78, -70, -51,
-42, -47, -48, -55, -54, -54, -53, -42,
-35, -28, -33, -38, -37, -44, -47, -49,
-54, -63, -68, -78, -82, -89, -94, -99,
-104, -109, -114, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999}},
/* 2828 Hz */
{{-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -110, -100, -90, -79,
-85, -81, -82, -82, -89, -94, -99, -103,
-109, -115, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999},
{-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -105, -97, -85, -72,
-74, -70, -70, -70, -76, -85, -91, -93,
-97, -103, -109, -115, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999},
{-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -112, -93, -81, -68,
-62, -60, -60, -57, -63, -70, -77, -82,
-90, -93, -98, -104, -109, -113, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999},
{-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -113, -100, -93, -84, -63,
-58, -48, -53, -54, -52, -52, -57, -64,
-66, -76, -83, -81, -85, -85, -90, -95,
-98, -101, -103, -106, -108, -111, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999},
{-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -105, -95, -86, -74, -53,
-50, -38, -43, -49, -43, -42, -39, -39,
-46, -52, -57, -56, -72, -69, -74, -81,
-87, -92, -94, -97, -99, -102, -105, -108,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999},
{-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -108, -99, -90, -76, -66, -45,
-43, -41, -44, -47, -43, -47, -40, -30,
-31, -31, -39, -33, -40, -41, -43, -53,
-59, -70, -73, -77, -79, -82, -84, -87,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999}},
/* 4000 Hz */
{{-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -110, -91, -76,
-75, -85, -93, -98, -104, -110, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999},
{-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -110, -91, -70,
-70, -75, -86, -89, -94, -98, -101, -106,
-110, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999},
{-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -110, -95, -80, -60,
-65, -64, -74, -83, -88, -91, -95, -99,
-103, -107, -110, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999},
{-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -110, -95, -80, -58,
-55, -49, -66, -68, -71, -78, -78, -80,
-88, -85, -89, -97, -100, -105, -110, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999},
{-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -110, -95, -80, -53,
-52, -41, -59, -59, -49, -58, -56, -63,
-86, -79, -90, -93, -98, -103, -107, -112,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999},
{-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -110, -97, -91, -73, -45,
-40, -33, -53, -61, -49, -54, -50, -50,
-60, -52, -67, -74, -81, -92, -96, -100,
-105, -110, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999}},
/* 5657 Hz */
{{-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -113, -106, -99, -92, -77,
-80, -88, -97, -106, -115, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999},
{-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -116, -109, -102, -95, -89, -74,
-72, -88, -87, -95, -102, -109, -116, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999},
{-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -116, -109, -102, -95, -89, -75,
-66, -74, -77, -78, -86, -87, -90, -96,
-105, -115, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999},
{-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -115, -108, -101, -94, -88, -66,
-56, -61, -70, -65, -78, -72, -83, -84,
-93, -98, -105, -110, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999},
{-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -110, -105, -95, -89, -82, -57,
-52, -52, -59, -56, -59, -58, -69, -67,
-88, -82, -82, -89, -94, -100, -108, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999},
{-999, -999, -999, -999, -999, -999, -999, -999,
-999, -110, -101, -96, -90, -83, -77, -54,
-43, -38, -50, -48, -52, -48, -42, -42,
-51, -52, -53, -59, -65, -71, -78, -85,
-95, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999}},
/* 8000 Hz */
{{-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -120, -105, -86, -68,
-78, -79, -90, -100, -110, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999},
{-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -120, -105, -86, -66,
-73, -77, -88, -96, -105, -115, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999},
{-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -120, -105, -92, -80, -61,
-64, -68, -80, -87, -92, -100, -110, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999},
{-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -120, -104, -91, -79, -52,
-60, -54, -64, -69, -77, -80, -82, -84,
-85, -87, -88, -90, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999},
{-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -118, -100, -87, -77, -49,
-50, -44, -58, -61, -61, -67, -65, -62,
-62, -62, -65, -68, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999},
{-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -115, -98, -84, -62, -49,
-44, -38, -46, -49, -49, -46, -39, -37,
-39, -40, -42, -43, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999}},
/* 11314 Hz */
{{-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -110, -88, -74,
-77, -82, -82, -85, -90, -94, -99, -104,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999},
{-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -110, -88, -66,
-70, -81, -80, -81, -84, -88, -91, -93,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999},
{-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -110, -88, -61,
-63, -70, -71, -74, -77, -80, -83, -85,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999},
{-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -110, -86, -62,
-63, -62, -62, -58, -52, -50, -50, -52,
-54, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999},
{-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -118, -108, -84, -53,
-50, -50, -50, -55, -47, -45, -40, -40,
-40, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999},
{-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -118, -100, -73, -43,
-37, -42, -43, -53, -38, -37, -35, -35,
-38, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999}},
/* 16000 Hz */
{{-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -110, -100, -91, -84, -74,
-80, -80, -80, -80, -80, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999},
{-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -110, -100, -91, -84, -74,
-68, -68, -68, -68, -68, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999},
{-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -110, -100, -86, -78, -70,
-60, -45, -30, -21, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999},
{-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -110, -100, -87, -78, -67,
-48, -38, -29, -21, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999},
{-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -110, -100, -86, -69, -56,
-45, -35, -33, -29, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999},
{-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -110, -100, -83, -71, -48,
-27, -38, -37, -34, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999,
-999, -999, -999, -999, -999, -999, -999, -999}}
};
#endif
|
0 | repos/libvorbis | repos/libvorbis/lib/smallft.h | /********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2007 *
* by the Xiph.Org Foundation https://xiph.org/ *
* *
********************************************************************
function: fft transform
********************************************************************/
#ifndef _V_SMFT_H_
#define _V_SMFT_H_
#include "vorbis/codec.h"
typedef struct {
int n;
float *trigcache;
int *splitcache;
} drft_lookup;
extern void drft_forward(drft_lookup *l,float *data);
extern void drft_backward(drft_lookup *l,float *data);
extern void drft_init(drft_lookup *l,int n);
extern void drft_clear(drft_lookup *l);
#endif
|
0 | repos/libvorbis | repos/libvorbis/lib/res0.c | /********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2010 *
* by the Xiph.Org Foundation https://xiph.org/ *
* *
********************************************************************
function: residue backend 0, 1 and 2 implementation
********************************************************************/
/* Slow, slow, slow, simpleminded and did I mention it was slow? The
encode/decode loops are coded for clarity and performance is not
yet even a nagging little idea lurking in the shadows. Oh and BTW,
it's slow. */
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <ogg/ogg.h>
#include "vorbis/codec.h"
#include "codec_internal.h"
#include "registry.h"
#include "codebook.h"
#include "misc.h"
#include "os.h"
#if defined(TRAIN_RES) || defined (TRAIN_RESAUX)
#include <stdio.h>
#endif
typedef struct {
vorbis_info_residue0 *info;
int parts;
int stages;
codebook *fullbooks;
codebook *phrasebook;
codebook ***partbooks;
int partvals;
int **decodemap;
long postbits;
long phrasebits;
long frames;
#if defined(TRAIN_RES) || defined(TRAIN_RESAUX)
int train_seq;
long *training_data[8][64];
float training_max[8][64];
float training_min[8][64];
float tmin;
float tmax;
int submap;
#endif
} vorbis_look_residue0;
void res0_free_info(vorbis_info_residue *i){
vorbis_info_residue0 *info=(vorbis_info_residue0 *)i;
if(info){
memset(info,0,sizeof(*info));
_ogg_free(info);
}
}
void res0_free_look(vorbis_look_residue *i){
int j;
if(i){
vorbis_look_residue0 *look=(vorbis_look_residue0 *)i;
#ifdef TRAIN_RES
{
int j,k,l;
for(j=0;j<look->parts;j++){
/*fprintf(stderr,"partition %d: ",j);*/
for(k=0;k<8;k++)
if(look->training_data[k][j]){
char buffer[80];
FILE *of;
codebook *statebook=look->partbooks[j][k];
/* long and short into the same bucket by current convention */
sprintf(buffer,"res_sub%d_part%d_pass%d.vqd",look->submap,j,k);
of=fopen(buffer,"a");
for(l=0;l<statebook->entries;l++)
fprintf(of,"%d:%ld\n",l,look->training_data[k][j][l]);
fclose(of);
/*fprintf(stderr,"%d(%.2f|%.2f) ",k,
look->training_min[k][j],look->training_max[k][j]);*/
_ogg_free(look->training_data[k][j]);
look->training_data[k][j]=NULL;
}
/*fprintf(stderr,"\n");*/
}
}
fprintf(stderr,"min/max residue: %g::%g\n",look->tmin,look->tmax);
/*fprintf(stderr,"residue bit usage %f:%f (%f total)\n",
(float)look->phrasebits/look->frames,
(float)look->postbits/look->frames,
(float)(look->postbits+look->phrasebits)/look->frames);*/
#endif
/*vorbis_info_residue0 *info=look->info;
fprintf(stderr,
"%ld frames encoded in %ld phrasebits and %ld residue bits "
"(%g/frame) \n",look->frames,look->phrasebits,
look->resbitsflat,
(look->phrasebits+look->resbitsflat)/(float)look->frames);
for(j=0;j<look->parts;j++){
long acc=0;
fprintf(stderr,"\t[%d] == ",j);
for(k=0;k<look->stages;k++)
if((info->secondstages[j]>>k)&1){
fprintf(stderr,"%ld,",look->resbits[j][k]);
acc+=look->resbits[j][k];
}
fprintf(stderr,":: (%ld vals) %1.2fbits/sample\n",look->resvals[j],
acc?(float)acc/(look->resvals[j]*info->grouping):0);
}
fprintf(stderr,"\n");*/
for(j=0;j<look->parts;j++)
if(look->partbooks[j])_ogg_free(look->partbooks[j]);
_ogg_free(look->partbooks);
for(j=0;j<look->partvals;j++)
_ogg_free(look->decodemap[j]);
_ogg_free(look->decodemap);
memset(look,0,sizeof(*look));
_ogg_free(look);
}
}
static int icount(unsigned int v){
int ret=0;
while(v){
ret+=v&1;
v>>=1;
}
return(ret);
}
void res0_pack(vorbis_info_residue *vr,oggpack_buffer *opb){
vorbis_info_residue0 *info=(vorbis_info_residue0 *)vr;
int j,acc=0;
oggpack_write(opb,info->begin,24);
oggpack_write(opb,info->end,24);
oggpack_write(opb,info->grouping-1,24); /* residue vectors to group and
code with a partitioned book */
oggpack_write(opb,info->partitions-1,6); /* possible partition choices */
oggpack_write(opb,info->groupbook,8); /* group huffman book */
/* secondstages is a bitmask; as encoding progresses pass by pass, a
bitmask of one indicates this partition class has bits to write
this pass */
for(j=0;j<info->partitions;j++){
if(ov_ilog(info->secondstages[j])>3){
/* yes, this is a minor hack due to not thinking ahead */
oggpack_write(opb,info->secondstages[j],3);
oggpack_write(opb,1,1);
oggpack_write(opb,info->secondstages[j]>>3,5);
}else
oggpack_write(opb,info->secondstages[j],4); /* trailing zero */
acc+=icount(info->secondstages[j]);
}
for(j=0;j<acc;j++)
oggpack_write(opb,info->booklist[j],8);
}
/* vorbis_info is for range checking */
vorbis_info_residue *res0_unpack(vorbis_info *vi,oggpack_buffer *opb){
int j,acc=0;
vorbis_info_residue0 *info=_ogg_calloc(1,sizeof(*info));
codec_setup_info *ci=vi->codec_setup;
info->begin=oggpack_read(opb,24);
info->end=oggpack_read(opb,24);
info->grouping=oggpack_read(opb,24)+1;
info->partitions=oggpack_read(opb,6)+1;
info->groupbook=oggpack_read(opb,8);
/* check for premature EOP */
if(info->groupbook<0)goto errout;
for(j=0;j<info->partitions;j++){
int cascade=oggpack_read(opb,3);
int cflag=oggpack_read(opb,1);
if(cflag<0) goto errout;
if(cflag){
int c=oggpack_read(opb,5);
if(c<0) goto errout;
cascade|=(c<<3);
}
info->secondstages[j]=cascade;
acc+=icount(cascade);
}
for(j=0;j<acc;j++){
int book=oggpack_read(opb,8);
if(book<0) goto errout;
info->booklist[j]=book;
}
if(info->groupbook>=ci->books)goto errout;
for(j=0;j<acc;j++){
if(info->booklist[j]>=ci->books)goto errout;
if(ci->book_param[info->booklist[j]]->maptype==0)goto errout;
}
/* verify the phrasebook is not specifying an impossible or
inconsistent partitioning scheme. */
/* modify the phrasebook ranging check from r16327; an early beta
encoder had a bug where it used an oversized phrasebook by
accident. These files should continue to be playable, but don't
allow an exploit */
{
int entries = ci->book_param[info->groupbook]->entries;
int dim = ci->book_param[info->groupbook]->dim;
int partvals = 1;
if (dim<1) goto errout;
while(dim>0){
partvals *= info->partitions;
if(partvals > entries) goto errout;
dim--;
}
info->partvals = partvals;
}
return(info);
errout:
res0_free_info(info);
return(NULL);
}
vorbis_look_residue *res0_look(vorbis_dsp_state *vd,
vorbis_info_residue *vr){
vorbis_info_residue0 *info=(vorbis_info_residue0 *)vr;
vorbis_look_residue0 *look=_ogg_calloc(1,sizeof(*look));
codec_setup_info *ci=vd->vi->codec_setup;
int j,k,acc=0;
int dim;
int maxstage=0;
look->info=info;
look->parts=info->partitions;
look->fullbooks=ci->fullbooks;
look->phrasebook=ci->fullbooks+info->groupbook;
dim=look->phrasebook->dim;
look->partbooks=_ogg_calloc(look->parts,sizeof(*look->partbooks));
for(j=0;j<look->parts;j++){
int stages=ov_ilog(info->secondstages[j]);
if(stages){
if(stages>maxstage)maxstage=stages;
look->partbooks[j]=_ogg_calloc(stages,sizeof(*look->partbooks[j]));
for(k=0;k<stages;k++)
if(info->secondstages[j]&(1<<k)){
look->partbooks[j][k]=ci->fullbooks+info->booklist[acc++];
#ifdef TRAIN_RES
look->training_data[k][j]=_ogg_calloc(look->partbooks[j][k]->entries,
sizeof(***look->training_data));
#endif
}
}
}
look->partvals=1;
for(j=0;j<dim;j++)
look->partvals*=look->parts;
look->stages=maxstage;
look->decodemap=_ogg_malloc(look->partvals*sizeof(*look->decodemap));
for(j=0;j<look->partvals;j++){
long val=j;
long mult=look->partvals/look->parts;
look->decodemap[j]=_ogg_malloc(dim*sizeof(*look->decodemap[j]));
for(k=0;k<dim;k++){
long deco=val/mult;
val-=deco*mult;
mult/=look->parts;
look->decodemap[j][k]=deco;
}
}
#if defined(TRAIN_RES) || defined (TRAIN_RESAUX)
{
static int train_seq=0;
look->train_seq=train_seq++;
}
#endif
return(look);
}
/* break an abstraction and copy some code for performance purposes */
static int local_book_besterror(codebook *book,int *a){
int dim=book->dim;
int i,j,o;
int minval=book->minval;
int del=book->delta;
int qv=book->quantvals;
int ze=(qv>>1);
int index=0;
/* assumes integer/centered encoder codebook maptype 1 no more than dim 8 */
int p[8]={0,0,0,0,0,0,0,0};
if(del!=1){
for(i=0,o=dim;i<dim;i++){
int v = (a[--o]-minval+(del>>1))/del;
int m = (v<ze ? ((ze-v)<<1)-1 : ((v-ze)<<1));
index = index*qv+ (m<0?0:(m>=qv?qv-1:m));
p[o]=v*del+minval;
}
}else{
for(i=0,o=dim;i<dim;i++){
int v = a[--o]-minval;
int m = (v<ze ? ((ze-v)<<1)-1 : ((v-ze)<<1));
index = index*qv+ (m<0?0:(m>=qv?qv-1:m));
p[o]=v*del+minval;
}
}
if(book->c->lengthlist[index]<=0){
const static_codebook *c=book->c;
int best=-1;
/* assumes integer/centered encoder codebook maptype 1 no more than dim 8 */
int e[8]={0,0,0,0,0,0,0,0};
int maxval = book->minval + book->delta*(book->quantvals-1);
for(i=0;i<book->entries;i++){
if(c->lengthlist[i]>0){
int this=0;
for(j=0;j<dim;j++){
int val=(e[j]-a[j]);
this+=val*val;
}
if(best==-1 || this<best){
memcpy(p,e,sizeof(p));
best=this;
index=i;
}
}
/* assumes the value patterning created by the tools in vq/ */
j=0;
while(e[j]>=maxval)
e[j++]=0;
if(e[j]>=0)
e[j]+=book->delta;
e[j]= -e[j];
}
}
if(index>-1){
for(i=0;i<dim;i++)
*a++ -= p[i];
}
return(index);
}
#ifdef TRAIN_RES
static int _encodepart(oggpack_buffer *opb,int *vec, int n,
codebook *book,long *acc){
#else
static int _encodepart(oggpack_buffer *opb,int *vec, int n,
codebook *book){
#endif
int i,bits=0;
int dim=book->dim;
int step=n/dim;
for(i=0;i<step;i++){
int entry=local_book_besterror(book,vec+i*dim);
#ifdef TRAIN_RES
if(entry>=0)
acc[entry]++;
#endif
bits+=vorbis_book_encode(book,entry,opb);
}
return(bits);
}
static long **_01class(vorbis_block *vb,vorbis_look_residue *vl,
int **in,int ch){
long i,j,k;
vorbis_look_residue0 *look=(vorbis_look_residue0 *)vl;
vorbis_info_residue0 *info=look->info;
/* move all this setup out later */
int samples_per_partition=info->grouping;
int possible_partitions=info->partitions;
int n=info->end-info->begin;
int partvals=n/samples_per_partition;
long **partword=_vorbis_block_alloc(vb,ch*sizeof(*partword));
float scale=100./samples_per_partition;
/* we find the partition type for each partition of each
channel. We'll go back and do the interleaved encoding in a
bit. For now, clarity */
for(i=0;i<ch;i++){
partword[i]=_vorbis_block_alloc(vb,n/samples_per_partition*sizeof(*partword[i]));
memset(partword[i],0,n/samples_per_partition*sizeof(*partword[i]));
}
for(i=0;i<partvals;i++){
int offset=i*samples_per_partition+info->begin;
for(j=0;j<ch;j++){
int max=0;
int ent=0;
for(k=0;k<samples_per_partition;k++){
if(abs(in[j][offset+k])>max)max=abs(in[j][offset+k]);
ent+=abs(in[j][offset+k]);
}
ent*=scale;
for(k=0;k<possible_partitions-1;k++)
if(max<=info->classmetric1[k] &&
(info->classmetric2[k]<0 || ent<info->classmetric2[k]))
break;
partword[j][i]=k;
}
}
#ifdef TRAIN_RESAUX
{
FILE *of;
char buffer[80];
for(i=0;i<ch;i++){
sprintf(buffer,"resaux_%d.vqd",look->train_seq);
of=fopen(buffer,"a");
for(j=0;j<partvals;j++)
fprintf(of,"%ld, ",partword[i][j]);
fprintf(of,"\n");
fclose(of);
}
}
#endif
look->frames++;
return(partword);
}
/* designed for stereo or other modes where the partition size is an
integer multiple of the number of channels encoded in the current
submap */
static long **_2class(vorbis_block *vb,vorbis_look_residue *vl,int **in,
int ch){
long i,j,k,l;
vorbis_look_residue0 *look=(vorbis_look_residue0 *)vl;
vorbis_info_residue0 *info=look->info;
/* move all this setup out later */
int samples_per_partition=info->grouping;
int possible_partitions=info->partitions;
int n=info->end-info->begin;
int partvals=n/samples_per_partition;
long **partword=_vorbis_block_alloc(vb,sizeof(*partword));
#if defined(TRAIN_RES) || defined (TRAIN_RESAUX)
FILE *of;
char buffer[80];
#endif
partword[0]=_vorbis_block_alloc(vb,partvals*sizeof(*partword[0]));
memset(partword[0],0,partvals*sizeof(*partword[0]));
for(i=0,l=info->begin/ch;i<partvals;i++){
int magmax=0;
int angmax=0;
for(j=0;j<samples_per_partition;j+=ch){
if(abs(in[0][l])>magmax)magmax=abs(in[0][l]);
for(k=1;k<ch;k++)
if(abs(in[k][l])>angmax)angmax=abs(in[k][l]);
l++;
}
for(j=0;j<possible_partitions-1;j++)
if(magmax<=info->classmetric1[j] &&
angmax<=info->classmetric2[j])
break;
partword[0][i]=j;
}
#ifdef TRAIN_RESAUX
sprintf(buffer,"resaux_%d.vqd",look->train_seq);
of=fopen(buffer,"a");
for(i=0;i<partvals;i++)
fprintf(of,"%ld, ",partword[0][i]);
fprintf(of,"\n");
fclose(of);
#endif
look->frames++;
return(partword);
}
static int _01forward(oggpack_buffer *opb,
vorbis_look_residue *vl,
int **in,int ch,
long **partword,
#ifdef TRAIN_RES
int (*encode)(oggpack_buffer *,int *,int,
codebook *,long *),
int submap
#else
int (*encode)(oggpack_buffer *,int *,int,
codebook *)
#endif
){
long i,j,k,s;
vorbis_look_residue0 *look=(vorbis_look_residue0 *)vl;
vorbis_info_residue0 *info=look->info;
#ifdef TRAIN_RES
look->submap=submap;
#endif
/* move all this setup out later */
int samples_per_partition=info->grouping;
int possible_partitions=info->partitions;
int partitions_per_word=look->phrasebook->dim;
int n=info->end-info->begin;
int partvals=n/samples_per_partition;
long resbits[128];
long resvals[128];
#ifdef TRAIN_RES
for(i=0;i<ch;i++)
for(j=info->begin;j<info->end;j++){
if(in[i][j]>look->tmax)look->tmax=in[i][j];
if(in[i][j]<look->tmin)look->tmin=in[i][j];
}
#endif
memset(resbits,0,sizeof(resbits));
memset(resvals,0,sizeof(resvals));
/* we code the partition words for each channel, then the residual
words for a partition per channel until we've written all the
residual words for that partition word. Then write the next
partition channel words... */
for(s=0;s<look->stages;s++){
for(i=0;i<partvals;){
/* first we encode a partition codeword for each channel */
if(s==0){
for(j=0;j<ch;j++){
long val=partword[j][i];
for(k=1;k<partitions_per_word;k++){
val*=possible_partitions;
if(i+k<partvals)
val+=partword[j][i+k];
}
/* training hack */
if(val<look->phrasebook->entries)
look->phrasebits+=vorbis_book_encode(look->phrasebook,val,opb);
#if 0 /*def TRAIN_RES*/
else
fprintf(stderr,"!");
#endif
}
}
/* now we encode interleaved residual values for the partitions */
for(k=0;k<partitions_per_word && i<partvals;k++,i++){
long offset=i*samples_per_partition+info->begin;
for(j=0;j<ch;j++){
if(s==0)resvals[partword[j][i]]+=samples_per_partition;
if(info->secondstages[partword[j][i]]&(1<<s)){
codebook *statebook=look->partbooks[partword[j][i]][s];
if(statebook){
int ret;
#ifdef TRAIN_RES
long *accumulator=NULL;
accumulator=look->training_data[s][partword[j][i]];
{
int l;
int *samples=in[j]+offset;
for(l=0;l<samples_per_partition;l++){
if(samples[l]<look->training_min[s][partword[j][i]])
look->training_min[s][partword[j][i]]=samples[l];
if(samples[l]>look->training_max[s][partword[j][i]])
look->training_max[s][partword[j][i]]=samples[l];
}
}
ret=encode(opb,in[j]+offset,samples_per_partition,
statebook,accumulator);
#else
ret=encode(opb,in[j]+offset,samples_per_partition,
statebook);
#endif
look->postbits+=ret;
resbits[partword[j][i]]+=ret;
}
}
}
}
}
}
return(0);
}
/* a truncated packet here just means 'stop working'; it's not an error */
static int _01inverse(vorbis_block *vb,vorbis_look_residue *vl,
float **in,int ch,
long (*decodepart)(codebook *, float *,
oggpack_buffer *,int)){
long i,j,k,l,s;
vorbis_look_residue0 *look=(vorbis_look_residue0 *)vl;
vorbis_info_residue0 *info=look->info;
/* move all this setup out later */
int samples_per_partition=info->grouping;
int partitions_per_word=look->phrasebook->dim;
int max=vb->pcmend>>1;
int end=(info->end<max?info->end:max);
int n=end-info->begin;
if(n>0){
int partvals=n/samples_per_partition;
int partwords=(partvals+partitions_per_word-1)/partitions_per_word;
int ***partword=alloca(ch*sizeof(*partword));
for(j=0;j<ch;j++)
partword[j]=_vorbis_block_alloc(vb,partwords*sizeof(*partword[j]));
for(s=0;s<look->stages;s++){
/* each loop decodes on partition codeword containing
partitions_per_word partitions */
for(i=0,l=0;i<partvals;l++){
if(s==0){
/* fetch the partition word for each channel */
for(j=0;j<ch;j++){
int temp=vorbis_book_decode(look->phrasebook,&vb->opb);
if(temp==-1 || temp>=info->partvals)goto eopbreak;
partword[j][l]=look->decodemap[temp];
if(partword[j][l]==NULL)goto errout;
}
}
/* now we decode residual values for the partitions */
for(k=0;k<partitions_per_word && i<partvals;k++,i++)
for(j=0;j<ch;j++){
long offset=info->begin+i*samples_per_partition;
if(info->secondstages[partword[j][l][k]]&(1<<s)){
codebook *stagebook=look->partbooks[partword[j][l][k]][s];
if(stagebook){
if(decodepart(stagebook,in[j]+offset,&vb->opb,
samples_per_partition)==-1)goto eopbreak;
}
}
}
}
}
}
errout:
eopbreak:
return(0);
}
int res0_inverse(vorbis_block *vb,vorbis_look_residue *vl,
float **in,int *nonzero,int ch){
int i,used=0;
for(i=0;i<ch;i++)
if(nonzero[i])
in[used++]=in[i];
if(used)
return(_01inverse(vb,vl,in,used,vorbis_book_decodevs_add));
else
return(0);
}
int res1_forward(oggpack_buffer *opb,vorbis_block *vb,vorbis_look_residue *vl,
int **in,int *nonzero,int ch, long **partword, int submap){
int i,used=0;
(void)vb;
for(i=0;i<ch;i++)
if(nonzero[i])
in[used++]=in[i];
if(used){
#ifdef TRAIN_RES
return _01forward(opb,vl,in,used,partword,_encodepart,submap);
#else
(void)submap;
return _01forward(opb,vl,in,used,partword,_encodepart);
#endif
}else{
return(0);
}
}
long **res1_class(vorbis_block *vb,vorbis_look_residue *vl,
int **in,int *nonzero,int ch){
int i,used=0;
for(i=0;i<ch;i++)
if(nonzero[i])
in[used++]=in[i];
if(used)
return(_01class(vb,vl,in,used));
else
return(0);
}
int res1_inverse(vorbis_block *vb,vorbis_look_residue *vl,
float **in,int *nonzero,int ch){
int i,used=0;
for(i=0;i<ch;i++)
if(nonzero[i])
in[used++]=in[i];
if(used)
return(_01inverse(vb,vl,in,used,vorbis_book_decodev_add));
else
return(0);
}
long **res2_class(vorbis_block *vb,vorbis_look_residue *vl,
int **in,int *nonzero,int ch){
int i,used=0;
for(i=0;i<ch;i++)
if(nonzero[i])used++;
if(used)
return(_2class(vb,vl,in,ch));
else
return(0);
}
/* res2 is slightly more different; all the channels are interleaved
into a single vector and encoded. */
int res2_forward(oggpack_buffer *opb,
vorbis_block *vb,vorbis_look_residue *vl,
int **in,int *nonzero,int ch, long **partword,int submap){
long i,j,k,n=vb->pcmend/2,used=0;
/* don't duplicate the code; use a working vector hack for now and
reshape ourselves into a single channel res1 */
/* ugly; reallocs for each coupling pass :-( */
int *work=_vorbis_block_alloc(vb,ch*n*sizeof(*work));
for(i=0;i<ch;i++){
int *pcm=in[i];
if(nonzero[i])used++;
for(j=0,k=i;j<n;j++,k+=ch)
work[k]=pcm[j];
}
if(used){
#ifdef TRAIN_RES
return _01forward(opb,vl,&work,1,partword,_encodepart,submap);
#else
(void)submap;
return _01forward(opb,vl,&work,1,partword,_encodepart);
#endif
}else{
return(0);
}
}
/* duplicate code here as speed is somewhat more important */
int res2_inverse(vorbis_block *vb,vorbis_look_residue *vl,
float **in,int *nonzero,int ch){
long i,k,l,s;
vorbis_look_residue0 *look=(vorbis_look_residue0 *)vl;
vorbis_info_residue0 *info=look->info;
/* move all this setup out later */
int samples_per_partition=info->grouping;
int partitions_per_word=look->phrasebook->dim;
int max=(vb->pcmend*ch)>>1;
int end=(info->end<max?info->end:max);
int n=end-info->begin;
if(n>0){
int partvals=n/samples_per_partition;
int partwords=(partvals+partitions_per_word-1)/partitions_per_word;
int **partword=_vorbis_block_alloc(vb,partwords*sizeof(*partword));
for(i=0;i<ch;i++)if(nonzero[i])break;
if(i==ch)return(0); /* no nonzero vectors */
for(s=0;s<look->stages;s++){
for(i=0,l=0;i<partvals;l++){
if(s==0){
/* fetch the partition word */
int temp=vorbis_book_decode(look->phrasebook,&vb->opb);
if(temp==-1 || temp>=info->partvals)goto eopbreak;
partword[l]=look->decodemap[temp];
if(partword[l]==NULL)goto errout;
}
/* now we decode residual values for the partitions */
for(k=0;k<partitions_per_word && i<partvals;k++,i++)
if(info->secondstages[partword[l][k]]&(1<<s)){
codebook *stagebook=look->partbooks[partword[l][k]][s];
if(stagebook){
if(vorbis_book_decodevv_add(stagebook,in,
i*samples_per_partition+info->begin,ch,
&vb->opb,samples_per_partition)==-1)
goto eopbreak;
}
}
}
}
}
errout:
eopbreak:
return(0);
}
const vorbis_func_residue residue0_exportbundle={
NULL,
&res0_unpack,
&res0_look,
&res0_free_info,
&res0_free_look,
NULL,
NULL,
&res0_inverse
};
const vorbis_func_residue residue1_exportbundle={
&res0_pack,
&res0_unpack,
&res0_look,
&res0_free_info,
&res0_free_look,
&res1_class,
&res1_forward,
&res1_inverse
};
const vorbis_func_residue residue2_exportbundle={
&res0_pack,
&res0_unpack,
&res0_look,
&res0_free_info,
&res0_free_look,
&res2_class,
&res2_forward,
&res2_inverse
};
|
0 | repos/libvorbis | repos/libvorbis/lib/lookup.h | /********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2009 *
* by the Xiph.Org Foundation https://xiph.org/ *
* *
********************************************************************
function: lookup based functions
********************************************************************/
#ifndef _V_LOOKUP_H_
#ifdef FLOAT_LOOKUP
extern float vorbis_coslook(float a);
extern float vorbis_invsqlook(float a);
extern float vorbis_invsq2explook(int a);
extern float vorbis_fromdBlook(float a);
#endif
#ifdef INT_LOOKUP
extern long vorbis_invsqlook_i(long a,long e);
extern long vorbis_coslook_i(long a);
extern float vorbis_fromdBlook_i(long a);
#endif
#endif
|
0 | repos/libvorbis | repos/libvorbis/lib/floor1.c | /********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2015 *
* by the Xiph.Org Foundation https://xiph.org/ *
* *
********************************************************************
function: floor backend 1 implementation
********************************************************************/
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <ogg/ogg.h>
#include "vorbis/codec.h"
#include "codec_internal.h"
#include "registry.h"
#include "codebook.h"
#include "misc.h"
#include "scales.h"
#include <stdio.h>
#define floor1_rangedB 140 /* floor 1 fixed at -140dB to 0dB range */
typedef struct lsfit_acc{
int x0;
int x1;
int xa;
int ya;
int x2a;
int y2a;
int xya;
int an;
int xb;
int yb;
int x2b;
int y2b;
int xyb;
int bn;
} lsfit_acc;
/***********************************************/
static void floor1_free_info(vorbis_info_floor *i){
vorbis_info_floor1 *info=(vorbis_info_floor1 *)i;
if(info){
memset(info,0,sizeof(*info));
_ogg_free(info);
}
}
static void floor1_free_look(vorbis_look_floor *i){
vorbis_look_floor1 *look=(vorbis_look_floor1 *)i;
if(look){
/*fprintf(stderr,"floor 1 bit usage %f:%f (%f total)\n",
(float)look->phrasebits/look->frames,
(float)look->postbits/look->frames,
(float)(look->postbits+look->phrasebits)/look->frames);*/
memset(look,0,sizeof(*look));
_ogg_free(look);
}
}
static void floor1_pack (vorbis_info_floor *i,oggpack_buffer *opb){
vorbis_info_floor1 *info=(vorbis_info_floor1 *)i;
int j,k;
int count=0;
int rangebits;
int maxposit=info->postlist[1];
int maxclass=-1;
/* save out partitions */
oggpack_write(opb,info->partitions,5); /* only 0 to 31 legal */
for(j=0;j<info->partitions;j++){
oggpack_write(opb,info->partitionclass[j],4); /* only 0 to 15 legal */
if(maxclass<info->partitionclass[j])maxclass=info->partitionclass[j];
}
/* save out partition classes */
for(j=0;j<maxclass+1;j++){
oggpack_write(opb,info->class_dim[j]-1,3); /* 1 to 8 */
oggpack_write(opb,info->class_subs[j],2); /* 0 to 3 */
if(info->class_subs[j])oggpack_write(opb,info->class_book[j],8);
for(k=0;k<(1<<info->class_subs[j]);k++)
oggpack_write(opb,info->class_subbook[j][k]+1,8);
}
/* save out the post list */
oggpack_write(opb,info->mult-1,2); /* only 1,2,3,4 legal now */
/* maxposit cannot legally be less than 1; this is encode-side, we
can assume our setup is OK */
oggpack_write(opb,ov_ilog(maxposit-1),4);
rangebits=ov_ilog(maxposit-1);
for(j=0,k=0;j<info->partitions;j++){
count+=info->class_dim[info->partitionclass[j]];
for(;k<count;k++)
oggpack_write(opb,info->postlist[k+2],rangebits);
}
}
static int icomp(const void *a,const void *b){
return(**(int **)a-**(int **)b);
}
static vorbis_info_floor *floor1_unpack (vorbis_info *vi,oggpack_buffer *opb){
codec_setup_info *ci=vi->codec_setup;
int j,k,count=0,maxclass=-1,rangebits;
vorbis_info_floor1 *info=_ogg_calloc(1,sizeof(*info));
/* read partitions */
info->partitions=oggpack_read(opb,5); /* only 0 to 31 legal */
for(j=0;j<info->partitions;j++){
info->partitionclass[j]=oggpack_read(opb,4); /* only 0 to 15 legal */
if(info->partitionclass[j]<0)goto err_out;
if(maxclass<info->partitionclass[j])maxclass=info->partitionclass[j];
}
/* read partition classes */
for(j=0;j<maxclass+1;j++){
info->class_dim[j]=oggpack_read(opb,3)+1; /* 1 to 8 */
info->class_subs[j]=oggpack_read(opb,2); /* 0,1,2,3 bits */
if(info->class_subs[j]<0)
goto err_out;
if(info->class_subs[j])info->class_book[j]=oggpack_read(opb,8);
if(info->class_book[j]<0 || info->class_book[j]>=ci->books)
goto err_out;
for(k=0;k<(1<<info->class_subs[j]);k++){
info->class_subbook[j][k]=oggpack_read(opb,8)-1;
if(info->class_subbook[j][k]<-1 || info->class_subbook[j][k]>=ci->books)
goto err_out;
}
}
/* read the post list */
info->mult=oggpack_read(opb,2)+1; /* only 1,2,3,4 legal now */
rangebits=oggpack_read(opb,4);
if(rangebits<0)goto err_out;
for(j=0,k=0;j<info->partitions;j++){
count+=info->class_dim[info->partitionclass[j]];
if(count>VIF_POSIT) goto err_out;
for(;k<count;k++){
int t=info->postlist[k+2]=oggpack_read(opb,rangebits);
if(t<0 || t>=(1<<rangebits))
goto err_out;
}
}
info->postlist[0]=0;
info->postlist[1]=1<<rangebits;
/* don't allow repeated values in post list as they'd result in
zero-length segments */
{
int *sortpointer[VIF_POSIT+2];
for(j=0;j<count+2;j++)sortpointer[j]=info->postlist+j;
qsort(sortpointer,count+2,sizeof(*sortpointer),icomp);
for(j=1;j<count+2;j++)
if(*sortpointer[j-1]==*sortpointer[j])goto err_out;
}
return(info);
err_out:
floor1_free_info(info);
return(NULL);
}
static vorbis_look_floor *floor1_look(vorbis_dsp_state *vd,
vorbis_info_floor *in){
int *sortpointer[VIF_POSIT+2];
vorbis_info_floor1 *info=(vorbis_info_floor1 *)in;
vorbis_look_floor1 *look=_ogg_calloc(1,sizeof(*look));
int i,j,n=0;
(void)vd;
look->vi=info;
look->n=info->postlist[1];
/* we drop each position value in-between already decoded values,
and use linear interpolation to predict each new value past the
edges. The positions are read in the order of the position
list... we precompute the bounding positions in the lookup. Of
course, the neighbors can change (if a position is declined), but
this is an initial mapping */
for(i=0;i<info->partitions;i++)n+=info->class_dim[info->partitionclass[i]];
n+=2;
look->posts=n;
/* also store a sorted position index */
for(i=0;i<n;i++)sortpointer[i]=info->postlist+i;
qsort(sortpointer,n,sizeof(*sortpointer),icomp);
/* points from sort order back to range number */
for(i=0;i<n;i++)look->forward_index[i]=sortpointer[i]-info->postlist;
/* points from range order to sorted position */
for(i=0;i<n;i++)look->reverse_index[look->forward_index[i]]=i;
/* we actually need the post values too */
for(i=0;i<n;i++)look->sorted_index[i]=info->postlist[look->forward_index[i]];
/* quantize values to multiplier spec */
switch(info->mult){
case 1: /* 1024 -> 256 */
look->quant_q=256;
break;
case 2: /* 1024 -> 128 */
look->quant_q=128;
break;
case 3: /* 1024 -> 86 */
look->quant_q=86;
break;
case 4: /* 1024 -> 64 */
look->quant_q=64;
break;
}
/* discover our neighbors for decode where we don't use fit flags
(that would push the neighbors outward) */
for(i=0;i<n-2;i++){
int lo=0;
int hi=1;
int lx=0;
int hx=look->n;
int currentx=info->postlist[i+2];
for(j=0;j<i+2;j++){
int x=info->postlist[j];
if(x>lx && x<currentx){
lo=j;
lx=x;
}
if(x<hx && x>currentx){
hi=j;
hx=x;
}
}
look->loneighbor[i]=lo;
look->hineighbor[i]=hi;
}
return(look);
}
static int render_point(int x0,int x1,int y0,int y1,int x){
y0&=0x7fff; /* mask off flag */
y1&=0x7fff;
{
int dy=y1-y0;
int adx=x1-x0;
int ady=abs(dy);
int err=ady*(x-x0);
int off=err/adx;
if(dy<0)return(y0-off);
return(y0+off);
}
}
static int vorbis_dBquant(const float *x){
int i= *x*7.3142857f+1023.5f;
if(i>1023)return(1023);
if(i<0)return(0);
return i;
}
static const float FLOOR1_fromdB_LOOKUP[256]={
1.0649863e-07F, 1.1341951e-07F, 1.2079015e-07F, 1.2863978e-07F,
1.3699951e-07F, 1.4590251e-07F, 1.5538408e-07F, 1.6548181e-07F,
1.7623575e-07F, 1.8768855e-07F, 1.9988561e-07F, 2.128753e-07F,
2.2670913e-07F, 2.4144197e-07F, 2.5713223e-07F, 2.7384213e-07F,
2.9163793e-07F, 3.1059021e-07F, 3.3077411e-07F, 3.5226968e-07F,
3.7516214e-07F, 3.9954229e-07F, 4.2550680e-07F, 4.5315863e-07F,
4.8260743e-07F, 5.1396998e-07F, 5.4737065e-07F, 5.8294187e-07F,
6.2082472e-07F, 6.6116941e-07F, 7.0413592e-07F, 7.4989464e-07F,
7.9862701e-07F, 8.5052630e-07F, 9.0579828e-07F, 9.6466216e-07F,
1.0273513e-06F, 1.0941144e-06F, 1.1652161e-06F, 1.2409384e-06F,
1.3215816e-06F, 1.4074654e-06F, 1.4989305e-06F, 1.5963394e-06F,
1.7000785e-06F, 1.8105592e-06F, 1.9282195e-06F, 2.0535261e-06F,
2.1869758e-06F, 2.3290978e-06F, 2.4804557e-06F, 2.6416497e-06F,
2.8133190e-06F, 2.9961443e-06F, 3.1908506e-06F, 3.3982101e-06F,
3.6190449e-06F, 3.8542308e-06F, 4.1047004e-06F, 4.3714470e-06F,
4.6555282e-06F, 4.9580707e-06F, 5.2802740e-06F, 5.6234160e-06F,
5.9888572e-06F, 6.3780469e-06F, 6.7925283e-06F, 7.2339451e-06F,
7.7040476e-06F, 8.2047000e-06F, 8.7378876e-06F, 9.3057248e-06F,
9.9104632e-06F, 1.0554501e-05F, 1.1240392e-05F, 1.1970856e-05F,
1.2748789e-05F, 1.3577278e-05F, 1.4459606e-05F, 1.5399272e-05F,
1.6400004e-05F, 1.7465768e-05F, 1.8600792e-05F, 1.9809576e-05F,
2.1096914e-05F, 2.2467911e-05F, 2.3928002e-05F, 2.5482978e-05F,
2.7139006e-05F, 2.8902651e-05F, 3.0780908e-05F, 3.2781225e-05F,
3.4911534e-05F, 3.7180282e-05F, 3.9596466e-05F, 4.2169667e-05F,
4.4910090e-05F, 4.7828601e-05F, 5.0936773e-05F, 5.4246931e-05F,
5.7772202e-05F, 6.1526565e-05F, 6.5524908e-05F, 6.9783085e-05F,
7.4317983e-05F, 7.9147585e-05F, 8.4291040e-05F, 8.9768747e-05F,
9.5602426e-05F, 0.00010181521F, 0.00010843174F, 0.00011547824F,
0.00012298267F, 0.00013097477F, 0.00013948625F, 0.00014855085F,
0.00015820453F, 0.00016848555F, 0.00017943469F, 0.00019109536F,
0.00020351382F, 0.00021673929F, 0.00023082423F, 0.00024582449F,
0.00026179955F, 0.00027881276F, 0.00029693158F, 0.00031622787F,
0.00033677814F, 0.00035866388F, 0.00038197188F, 0.00040679456F,
0.00043323036F, 0.00046138411F, 0.00049136745F, 0.00052329927F,
0.00055730621F, 0.00059352311F, 0.00063209358F, 0.00067317058F,
0.00071691700F, 0.00076350630F, 0.00081312324F, 0.00086596457F,
0.00092223983F, 0.00098217216F, 0.0010459992F, 0.0011139742F,
0.0011863665F, 0.0012634633F, 0.0013455702F, 0.0014330129F,
0.0015261382F, 0.0016253153F, 0.0017309374F, 0.0018434235F,
0.0019632195F, 0.0020908006F, 0.0022266726F, 0.0023713743F,
0.0025254795F, 0.0026895994F, 0.0028643847F, 0.0030505286F,
0.0032487691F, 0.0034598925F, 0.0036847358F, 0.0039241906F,
0.0041792066F, 0.0044507950F, 0.0047400328F, 0.0050480668F,
0.0053761186F, 0.0057254891F, 0.0060975636F, 0.0064938176F,
0.0069158225F, 0.0073652516F, 0.0078438871F, 0.0083536271F,
0.0088964928F, 0.009474637F, 0.010090352F, 0.010746080F,
0.011444421F, 0.012188144F, 0.012980198F, 0.013823725F,
0.014722068F, 0.015678791F, 0.016697687F, 0.017782797F,
0.018938423F, 0.020169149F, 0.021479854F, 0.022875735F,
0.024362330F, 0.025945531F, 0.027631618F, 0.029427276F,
0.031339626F, 0.033376252F, 0.035545228F, 0.037855157F,
0.040315199F, 0.042935108F, 0.045725273F, 0.048696758F,
0.051861348F, 0.055231591F, 0.058820850F, 0.062643361F,
0.066714279F, 0.071049749F, 0.075666962F, 0.080584227F,
0.085821044F, 0.091398179F, 0.097337747F, 0.10366330F,
0.11039993F, 0.11757434F, 0.12521498F, 0.13335215F,
0.14201813F, 0.15124727F, 0.16107617F, 0.17154380F,
0.18269168F, 0.19456402F, 0.20720788F, 0.22067342F,
0.23501402F, 0.25028656F, 0.26655159F, 0.28387361F,
0.30232132F, 0.32196786F, 0.34289114F, 0.36517414F,
0.38890521F, 0.41417847F, 0.44109412F, 0.46975890F,
0.50028648F, 0.53279791F, 0.56742212F, 0.60429640F,
0.64356699F, 0.68538959F, 0.72993007F, 0.77736504F,
0.82788260F, 0.88168307F, 0.9389798F, 1.F,
};
static void render_line(int n, int x0,int x1,int y0,int y1,float *d){
int dy=y1-y0;
int adx=x1-x0;
int ady=abs(dy);
int base=dy/adx;
int sy=(dy<0?base-1:base+1);
int x=x0;
int y=y0;
int err=0;
ady-=abs(base*adx);
if(n>x1)n=x1;
if(x<n)
d[x]*=FLOOR1_fromdB_LOOKUP[y];
while(++x<n){
err=err+ady;
if(err>=adx){
err-=adx;
y+=sy;
}else{
y+=base;
}
d[x]*=FLOOR1_fromdB_LOOKUP[y];
}
}
static void render_line0(int n, int x0,int x1,int y0,int y1,int *d){
int dy=y1-y0;
int adx=x1-x0;
int ady=abs(dy);
int base=dy/adx;
int sy=(dy<0?base-1:base+1);
int x=x0;
int y=y0;
int err=0;
ady-=abs(base*adx);
if(n>x1)n=x1;
if(x<n)
d[x]=y;
while(++x<n){
err=err+ady;
if(err>=adx){
err-=adx;
y+=sy;
}else{
y+=base;
}
d[x]=y;
}
}
/* the floor has already been filtered to only include relevant sections */
static int accumulate_fit(const float *flr,const float *mdct,
int x0, int x1,lsfit_acc *a,
int n,vorbis_info_floor1 *info){
long i;
int xa=0,ya=0,x2a=0,y2a=0,xya=0,na=0, xb=0,yb=0,x2b=0,y2b=0,xyb=0,nb=0;
memset(a,0,sizeof(*a));
a->x0=x0;
a->x1=x1;
if(x1>=n)x1=n-1;
for(i=x0;i<=x1;i++){
int quantized=vorbis_dBquant(flr+i);
if(quantized){
if(mdct[i]+info->twofitatten>=flr[i]){
xa += i;
ya += quantized;
x2a += i*i;
y2a += quantized*quantized;
xya += i*quantized;
na++;
}else{
xb += i;
yb += quantized;
x2b += i*i;
y2b += quantized*quantized;
xyb += i*quantized;
nb++;
}
}
}
a->xa=xa;
a->ya=ya;
a->x2a=x2a;
a->y2a=y2a;
a->xya=xya;
a->an=na;
a->xb=xb;
a->yb=yb;
a->x2b=x2b;
a->y2b=y2b;
a->xyb=xyb;
a->bn=nb;
return(na);
}
static int fit_line(lsfit_acc *a,int fits,int *y0,int *y1,
vorbis_info_floor1 *info){
double xb=0,yb=0,x2b=0,y2b=0,xyb=0,bn=0;
int i;
int x0=a[0].x0;
int x1=a[fits-1].x1;
for(i=0;i<fits;i++){
double weight = (a[i].bn+a[i].an)*info->twofitweight/(a[i].an+1)+1.;
xb+=a[i].xb + a[i].xa * weight;
yb+=a[i].yb + a[i].ya * weight;
x2b+=a[i].x2b + a[i].x2a * weight;
y2b+=a[i].y2b + a[i].y2a * weight;
xyb+=a[i].xyb + a[i].xya * weight;
bn+=a[i].bn + a[i].an * weight;
}
if(*y0>=0){
xb+= x0;
yb+= *y0;
x2b+= x0 * x0;
y2b+= *y0 * *y0;
xyb+= *y0 * x0;
bn++;
}
if(*y1>=0){
xb+= x1;
yb+= *y1;
x2b+= x1 * x1;
y2b+= *y1 * *y1;
xyb+= *y1 * x1;
bn++;
}
{
double denom=(bn*x2b-xb*xb);
if(denom>0.){
double a=(yb*x2b-xyb*xb)/denom;
double b=(bn*xyb-xb*yb)/denom;
*y0=rint(a+b*x0);
*y1=rint(a+b*x1);
/* limit to our range! */
if(*y0>1023)*y0=1023;
if(*y1>1023)*y1=1023;
if(*y0<0)*y0=0;
if(*y1<0)*y1=0;
return 0;
}else{
*y0=0;
*y1=0;
return 1;
}
}
}
static int inspect_error(int x0,int x1,int y0,int y1,const float *mask,
const float *mdct,
vorbis_info_floor1 *info){
int dy=y1-y0;
int adx=x1-x0;
int ady=abs(dy);
int base=dy/adx;
int sy=(dy<0?base-1:base+1);
int x=x0;
int y=y0;
int err=0;
int val=vorbis_dBquant(mask+x);
int mse=0;
int n=0;
ady-=abs(base*adx);
mse=(y-val);
mse*=mse;
n++;
if(mdct[x]+info->twofitatten>=mask[x]){
if(y+info->maxover<val)return(1);
if(y-info->maxunder>val)return(1);
}
while(++x<x1){
err=err+ady;
if(err>=adx){
err-=adx;
y+=sy;
}else{
y+=base;
}
val=vorbis_dBquant(mask+x);
mse+=((y-val)*(y-val));
n++;
if(mdct[x]+info->twofitatten>=mask[x]){
if(val){
if(y+info->maxover<val)return(1);
if(y-info->maxunder>val)return(1);
}
}
}
if(info->maxover*info->maxover/n>info->maxerr)return(0);
if(info->maxunder*info->maxunder/n>info->maxerr)return(0);
if(mse/n>info->maxerr)return(1);
return(0);
}
static int post_Y(int *A,int *B,int pos){
if(A[pos]<0)
return B[pos];
if(B[pos]<0)
return A[pos];
return (A[pos]+B[pos])>>1;
}
int *floor1_fit(vorbis_block *vb,vorbis_look_floor1 *look,
const float *logmdct, /* in */
const float *logmask){
long i,j;
vorbis_info_floor1 *info=look->vi;
long n=look->n;
long posts=look->posts;
long nonzero=0;
lsfit_acc fits[VIF_POSIT+1];
int fit_valueA[VIF_POSIT+2]; /* index by range list position */
int fit_valueB[VIF_POSIT+2]; /* index by range list position */
int loneighbor[VIF_POSIT+2]; /* sorted index of range list position (+2) */
int hineighbor[VIF_POSIT+2];
int *output=NULL;
int memo[VIF_POSIT+2];
for(i=0;i<posts;i++)fit_valueA[i]=-200; /* mark all unused */
for(i=0;i<posts;i++)fit_valueB[i]=-200; /* mark all unused */
for(i=0;i<posts;i++)loneighbor[i]=0; /* 0 for the implicit 0 post */
for(i=0;i<posts;i++)hineighbor[i]=1; /* 1 for the implicit post at n */
for(i=0;i<posts;i++)memo[i]=-1; /* no neighbor yet */
/* quantize the relevant floor points and collect them into line fit
structures (one per minimal division) at the same time */
if(posts==0){
nonzero+=accumulate_fit(logmask,logmdct,0,n,fits,n,info);
}else{
for(i=0;i<posts-1;i++)
nonzero+=accumulate_fit(logmask,logmdct,look->sorted_index[i],
look->sorted_index[i+1],fits+i,
n,info);
}
if(nonzero){
/* start by fitting the implicit base case.... */
int y0=-200;
int y1=-200;
fit_line(fits,posts-1,&y0,&y1,info);
fit_valueA[0]=y0;
fit_valueB[0]=y0;
fit_valueB[1]=y1;
fit_valueA[1]=y1;
/* Non degenerate case */
/* start progressive splitting. This is a greedy, non-optimal
algorithm, but simple and close enough to the best
answer. */
for(i=2;i<posts;i++){
int sortpos=look->reverse_index[i];
int ln=loneighbor[sortpos];
int hn=hineighbor[sortpos];
/* eliminate repeat searches of a particular range with a memo */
if(memo[ln]!=hn){
/* haven't performed this error search yet */
int lsortpos=look->reverse_index[ln];
int hsortpos=look->reverse_index[hn];
memo[ln]=hn;
{
/* A note: we want to bound/minimize *local*, not global, error */
int lx=info->postlist[ln];
int hx=info->postlist[hn];
int ly=post_Y(fit_valueA,fit_valueB,ln);
int hy=post_Y(fit_valueA,fit_valueB,hn);
if(ly==-1 || hy==-1){
exit(1);
}
if(inspect_error(lx,hx,ly,hy,logmask,logmdct,info)){
/* outside error bounds/begin search area. Split it. */
int ly0=-200;
int ly1=-200;
int hy0=-200;
int hy1=-200;
int ret0=fit_line(fits+lsortpos,sortpos-lsortpos,&ly0,&ly1,info);
int ret1=fit_line(fits+sortpos,hsortpos-sortpos,&hy0,&hy1,info);
if(ret0){
ly0=ly;
ly1=hy0;
}
if(ret1){
hy0=ly1;
hy1=hy;
}
if(ret0 && ret1){
fit_valueA[i]=-200;
fit_valueB[i]=-200;
}else{
/* store new edge values */
fit_valueB[ln]=ly0;
if(ln==0)fit_valueA[ln]=ly0;
fit_valueA[i]=ly1;
fit_valueB[i]=hy0;
fit_valueA[hn]=hy1;
if(hn==1)fit_valueB[hn]=hy1;
if(ly1>=0 || hy0>=0){
/* store new neighbor values */
for(j=sortpos-1;j>=0;j--)
if(hineighbor[j]==hn)
hineighbor[j]=i;
else
break;
for(j=sortpos+1;j<posts;j++)
if(loneighbor[j]==ln)
loneighbor[j]=i;
else
break;
}
}
}else{
fit_valueA[i]=-200;
fit_valueB[i]=-200;
}
}
}
}
output=_vorbis_block_alloc(vb,sizeof(*output)*posts);
output[0]=post_Y(fit_valueA,fit_valueB,0);
output[1]=post_Y(fit_valueA,fit_valueB,1);
/* fill in posts marked as not using a fit; we will zero
back out to 'unused' when encoding them so long as curve
interpolation doesn't force them into use */
for(i=2;i<posts;i++){
int ln=look->loneighbor[i-2];
int hn=look->hineighbor[i-2];
int x0=info->postlist[ln];
int x1=info->postlist[hn];
int y0=output[ln];
int y1=output[hn];
int predicted=render_point(x0,x1,y0,y1,info->postlist[i]);
int vx=post_Y(fit_valueA,fit_valueB,i);
if(vx>=0 && predicted!=vx){
output[i]=vx;
}else{
output[i]= predicted|0x8000;
}
}
}
return(output);
}
int *floor1_interpolate_fit(vorbis_block *vb,vorbis_look_floor1 *look,
int *A,int *B,
int del){
long i;
long posts=look->posts;
int *output=NULL;
if(A && B){
output=_vorbis_block_alloc(vb,sizeof(*output)*posts);
/* overly simpleminded--- look again post 1.2 */
for(i=0;i<posts;i++){
output[i]=((65536-del)*(A[i]&0x7fff)+del*(B[i]&0x7fff)+32768)>>16;
if(A[i]&0x8000 && B[i]&0x8000)output[i]|=0x8000;
}
}
return(output);
}
int floor1_encode(oggpack_buffer *opb,vorbis_block *vb,
vorbis_look_floor1 *look,
int *post,int *ilogmask){
long i,j;
vorbis_info_floor1 *info=look->vi;
long posts=look->posts;
codec_setup_info *ci=vb->vd->vi->codec_setup;
int out[VIF_POSIT+2];
static_codebook **sbooks=ci->book_param;
codebook *books=ci->fullbooks;
/* quantize values to multiplier spec */
if(post){
for(i=0;i<posts;i++){
int val=post[i]&0x7fff;
switch(info->mult){
case 1: /* 1024 -> 256 */
val>>=2;
break;
case 2: /* 1024 -> 128 */
val>>=3;
break;
case 3: /* 1024 -> 86 */
val/=12;
break;
case 4: /* 1024 -> 64 */
val>>=4;
break;
}
post[i]=val | (post[i]&0x8000);
}
out[0]=post[0];
out[1]=post[1];
/* find prediction values for each post and subtract them */
for(i=2;i<posts;i++){
int ln=look->loneighbor[i-2];
int hn=look->hineighbor[i-2];
int x0=info->postlist[ln];
int x1=info->postlist[hn];
int y0=post[ln];
int y1=post[hn];
int predicted=render_point(x0,x1,y0,y1,info->postlist[i]);
if((post[i]&0x8000) || (predicted==post[i])){
post[i]=predicted|0x8000; /* in case there was roundoff jitter
in interpolation */
out[i]=0;
}else{
int headroom=(look->quant_q-predicted<predicted?
look->quant_q-predicted:predicted);
int val=post[i]-predicted;
/* at this point the 'deviation' value is in the range +/- max
range, but the real, unique range can always be mapped to
only [0-maxrange). So we want to wrap the deviation into
this limited range, but do it in the way that least screws
an essentially gaussian probability distribution. */
if(val<0)
if(val<-headroom)
val=headroom-val-1;
else
val=-1-(val<<1);
else
if(val>=headroom)
val= val+headroom;
else
val<<=1;
out[i]=val;
post[ln]&=0x7fff;
post[hn]&=0x7fff;
}
}
/* we have everything we need. pack it out */
/* mark nontrivial floor */
oggpack_write(opb,1,1);
/* beginning/end post */
look->frames++;
look->postbits+=ov_ilog(look->quant_q-1)*2;
oggpack_write(opb,out[0],ov_ilog(look->quant_q-1));
oggpack_write(opb,out[1],ov_ilog(look->quant_q-1));
/* partition by partition */
for(i=0,j=2;i<info->partitions;i++){
int class=info->partitionclass[i];
int cdim=info->class_dim[class];
int csubbits=info->class_subs[class];
int csub=1<<csubbits;
int bookas[8]={0,0,0,0,0,0,0,0};
int cval=0;
int cshift=0;
int k,l;
/* generate the partition's first stage cascade value */
if(csubbits){
int maxval[8]={0,0,0,0,0,0,0,0}; /* gcc's static analysis
issues a warning without
initialization */
for(k=0;k<csub;k++){
int booknum=info->class_subbook[class][k];
if(booknum<0){
maxval[k]=1;
}else{
maxval[k]=sbooks[info->class_subbook[class][k]]->entries;
}
}
for(k=0;k<cdim;k++){
for(l=0;l<csub;l++){
int val=out[j+k];
if(val<maxval[l]){
bookas[k]=l;
break;
}
}
cval|= bookas[k]<<cshift;
cshift+=csubbits;
}
/* write it */
look->phrasebits+=
vorbis_book_encode(books+info->class_book[class],cval,opb);
#ifdef TRAIN_FLOOR1
{
FILE *of;
char buffer[80];
sprintf(buffer,"line_%dx%ld_class%d.vqd",
vb->pcmend/2,posts-2,class);
of=fopen(buffer,"a");
fprintf(of,"%d\n",cval);
fclose(of);
}
#endif
}
/* write post values */
for(k=0;k<cdim;k++){
int book=info->class_subbook[class][bookas[k]];
if(book>=0){
/* hack to allow training with 'bad' books */
if(out[j+k]<(books+book)->entries)
look->postbits+=vorbis_book_encode(books+book,
out[j+k],opb);
/*else
fprintf(stderr,"+!");*/
#ifdef TRAIN_FLOOR1
{
FILE *of;
char buffer[80];
sprintf(buffer,"line_%dx%ld_%dsub%d.vqd",
vb->pcmend/2,posts-2,class,bookas[k]);
of=fopen(buffer,"a");
fprintf(of,"%d\n",out[j+k]);
fclose(of);
}
#endif
}
}
j+=cdim;
}
{
/* generate quantized floor equivalent to what we'd unpack in decode */
/* render the lines */
int hx=0;
int lx=0;
int ly=post[0]*info->mult;
int n=ci->blocksizes[vb->W]/2;
for(j=1;j<look->posts;j++){
int current=look->forward_index[j];
int hy=post[current]&0x7fff;
if(hy==post[current]){
hy*=info->mult;
hx=info->postlist[current];
render_line0(n,lx,hx,ly,hy,ilogmask);
lx=hx;
ly=hy;
}
}
for(j=hx;j<vb->pcmend/2;j++)ilogmask[j]=ly; /* be certain */
return(1);
}
}else{
oggpack_write(opb,0,1);
memset(ilogmask,0,vb->pcmend/2*sizeof(*ilogmask));
return(0);
}
}
static void *floor1_inverse1(vorbis_block *vb,vorbis_look_floor *in){
vorbis_look_floor1 *look=(vorbis_look_floor1 *)in;
vorbis_info_floor1 *info=look->vi;
codec_setup_info *ci=vb->vd->vi->codec_setup;
int i,j,k;
codebook *books=ci->fullbooks;
/* unpack wrapped/predicted values from stream */
if(oggpack_read(&vb->opb,1)==1){
int *fit_value=_vorbis_block_alloc(vb,(look->posts)*sizeof(*fit_value));
fit_value[0]=oggpack_read(&vb->opb,ov_ilog(look->quant_q-1));
fit_value[1]=oggpack_read(&vb->opb,ov_ilog(look->quant_q-1));
/* partition by partition */
for(i=0,j=2;i<info->partitions;i++){
int class=info->partitionclass[i];
int cdim=info->class_dim[class];
int csubbits=info->class_subs[class];
int csub=1<<csubbits;
int cval=0;
/* decode the partition's first stage cascade value */
if(csubbits){
cval=vorbis_book_decode(books+info->class_book[class],&vb->opb);
if(cval==-1)goto eop;
}
for(k=0;k<cdim;k++){
int book=info->class_subbook[class][cval&(csub-1)];
cval>>=csubbits;
if(book>=0){
if((fit_value[j+k]=vorbis_book_decode(books+book,&vb->opb))==-1)
goto eop;
}else{
fit_value[j+k]=0;
}
}
j+=cdim;
}
/* unwrap positive values and reconsitute via linear interpolation */
for(i=2;i<look->posts;i++){
int predicted=render_point(info->postlist[look->loneighbor[i-2]],
info->postlist[look->hineighbor[i-2]],
fit_value[look->loneighbor[i-2]],
fit_value[look->hineighbor[i-2]],
info->postlist[i]);
int hiroom=look->quant_q-predicted;
int loroom=predicted;
int room=(hiroom<loroom?hiroom:loroom)<<1;
int val=fit_value[i];
if(val){
if(val>=room){
if(hiroom>loroom){
val = val-loroom;
}else{
val = -1-(val-hiroom);
}
}else{
if(val&1){
val= -((val+1)>>1);
}else{
val>>=1;
}
}
fit_value[i]=(val+predicted)&0x7fff;
fit_value[look->loneighbor[i-2]]&=0x7fff;
fit_value[look->hineighbor[i-2]]&=0x7fff;
}else{
fit_value[i]=predicted|0x8000;
}
}
return(fit_value);
}
eop:
return(NULL);
}
static int floor1_inverse2(vorbis_block *vb,vorbis_look_floor *in,void *memo,
float *out){
vorbis_look_floor1 *look=(vorbis_look_floor1 *)in;
vorbis_info_floor1 *info=look->vi;
codec_setup_info *ci=vb->vd->vi->codec_setup;
int n=ci->blocksizes[vb->W]/2;
int j;
if(memo){
/* render the lines */
int *fit_value=(int *)memo;
int hx=0;
int lx=0;
int ly=fit_value[0]*info->mult;
/* guard lookup against out-of-range values */
ly=(ly<0?0:ly>255?255:ly);
for(j=1;j<look->posts;j++){
int current=look->forward_index[j];
int hy=fit_value[current]&0x7fff;
if(hy==fit_value[current]){
hx=info->postlist[current];
hy*=info->mult;
/* guard lookup against out-of-range values */
hy=(hy<0?0:hy>255?255:hy);
render_line(n,lx,hx,ly,hy,out);
lx=hx;
ly=hy;
}
}
for(j=hx;j<n;j++)out[j]*=FLOOR1_fromdB_LOOKUP[ly]; /* be certain */
return(1);
}
memset(out,0,sizeof(*out)*n);
return(0);
}
/* export hooks */
const vorbis_func_floor floor1_exportbundle={
&floor1_pack,&floor1_unpack,&floor1_look,&floor1_free_info,
&floor1_free_look,&floor1_inverse1,&floor1_inverse2
};
|
0 | repos/libvorbis | repos/libvorbis/lib/codec_internal.h | /********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2009 *
* by the Xiph.Org Foundation https://xiph.org/ *
* *
********************************************************************
function: libvorbis codec headers
********************************************************************/
#ifndef _V_CODECI_H_
#define _V_CODECI_H_
#include "envelope.h"
#include "codebook.h"
#define BLOCKTYPE_IMPULSE 0
#define BLOCKTYPE_PADDING 1
#define BLOCKTYPE_TRANSITION 0
#define BLOCKTYPE_LONG 1
#define PACKETBLOBS 15
typedef struct vorbis_block_internal{
float **pcmdelay; /* this is a pointer into local storage */
float ampmax;
int blocktype;
oggpack_buffer *packetblob[PACKETBLOBS]; /* initialized, must be freed;
blob [PACKETBLOBS/2] points to
the oggpack_buffer in the
main vorbis_block */
} vorbis_block_internal;
typedef void vorbis_look_floor;
typedef void vorbis_look_residue;
typedef void vorbis_look_transform;
/* mode ************************************************************/
typedef struct {
int blockflag;
int windowtype;
int transformtype;
int mapping;
} vorbis_info_mode;
typedef void vorbis_info_floor;
typedef void vorbis_info_residue;
typedef void vorbis_info_mapping;
#include "psy.h"
#include "bitrate.h"
typedef struct private_state {
/* local lookup storage */
envelope_lookup *ve; /* envelope lookup */
int window[2];
vorbis_look_transform **transform[2]; /* block, type */
drft_lookup fft_look[2];
int modebits;
vorbis_look_floor **flr;
vorbis_look_residue **residue;
vorbis_look_psy *psy;
vorbis_look_psy_global *psy_g_look;
/* local storage, only used on the encoding side. This way the
application does not need to worry about freeing some packets'
memory and not others'; packet storage is always tracked.
Cleared next call to a _dsp_ function */
unsigned char *header;
unsigned char *header1;
unsigned char *header2;
bitrate_manager_state bms;
ogg_int64_t sample_count;
} private_state;
/* codec_setup_info contains all the setup information specific to the
specific compression/decompression mode in progress (eg,
psychoacoustic settings, channel setup, options, codebook
etc).
*********************************************************************/
#include "highlevel.h"
typedef struct codec_setup_info {
/* Vorbis supports only short and long blocks, but allows the
encoder to choose the sizes */
long blocksizes[2];
/* modes are the primary means of supporting on-the-fly different
blocksizes, different channel mappings (LR or M/A),
different residue backends, etc. Each mode consists of a
blocksize flag and a mapping (along with the mapping setup */
int modes;
int maps;
int floors;
int residues;
int books;
int psys; /* encode only */
vorbis_info_mode *mode_param[64];
int map_type[64];
vorbis_info_mapping *map_param[64];
int floor_type[64];
vorbis_info_floor *floor_param[64];
int residue_type[64];
vorbis_info_residue *residue_param[64];
static_codebook *book_param[256];
codebook *fullbooks;
vorbis_info_psy *psy_param[4]; /* encode only */
vorbis_info_psy_global psy_g_param;
bitrate_manager_info bi;
highlevel_encode_setup hi; /* used only by vorbisenc.c. It's a
highly redundant structure, but
improves clarity of program flow. */
int halfrate_flag; /* painless downsample for decode */
} codec_setup_info;
extern vorbis_look_psy_global *_vp_global_look(vorbis_info *vi);
extern void _vp_global_free(vorbis_look_psy_global *look);
typedef struct {
int sorted_index[VIF_POSIT+2];
int forward_index[VIF_POSIT+2];
int reverse_index[VIF_POSIT+2];
int hineighbor[VIF_POSIT];
int loneighbor[VIF_POSIT];
int posts;
int n;
int quant_q;
vorbis_info_floor1 *vi;
long phrasebits;
long postbits;
long frames;
} vorbis_look_floor1;
extern int *floor1_fit(vorbis_block *vb,vorbis_look_floor1 *look,
const float *logmdct, /* in */
const float *logmask);
extern int *floor1_interpolate_fit(vorbis_block *vb,vorbis_look_floor1 *look,
int *A,int *B,
int del);
extern int floor1_encode(oggpack_buffer *opb,vorbis_block *vb,
vorbis_look_floor1 *look,
int *post,int *ilogmask);
#endif
|
0 | repos/libvorbis | repos/libvorbis/lib/codebook.h | /********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2015 *
* by the Xiph.Org Foundation https://xiph.org/ *
* *
********************************************************************
function: basic shared codebook operations
********************************************************************/
#ifndef _V_CODEBOOK_H_
#define _V_CODEBOOK_H_
#include <ogg/ogg.h>
/* This structure encapsulates huffman and VQ style encoding books; it
doesn't do anything specific to either.
valuelist/quantlist are nonNULL (and q_* significant) only if
there's entry->value mapping to be done.
If encode-side mapping must be done (and thus the entry needs to be
hunted), the auxiliary encode pointer will point to a decision
tree. This is true of both VQ and huffman, but is mostly useful
with VQ.
*/
typedef struct static_codebook{
long dim; /* codebook dimensions (elements per vector) */
long entries; /* codebook entries */
char *lengthlist; /* codeword lengths in bits */
/* mapping ***************************************************************/
int maptype; /* 0=none
1=implicitly populated values from map column
2=listed arbitrary values */
/* The below does a linear, single monotonic sequence mapping. */
long q_min; /* packed 32 bit float; quant value 0 maps to minval */
long q_delta; /* packed 32 bit float; val 1 - val 0 == delta */
int q_quant; /* bits: 0 < quant <= 16 */
int q_sequencep; /* bitflag */
long *quantlist; /* map == 1: (int)(entries^(1/dim)) element column map
map == 2: list of dim*entries quantized entry vals
*/
int allocedp;
} static_codebook;
typedef struct codebook{
long dim; /* codebook dimensions (elements per vector) */
long entries; /* codebook entries */
long used_entries; /* populated codebook entries */
const static_codebook *c;
/* for encode, the below are entry-ordered, fully populated */
/* for decode, the below are ordered by bitreversed codeword and only
used entries are populated */
float *valuelist; /* list of dim*entries actual entry values */
ogg_uint32_t *codelist; /* list of bitstream codewords for each entry */
int *dec_index; /* only used if sparseness collapsed */
char *dec_codelengths;
ogg_uint32_t *dec_firsttable;
int dec_firsttablen;
int dec_maxlength;
/* The current encoder uses only centered, integer-only lattice books. */
int quantvals;
int minval;
int delta;
} codebook;
extern void vorbis_staticbook_destroy(static_codebook *b);
extern int vorbis_book_init_encode(codebook *dest,const static_codebook *source);
extern int vorbis_book_init_decode(codebook *dest,const static_codebook *source);
extern void vorbis_book_clear(codebook *b);
extern float *_book_unquantize(const static_codebook *b,int n,int *map);
extern float *_book_logdist(const static_codebook *b,float *vals);
extern float _float32_unpack(long val);
extern long _float32_pack(float val);
extern int _best(codebook *book, float *a, int step);
extern long _book_maptype1_quantvals(const static_codebook *b);
extern int vorbis_book_besterror(codebook *book,float *a,int step,int addmul);
extern long vorbis_book_codeword(codebook *book,int entry);
extern long vorbis_book_codelen(codebook *book,int entry);
extern int vorbis_staticbook_pack(const static_codebook *c,oggpack_buffer *b);
extern static_codebook *vorbis_staticbook_unpack(oggpack_buffer *b);
extern int vorbis_book_encode(codebook *book, int a, oggpack_buffer *b);
extern long vorbis_book_decode(codebook *book, oggpack_buffer *b);
extern long vorbis_book_decodevs_add(codebook *book, float *a,
oggpack_buffer *b,int n);
extern long vorbis_book_decodev_set(codebook *book, float *a,
oggpack_buffer *b,int n);
extern long vorbis_book_decodev_add(codebook *book, float *a,
oggpack_buffer *b,int n);
extern long vorbis_book_decodevv_add(codebook *book, float **a,
long off,int ch,
oggpack_buffer *b,int n);
#endif
|
0 | repos/libvorbis | repos/libvorbis/lib/mdct.c | /********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2009 *
* by the Xiph.Org Foundation https://xiph.org/ *
* *
********************************************************************
function: normalized modified discrete cosine transform
power of two length transform only [64 <= n ]
Original algorithm adapted long ago from _The use of multirate filter
banks for coding of high quality digital audio_, by T. Sporer,
K. Brandenburg and B. Edler, collection of the European Signal
Processing Conference (EUSIPCO), Amsterdam, June 1992, Vol.1, pp
211-214
The below code implements an algorithm that no longer looks much like
that presented in the paper, but the basic structure remains if you
dig deep enough to see it.
This module DOES NOT INCLUDE code to generate/apply the window
function. Everybody has their own weird favorite including me... I
happen to like the properties of y=sin(.5PI*sin^2(x)), but others may
vehemently disagree.
********************************************************************/
/* this can also be run as an integer transform by uncommenting a
define in mdct.h; the integerization is a first pass and although
it's likely stable for Vorbis, the dynamic range is constrained and
roundoff isn't done (so it's noisy). Consider it functional, but
only a starting point. There's no point on a machine with an FPU */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include "vorbis/codec.h"
#include "mdct.h"
#include "os.h"
#include "misc.h"
/* build lookups for trig functions; also pre-figure scaling and
some window function algebra. */
void mdct_init(mdct_lookup *lookup,int n){
int *bitrev=_ogg_malloc(sizeof(*bitrev)*(n/4));
DATA_TYPE *T=_ogg_malloc(sizeof(*T)*(n+n/4));
int i;
int n2=n>>1;
int log2n=lookup->log2n=rint(log((float)n)/log(2.f));
lookup->n=n;
lookup->trig=T;
lookup->bitrev=bitrev;
/* trig lookups... */
for(i=0;i<n/4;i++){
T[i*2]=FLOAT_CONV(cos((M_PI/n)*(4*i)));
T[i*2+1]=FLOAT_CONV(-sin((M_PI/n)*(4*i)));
T[n2+i*2]=FLOAT_CONV(cos((M_PI/(2*n))*(2*i+1)));
T[n2+i*2+1]=FLOAT_CONV(sin((M_PI/(2*n))*(2*i+1)));
}
for(i=0;i<n/8;i++){
T[n+i*2]=FLOAT_CONV(cos((M_PI/n)*(4*i+2))*.5);
T[n+i*2+1]=FLOAT_CONV(-sin((M_PI/n)*(4*i+2))*.5);
}
/* bitreverse lookup... */
{
int mask=(1<<(log2n-1))-1,i,j;
int msb=1<<(log2n-2);
for(i=0;i<n/8;i++){
int acc=0;
for(j=0;msb>>j;j++)
if((msb>>j)&i)acc|=1<<j;
bitrev[i*2]=((~acc)&mask)-1;
bitrev[i*2+1]=acc;
}
}
lookup->scale=FLOAT_CONV(4.f/n);
}
/* 8 point butterfly (in place, 4 register) */
STIN void mdct_butterfly_8(DATA_TYPE *x){
REG_TYPE r0 = x[6] + x[2];
REG_TYPE r1 = x[6] - x[2];
REG_TYPE r2 = x[4] + x[0];
REG_TYPE r3 = x[4] - x[0];
x[6] = r0 + r2;
x[4] = r0 - r2;
r0 = x[5] - x[1];
r2 = x[7] - x[3];
x[0] = r1 + r0;
x[2] = r1 - r0;
r0 = x[5] + x[1];
r1 = x[7] + x[3];
x[3] = r2 + r3;
x[1] = r2 - r3;
x[7] = r1 + r0;
x[5] = r1 - r0;
}
/* 16 point butterfly (in place, 4 register) */
STIN void mdct_butterfly_16(DATA_TYPE *x){
REG_TYPE r0 = x[1] - x[9];
REG_TYPE r1 = x[0] - x[8];
x[8] += x[0];
x[9] += x[1];
x[0] = MULT_NORM((r0 + r1) * cPI2_8);
x[1] = MULT_NORM((r0 - r1) * cPI2_8);
r0 = x[3] - x[11];
r1 = x[10] - x[2];
x[10] += x[2];
x[11] += x[3];
x[2] = r0;
x[3] = r1;
r0 = x[12] - x[4];
r1 = x[13] - x[5];
x[12] += x[4];
x[13] += x[5];
x[4] = MULT_NORM((r0 - r1) * cPI2_8);
x[5] = MULT_NORM((r0 + r1) * cPI2_8);
r0 = x[14] - x[6];
r1 = x[15] - x[7];
x[14] += x[6];
x[15] += x[7];
x[6] = r0;
x[7] = r1;
mdct_butterfly_8(x);
mdct_butterfly_8(x+8);
}
/* 32 point butterfly (in place, 4 register) */
STIN void mdct_butterfly_32(DATA_TYPE *x){
REG_TYPE r0 = x[30] - x[14];
REG_TYPE r1 = x[31] - x[15];
x[30] += x[14];
x[31] += x[15];
x[14] = r0;
x[15] = r1;
r0 = x[28] - x[12];
r1 = x[29] - x[13];
x[28] += x[12];
x[29] += x[13];
x[12] = MULT_NORM( r0 * cPI1_8 - r1 * cPI3_8 );
x[13] = MULT_NORM( r0 * cPI3_8 + r1 * cPI1_8 );
r0 = x[26] - x[10];
r1 = x[27] - x[11];
x[26] += x[10];
x[27] += x[11];
x[10] = MULT_NORM(( r0 - r1 ) * cPI2_8);
x[11] = MULT_NORM(( r0 + r1 ) * cPI2_8);
r0 = x[24] - x[8];
r1 = x[25] - x[9];
x[24] += x[8];
x[25] += x[9];
x[8] = MULT_NORM( r0 * cPI3_8 - r1 * cPI1_8 );
x[9] = MULT_NORM( r1 * cPI3_8 + r0 * cPI1_8 );
r0 = x[22] - x[6];
r1 = x[7] - x[23];
x[22] += x[6];
x[23] += x[7];
x[6] = r1;
x[7] = r0;
r0 = x[4] - x[20];
r1 = x[5] - x[21];
x[20] += x[4];
x[21] += x[5];
x[4] = MULT_NORM( r1 * cPI1_8 + r0 * cPI3_8 );
x[5] = MULT_NORM( r1 * cPI3_8 - r0 * cPI1_8 );
r0 = x[2] - x[18];
r1 = x[3] - x[19];
x[18] += x[2];
x[19] += x[3];
x[2] = MULT_NORM(( r1 + r0 ) * cPI2_8);
x[3] = MULT_NORM(( r1 - r0 ) * cPI2_8);
r0 = x[0] - x[16];
r1 = x[1] - x[17];
x[16] += x[0];
x[17] += x[1];
x[0] = MULT_NORM( r1 * cPI3_8 + r0 * cPI1_8 );
x[1] = MULT_NORM( r1 * cPI1_8 - r0 * cPI3_8 );
mdct_butterfly_16(x);
mdct_butterfly_16(x+16);
}
/* N point first stage butterfly (in place, 2 register) */
STIN void mdct_butterfly_first(DATA_TYPE *T,
DATA_TYPE *x,
int points){
DATA_TYPE *x1 = x + points - 8;
DATA_TYPE *x2 = x + (points>>1) - 8;
REG_TYPE r0;
REG_TYPE r1;
do{
r0 = x1[6] - x2[6];
r1 = x1[7] - x2[7];
x1[6] += x2[6];
x1[7] += x2[7];
x2[6] = MULT_NORM(r1 * T[1] + r0 * T[0]);
x2[7] = MULT_NORM(r1 * T[0] - r0 * T[1]);
r0 = x1[4] - x2[4];
r1 = x1[5] - x2[5];
x1[4] += x2[4];
x1[5] += x2[5];
x2[4] = MULT_NORM(r1 * T[5] + r0 * T[4]);
x2[5] = MULT_NORM(r1 * T[4] - r0 * T[5]);
r0 = x1[2] - x2[2];
r1 = x1[3] - x2[3];
x1[2] += x2[2];
x1[3] += x2[3];
x2[2] = MULT_NORM(r1 * T[9] + r0 * T[8]);
x2[3] = MULT_NORM(r1 * T[8] - r0 * T[9]);
r0 = x1[0] - x2[0];
r1 = x1[1] - x2[1];
x1[0] += x2[0];
x1[1] += x2[1];
x2[0] = MULT_NORM(r1 * T[13] + r0 * T[12]);
x2[1] = MULT_NORM(r1 * T[12] - r0 * T[13]);
x1-=8;
x2-=8;
T+=16;
}while(x2>=x);
}
/* N/stage point generic N stage butterfly (in place, 2 register) */
STIN void mdct_butterfly_generic(DATA_TYPE *T,
DATA_TYPE *x,
int points,
int trigint){
DATA_TYPE *x1 = x + points - 8;
DATA_TYPE *x2 = x + (points>>1) - 8;
REG_TYPE r0;
REG_TYPE r1;
do{
r0 = x1[6] - x2[6];
r1 = x1[7] - x2[7];
x1[6] += x2[6];
x1[7] += x2[7];
x2[6] = MULT_NORM(r1 * T[1] + r0 * T[0]);
x2[7] = MULT_NORM(r1 * T[0] - r0 * T[1]);
T+=trigint;
r0 = x1[4] - x2[4];
r1 = x1[5] - x2[5];
x1[4] += x2[4];
x1[5] += x2[5];
x2[4] = MULT_NORM(r1 * T[1] + r0 * T[0]);
x2[5] = MULT_NORM(r1 * T[0] - r0 * T[1]);
T+=trigint;
r0 = x1[2] - x2[2];
r1 = x1[3] - x2[3];
x1[2] += x2[2];
x1[3] += x2[3];
x2[2] = MULT_NORM(r1 * T[1] + r0 * T[0]);
x2[3] = MULT_NORM(r1 * T[0] - r0 * T[1]);
T+=trigint;
r0 = x1[0] - x2[0];
r1 = x1[1] - x2[1];
x1[0] += x2[0];
x1[1] += x2[1];
x2[0] = MULT_NORM(r1 * T[1] + r0 * T[0]);
x2[1] = MULT_NORM(r1 * T[0] - r0 * T[1]);
T+=trigint;
x1-=8;
x2-=8;
}while(x2>=x);
}
STIN void mdct_butterflies(mdct_lookup *init,
DATA_TYPE *x,
int points){
DATA_TYPE *T=init->trig;
int stages=init->log2n-5;
int i,j;
if(--stages>0){
mdct_butterfly_first(T,x,points);
}
for(i=1;--stages>0;i++){
for(j=0;j<(1<<i);j++)
mdct_butterfly_generic(T,x+(points>>i)*j,points>>i,4<<i);
}
for(j=0;j<points;j+=32)
mdct_butterfly_32(x+j);
}
void mdct_clear(mdct_lookup *l){
if(l){
if(l->trig)_ogg_free(l->trig);
if(l->bitrev)_ogg_free(l->bitrev);
memset(l,0,sizeof(*l));
}
}
STIN void mdct_bitreverse(mdct_lookup *init,
DATA_TYPE *x){
int n = init->n;
int *bit = init->bitrev;
DATA_TYPE *w0 = x;
DATA_TYPE *w1 = x = w0+(n>>1);
DATA_TYPE *T = init->trig+n;
do{
DATA_TYPE *x0 = x+bit[0];
DATA_TYPE *x1 = x+bit[1];
REG_TYPE r0 = x0[1] - x1[1];
REG_TYPE r1 = x0[0] + x1[0];
REG_TYPE r2 = MULT_NORM(r1 * T[0] + r0 * T[1]);
REG_TYPE r3 = MULT_NORM(r1 * T[1] - r0 * T[0]);
w1 -= 4;
r0 = HALVE(x0[1] + x1[1]);
r1 = HALVE(x0[0] - x1[0]);
w0[0] = r0 + r2;
w1[2] = r0 - r2;
w0[1] = r1 + r3;
w1[3] = r3 - r1;
x0 = x+bit[2];
x1 = x+bit[3];
r0 = x0[1] - x1[1];
r1 = x0[0] + x1[0];
r2 = MULT_NORM(r1 * T[2] + r0 * T[3]);
r3 = MULT_NORM(r1 * T[3] - r0 * T[2]);
r0 = HALVE(x0[1] + x1[1]);
r1 = HALVE(x0[0] - x1[0]);
w0[2] = r0 + r2;
w1[0] = r0 - r2;
w0[3] = r1 + r3;
w1[1] = r3 - r1;
T += 4;
bit += 4;
w0 += 4;
}while(w0<w1);
}
void mdct_backward(mdct_lookup *init, DATA_TYPE *in, DATA_TYPE *out){
int n=init->n;
int n2=n>>1;
int n4=n>>2;
/* rotate */
DATA_TYPE *iX = in+n2-7;
DATA_TYPE *oX = out+n2+n4;
DATA_TYPE *T = init->trig+n4;
do{
oX -= 4;
oX[0] = MULT_NORM(-iX[2] * T[3] - iX[0] * T[2]);
oX[1] = MULT_NORM (iX[0] * T[3] - iX[2] * T[2]);
oX[2] = MULT_NORM(-iX[6] * T[1] - iX[4] * T[0]);
oX[3] = MULT_NORM (iX[4] * T[1] - iX[6] * T[0]);
iX -= 8;
T += 4;
}while(iX>=in);
iX = in+n2-8;
oX = out+n2+n4;
T = init->trig+n4;
do{
T -= 4;
oX[0] = MULT_NORM (iX[4] * T[3] + iX[6] * T[2]);
oX[1] = MULT_NORM (iX[4] * T[2] - iX[6] * T[3]);
oX[2] = MULT_NORM (iX[0] * T[1] + iX[2] * T[0]);
oX[3] = MULT_NORM (iX[0] * T[0] - iX[2] * T[1]);
iX -= 8;
oX += 4;
}while(iX>=in);
mdct_butterflies(init,out+n2,n2);
mdct_bitreverse(init,out);
/* roatate + window */
{
DATA_TYPE *oX1=out+n2+n4;
DATA_TYPE *oX2=out+n2+n4;
DATA_TYPE *iX =out;
T =init->trig+n2;
do{
oX1-=4;
oX1[3] = MULT_NORM (iX[0] * T[1] - iX[1] * T[0]);
oX2[0] = -MULT_NORM (iX[0] * T[0] + iX[1] * T[1]);
oX1[2] = MULT_NORM (iX[2] * T[3] - iX[3] * T[2]);
oX2[1] = -MULT_NORM (iX[2] * T[2] + iX[3] * T[3]);
oX1[1] = MULT_NORM (iX[4] * T[5] - iX[5] * T[4]);
oX2[2] = -MULT_NORM (iX[4] * T[4] + iX[5] * T[5]);
oX1[0] = MULT_NORM (iX[6] * T[7] - iX[7] * T[6]);
oX2[3] = -MULT_NORM (iX[6] * T[6] + iX[7] * T[7]);
oX2+=4;
iX += 8;
T += 8;
}while(iX<oX1);
iX=out+n2+n4;
oX1=out+n4;
oX2=oX1;
do{
oX1-=4;
iX-=4;
oX2[0] = -(oX1[3] = iX[3]);
oX2[1] = -(oX1[2] = iX[2]);
oX2[2] = -(oX1[1] = iX[1]);
oX2[3] = -(oX1[0] = iX[0]);
oX2+=4;
}while(oX2<iX);
iX=out+n2+n4;
oX1=out+n2+n4;
oX2=out+n2;
do{
oX1-=4;
oX1[0]= iX[3];
oX1[1]= iX[2];
oX1[2]= iX[1];
oX1[3]= iX[0];
iX+=4;
}while(oX1>oX2);
}
}
void mdct_forward(mdct_lookup *init, DATA_TYPE *in, DATA_TYPE *out){
int n=init->n;
int n2=n>>1;
int n4=n>>2;
int n8=n>>3;
DATA_TYPE *w=alloca(n*sizeof(*w)); /* forward needs working space */
DATA_TYPE *w2=w+n2;
/* rotate */
/* window + rotate + step 1 */
REG_TYPE r0;
REG_TYPE r1;
DATA_TYPE *x0=in+n2+n4;
DATA_TYPE *x1=x0+1;
DATA_TYPE *T=init->trig+n2;
int i=0;
for(i=0;i<n8;i+=2){
x0 -=4;
T-=2;
r0= x0[2] + x1[0];
r1= x0[0] + x1[2];
w2[i]= MULT_NORM(r1*T[1] + r0*T[0]);
w2[i+1]= MULT_NORM(r1*T[0] - r0*T[1]);
x1 +=4;
}
x1=in+1;
for(;i<n2-n8;i+=2){
T-=2;
x0 -=4;
r0= x0[2] - x1[0];
r1= x0[0] - x1[2];
w2[i]= MULT_NORM(r1*T[1] + r0*T[0]);
w2[i+1]= MULT_NORM(r1*T[0] - r0*T[1]);
x1 +=4;
}
x0=in+n;
for(;i<n2;i+=2){
T-=2;
x0 -=4;
r0= -x0[2] - x1[0];
r1= -x0[0] - x1[2];
w2[i]= MULT_NORM(r1*T[1] + r0*T[0]);
w2[i+1]= MULT_NORM(r1*T[0] - r0*T[1]);
x1 +=4;
}
mdct_butterflies(init,w+n2,n2);
mdct_bitreverse(init,w);
/* roatate + window */
T=init->trig+n2;
x0=out+n2;
for(i=0;i<n4;i++){
x0--;
out[i] =MULT_NORM((w[0]*T[0]+w[1]*T[1])*init->scale);
x0[0] =MULT_NORM((w[0]*T[1]-w[1]*T[0])*init->scale);
w+=2;
T+=2;
}
}
|
0 | repos/libvorbis | repos/libvorbis/lib/block.c | /********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2015 *
* by the Xiph.Org Foundation https://xiph.org/ *
* *
********************************************************************
function: PCM data vector blocking, windowing and dis/reassembly
Handle windowing, overlap-add, etc of the PCM vectors. This is made
more amusing by Vorbis' current two allowed block sizes.
********************************************************************/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ogg/ogg.h>
#include "vorbis/codec.h"
#include "codec_internal.h"
#include "window.h"
#include "mdct.h"
#include "lpc.h"
#include "registry.h"
#include "misc.h"
/* pcm accumulator examples (not exhaustive):
<-------------- lW ---------------->
<--------------- W ---------------->
: .....|..... _______________ |
: .''' | '''_--- | |\ |
:.....''' |_____--- '''......| | \_______|
:.................|__________________|_______|__|______|
|<------ Sl ------>| > Sr < |endW
|beginSl |endSl | |endSr
|beginW |endlW |beginSr
|< lW >|
<--------------- W ---------------->
| | .. ______________ |
| | ' `/ | ---_ |
|___.'___/`. | ---_____|
|_______|__|_______|_________________|
| >|Sl|< |<------ Sr ----->|endW
| | |endSl |beginSr |endSr
|beginW | |endlW
mult[0] |beginSl mult[n]
<-------------- lW ----------------->
|<--W-->|
: .............. ___ | |
: .''' |`/ \ | |
:.....''' |/`....\|...|
:.........................|___|___|___|
|Sl |Sr |endW
| | |endSr
| |beginSr
| |endSl
|beginSl
|beginW
*/
/* block abstraction setup *********************************************/
#ifndef WORD_ALIGN
#define WORD_ALIGN 8
#endif
int vorbis_block_init(vorbis_dsp_state *v, vorbis_block *vb){
int i;
memset(vb,0,sizeof(*vb));
vb->vd=v;
vb->localalloc=0;
vb->localstore=NULL;
if(v->analysisp){
vorbis_block_internal *vbi=
vb->internal=_ogg_calloc(1,sizeof(vorbis_block_internal));
vbi->ampmax=-9999;
for(i=0;i<PACKETBLOBS;i++){
if(i==PACKETBLOBS/2){
vbi->packetblob[i]=&vb->opb;
}else{
vbi->packetblob[i]=
_ogg_calloc(1,sizeof(oggpack_buffer));
}
oggpack_writeinit(vbi->packetblob[i]);
}
}
return(0);
}
void *_vorbis_block_alloc(vorbis_block *vb,long bytes){
bytes=(bytes+(WORD_ALIGN-1)) & ~(WORD_ALIGN-1);
if(bytes+vb->localtop>vb->localalloc){
/* can't just _ogg_realloc... there are outstanding pointers */
if(vb->localstore){
struct alloc_chain *link=_ogg_malloc(sizeof(*link));
vb->totaluse+=vb->localtop;
link->next=vb->reap;
link->ptr=vb->localstore;
vb->reap=link;
}
/* highly conservative */
vb->localalloc=bytes;
vb->localstore=_ogg_malloc(vb->localalloc);
vb->localtop=0;
}
{
void *ret=(void *)(((char *)vb->localstore)+vb->localtop);
vb->localtop+=bytes;
return ret;
}
}
/* reap the chain, pull the ripcord */
void _vorbis_block_ripcord(vorbis_block *vb){
/* reap the chain */
struct alloc_chain *reap=vb->reap;
while(reap){
struct alloc_chain *next=reap->next;
_ogg_free(reap->ptr);
memset(reap,0,sizeof(*reap));
_ogg_free(reap);
reap=next;
}
/* consolidate storage */
if(vb->totaluse){
vb->localstore=_ogg_realloc(vb->localstore,vb->totaluse+vb->localalloc);
vb->localalloc+=vb->totaluse;
vb->totaluse=0;
}
/* pull the ripcord */
vb->localtop=0;
vb->reap=NULL;
}
int vorbis_block_clear(vorbis_block *vb){
int i;
vorbis_block_internal *vbi=vb->internal;
_vorbis_block_ripcord(vb);
if(vb->localstore)_ogg_free(vb->localstore);
if(vbi){
for(i=0;i<PACKETBLOBS;i++){
oggpack_writeclear(vbi->packetblob[i]);
if(i!=PACKETBLOBS/2)_ogg_free(vbi->packetblob[i]);
}
_ogg_free(vbi);
}
memset(vb,0,sizeof(*vb));
return(0);
}
/* Analysis side code, but directly related to blocking. Thus it's
here and not in analysis.c (which is for analysis transforms only).
The init is here because some of it is shared */
static int _vds_shared_init(vorbis_dsp_state *v,vorbis_info *vi,int encp){
int i;
codec_setup_info *ci=vi->codec_setup;
private_state *b=NULL;
int hs;
if(ci==NULL||
ci->modes<=0||
ci->blocksizes[0]<64||
ci->blocksizes[1]<ci->blocksizes[0]){
return 1;
}
hs=ci->halfrate_flag;
memset(v,0,sizeof(*v));
b=v->backend_state=_ogg_calloc(1,sizeof(*b));
v->vi=vi;
b->modebits=ov_ilog(ci->modes-1);
b->transform[0]=_ogg_calloc(VI_TRANSFORMB,sizeof(*b->transform[0]));
b->transform[1]=_ogg_calloc(VI_TRANSFORMB,sizeof(*b->transform[1]));
/* MDCT is tranform 0 */
b->transform[0][0]=_ogg_calloc(1,sizeof(mdct_lookup));
b->transform[1][0]=_ogg_calloc(1,sizeof(mdct_lookup));
mdct_init(b->transform[0][0],ci->blocksizes[0]>>hs);
mdct_init(b->transform[1][0],ci->blocksizes[1]>>hs);
/* Vorbis I uses only window type 0 */
/* note that the correct computation below is technically:
b->window[0]=ov_ilog(ci->blocksizes[0]-1)-6;
b->window[1]=ov_ilog(ci->blocksizes[1]-1)-6;
but since blocksizes are always powers of two,
the below is equivalent.
*/
b->window[0]=ov_ilog(ci->blocksizes[0])-7;
b->window[1]=ov_ilog(ci->blocksizes[1])-7;
if(encp){ /* encode/decode differ here */
/* analysis always needs an fft */
drft_init(&b->fft_look[0],ci->blocksizes[0]);
drft_init(&b->fft_look[1],ci->blocksizes[1]);
/* finish the codebooks */
if(!ci->fullbooks){
ci->fullbooks=_ogg_calloc(ci->books,sizeof(*ci->fullbooks));
for(i=0;i<ci->books;i++)
vorbis_book_init_encode(ci->fullbooks+i,ci->book_param[i]);
}
b->psy=_ogg_calloc(ci->psys,sizeof(*b->psy));
for(i=0;i<ci->psys;i++){
_vp_psy_init(b->psy+i,
ci->psy_param[i],
&ci->psy_g_param,
ci->blocksizes[ci->psy_param[i]->blockflag]/2,
vi->rate);
}
v->analysisp=1;
}else{
/* finish the codebooks */
if(!ci->fullbooks){
ci->fullbooks=_ogg_calloc(ci->books,sizeof(*ci->fullbooks));
for(i=0;i<ci->books;i++){
if(ci->book_param[i]==NULL)
goto abort_books;
if(vorbis_book_init_decode(ci->fullbooks+i,ci->book_param[i]))
goto abort_books;
/* decode codebooks are now standalone after init */
vorbis_staticbook_destroy(ci->book_param[i]);
ci->book_param[i]=NULL;
}
}
}
/* initialize the storage vectors. blocksize[1] is small for encode,
but the correct size for decode */
v->pcm_storage=ci->blocksizes[1];
v->pcm=_ogg_malloc(vi->channels*sizeof(*v->pcm));
v->pcmret=_ogg_malloc(vi->channels*sizeof(*v->pcmret));
{
int i;
for(i=0;i<vi->channels;i++)
v->pcm[i]=_ogg_calloc(v->pcm_storage,sizeof(*v->pcm[i]));
}
/* all 1 (large block) or 0 (small block) */
/* explicitly set for the sake of clarity */
v->lW=0; /* previous window size */
v->W=0; /* current window size */
/* all vector indexes */
v->centerW=ci->blocksizes[1]/2;
v->pcm_current=v->centerW;
/* initialize all the backend lookups */
b->flr=_ogg_calloc(ci->floors,sizeof(*b->flr));
b->residue=_ogg_calloc(ci->residues,sizeof(*b->residue));
for(i=0;i<ci->floors;i++)
b->flr[i]=_floor_P[ci->floor_type[i]]->
look(v,ci->floor_param[i]);
for(i=0;i<ci->residues;i++)
b->residue[i]=_residue_P[ci->residue_type[i]]->
look(v,ci->residue_param[i]);
return 0;
abort_books:
for(i=0;i<ci->books;i++){
if(ci->book_param[i]!=NULL){
vorbis_staticbook_destroy(ci->book_param[i]);
ci->book_param[i]=NULL;
}
}
vorbis_dsp_clear(v);
return -1;
}
/* arbitrary settings and spec-mandated numbers get filled in here */
int vorbis_analysis_init(vorbis_dsp_state *v,vorbis_info *vi){
private_state *b=NULL;
if(_vds_shared_init(v,vi,1))return 1;
b=v->backend_state;
b->psy_g_look=_vp_global_look(vi);
/* Initialize the envelope state storage */
b->ve=_ogg_calloc(1,sizeof(*b->ve));
_ve_envelope_init(b->ve,vi);
vorbis_bitrate_init(vi,&b->bms);
/* compressed audio packets start after the headers
with sequence number 3 */
v->sequence=3;
return(0);
}
void vorbis_dsp_clear(vorbis_dsp_state *v){
int i;
if(v){
vorbis_info *vi=v->vi;
codec_setup_info *ci=(vi?vi->codec_setup:NULL);
private_state *b=v->backend_state;
if(b){
if(b->ve){
_ve_envelope_clear(b->ve);
_ogg_free(b->ve);
}
if(b->transform[0]){
mdct_clear(b->transform[0][0]);
_ogg_free(b->transform[0][0]);
_ogg_free(b->transform[0]);
}
if(b->transform[1]){
mdct_clear(b->transform[1][0]);
_ogg_free(b->transform[1][0]);
_ogg_free(b->transform[1]);
}
if(b->flr){
if(ci)
for(i=0;i<ci->floors;i++)
_floor_P[ci->floor_type[i]]->
free_look(b->flr[i]);
_ogg_free(b->flr);
}
if(b->residue){
if(ci)
for(i=0;i<ci->residues;i++)
_residue_P[ci->residue_type[i]]->
free_look(b->residue[i]);
_ogg_free(b->residue);
}
if(b->psy){
if(ci)
for(i=0;i<ci->psys;i++)
_vp_psy_clear(b->psy+i);
_ogg_free(b->psy);
}
if(b->psy_g_look)_vp_global_free(b->psy_g_look);
vorbis_bitrate_clear(&b->bms);
drft_clear(&b->fft_look[0]);
drft_clear(&b->fft_look[1]);
}
if(v->pcm){
if(vi)
for(i=0;i<vi->channels;i++)
if(v->pcm[i])_ogg_free(v->pcm[i]);
_ogg_free(v->pcm);
if(v->pcmret)_ogg_free(v->pcmret);
}
if(b){
/* free header, header1, header2 */
if(b->header)_ogg_free(b->header);
if(b->header1)_ogg_free(b->header1);
if(b->header2)_ogg_free(b->header2);
_ogg_free(b);
}
memset(v,0,sizeof(*v));
}
}
float **vorbis_analysis_buffer(vorbis_dsp_state *v, int vals){
int i;
vorbis_info *vi=v->vi;
private_state *b=v->backend_state;
/* free header, header1, header2 */
if(b->header)_ogg_free(b->header);b->header=NULL;
if(b->header1)_ogg_free(b->header1);b->header1=NULL;
if(b->header2)_ogg_free(b->header2);b->header2=NULL;
/* Do we have enough storage space for the requested buffer? If not,
expand the PCM (and envelope) storage */
if(v->pcm_current+vals>=v->pcm_storage){
v->pcm_storage=v->pcm_current+vals*2;
for(i=0;i<vi->channels;i++){
v->pcm[i]=_ogg_realloc(v->pcm[i],v->pcm_storage*sizeof(*v->pcm[i]));
}
}
for(i=0;i<vi->channels;i++)
v->pcmret[i]=v->pcm[i]+v->pcm_current;
return(v->pcmret);
}
static void _preextrapolate_helper(vorbis_dsp_state *v){
int i;
int order=16;
float *lpc=alloca(order*sizeof(*lpc));
float *work=alloca(v->pcm_current*sizeof(*work));
long j;
v->preextrapolate=1;
if(v->pcm_current-v->centerW>order*2){ /* safety */
for(i=0;i<v->vi->channels;i++){
/* need to run the extrapolation in reverse! */
for(j=0;j<v->pcm_current;j++)
work[j]=v->pcm[i][v->pcm_current-j-1];
/* prime as above */
vorbis_lpc_from_data(work,lpc,v->pcm_current-v->centerW,order);
#if 0
if(v->vi->channels==2){
if(i==0)
_analysis_output("predataL",0,work,v->pcm_current-v->centerW,0,0,0);
else
_analysis_output("predataR",0,work,v->pcm_current-v->centerW,0,0,0);
}else{
_analysis_output("predata",0,work,v->pcm_current-v->centerW,0,0,0);
}
#endif
/* run the predictor filter */
vorbis_lpc_predict(lpc,work+v->pcm_current-v->centerW-order,
order,
work+v->pcm_current-v->centerW,
v->centerW);
for(j=0;j<v->pcm_current;j++)
v->pcm[i][v->pcm_current-j-1]=work[j];
}
}
}
/* call with val<=0 to set eof */
int vorbis_analysis_wrote(vorbis_dsp_state *v, int vals){
vorbis_info *vi=v->vi;
codec_setup_info *ci=vi->codec_setup;
if(vals<=0){
int order=32;
int i;
float *lpc=alloca(order*sizeof(*lpc));
/* if it wasn't done earlier (very short sample) */
if(!v->preextrapolate)
_preextrapolate_helper(v);
/* We're encoding the end of the stream. Just make sure we have
[at least] a few full blocks of zeroes at the end. */
/* actually, we don't want zeroes; that could drop a large
amplitude off a cliff, creating spread spectrum noise that will
suck to encode. Extrapolate for the sake of cleanliness. */
vorbis_analysis_buffer(v,ci->blocksizes[1]*3);
v->eofflag=v->pcm_current;
v->pcm_current+=ci->blocksizes[1]*3;
for(i=0;i<vi->channels;i++){
if(v->eofflag>order*2){
/* extrapolate with LPC to fill in */
long n;
/* make a predictor filter */
n=v->eofflag;
if(n>ci->blocksizes[1])n=ci->blocksizes[1];
vorbis_lpc_from_data(v->pcm[i]+v->eofflag-n,lpc,n,order);
/* run the predictor filter */
vorbis_lpc_predict(lpc,v->pcm[i]+v->eofflag-order,order,
v->pcm[i]+v->eofflag,v->pcm_current-v->eofflag);
}else{
/* not enough data to extrapolate (unlikely to happen due to
guarding the overlap, but bulletproof in case that
assumtion goes away). zeroes will do. */
memset(v->pcm[i]+v->eofflag,0,
(v->pcm_current-v->eofflag)*sizeof(*v->pcm[i]));
}
}
}else{
if(v->pcm_current+vals>v->pcm_storage)
return(OV_EINVAL);
v->pcm_current+=vals;
/* we may want to reverse extrapolate the beginning of a stream
too... in case we're beginning on a cliff! */
/* clumsy, but simple. It only runs once, so simple is good. */
if(!v->preextrapolate && v->pcm_current-v->centerW>ci->blocksizes[1])
_preextrapolate_helper(v);
}
return(0);
}
/* do the deltas, envelope shaping, pre-echo and determine the size of
the next block on which to continue analysis */
int vorbis_analysis_blockout(vorbis_dsp_state *v,vorbis_block *vb){
int i;
vorbis_info *vi=v->vi;
codec_setup_info *ci=vi->codec_setup;
private_state *b=v->backend_state;
vorbis_look_psy_global *g=b->psy_g_look;
long beginW=v->centerW-ci->blocksizes[v->W]/2,centerNext;
vorbis_block_internal *vbi=(vorbis_block_internal *)vb->internal;
/* check to see if we're started... */
if(!v->preextrapolate)return(0);
/* check to see if we're done... */
if(v->eofflag==-1)return(0);
/* By our invariant, we have lW, W and centerW set. Search for
the next boundary so we can determine nW (the next window size)
which lets us compute the shape of the current block's window */
/* we do an envelope search even on a single blocksize; we may still
be throwing more bits at impulses, and envelope search handles
marking impulses too. */
{
long bp=_ve_envelope_search(v);
if(bp==-1){
if(v->eofflag==0)return(0); /* not enough data currently to search for a
full long block */
v->nW=0;
}else{
if(ci->blocksizes[0]==ci->blocksizes[1])
v->nW=0;
else
v->nW=bp;
}
}
centerNext=v->centerW+ci->blocksizes[v->W]/4+ci->blocksizes[v->nW]/4;
{
/* center of next block + next block maximum right side. */
long blockbound=centerNext+ci->blocksizes[v->nW]/2;
if(v->pcm_current<blockbound)return(0); /* not enough data yet;
although this check is
less strict that the
_ve_envelope_search,
the search is not run
if we only use one
block size */
}
/* fill in the block. Note that for a short window, lW and nW are *short*
regardless of actual settings in the stream */
_vorbis_block_ripcord(vb);
vb->lW=v->lW;
vb->W=v->W;
vb->nW=v->nW;
if(v->W){
if(!v->lW || !v->nW){
vbi->blocktype=BLOCKTYPE_TRANSITION;
/*fprintf(stderr,"-");*/
}else{
vbi->blocktype=BLOCKTYPE_LONG;
/*fprintf(stderr,"_");*/
}
}else{
if(_ve_envelope_mark(v)){
vbi->blocktype=BLOCKTYPE_IMPULSE;
/*fprintf(stderr,"|");*/
}else{
vbi->blocktype=BLOCKTYPE_PADDING;
/*fprintf(stderr,".");*/
}
}
vb->vd=v;
vb->sequence=v->sequence++;
vb->granulepos=v->granulepos;
vb->pcmend=ci->blocksizes[v->W];
/* copy the vectors; this uses the local storage in vb */
/* this tracks 'strongest peak' for later psychoacoustics */
/* moved to the global psy state; clean this mess up */
if(vbi->ampmax>g->ampmax)g->ampmax=vbi->ampmax;
g->ampmax=_vp_ampmax_decay(g->ampmax,v);
vbi->ampmax=g->ampmax;
vb->pcm=_vorbis_block_alloc(vb,sizeof(*vb->pcm)*vi->channels);
vbi->pcmdelay=_vorbis_block_alloc(vb,sizeof(*vbi->pcmdelay)*vi->channels);
for(i=0;i<vi->channels;i++){
vbi->pcmdelay[i]=
_vorbis_block_alloc(vb,(vb->pcmend+beginW)*sizeof(*vbi->pcmdelay[i]));
memcpy(vbi->pcmdelay[i],v->pcm[i],(vb->pcmend+beginW)*sizeof(*vbi->pcmdelay[i]));
vb->pcm[i]=vbi->pcmdelay[i]+beginW;
/* before we added the delay
vb->pcm[i]=_vorbis_block_alloc(vb,vb->pcmend*sizeof(*vb->pcm[i]));
memcpy(vb->pcm[i],v->pcm[i]+beginW,ci->blocksizes[v->W]*sizeof(*vb->pcm[i]));
*/
}
/* handle eof detection: eof==0 means that we've not yet received EOF
eof>0 marks the last 'real' sample in pcm[]
eof<0 'no more to do'; doesn't get here */
if(v->eofflag){
if(v->centerW>=v->eofflag){
v->eofflag=-1;
vb->eofflag=1;
return(1);
}
}
/* advance storage vectors and clean up */
{
int new_centerNext=ci->blocksizes[1]/2;
int movementW=centerNext-new_centerNext;
if(movementW>0){
_ve_envelope_shift(b->ve,movementW);
v->pcm_current-=movementW;
for(i=0;i<vi->channels;i++)
memmove(v->pcm[i],v->pcm[i]+movementW,
v->pcm_current*sizeof(*v->pcm[i]));
v->lW=v->W;
v->W=v->nW;
v->centerW=new_centerNext;
if(v->eofflag){
v->eofflag-=movementW;
if(v->eofflag<=0)v->eofflag=-1;
/* do not add padding to end of stream! */
if(v->centerW>=v->eofflag){
v->granulepos+=movementW-(v->centerW-v->eofflag);
}else{
v->granulepos+=movementW;
}
}else{
v->granulepos+=movementW;
}
}
}
/* done */
return(1);
}
int vorbis_synthesis_restart(vorbis_dsp_state *v){
vorbis_info *vi=v->vi;
codec_setup_info *ci;
int hs;
if(!v->backend_state)return -1;
if(!vi)return -1;
ci=vi->codec_setup;
if(!ci)return -1;
hs=ci->halfrate_flag;
v->centerW=ci->blocksizes[1]>>(hs+1);
v->pcm_current=v->centerW>>hs;
v->pcm_returned=-1;
v->granulepos=-1;
v->sequence=-1;
v->eofflag=0;
((private_state *)(v->backend_state))->sample_count=-1;
return(0);
}
int vorbis_synthesis_init(vorbis_dsp_state *v,vorbis_info *vi){
if(_vds_shared_init(v,vi,0)){
vorbis_dsp_clear(v);
return 1;
}
vorbis_synthesis_restart(v);
return 0;
}
/* Unlike in analysis, the window is only partially applied for each
block. The time domain envelope is not yet handled at the point of
calling (as it relies on the previous block). */
int vorbis_synthesis_blockin(vorbis_dsp_state *v,vorbis_block *vb){
vorbis_info *vi=v->vi;
codec_setup_info *ci=vi->codec_setup;
private_state *b=v->backend_state;
int hs=ci->halfrate_flag;
int i,j;
if(!vb)return(OV_EINVAL);
if(v->pcm_current>v->pcm_returned && v->pcm_returned!=-1)return(OV_EINVAL);
v->lW=v->W;
v->W=vb->W;
v->nW=-1;
if((v->sequence==-1)||
(v->sequence+1 != vb->sequence)){
v->granulepos=-1; /* out of sequence; lose count */
b->sample_count=-1;
}
v->sequence=vb->sequence;
if(vb->pcm){ /* no pcm to process if vorbis_synthesis_trackonly
was called on block */
int n=ci->blocksizes[v->W]>>(hs+1);
int n0=ci->blocksizes[0]>>(hs+1);
int n1=ci->blocksizes[1]>>(hs+1);
int thisCenter;
int prevCenter;
v->glue_bits+=vb->glue_bits;
v->time_bits+=vb->time_bits;
v->floor_bits+=vb->floor_bits;
v->res_bits+=vb->res_bits;
if(v->centerW){
thisCenter=n1;
prevCenter=0;
}else{
thisCenter=0;
prevCenter=n1;
}
/* v->pcm is now used like a two-stage double buffer. We don't want
to have to constantly shift *or* adjust memory usage. Don't
accept a new block until the old is shifted out */
for(j=0;j<vi->channels;j++){
/* the overlap/add section */
if(v->lW){
if(v->W){
/* large/large */
const float *w=_vorbis_window_get(b->window[1]-hs);
float *pcm=v->pcm[j]+prevCenter;
float *p=vb->pcm[j];
for(i=0;i<n1;i++)
pcm[i]=pcm[i]*w[n1-i-1] + p[i]*w[i];
}else{
/* large/small */
const float *w=_vorbis_window_get(b->window[0]-hs);
float *pcm=v->pcm[j]+prevCenter+n1/2-n0/2;
float *p=vb->pcm[j];
for(i=0;i<n0;i++)
pcm[i]=pcm[i]*w[n0-i-1] +p[i]*w[i];
}
}else{
if(v->W){
/* small/large */
const float *w=_vorbis_window_get(b->window[0]-hs);
float *pcm=v->pcm[j]+prevCenter;
float *p=vb->pcm[j]+n1/2-n0/2;
for(i=0;i<n0;i++)
pcm[i]=pcm[i]*w[n0-i-1] +p[i]*w[i];
for(;i<n1/2+n0/2;i++)
pcm[i]=p[i];
}else{
/* small/small */
const float *w=_vorbis_window_get(b->window[0]-hs);
float *pcm=v->pcm[j]+prevCenter;
float *p=vb->pcm[j];
for(i=0;i<n0;i++)
pcm[i]=pcm[i]*w[n0-i-1] +p[i]*w[i];
}
}
/* the copy section */
{
float *pcm=v->pcm[j]+thisCenter;
float *p=vb->pcm[j]+n;
for(i=0;i<n;i++)
pcm[i]=p[i];
}
}
if(v->centerW)
v->centerW=0;
else
v->centerW=n1;
/* deal with initial packet state; we do this using the explicit
pcm_returned==-1 flag otherwise we're sensitive to first block
being short or long */
if(v->pcm_returned==-1){
v->pcm_returned=thisCenter;
v->pcm_current=thisCenter;
}else{
v->pcm_returned=prevCenter;
v->pcm_current=prevCenter+
((ci->blocksizes[v->lW]/4+
ci->blocksizes[v->W]/4)>>hs);
}
}
/* track the frame number... This is for convenience, but also
making sure our last packet doesn't end with added padding. If
the last packet is partial, the number of samples we'll have to
return will be past the vb->granulepos.
This is not foolproof! It will be confused if we begin
decoding at the last page after a seek or hole. In that case,
we don't have a starting point to judge where the last frame
is. For this reason, vorbisfile will always try to make sure
it reads the last two marked pages in proper sequence */
if(b->sample_count==-1){
b->sample_count=0;
}else{
b->sample_count+=ci->blocksizes[v->lW]/4+ci->blocksizes[v->W]/4;
}
if(v->granulepos==-1){
if(vb->granulepos!=-1){ /* only set if we have a position to set to */
v->granulepos=vb->granulepos;
/* is this a short page? */
if(b->sample_count>v->granulepos){
/* corner case; if this is both the first and last audio page,
then spec says the end is cut, not beginning */
long extra=b->sample_count-vb->granulepos;
/* we use ogg_int64_t for granule positions because a
uint64 isn't universally available. Unfortunately,
that means granposes can be 'negative' and result in
extra being negative */
if(extra<0)
extra=0;
if(vb->eofflag){
/* trim the end */
/* no preceding granulepos; assume we started at zero (we'd
have to in a short single-page stream) */
/* granulepos could be -1 due to a seek, but that would result
in a long count, not short count */
/* Guard against corrupt/malicious frames that set EOP and
a backdated granpos; don't rewind more samples than we
actually have */
if(extra > (v->pcm_current - v->pcm_returned)<<hs)
extra = (v->pcm_current - v->pcm_returned)<<hs;
v->pcm_current-=extra>>hs;
}else{
/* trim the beginning */
v->pcm_returned+=extra>>hs;
if(v->pcm_returned>v->pcm_current)
v->pcm_returned=v->pcm_current;
}
}
}
}else{
v->granulepos+=ci->blocksizes[v->lW]/4+ci->blocksizes[v->W]/4;
if(vb->granulepos!=-1 && v->granulepos!=vb->granulepos){
if(v->granulepos>vb->granulepos){
long extra=v->granulepos-vb->granulepos;
if(extra)
if(vb->eofflag){
/* partial last frame. Strip the extra samples off */
/* Guard against corrupt/malicious frames that set EOP and
a backdated granpos; don't rewind more samples than we
actually have */
if(extra > (v->pcm_current - v->pcm_returned)<<hs)
extra = (v->pcm_current - v->pcm_returned)<<hs;
/* we use ogg_int64_t for granule positions because a
uint64 isn't universally available. Unfortunately,
that means granposes can be 'negative' and result in
extra being negative */
if(extra<0)
extra=0;
v->pcm_current-=extra>>hs;
} /* else {Shouldn't happen *unless* the bitstream is out of
spec. Either way, believe the bitstream } */
} /* else {Shouldn't happen *unless* the bitstream is out of
spec. Either way, believe the bitstream } */
v->granulepos=vb->granulepos;
}
}
/* Update, cleanup */
if(vb->eofflag)v->eofflag=1;
return(0);
}
/* pcm==NULL indicates we just want the pending samples, no more */
int vorbis_synthesis_pcmout(vorbis_dsp_state *v,float ***pcm){
vorbis_info *vi=v->vi;
if(v->pcm_returned>-1 && v->pcm_returned<v->pcm_current){
if(pcm){
int i;
for(i=0;i<vi->channels;i++)
v->pcmret[i]=v->pcm[i]+v->pcm_returned;
*pcm=v->pcmret;
}
return(v->pcm_current-v->pcm_returned);
}
return(0);
}
int vorbis_synthesis_read(vorbis_dsp_state *v,int n){
if(n && v->pcm_returned+n>v->pcm_current)return(OV_EINVAL);
v->pcm_returned+=n;
return(0);
}
/* intended for use with a specific vorbisfile feature; we want access
to the [usually synthetic/postextrapolated] buffer and lapping at
the end of a decode cycle, specifically, a half-short-block worth.
This funtion works like pcmout above, except it will also expose
this implicit buffer data not normally decoded. */
int vorbis_synthesis_lapout(vorbis_dsp_state *v,float ***pcm){
vorbis_info *vi=v->vi;
codec_setup_info *ci=vi->codec_setup;
int hs=ci->halfrate_flag;
int n=ci->blocksizes[v->W]>>(hs+1);
int n0=ci->blocksizes[0]>>(hs+1);
int n1=ci->blocksizes[1]>>(hs+1);
int i,j;
if(v->pcm_returned<0)return 0;
/* our returned data ends at pcm_returned; because the synthesis pcm
buffer is a two-fragment ring, that means our data block may be
fragmented by buffering, wrapping or a short block not filling
out a buffer. To simplify things, we unfragment if it's at all
possibly needed. Otherwise, we'd need to call lapout more than
once as well as hold additional dsp state. Opt for
simplicity. */
/* centerW was advanced by blockin; it would be the center of the
*next* block */
if(v->centerW==n1){
/* the data buffer wraps; swap the halves */
/* slow, sure, small */
for(j=0;j<vi->channels;j++){
float *p=v->pcm[j];
for(i=0;i<n1;i++){
float temp=p[i];
p[i]=p[i+n1];
p[i+n1]=temp;
}
}
v->pcm_current-=n1;
v->pcm_returned-=n1;
v->centerW=0;
}
/* solidify buffer into contiguous space */
if((v->lW^v->W)==1){
/* long/short or short/long */
for(j=0;j<vi->channels;j++){
float *s=v->pcm[j];
float *d=v->pcm[j]+(n1-n0)/2;
for(i=(n1+n0)/2-1;i>=0;--i)
d[i]=s[i];
}
v->pcm_returned+=(n1-n0)/2;
v->pcm_current+=(n1-n0)/2;
}else{
if(v->lW==0){
/* short/short */
for(j=0;j<vi->channels;j++){
float *s=v->pcm[j];
float *d=v->pcm[j]+n1-n0;
for(i=n0-1;i>=0;--i)
d[i]=s[i];
}
v->pcm_returned+=n1-n0;
v->pcm_current+=n1-n0;
}
}
if(pcm){
int i;
for(i=0;i<vi->channels;i++)
v->pcmret[i]=v->pcm[i]+v->pcm_returned;
*pcm=v->pcmret;
}
return(n1+n-v->pcm_returned);
}
const float *vorbis_window(vorbis_dsp_state *v,int W){
vorbis_info *vi=v->vi;
codec_setup_info *ci=vi->codec_setup;
int hs=ci->halfrate_flag;
private_state *b=v->backend_state;
if(b->window[W]-1<0)return NULL;
return _vorbis_window_get(b->window[W]-hs);
}
|
0 | repos/libvorbis | repos/libvorbis/lib/registry.c | /********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2009 *
* by the Xiph.Org Foundation https://xiph.org/ *
* *
********************************************************************
function: registry for time, floor, res backends and channel mappings
********************************************************************/
#include "vorbis/codec.h"
#include "codec_internal.h"
#include "registry.h"
#include "misc.h"
/* seems like major overkill now; the backend numbers will grow into
the infrastructure soon enough */
extern const vorbis_func_floor floor0_exportbundle;
extern const vorbis_func_floor floor1_exportbundle;
extern const vorbis_func_residue residue0_exportbundle;
extern const vorbis_func_residue residue1_exportbundle;
extern const vorbis_func_residue residue2_exportbundle;
extern const vorbis_func_mapping mapping0_exportbundle;
const vorbis_func_floor *const _floor_P[]={
&floor0_exportbundle,
&floor1_exportbundle,
};
const vorbis_func_residue *const _residue_P[]={
&residue0_exportbundle,
&residue1_exportbundle,
&residue2_exportbundle,
};
const vorbis_func_mapping *const _mapping_P[]={
&mapping0_exportbundle,
};
|
0 | repos/libvorbis | repos/libvorbis/lib/tone.c | #include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include <string.h>
void usage(){
fprintf(stderr,"tone <frequency_Hz>,[<amplitude>] [<frequency_Hz>,[<amplitude>]...]\n");
exit(1);
}
int main (int argc,char *argv[]){
int i,j;
double *f;
double *amp;
if(argc<2)usage();
f=alloca(sizeof(*f)*(argc-1));
amp=alloca(sizeof(*amp)*(argc-1));
i=0;
while(argv[i+1]){
char *pos=strchr(argv[i+1],',');
f[i]=atof(argv[i+1]);
if(pos)
amp[i]=atof(pos+1)*32767.f;
else
amp[i]=32767.f;
fprintf(stderr,"%g Hz, %g amp\n",f[i],amp[i]);
i++;
}
for(i=0;i<44100*10;i++){
float val=0;
int ival;
for(j=0;j<argc-1;j++)
val+=amp[j]*sin(i/44100.f*f[j]*2*M_PI);
ival=rint(val);
if(ival>32767.f)ival=32767.f;
if(ival<-32768.f)ival=-32768.f;
fprintf(stdout,"%c%c%c%c",
(char)(ival&0xff),
(char)((ival>>8)&0xff),
(char)(ival&0xff),
(char)((ival>>8)&0xff));
}
return(0);
}
|
0 | repos/libvorbis | repos/libvorbis/lib/misc.h | /********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2015 *
* by the Xiph.Org Foundation https://xiph.org/ *
* *
********************************************************************
function: miscellaneous prototypes
********************************************************************/
#ifndef _V_RANDOM_H_
#define _V_RANDOM_H_
#include "vorbis/codec.h"
extern void *_vorbis_block_alloc(vorbis_block *vb,long bytes);
extern void _vorbis_block_ripcord(vorbis_block *vb);
extern int ov_ilog(ogg_uint32_t v);
#ifdef ANALYSIS
extern int analysis_noisy;
extern void _analysis_output(char *base,int i,float *v,int n,int bark,int dB,
ogg_int64_t off);
extern void _analysis_output_always(char *base,int i,float *v,int n,int bark,int dB,
ogg_int64_t off);
#endif
#ifdef DEBUG_MALLOC
#define _VDBG_GRAPHFILE "malloc.m"
#undef _VDBG_GRAPHFILE
extern void *_VDBG_malloc(void *ptr,long bytes,char *file,long line);
extern void _VDBG_free(void *ptr,char *file,long line);
#ifndef MISC_C
#undef _ogg_malloc
#undef _ogg_calloc
#undef _ogg_realloc
#undef _ogg_free
#define _ogg_malloc(x) _VDBG_malloc(NULL,(x),__FILE__,__LINE__)
#define _ogg_calloc(x,y) _VDBG_malloc(NULL,(x)*(y),__FILE__,__LINE__)
#define _ogg_realloc(x,y) _VDBG_malloc((x),(y),__FILE__,__LINE__)
#define _ogg_free(x) _VDBG_free((x),__FILE__,__LINE__)
#endif
#endif
#endif
|
0 | repos/libvorbis | repos/libvorbis/lib/codebook.c | /********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2015 *
* by the Xiph.Org Foundation https://xiph.org/ *
* *
********************************************************************
function: basic codebook pack/unpack/code/decode operations
********************************************************************/
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <ogg/ogg.h>
#include "vorbis/codec.h"
#include "codebook.h"
#include "scales.h"
#include "misc.h"
#include "os.h"
/* packs the given codebook into the bitstream **************************/
int vorbis_staticbook_pack(const static_codebook *c,oggpack_buffer *opb){
long i,j;
int ordered=0;
/* first the basic parameters */
oggpack_write(opb,0x564342,24);
oggpack_write(opb,c->dim,16);
oggpack_write(opb,c->entries,24);
/* pack the codewords. There are two packings; length ordered and
length random. Decide between the two now. */
for(i=1;i<c->entries;i++)
if(c->lengthlist[i-1]==0 || c->lengthlist[i]<c->lengthlist[i-1])break;
if(i==c->entries)ordered=1;
if(ordered){
/* length ordered. We only need to say how many codewords of
each length. The actual codewords are generated
deterministically */
long count=0;
oggpack_write(opb,1,1); /* ordered */
oggpack_write(opb,c->lengthlist[0]-1,5); /* 1 to 32 */
for(i=1;i<c->entries;i++){
char this=c->lengthlist[i];
char last=c->lengthlist[i-1];
if(this>last){
for(j=last;j<this;j++){
oggpack_write(opb,i-count,ov_ilog(c->entries-count));
count=i;
}
}
}
oggpack_write(opb,i-count,ov_ilog(c->entries-count));
}else{
/* length random. Again, we don't code the codeword itself, just
the length. This time, though, we have to encode each length */
oggpack_write(opb,0,1); /* unordered */
/* algortihmic mapping has use for 'unused entries', which we tag
here. The algorithmic mapping happens as usual, but the unused
entry has no codeword. */
for(i=0;i<c->entries;i++)
if(c->lengthlist[i]==0)break;
if(i==c->entries){
oggpack_write(opb,0,1); /* no unused entries */
for(i=0;i<c->entries;i++)
oggpack_write(opb,c->lengthlist[i]-1,5);
}else{
oggpack_write(opb,1,1); /* we have unused entries; thus we tag */
for(i=0;i<c->entries;i++){
if(c->lengthlist[i]==0){
oggpack_write(opb,0,1);
}else{
oggpack_write(opb,1,1);
oggpack_write(opb,c->lengthlist[i]-1,5);
}
}
}
}
/* is the entry number the desired return value, or do we have a
mapping? If we have a mapping, what type? */
oggpack_write(opb,c->maptype,4);
switch(c->maptype){
case 0:
/* no mapping */
break;
case 1:case 2:
/* implicitly populated value mapping */
/* explicitly populated value mapping */
if(!c->quantlist){
/* no quantlist? error */
return(-1);
}
/* values that define the dequantization */
oggpack_write(opb,c->q_min,32);
oggpack_write(opb,c->q_delta,32);
oggpack_write(opb,c->q_quant-1,4);
oggpack_write(opb,c->q_sequencep,1);
{
int quantvals;
switch(c->maptype){
case 1:
/* a single column of (c->entries/c->dim) quantized values for
building a full value list algorithmically (square lattice) */
quantvals=_book_maptype1_quantvals(c);
break;
case 2:
/* every value (c->entries*c->dim total) specified explicitly */
quantvals=c->entries*c->dim;
break;
default: /* NOT_REACHABLE */
quantvals=-1;
}
/* quantized values */
for(i=0;i<quantvals;i++)
oggpack_write(opb,labs(c->quantlist[i]),c->q_quant);
}
break;
default:
/* error case; we don't have any other map types now */
return(-1);
}
return(0);
}
/* unpacks a codebook from the packet buffer into the codebook struct,
readies the codebook auxiliary structures for decode *************/
static_codebook *vorbis_staticbook_unpack(oggpack_buffer *opb){
long i,j;
static_codebook *s=_ogg_calloc(1,sizeof(*s));
s->allocedp=1;
/* make sure alignment is correct */
if(oggpack_read(opb,24)!=0x564342)goto _eofout;
/* first the basic parameters */
s->dim=oggpack_read(opb,16);
s->entries=oggpack_read(opb,24);
if(s->entries==-1)goto _eofout;
if(ov_ilog(s->dim)+ov_ilog(s->entries)>24)goto _eofout;
/* codeword ordering.... length ordered or unordered? */
switch((int)oggpack_read(opb,1)){
case 0:{
long unused;
/* allocated but unused entries? */
unused=oggpack_read(opb,1);
if((s->entries*(unused?1:5)+7)>>3>opb->storage-oggpack_bytes(opb))
goto _eofout;
/* unordered */
s->lengthlist=_ogg_malloc(sizeof(*s->lengthlist)*s->entries);
/* allocated but unused entries? */
if(unused){
/* yes, unused entries */
for(i=0;i<s->entries;i++){
if(oggpack_read(opb,1)){
long num=oggpack_read(opb,5);
if(num==-1)goto _eofout;
s->lengthlist[i]=num+1;
}else
s->lengthlist[i]=0;
}
}else{
/* all entries used; no tagging */
for(i=0;i<s->entries;i++){
long num=oggpack_read(opb,5);
if(num==-1)goto _eofout;
s->lengthlist[i]=num+1;
}
}
break;
}
case 1:
/* ordered */
{
long length=oggpack_read(opb,5)+1;
if(length==0)goto _eofout;
s->lengthlist=_ogg_malloc(sizeof(*s->lengthlist)*s->entries);
for(i=0;i<s->entries;){
long num=oggpack_read(opb,ov_ilog(s->entries-i));
if(num==-1)goto _eofout;
if(length>32 || num>s->entries-i ||
(num>0 && (num-1)>>(length-1)>1)){
goto _errout;
}
if(length>32)goto _errout;
for(j=0;j<num;j++,i++)
s->lengthlist[i]=length;
length++;
}
}
break;
default:
/* EOF */
goto _eofout;
}
/* Do we have a mapping to unpack? */
switch((s->maptype=oggpack_read(opb,4))){
case 0:
/* no mapping */
break;
case 1: case 2:
/* implicitly populated value mapping */
/* explicitly populated value mapping */
s->q_min=oggpack_read(opb,32);
s->q_delta=oggpack_read(opb,32);
s->q_quant=oggpack_read(opb,4)+1;
s->q_sequencep=oggpack_read(opb,1);
if(s->q_sequencep==-1)goto _eofout;
{
int quantvals=0;
switch(s->maptype){
case 1:
quantvals=(s->dim==0?0:_book_maptype1_quantvals(s));
break;
case 2:
quantvals=s->entries*s->dim;
break;
}
/* quantized values */
if(((quantvals*s->q_quant+7)>>3)>opb->storage-oggpack_bytes(opb))
goto _eofout;
s->quantlist=_ogg_malloc(sizeof(*s->quantlist)*quantvals);
for(i=0;i<quantvals;i++)
s->quantlist[i]=oggpack_read(opb,s->q_quant);
if(quantvals&&s->quantlist[quantvals-1]==-1)goto _eofout;
}
break;
default:
goto _errout;
}
/* all set */
return(s);
_errout:
_eofout:
vorbis_staticbook_destroy(s);
return(NULL);
}
/* returns the number of bits ************************************************/
int vorbis_book_encode(codebook *book, int a, oggpack_buffer *b){
if(a<0 || a>=book->c->entries)return(0);
oggpack_write(b,book->codelist[a],book->c->lengthlist[a]);
return(book->c->lengthlist[a]);
}
/* the 'eliminate the decode tree' optimization actually requires the
codewords to be MSb first, not LSb. This is an annoying inelegancy
(and one of the first places where carefully thought out design
turned out to be wrong; Vorbis II and future Ogg codecs should go
to an MSb bitpacker), but not actually the huge hit it appears to
be. The first-stage decode table catches most words so that
bitreverse is not in the main execution path. */
static ogg_uint32_t bitreverse(ogg_uint32_t x){
x= ((x>>16)&0x0000ffff) | ((x<<16)&0xffff0000);
x= ((x>> 8)&0x00ff00ff) | ((x<< 8)&0xff00ff00);
x= ((x>> 4)&0x0f0f0f0f) | ((x<< 4)&0xf0f0f0f0);
x= ((x>> 2)&0x33333333) | ((x<< 2)&0xcccccccc);
return((x>> 1)&0x55555555) | ((x<< 1)&0xaaaaaaaa);
}
STIN long decode_packed_entry_number(codebook *book, oggpack_buffer *b){
int read=book->dec_maxlength;
long lo,hi;
long lok = oggpack_look(b,book->dec_firsttablen);
if (lok >= 0) {
long entry = book->dec_firsttable[lok];
if(entry&0x80000000UL){
lo=(entry>>15)&0x7fff;
hi=book->used_entries-(entry&0x7fff);
}else{
oggpack_adv(b, book->dec_codelengths[entry-1]);
return(entry-1);
}
}else{
lo=0;
hi=book->used_entries;
}
/* Single entry codebooks use a firsttablen of 1 and a
dec_maxlength of 1. If a single-entry codebook gets here (due to
failure to read one bit above), the next look attempt will also
fail and we'll correctly kick out instead of trying to walk the
underformed tree */
lok = oggpack_look(b, read);
while(lok<0 && read>1)
lok = oggpack_look(b, --read);
if(lok<0)return -1;
/* bisect search for the codeword in the ordered list */
{
ogg_uint32_t testword=bitreverse((ogg_uint32_t)lok);
while(hi-lo>1){
long p=(hi-lo)>>1;
long test=book->codelist[lo+p]>testword;
lo+=p&(test-1);
hi-=p&(-test);
}
if(book->dec_codelengths[lo]<=read){
oggpack_adv(b, book->dec_codelengths[lo]);
return(lo);
}
}
oggpack_adv(b, read);
return(-1);
}
/* Decode side is specced and easier, because we don't need to find
matches using different criteria; we simply read and map. There are
two things we need to do 'depending':
We may need to support interleave. We don't really, but it's
convenient to do it here rather than rebuild the vector later.
Cascades may be additive or multiplicitive; this is not inherent in
the codebook, but set in the code using the codebook. Like
interleaving, it's easiest to do it here.
addmul==0 -> declarative (set the value)
addmul==1 -> additive
addmul==2 -> multiplicitive */
/* returns the [original, not compacted] entry number or -1 on eof *********/
long vorbis_book_decode(codebook *book, oggpack_buffer *b){
if(book->used_entries>0){
long packed_entry=decode_packed_entry_number(book,b);
if(packed_entry>=0)
return(book->dec_index[packed_entry]);
}
/* if there's no dec_index, the codebook unpacking isn't collapsed */
return(-1);
}
/* returns 0 on OK or -1 on eof *************************************/
/* decode vector / dim granularity gaurding is done in the upper layer */
long vorbis_book_decodevs_add(codebook *book,float *a,oggpack_buffer *b,int n){
if(book->used_entries>0){
int step=n/book->dim;
long *entry = alloca(sizeof(*entry)*step);
float **t = alloca(sizeof(*t)*step);
int i,j,o;
for (i = 0; i < step; i++) {
entry[i]=decode_packed_entry_number(book,b);
if(entry[i]==-1)return(-1);
t[i] = book->valuelist+entry[i]*book->dim;
}
for(i=0,o=0;i<book->dim;i++,o+=step)
for (j=0;o+j<n && j<step;j++)
a[o+j]+=t[j][i];
}
return(0);
}
/* decode vector / dim granularity gaurding is done in the upper layer */
long vorbis_book_decodev_add(codebook *book,float *a,oggpack_buffer *b,int n){
if(book->used_entries>0){
int i,j,entry;
float *t;
for(i=0;i<n;){
entry = decode_packed_entry_number(book,b);
if(entry==-1)return(-1);
t = book->valuelist+entry*book->dim;
for(j=0;i<n && j<book->dim;)
a[i++]+=t[j++];
}
}
return(0);
}
/* unlike the others, we guard against n not being an integer number
of <dim> internally rather than in the upper layer (called only by
floor0) */
long vorbis_book_decodev_set(codebook *book,float *a,oggpack_buffer *b,int n){
if(book->used_entries>0){
int i,j,entry;
float *t;
for(i=0;i<n;){
entry = decode_packed_entry_number(book,b);
if(entry==-1)return(-1);
t = book->valuelist+entry*book->dim;
for (j=0;i<n && j<book->dim;){
a[i++]=t[j++];
}
}
}else{
int i;
for(i=0;i<n;){
a[i++]=0.f;
}
}
return(0);
}
long vorbis_book_decodevv_add(codebook *book,float **a,long offset,int ch,
oggpack_buffer *b,int n){
long i,j,entry;
int chptr=0;
if(book->used_entries>0){
int m=(offset+n)/ch;
for(i=offset/ch;i<m;){
entry = decode_packed_entry_number(book,b);
if(entry==-1)return(-1);
{
const float *t = book->valuelist+entry*book->dim;
for (j=0;i<m && j<book->dim;j++){
a[chptr++][i]+=t[j];
if(chptr==ch){
chptr=0;
i++;
}
}
}
}
}
return(0);
}
|
0 | repos/libvorbis | repos/libvorbis/lib/barkmel.c | /********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2007 *
* by the Xiph.Org Foundation https://xiph.org/ *
* *
********************************************************************
function: bark scale utility
********************************************************************/
#include <stdio.h>
#include "scales.h"
int main(){
int i;
double rate;
for(i=64;i<32000;i*=2){
rate=48000.f;
fprintf(stderr,"rate=%gHz, block=%d, f(1)=%.2gHz bark(1)=%.2g (of %.2g)\n",
rate,i,rate/2 / (i/2),toBARK(rate/2 /(i/2)),toBARK(rate/2));
rate=44100.f;
fprintf(stderr,"rate=%gHz, block=%d, f(1)=%.2gHz bark(1)=%.2g (of %.2g)\n",
rate,i,rate/2 / (i/2),toBARK(rate/2 /(i/2)),toBARK(rate/2));
rate=32000.f;
fprintf(stderr,"rate=%gHz, block=%d, f(1)=%.2gHz bark(1)=%.2g (of %.2g)\n",
rate,i,rate/2 / (i/2),toBARK(rate/2 /(i/2)),toBARK(rate/2));
rate=22050.f;
fprintf(stderr,"rate=%gHz, block=%d, f(1)=%.2gHz bark(1)=%.2g (of %.2g)\n",
rate,i,rate/2 / (i/2),toBARK(rate/2 /(i/2)),toBARK(rate/2));
rate=16000.f;
fprintf(stderr,"rate=%gHz, block=%d, f(1)=%.2gHz bark(1)=%.2g (of %.2g)\n",
rate,i,rate/2 / (i/2),toBARK(rate/2 /(i/2)),toBARK(rate/2));
rate=11025.f;
fprintf(stderr,"rate=%gHz, block=%d, f(1)=%.2gHz bark(1)=%.2g (of %.2g)\n",
rate,i,rate/2 / (i/2),toBARK(rate/2 /(i/2)),toBARK(rate/2));
rate=8000.f;
fprintf(stderr,"rate=%gHz, block=%d, f(1)=%.2gHz bark(1)=%.2g (of %.2g)\n\n",
rate,i,rate/2 / (i/2),toBARK(rate/2 /(i/2)),toBARK(rate/2));
}
{
float i;
int j;
for(i=0.,j=0;i<28;i+=1,j++){
fprintf(stderr,"(%d) bark=%f %gHz (%d of 128)\n",
j,i,fromBARK(i),(int)(fromBARK(i)/22050.*128.));
}
}
return(0);
}
|
0 | repos/libvorbis | repos/libvorbis/lib/registry.h | /********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2007 *
* by the Xiph.Org Foundation https://xiph.org/ *
* *
********************************************************************
function: registry for time, floor, res backends and channel mappings
********************************************************************/
#ifndef _V_REG_H_
#define _V_REG_H_
#define VI_TRANSFORMB 1
#define VI_WINDOWB 1
#define VI_TIMEB 1
#define VI_FLOORB 2
#define VI_RESB 3
#define VI_MAPB 1
extern const vorbis_func_floor *const _floor_P[];
extern const vorbis_func_residue *const _residue_P[];
extern const vorbis_func_mapping *const _mapping_P[];
#endif
|
0 | repos/libvorbis | repos/libvorbis/lib/bitrate.h | /********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2007 *
* by the Xiph.Org Foundation https://xiph.org/ *
* *
********************************************************************
function: bitrate tracking and management
********************************************************************/
#ifndef _V_BITRATE_H_
#define _V_BITRATE_H_
#include "vorbis/codec.h"
#include "codec_internal.h"
#include "os.h"
/* encode side bitrate tracking */
typedef struct bitrate_manager_state {
int managed;
long avg_reservoir;
long minmax_reservoir;
long avg_bitsper;
long min_bitsper;
long max_bitsper;
long short_per_long;
double avgfloat;
vorbis_block *vb;
int choice;
} bitrate_manager_state;
typedef struct bitrate_manager_info{
long avg_rate;
long min_rate;
long max_rate;
long reservoir_bits;
double reservoir_bias;
double slew_damp;
} bitrate_manager_info;
extern void vorbis_bitrate_init(vorbis_info *vi,bitrate_manager_state *bs);
extern void vorbis_bitrate_clear(bitrate_manager_state *bs);
extern int vorbis_bitrate_managed(vorbis_block *vb);
extern int vorbis_bitrate_addblock(vorbis_block *vb);
extern int vorbis_bitrate_flushpacket(vorbis_dsp_state *vd, ogg_packet *op);
#endif
|
0 | repos/libvorbis | repos/libvorbis/lib/synthesis.c | /********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2015 *
* by the Xiph.Org Foundation https://xiph.org/ *
* *
********************************************************************
function: single-block PCM synthesis
********************************************************************/
#include <stdio.h>
#include <ogg/ogg.h>
#include "vorbis/codec.h"
#include "codec_internal.h"
#include "registry.h"
#include "misc.h"
#include "os.h"
int vorbis_synthesis(vorbis_block *vb,ogg_packet *op){
vorbis_dsp_state *vd= vb ? vb->vd : 0;
private_state *b= vd ? vd->backend_state : 0;
vorbis_info *vi= vd ? vd->vi : 0;
codec_setup_info *ci= vi ? vi->codec_setup : 0;
oggpack_buffer *opb=vb ? &vb->opb : 0;
int type,mode,i;
if (!vd || !b || !vi || !ci || !opb) {
return OV_EBADPACKET;
}
/* first things first. Make sure decode is ready */
_vorbis_block_ripcord(vb);
oggpack_readinit(opb,op->packet,op->bytes);
/* Check the packet type */
if(oggpack_read(opb,1)!=0){
/* Oops. This is not an audio data packet */
return(OV_ENOTAUDIO);
}
/* read our mode and pre/post windowsize */
mode=oggpack_read(opb,b->modebits);
if(mode==-1){
return(OV_EBADPACKET);
}
vb->mode=mode;
if(!ci->mode_param[mode]){
return(OV_EBADPACKET);
}
vb->W=ci->mode_param[mode]->blockflag;
if(vb->W){
/* this doesn;t get mapped through mode selection as it's used
only for window selection */
vb->lW=oggpack_read(opb,1);
vb->nW=oggpack_read(opb,1);
if(vb->nW==-1){
return(OV_EBADPACKET);
}
}else{
vb->lW=0;
vb->nW=0;
}
/* more setup */
vb->granulepos=op->granulepos;
vb->sequence=op->packetno;
vb->eofflag=op->e_o_s;
/* alloc pcm passback storage */
vb->pcmend=ci->blocksizes[vb->W];
vb->pcm=_vorbis_block_alloc(vb,sizeof(*vb->pcm)*vi->channels);
for(i=0;i<vi->channels;i++)
vb->pcm[i]=_vorbis_block_alloc(vb,vb->pcmend*sizeof(*vb->pcm[i]));
/* unpack_header enforces range checking */
type=ci->map_type[ci->mode_param[mode]->mapping];
return(_mapping_P[type]->inverse(vb,ci->map_param[ci->mode_param[mode]->
mapping]));
}
/* used to track pcm position without actually performing decode.
Useful for sequential 'fast forward' */
int vorbis_synthesis_trackonly(vorbis_block *vb,ogg_packet *op){
vorbis_dsp_state *vd=vb->vd;
private_state *b=vd->backend_state;
vorbis_info *vi=vd->vi;
codec_setup_info *ci=vi->codec_setup;
oggpack_buffer *opb=&vb->opb;
int mode;
/* first things first. Make sure decode is ready */
_vorbis_block_ripcord(vb);
oggpack_readinit(opb,op->packet,op->bytes);
/* Check the packet type */
if(oggpack_read(opb,1)!=0){
/* Oops. This is not an audio data packet */
return(OV_ENOTAUDIO);
}
/* read our mode and pre/post windowsize */
mode=oggpack_read(opb,b->modebits);
if(mode==-1)return(OV_EBADPACKET);
vb->mode=mode;
if(!ci->mode_param[mode]){
return(OV_EBADPACKET);
}
vb->W=ci->mode_param[mode]->blockflag;
if(vb->W){
vb->lW=oggpack_read(opb,1);
vb->nW=oggpack_read(opb,1);
if(vb->nW==-1) return(OV_EBADPACKET);
}else{
vb->lW=0;
vb->nW=0;
}
/* more setup */
vb->granulepos=op->granulepos;
vb->sequence=op->packetno;
vb->eofflag=op->e_o_s;
/* no pcm */
vb->pcmend=0;
vb->pcm=NULL;
return(0);
}
long vorbis_packet_blocksize(vorbis_info *vi,ogg_packet *op){
codec_setup_info *ci=vi->codec_setup;
oggpack_buffer opb;
int mode;
if(ci==NULL || ci->modes<=0){
/* codec setup not properly intialized */
return(OV_EFAULT);
}
oggpack_readinit(&opb,op->packet,op->bytes);
/* Check the packet type */
if(oggpack_read(&opb,1)!=0){
/* Oops. This is not an audio data packet */
return(OV_ENOTAUDIO);
}
/* read our mode and pre/post windowsize */
mode=oggpack_read(&opb,ov_ilog(ci->modes-1));
if(mode==-1 || !ci->mode_param[mode])return(OV_EBADPACKET);
return(ci->blocksizes[ci->mode_param[mode]->blockflag]);
}
int vorbis_synthesis_halfrate(vorbis_info *vi,int flag){
/* set / clear half-sample-rate mode */
codec_setup_info *ci=vi->codec_setup;
/* right now, our MDCT can't handle < 64 sample windows. */
if(ci->blocksizes[0]<=64 && flag)return -1;
ci->halfrate_flag=(flag?1:0);
return 0;
}
int vorbis_synthesis_halfrate_p(vorbis_info *vi){
codec_setup_info *ci=vi->codec_setup;
return ci->halfrate_flag;
}
|
0 | repos/libvorbis | repos/libvorbis/lib/lookup.c | /********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2009 *
* by the Xiph.Org Foundation https://xiph.org/ *
* *
********************************************************************
function: lookup based functions
********************************************************************/
#include <math.h>
#include "lookup.h"
#include "lookup_data.h"
#include "os.h"
#include "misc.h"
#ifdef FLOAT_LOOKUP
/* interpolated lookup based cos function, domain 0 to PI only */
float vorbis_coslook(float a){
double d=a*(.31830989*(float)COS_LOOKUP_SZ);
int i=vorbis_ftoi(d-.5);
return COS_LOOKUP[i]+ (d-i)*(COS_LOOKUP[i+1]-COS_LOOKUP[i]);
}
/* interpolated 1./sqrt(p) where .5 <= p < 1. */
float vorbis_invsqlook(float a){
double d=a*(2.f*(float)INVSQ_LOOKUP_SZ)-(float)INVSQ_LOOKUP_SZ;
int i=vorbis_ftoi(d-.5f);
return INVSQ_LOOKUP[i]+ (d-i)*(INVSQ_LOOKUP[i+1]-INVSQ_LOOKUP[i]);
}
/* interpolated 1./sqrt(p) where .5 <= p < 1. */
float vorbis_invsq2explook(int a){
return INVSQ2EXP_LOOKUP[a-INVSQ2EXP_LOOKUP_MIN];
}
#include <stdio.h>
/* interpolated lookup based fromdB function, domain -140dB to 0dB only */
float vorbis_fromdBlook(float a){
int i=vorbis_ftoi(a*((float)(-(1<<FROMdB2_SHIFT)))-.5f);
return (i<0)?1.f:
((i>=(FROMdB_LOOKUP_SZ<<FROMdB_SHIFT))?0.f:
FROMdB_LOOKUP[i>>FROMdB_SHIFT]*FROMdB2_LOOKUP[i&FROMdB2_MASK]);
}
#endif
#ifdef INT_LOOKUP
/* interpolated 1./sqrt(p) where .5 <= a < 1. (.100000... to .111111...) in
16.16 format
returns in m.8 format */
long vorbis_invsqlook_i(long a,long e){
long i=(a&0x7fff)>>(INVSQ_LOOKUP_I_SHIFT-1);
long d=(a&INVSQ_LOOKUP_I_MASK)<<(16-INVSQ_LOOKUP_I_SHIFT); /* 0.16 */
long val=INVSQ_LOOKUP_I[i]- /* 1.16 */
(((INVSQ_LOOKUP_I[i]-INVSQ_LOOKUP_I[i+1])* /* 0.16 */
d)>>16); /* result 1.16 */
e+=32;
if(e&1)val=(val*5792)>>13; /* multiply val by 1/sqrt(2) */
e=(e>>1)-8;
return(val>>e);
}
/* interpolated lookup based fromdB function, domain -140dB to 0dB only */
/* a is in n.12 format */
float vorbis_fromdBlook_i(long a){
int i=(-a)>>(12-FROMdB2_SHIFT);
return (i<0)?1.f:
((i>=(FROMdB_LOOKUP_SZ<<FROMdB_SHIFT))?0.f:
FROMdB_LOOKUP[i>>FROMdB_SHIFT]*FROMdB2_LOOKUP[i&FROMdB2_MASK]);
}
/* interpolated lookup based cos function, domain 0 to PI only */
/* a is in 0.16 format, where 0==0, 2^^16-1==PI, return 0.14 */
long vorbis_coslook_i(long a){
int i=a>>COS_LOOKUP_I_SHIFT;
int d=a&COS_LOOKUP_I_MASK;
return COS_LOOKUP_I[i]- ((d*(COS_LOOKUP_I[i]-COS_LOOKUP_I[i+1]))>>
COS_LOOKUP_I_SHIFT);
}
#endif
|
0 | repos/libvorbis | repos/libvorbis/lib/psy.c | /********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2010 *
* by the Xiph.Org Foundation https://xiph.org/ *
* *
********************************************************************
function: psychoacoustics not including preecho
********************************************************************/
#include <stdlib.h>
#include <math.h>
#include <string.h>
#include "vorbis/codec.h"
#include "codec_internal.h"
#include "masking.h"
#include "psy.h"
#include "os.h"
#include "lpc.h"
#include "smallft.h"
#include "scales.h"
#include "misc.h"
#define NEGINF -9999.f
static const double stereo_threshholds[]={0.0, .5, 1.0, 1.5, 2.5, 4.5, 8.5, 16.5, 9e10};
static const double stereo_threshholds_limited[]={0.0, .5, 1.0, 1.5, 2.0, 2.5, 4.5, 8.5, 9e10};
vorbis_look_psy_global *_vp_global_look(vorbis_info *vi){
codec_setup_info *ci=vi->codec_setup;
vorbis_info_psy_global *gi=&ci->psy_g_param;
vorbis_look_psy_global *look=_ogg_calloc(1,sizeof(*look));
look->channels=vi->channels;
look->ampmax=-9999.;
look->gi=gi;
return(look);
}
void _vp_global_free(vorbis_look_psy_global *look){
if(look){
memset(look,0,sizeof(*look));
_ogg_free(look);
}
}
void _vi_gpsy_free(vorbis_info_psy_global *i){
if(i){
memset(i,0,sizeof(*i));
_ogg_free(i);
}
}
void _vi_psy_free(vorbis_info_psy *i){
if(i){
memset(i,0,sizeof(*i));
_ogg_free(i);
}
}
static void min_curve(float *c,
float *c2){
int i;
for(i=0;i<EHMER_MAX;i++)if(c2[i]<c[i])c[i]=c2[i];
}
static void max_curve(float *c,
float *c2){
int i;
for(i=0;i<EHMER_MAX;i++)if(c2[i]>c[i])c[i]=c2[i];
}
static void attenuate_curve(float *c,float att){
int i;
for(i=0;i<EHMER_MAX;i++)
c[i]+=att;
}
static float ***setup_tone_curves(float curveatt_dB[P_BANDS],float binHz,int n,
float center_boost, float center_decay_rate){
int i,j,k,m;
float ath[EHMER_MAX];
float workc[P_BANDS][P_LEVELS][EHMER_MAX];
float athc[P_LEVELS][EHMER_MAX];
float *brute_buffer=alloca(n*sizeof(*brute_buffer));
float ***ret=_ogg_malloc(sizeof(*ret)*P_BANDS);
memset(workc,0,sizeof(workc));
for(i=0;i<P_BANDS;i++){
/* we add back in the ATH to avoid low level curves falling off to
-infinity and unnecessarily cutting off high level curves in the
curve limiting (last step). */
/* A half-band's settings must be valid over the whole band, and
it's better to mask too little than too much */
int ath_offset=i*4;
for(j=0;j<EHMER_MAX;j++){
float min=999.;
for(k=0;k<4;k++)
if(j+k+ath_offset<MAX_ATH){
if(min>ATH[j+k+ath_offset])min=ATH[j+k+ath_offset];
}else{
if(min>ATH[MAX_ATH-1])min=ATH[MAX_ATH-1];
}
ath[j]=min;
}
/* copy curves into working space, replicate the 50dB curve to 30
and 40, replicate the 100dB curve to 110 */
for(j=0;j<6;j++)
memcpy(workc[i][j+2],tonemasks[i][j],EHMER_MAX*sizeof(*tonemasks[i][j]));
memcpy(workc[i][0],tonemasks[i][0],EHMER_MAX*sizeof(*tonemasks[i][0]));
memcpy(workc[i][1],tonemasks[i][0],EHMER_MAX*sizeof(*tonemasks[i][0]));
/* apply centered curve boost/decay */
for(j=0;j<P_LEVELS;j++){
for(k=0;k<EHMER_MAX;k++){
float adj=center_boost+abs(EHMER_OFFSET-k)*center_decay_rate;
if(adj<0. && center_boost>0)adj=0.;
if(adj>0. && center_boost<0)adj=0.;
workc[i][j][k]+=adj;
}
}
/* normalize curves so the driving amplitude is 0dB */
/* make temp curves with the ATH overlayed */
for(j=0;j<P_LEVELS;j++){
attenuate_curve(workc[i][j],curveatt_dB[i]+100.-(j<2?2:j)*10.-P_LEVEL_0);
memcpy(athc[j],ath,EHMER_MAX*sizeof(**athc));
attenuate_curve(athc[j],+100.-j*10.f-P_LEVEL_0);
max_curve(athc[j],workc[i][j]);
}
/* Now limit the louder curves.
the idea is this: We don't know what the playback attenuation
will be; 0dB SL moves every time the user twiddles the volume
knob. So that means we have to use a single 'most pessimal' curve
for all masking amplitudes, right? Wrong. The *loudest* sound
can be in (we assume) a range of ...+100dB] SL. However, sounds
20dB down will be in a range ...+80], 40dB down is from ...+60],
etc... */
for(j=1;j<P_LEVELS;j++){
min_curve(athc[j],athc[j-1]);
min_curve(workc[i][j],athc[j]);
}
}
for(i=0;i<P_BANDS;i++){
int hi_curve,lo_curve,bin;
ret[i]=_ogg_malloc(sizeof(**ret)*P_LEVELS);
/* low frequency curves are measured with greater resolution than
the MDCT/FFT will actually give us; we want the curve applied
to the tone data to be pessimistic and thus apply the minimum
masking possible for a given bin. That means that a single bin
could span more than one octave and that the curve will be a
composite of multiple octaves. It also may mean that a single
bin may span > an eighth of an octave and that the eighth
octave values may also be composited. */
/* which octave curves will we be compositing? */
bin=floor(fromOC(i*.5)/binHz);
lo_curve= ceil(toOC(bin*binHz+1)*2);
hi_curve= floor(toOC((bin+1)*binHz)*2);
if(lo_curve>i)lo_curve=i;
if(lo_curve<0)lo_curve=0;
if(hi_curve>=P_BANDS)hi_curve=P_BANDS-1;
for(m=0;m<P_LEVELS;m++){
ret[i][m]=_ogg_malloc(sizeof(***ret)*(EHMER_MAX+2));
for(j=0;j<n;j++)brute_buffer[j]=999.;
/* render the curve into bins, then pull values back into curve.
The point is that any inherent subsampling aliasing results in
a safe minimum */
for(k=lo_curve;k<=hi_curve;k++){
int l=0;
for(j=0;j<EHMER_MAX;j++){
int lo_bin= fromOC(j*.125+k*.5-2.0625)/binHz;
int hi_bin= fromOC(j*.125+k*.5-1.9375)/binHz+1;
if(lo_bin<0)lo_bin=0;
if(lo_bin>n)lo_bin=n;
if(lo_bin<l)l=lo_bin;
if(hi_bin<0)hi_bin=0;
if(hi_bin>n)hi_bin=n;
for(;l<hi_bin && l<n;l++)
if(brute_buffer[l]>workc[k][m][j])
brute_buffer[l]=workc[k][m][j];
}
for(;l<n;l++)
if(brute_buffer[l]>workc[k][m][EHMER_MAX-1])
brute_buffer[l]=workc[k][m][EHMER_MAX-1];
}
/* be equally paranoid about being valid up to next half ocatve */
if(i+1<P_BANDS){
int l=0;
k=i+1;
for(j=0;j<EHMER_MAX;j++){
int lo_bin= fromOC(j*.125+i*.5-2.0625)/binHz;
int hi_bin= fromOC(j*.125+i*.5-1.9375)/binHz+1;
if(lo_bin<0)lo_bin=0;
if(lo_bin>n)lo_bin=n;
if(lo_bin<l)l=lo_bin;
if(hi_bin<0)hi_bin=0;
if(hi_bin>n)hi_bin=n;
for(;l<hi_bin && l<n;l++)
if(brute_buffer[l]>workc[k][m][j])
brute_buffer[l]=workc[k][m][j];
}
for(;l<n;l++)
if(brute_buffer[l]>workc[k][m][EHMER_MAX-1])
brute_buffer[l]=workc[k][m][EHMER_MAX-1];
}
for(j=0;j<EHMER_MAX;j++){
int bin=fromOC(j*.125+i*.5-2.)/binHz;
if(bin<0){
ret[i][m][j+2]=-999.;
}else{
if(bin>=n){
ret[i][m][j+2]=-999.;
}else{
ret[i][m][j+2]=brute_buffer[bin];
}
}
}
/* add fenceposts */
for(j=0;j<EHMER_OFFSET;j++)
if(ret[i][m][j+2]>-200.f)break;
ret[i][m][0]=j;
for(j=EHMER_MAX-1;j>EHMER_OFFSET+1;j--)
if(ret[i][m][j+2]>-200.f)
break;
ret[i][m][1]=j;
}
}
return(ret);
}
void _vp_psy_init(vorbis_look_psy *p,vorbis_info_psy *vi,
vorbis_info_psy_global *gi,int n,long rate){
long i,j,lo=-99,hi=1;
long maxoc;
memset(p,0,sizeof(*p));
p->eighth_octave_lines=gi->eighth_octave_lines;
p->shiftoc=rint(log(gi->eighth_octave_lines*8.f)/log(2.f))-1;
p->firstoc=toOC(.25f*rate*.5/n)*(1<<(p->shiftoc+1))-gi->eighth_octave_lines;
maxoc=toOC((n+.25f)*rate*.5/n)*(1<<(p->shiftoc+1))+.5f;
p->total_octave_lines=maxoc-p->firstoc+1;
p->ath=_ogg_malloc(n*sizeof(*p->ath));
p->octave=_ogg_malloc(n*sizeof(*p->octave));
p->bark=_ogg_malloc(n*sizeof(*p->bark));
p->vi=vi;
p->n=n;
p->rate=rate;
/* AoTuV HF weighting */
p->m_val = 1.;
if(rate < 26000) p->m_val = 0;
else if(rate < 38000) p->m_val = .94; /* 32kHz */
else if(rate > 46000) p->m_val = 1.275; /* 48kHz */
/* set up the lookups for a given blocksize and sample rate */
for(i=0,j=0;i<MAX_ATH-1;i++){
int endpos=rint(fromOC((i+1)*.125-2.)*2*n/rate);
float base=ATH[i];
if(j<endpos){
float delta=(ATH[i+1]-base)/(endpos-j);
for(;j<endpos && j<n;j++){
p->ath[j]=base+100.;
base+=delta;
}
}
}
for(;j<n;j++){
p->ath[j]=p->ath[j-1];
}
for(i=0;i<n;i++){
float bark=toBARK(rate/(2*n)*i);
for(;lo+vi->noisewindowlomin<i &&
toBARK(rate/(2*n)*lo)<(bark-vi->noisewindowlo);lo++);
for(;hi<=n && (hi<i+vi->noisewindowhimin ||
toBARK(rate/(2*n)*hi)<(bark+vi->noisewindowhi));hi++);
p->bark[i]=((lo-1)<<16)+(hi-1);
}
for(i=0;i<n;i++)
p->octave[i]=toOC((i+.25f)*.5*rate/n)*(1<<(p->shiftoc+1))+.5f;
p->tonecurves=setup_tone_curves(vi->toneatt,rate*.5/n,n,
vi->tone_centerboost,vi->tone_decay);
/* set up rolling noise median */
p->noiseoffset=_ogg_malloc(P_NOISECURVES*sizeof(*p->noiseoffset));
for(i=0;i<P_NOISECURVES;i++)
p->noiseoffset[i]=_ogg_malloc(n*sizeof(**p->noiseoffset));
for(i=0;i<n;i++){
float halfoc=toOC((i+.5)*rate/(2.*n))*2.;
int inthalfoc;
float del;
if(halfoc<0)halfoc=0;
if(halfoc>=P_BANDS-1)halfoc=P_BANDS-1;
inthalfoc=(int)halfoc;
del=halfoc-inthalfoc;
for(j=0;j<P_NOISECURVES;j++)
p->noiseoffset[j][i]=
p->vi->noiseoff[j][inthalfoc]*(1.-del) +
p->vi->noiseoff[j][inthalfoc+1]*del;
}
#if 0
{
static int ls=0;
_analysis_output_always("noiseoff0",ls,p->noiseoffset[0],n,1,0,0);
_analysis_output_always("noiseoff1",ls,p->noiseoffset[1],n,1,0,0);
_analysis_output_always("noiseoff2",ls++,p->noiseoffset[2],n,1,0,0);
}
#endif
}
void _vp_psy_clear(vorbis_look_psy *p){
int i,j;
if(p){
if(p->ath)_ogg_free(p->ath);
if(p->octave)_ogg_free(p->octave);
if(p->bark)_ogg_free(p->bark);
if(p->tonecurves){
for(i=0;i<P_BANDS;i++){
for(j=0;j<P_LEVELS;j++){
_ogg_free(p->tonecurves[i][j]);
}
_ogg_free(p->tonecurves[i]);
}
_ogg_free(p->tonecurves);
}
if(p->noiseoffset){
for(i=0;i<P_NOISECURVES;i++){
_ogg_free(p->noiseoffset[i]);
}
_ogg_free(p->noiseoffset);
}
memset(p,0,sizeof(*p));
}
}
/* octave/(8*eighth_octave_lines) x scale and dB y scale */
static void seed_curve(float *seed,
const float **curves,
float amp,
int oc, int n,
int linesper,float dBoffset){
int i,post1;
int seedptr;
const float *posts,*curve;
int choice=(int)((amp+dBoffset-P_LEVEL_0)*.1f);
choice=max(choice,0);
choice=min(choice,P_LEVELS-1);
posts=curves[choice];
curve=posts+2;
post1=(int)posts[1];
seedptr=oc+(posts[0]-EHMER_OFFSET)*linesper-(linesper>>1);
for(i=posts[0];i<post1;i++){
if(seedptr>0){
float lin=amp+curve[i];
if(seed[seedptr]<lin)seed[seedptr]=lin;
}
seedptr+=linesper;
if(seedptr>=n)break;
}
}
static void seed_loop(vorbis_look_psy *p,
const float ***curves,
const float *f,
const float *flr,
float *seed,
float specmax){
vorbis_info_psy *vi=p->vi;
long n=p->n,i;
float dBoffset=vi->max_curve_dB-specmax;
/* prime the working vector with peak values */
for(i=0;i<n;i++){
float max=f[i];
long oc=p->octave[i];
while(i+1<n && p->octave[i+1]==oc){
i++;
if(f[i]>max)max=f[i];
}
if(max+6.f>flr[i]){
oc=oc>>p->shiftoc;
if(oc>=P_BANDS)oc=P_BANDS-1;
if(oc<0)oc=0;
seed_curve(seed,
curves[oc],
max,
p->octave[i]-p->firstoc,
p->total_octave_lines,
p->eighth_octave_lines,
dBoffset);
}
}
}
static void seed_chase(float *seeds, int linesper, long n){
long *posstack=alloca(n*sizeof(*posstack));
float *ampstack=alloca(n*sizeof(*ampstack));
long stack=0;
long pos=0;
long i;
for(i=0;i<n;i++){
if(stack<2){
posstack[stack]=i;
ampstack[stack++]=seeds[i];
}else{
while(1){
if(seeds[i]<ampstack[stack-1]){
posstack[stack]=i;
ampstack[stack++]=seeds[i];
break;
}else{
if(i<posstack[stack-1]+linesper){
if(stack>1 && ampstack[stack-1]<=ampstack[stack-2] &&
i<posstack[stack-2]+linesper){
/* we completely overlap, making stack-1 irrelevant. pop it */
stack--;
continue;
}
}
posstack[stack]=i;
ampstack[stack++]=seeds[i];
break;
}
}
}
}
/* the stack now contains only the positions that are relevant. Scan
'em straight through */
for(i=0;i<stack;i++){
long endpos;
if(i<stack-1 && ampstack[i+1]>ampstack[i]){
endpos=posstack[i+1];
}else{
endpos=posstack[i]+linesper+1; /* +1 is important, else bin 0 is
discarded in short frames */
}
if(endpos>n)endpos=n;
for(;pos<endpos;pos++)
seeds[pos]=ampstack[i];
}
/* there. Linear time. I now remember this was on a problem set I
had in Grad Skool... I didn't solve it at the time ;-) */
}
/* bleaugh, this is more complicated than it needs to be */
#include<stdio.h>
static void max_seeds(vorbis_look_psy *p,
float *seed,
float *flr){
long n=p->total_octave_lines;
int linesper=p->eighth_octave_lines;
long linpos=0;
long pos;
seed_chase(seed,linesper,n); /* for masking */
pos=p->octave[0]-p->firstoc-(linesper>>1);
while(linpos+1<p->n){
float minV=seed[pos];
long end=((p->octave[linpos]+p->octave[linpos+1])>>1)-p->firstoc;
if(minV>p->vi->tone_abs_limit)minV=p->vi->tone_abs_limit;
while(pos+1<=end){
pos++;
if((seed[pos]>NEGINF && seed[pos]<minV) || minV==NEGINF)
minV=seed[pos];
}
end=pos+p->firstoc;
for(;linpos<p->n && p->octave[linpos]<=end;linpos++)
if(flr[linpos]<minV)flr[linpos]=minV;
}
{
float minV=seed[p->total_octave_lines-1];
for(;linpos<p->n;linpos++)
if(flr[linpos]<minV)flr[linpos]=minV;
}
}
static void bark_noise_hybridmp(int n,const long *b,
const float *f,
float *noise,
const float offset,
const int fixed){
float *N=alloca(n*sizeof(*N));
float *X=alloca(n*sizeof(*N));
float *XX=alloca(n*sizeof(*N));
float *Y=alloca(n*sizeof(*N));
float *XY=alloca(n*sizeof(*N));
float tN, tX, tXX, tY, tXY;
int i;
int lo, hi;
float R=0.f;
float A=0.f;
float B=0.f;
float D=1.f;
float w, x, y;
tN = tX = tXX = tY = tXY = 0.f;
y = f[0] + offset;
if (y < 1.f) y = 1.f;
w = y * y * .5;
tN += w;
tX += w;
tY += w * y;
N[0] = tN;
X[0] = tX;
XX[0] = tXX;
Y[0] = tY;
XY[0] = tXY;
for (i = 1, x = 1.f; i < n; i++, x += 1.f) {
y = f[i] + offset;
if (y < 1.f) y = 1.f;
w = y * y;
tN += w;
tX += w * x;
tXX += w * x * x;
tY += w * y;
tXY += w * x * y;
N[i] = tN;
X[i] = tX;
XX[i] = tXX;
Y[i] = tY;
XY[i] = tXY;
}
for (i = 0, x = 0.f; i < n; i++, x += 1.f) {
lo = b[i] >> 16;
hi = b[i] & 0xffff;
if( lo>=0 || -lo>=n ) break;
if( hi>=n ) break;
tN = N[hi] + N[-lo];
tX = X[hi] - X[-lo];
tXX = XX[hi] + XX[-lo];
tY = Y[hi] + Y[-lo];
tXY = XY[hi] - XY[-lo];
A = tY * tXX - tX * tXY;
B = tN * tXY - tX * tY;
D = tN * tXX - tX * tX;
R = (A + x * B) / D;
if (R < 0.f) R = 0.f;
noise[i] = R - offset;
}
for ( ; i < n; i++, x += 1.f) {
lo = b[i] >> 16;
hi = b[i] & 0xffff;
if( lo<0 || lo>=n ) break;
if( hi>=n ) break;
tN = N[hi] - N[lo];
tX = X[hi] - X[lo];
tXX = XX[hi] - XX[lo];
tY = Y[hi] - Y[lo];
tXY = XY[hi] - XY[lo];
A = tY * tXX - tX * tXY;
B = tN * tXY - tX * tY;
D = tN * tXX - tX * tX;
R = (A + x * B) / D;
if (R < 0.f) R = 0.f;
noise[i] = R - offset;
}
for ( ; i < n; i++, x += 1.f) {
R = (A + x * B) / D;
if (R < 0.f) R = 0.f;
noise[i] = R - offset;
}
if (fixed <= 0) return;
for (i = 0, x = 0.f; i < n; i++, x += 1.f) {
hi = i + fixed / 2;
lo = hi - fixed;
if ( hi>=n ) break;
if ( lo>=0 ) break;
tN = N[hi] + N[-lo];
tX = X[hi] - X[-lo];
tXX = XX[hi] + XX[-lo];
tY = Y[hi] + Y[-lo];
tXY = XY[hi] - XY[-lo];
A = tY * tXX - tX * tXY;
B = tN * tXY - tX * tY;
D = tN * tXX - tX * tX;
R = (A + x * B) / D;
if (R - offset < noise[i]) noise[i] = R - offset;
}
for ( ; i < n; i++, x += 1.f) {
hi = i + fixed / 2;
lo = hi - fixed;
if ( hi>=n ) break;
if ( lo<0 ) break;
tN = N[hi] - N[lo];
tX = X[hi] - X[lo];
tXX = XX[hi] - XX[lo];
tY = Y[hi] - Y[lo];
tXY = XY[hi] - XY[lo];
A = tY * tXX - tX * tXY;
B = tN * tXY - tX * tY;
D = tN * tXX - tX * tX;
R = (A + x * B) / D;
if (R - offset < noise[i]) noise[i] = R - offset;
}
for ( ; i < n; i++, x += 1.f) {
R = (A + x * B) / D;
if (R - offset < noise[i]) noise[i] = R - offset;
}
}
void _vp_noisemask(vorbis_look_psy *p,
float *logmdct,
float *logmask){
int i,n=p->n;
float *work=alloca(n*sizeof(*work));
bark_noise_hybridmp(n,p->bark,logmdct,logmask,
140.,-1);
for(i=0;i<n;i++)work[i]=logmdct[i]-logmask[i];
bark_noise_hybridmp(n,p->bark,work,logmask,0.,
p->vi->noisewindowfixed);
for(i=0;i<n;i++)work[i]=logmdct[i]-work[i];
#if 0
{
static int seq=0;
float work2[n];
for(i=0;i<n;i++){
work2[i]=logmask[i]+work[i];
}
if(seq&1)
_analysis_output("median2R",seq/2,work,n,1,0,0);
else
_analysis_output("median2L",seq/2,work,n,1,0,0);
if(seq&1)
_analysis_output("envelope2R",seq/2,work2,n,1,0,0);
else
_analysis_output("envelope2L",seq/2,work2,n,1,0,0);
seq++;
}
#endif
for(i=0;i<n;i++){
int dB=logmask[i]+.5;
if(dB>=NOISE_COMPAND_LEVELS)dB=NOISE_COMPAND_LEVELS-1;
if(dB<0)dB=0;
logmask[i]= work[i]+p->vi->noisecompand[dB];
}
}
void _vp_tonemask(vorbis_look_psy *p,
float *logfft,
float *logmask,
float global_specmax,
float local_specmax){
int i,n=p->n;
float *seed=alloca(sizeof(*seed)*p->total_octave_lines);
float att=local_specmax+p->vi->ath_adjatt;
for(i=0;i<p->total_octave_lines;i++)seed[i]=NEGINF;
/* set the ATH (floating below localmax, not global max by a
specified att) */
if(att<p->vi->ath_maxatt)att=p->vi->ath_maxatt;
for(i=0;i<n;i++)
logmask[i]=p->ath[i]+att;
/* tone masking */
seed_loop(p,(const float ***)p->tonecurves,logfft,logmask,seed,global_specmax);
max_seeds(p,seed,logmask);
}
void _vp_offset_and_mix(vorbis_look_psy *p,
float *noise,
float *tone,
int offset_select,
float *logmask,
float *mdct,
float *logmdct){
int i,n=p->n;
float de, coeffi, cx;/* AoTuV */
float toneatt=p->vi->tone_masteratt[offset_select];
cx = p->m_val;
for(i=0;i<n;i++){
float val= noise[i]+p->noiseoffset[offset_select][i];
if(val>p->vi->noisemaxsupp)val=p->vi->noisemaxsupp;
logmask[i]=max(val,tone[i]+toneatt);
/* AoTuV */
/** @ M1 **
The following codes improve a noise problem.
A fundamental idea uses the value of masking and carries out
the relative compensation of the MDCT.
However, this code is not perfect and all noise problems cannot be solved.
by Aoyumi @ 2004/04/18
*/
if(offset_select == 1) {
coeffi = -17.2; /* coeffi is a -17.2dB threshold */
val = val - logmdct[i]; /* val == mdct line value relative to floor in dB */
if(val > coeffi){
/* mdct value is > -17.2 dB below floor */
de = 1.0-((val-coeffi)*0.005*cx);
/* pro-rated attenuation:
-0.00 dB boost if mdct value is -17.2dB (relative to floor)
-0.77 dB boost if mdct value is 0dB (relative to floor)
-1.64 dB boost if mdct value is +17.2dB (relative to floor)
etc... */
if(de < 0) de = 0.0001;
}else
/* mdct value is <= -17.2 dB below floor */
de = 1.0-((val-coeffi)*0.0003*cx);
/* pro-rated attenuation:
+0.00 dB atten if mdct value is -17.2dB (relative to floor)
+0.45 dB atten if mdct value is -34.4dB (relative to floor)
etc... */
mdct[i] *= de;
}
}
}
float _vp_ampmax_decay(float amp,vorbis_dsp_state *vd){
vorbis_info *vi=vd->vi;
codec_setup_info *ci=vi->codec_setup;
vorbis_info_psy_global *gi=&ci->psy_g_param;
int n=ci->blocksizes[vd->W]/2;
float secs=(float)n/vi->rate;
amp+=secs*gi->ampmax_att_per_sec;
if(amp<-9999)amp=-9999;
return(amp);
}
static float FLOOR1_fromdB_LOOKUP[256]={
1.0649863e-07F, 1.1341951e-07F, 1.2079015e-07F, 1.2863978e-07F,
1.3699951e-07F, 1.4590251e-07F, 1.5538408e-07F, 1.6548181e-07F,
1.7623575e-07F, 1.8768855e-07F, 1.9988561e-07F, 2.128753e-07F,
2.2670913e-07F, 2.4144197e-07F, 2.5713223e-07F, 2.7384213e-07F,
2.9163793e-07F, 3.1059021e-07F, 3.3077411e-07F, 3.5226968e-07F,
3.7516214e-07F, 3.9954229e-07F, 4.2550680e-07F, 4.5315863e-07F,
4.8260743e-07F, 5.1396998e-07F, 5.4737065e-07F, 5.8294187e-07F,
6.2082472e-07F, 6.6116941e-07F, 7.0413592e-07F, 7.4989464e-07F,
7.9862701e-07F, 8.5052630e-07F, 9.0579828e-07F, 9.6466216e-07F,
1.0273513e-06F, 1.0941144e-06F, 1.1652161e-06F, 1.2409384e-06F,
1.3215816e-06F, 1.4074654e-06F, 1.4989305e-06F, 1.5963394e-06F,
1.7000785e-06F, 1.8105592e-06F, 1.9282195e-06F, 2.0535261e-06F,
2.1869758e-06F, 2.3290978e-06F, 2.4804557e-06F, 2.6416497e-06F,
2.8133190e-06F, 2.9961443e-06F, 3.1908506e-06F, 3.3982101e-06F,
3.6190449e-06F, 3.8542308e-06F, 4.1047004e-06F, 4.3714470e-06F,
4.6555282e-06F, 4.9580707e-06F, 5.2802740e-06F, 5.6234160e-06F,
5.9888572e-06F, 6.3780469e-06F, 6.7925283e-06F, 7.2339451e-06F,
7.7040476e-06F, 8.2047000e-06F, 8.7378876e-06F, 9.3057248e-06F,
9.9104632e-06F, 1.0554501e-05F, 1.1240392e-05F, 1.1970856e-05F,
1.2748789e-05F, 1.3577278e-05F, 1.4459606e-05F, 1.5399272e-05F,
1.6400004e-05F, 1.7465768e-05F, 1.8600792e-05F, 1.9809576e-05F,
2.1096914e-05F, 2.2467911e-05F, 2.3928002e-05F, 2.5482978e-05F,
2.7139006e-05F, 2.8902651e-05F, 3.0780908e-05F, 3.2781225e-05F,
3.4911534e-05F, 3.7180282e-05F, 3.9596466e-05F, 4.2169667e-05F,
4.4910090e-05F, 4.7828601e-05F, 5.0936773e-05F, 5.4246931e-05F,
5.7772202e-05F, 6.1526565e-05F, 6.5524908e-05F, 6.9783085e-05F,
7.4317983e-05F, 7.9147585e-05F, 8.4291040e-05F, 8.9768747e-05F,
9.5602426e-05F, 0.00010181521F, 0.00010843174F, 0.00011547824F,
0.00012298267F, 0.00013097477F, 0.00013948625F, 0.00014855085F,
0.00015820453F, 0.00016848555F, 0.00017943469F, 0.00019109536F,
0.00020351382F, 0.00021673929F, 0.00023082423F, 0.00024582449F,
0.00026179955F, 0.00027881276F, 0.00029693158F, 0.00031622787F,
0.00033677814F, 0.00035866388F, 0.00038197188F, 0.00040679456F,
0.00043323036F, 0.00046138411F, 0.00049136745F, 0.00052329927F,
0.00055730621F, 0.00059352311F, 0.00063209358F, 0.00067317058F,
0.00071691700F, 0.00076350630F, 0.00081312324F, 0.00086596457F,
0.00092223983F, 0.00098217216F, 0.0010459992F, 0.0011139742F,
0.0011863665F, 0.0012634633F, 0.0013455702F, 0.0014330129F,
0.0015261382F, 0.0016253153F, 0.0017309374F, 0.0018434235F,
0.0019632195F, 0.0020908006F, 0.0022266726F, 0.0023713743F,
0.0025254795F, 0.0026895994F, 0.0028643847F, 0.0030505286F,
0.0032487691F, 0.0034598925F, 0.0036847358F, 0.0039241906F,
0.0041792066F, 0.0044507950F, 0.0047400328F, 0.0050480668F,
0.0053761186F, 0.0057254891F, 0.0060975636F, 0.0064938176F,
0.0069158225F, 0.0073652516F, 0.0078438871F, 0.0083536271F,
0.0088964928F, 0.009474637F, 0.010090352F, 0.010746080F,
0.011444421F, 0.012188144F, 0.012980198F, 0.013823725F,
0.014722068F, 0.015678791F, 0.016697687F, 0.017782797F,
0.018938423F, 0.020169149F, 0.021479854F, 0.022875735F,
0.024362330F, 0.025945531F, 0.027631618F, 0.029427276F,
0.031339626F, 0.033376252F, 0.035545228F, 0.037855157F,
0.040315199F, 0.042935108F, 0.045725273F, 0.048696758F,
0.051861348F, 0.055231591F, 0.058820850F, 0.062643361F,
0.066714279F, 0.071049749F, 0.075666962F, 0.080584227F,
0.085821044F, 0.091398179F, 0.097337747F, 0.10366330F,
0.11039993F, 0.11757434F, 0.12521498F, 0.13335215F,
0.14201813F, 0.15124727F, 0.16107617F, 0.17154380F,
0.18269168F, 0.19456402F, 0.20720788F, 0.22067342F,
0.23501402F, 0.25028656F, 0.26655159F, 0.28387361F,
0.30232132F, 0.32196786F, 0.34289114F, 0.36517414F,
0.38890521F, 0.41417847F, 0.44109412F, 0.46975890F,
0.50028648F, 0.53279791F, 0.56742212F, 0.60429640F,
0.64356699F, 0.68538959F, 0.72993007F, 0.77736504F,
0.82788260F, 0.88168307F, 0.9389798F, 1.F,
};
/* this is for per-channel noise normalization */
static int apsort(const void *a, const void *b){
float f1=**(float**)a;
float f2=**(float**)b;
return (f1<f2)-(f1>f2);
}
static void flag_lossless(int limit, float prepoint, float postpoint, float *mdct,
float *floor, int *flag, int i, int jn){
int j;
for(j=0;j<jn;j++){
float point = j>=limit-i ? postpoint : prepoint;
float r = fabs(mdct[j])/floor[j];
if(r<point)
flag[j]=0;
else
flag[j]=1;
}
}
/* Overload/Side effect: On input, the *q vector holds either the
quantized energy (for elements with the flag set) or the absolute
values of the *r vector (for elements with flag unset). On output,
*q holds the quantized energy for all elements */
static float noise_normalize(vorbis_look_psy *p, int limit, float *r, float *q, float *f, int *flags, float acc, int i, int n, int *out){
vorbis_info_psy *vi=p->vi;
float **sort = alloca(n*sizeof(*sort));
int j,count=0;
int start = (vi->normal_p ? vi->normal_start-i : n);
if(start>n)start=n;
/* force classic behavior where only energy in the current band is considered */
acc=0.f;
/* still responsible for populating *out where noise norm not in
effect. There's no need to [re]populate *q in these areas */
for(j=0;j<start;j++){
if(!flags || !flags[j]){ /* lossless coupling already quantized.
Don't touch; requantizing based on
energy would be incorrect. */
float ve = q[j]/f[j];
if(r[j]<0)
out[j] = -rint(sqrt(ve));
else
out[j] = rint(sqrt(ve));
}
}
/* sort magnitudes for noise norm portion of partition */
for(;j<n;j++){
if(!flags || !flags[j]){ /* can't noise norm elements that have
already been loslessly coupled; we can
only account for their energy error */
float ve = q[j]/f[j];
/* Despite all the new, more capable coupling code, for now we
implement noise norm as it has been up to this point. Only
consider promotions to unit magnitude from 0. In addition
the only energy error counted is quantizations to zero. */
/* also-- the original point code only applied noise norm at > pointlimit */
if(ve<.25f && (!flags || j>=limit-i)){
acc += ve;
sort[count++]=q+j; /* q is fabs(r) for unflagged element */
}else{
/* For now: no acc adjustment for nonzero quantization. populate *out and q as this value is final. */
if(r[j]<0)
out[j] = -rint(sqrt(ve));
else
out[j] = rint(sqrt(ve));
q[j] = out[j]*out[j]*f[j];
}
}/* else{
again, no energy adjustment for error in nonzero quant-- for now
}*/
}
if(count){
/* noise norm to do */
qsort(sort,count,sizeof(*sort),apsort);
for(j=0;j<count;j++){
int k=sort[j]-q;
if(acc>=vi->normal_thresh){
out[k]=unitnorm(r[k]);
acc-=1.f;
q[k]=f[k];
}else{
out[k]=0;
q[k]=0.f;
}
}
}
return acc;
}
/* Noise normalization, quantization and coupling are not wholly
seperable processes in depth>1 coupling. */
void _vp_couple_quantize_normalize(int blobno,
vorbis_info_psy_global *g,
vorbis_look_psy *p,
vorbis_info_mapping0 *vi,
float **mdct,
int **iwork,
int *nonzero,
int sliding_lowpass,
int ch){
int i;
int n = p->n;
int partition=(p->vi->normal_p ? p->vi->normal_partition : 16);
int limit = g->coupling_pointlimit[p->vi->blockflag][blobno];
float prepoint=stereo_threshholds[g->coupling_prepointamp[blobno]];
float postpoint=stereo_threshholds[g->coupling_postpointamp[blobno]];
#if 0
float de=0.1*p->m_val; /* a blend of the AoTuV M2 and M3 code here and below */
#endif
/* mdct is our raw mdct output, floor not removed. */
/* inout passes in the ifloor, passes back quantized result */
/* unquantized energy (negative indicates amplitude has negative sign) */
float **raw = alloca(ch*sizeof(*raw));
/* dual pupose; quantized energy (if flag set), othersize fabs(raw) */
float **quant = alloca(ch*sizeof(*quant));
/* floor energy */
float **floor = alloca(ch*sizeof(*floor));
/* flags indicating raw/quantized status of elements in raw vector */
int **flag = alloca(ch*sizeof(*flag));
/* non-zero flag working vector */
int *nz = alloca(ch*sizeof(*nz));
/* energy surplus/defecit tracking */
float *acc = alloca((ch+vi->coupling_steps)*sizeof(*acc));
/* The threshold of a stereo is changed with the size of n */
if(n > 1000)
postpoint=stereo_threshholds_limited[g->coupling_postpointamp[blobno]];
raw[0] = alloca(ch*partition*sizeof(**raw));
quant[0] = alloca(ch*partition*sizeof(**quant));
floor[0] = alloca(ch*partition*sizeof(**floor));
flag[0] = alloca(ch*partition*sizeof(**flag));
for(i=1;i<ch;i++){
raw[i] = &raw[0][partition*i];
quant[i] = &quant[0][partition*i];
floor[i] = &floor[0][partition*i];
flag[i] = &flag[0][partition*i];
}
for(i=0;i<ch+vi->coupling_steps;i++)
acc[i]=0.f;
for(i=0;i<n;i+=partition){
int k,j,jn = partition > n-i ? n-i : partition;
int step,track = 0;
memcpy(nz,nonzero,sizeof(*nz)*ch);
/* prefill */
memset(flag[0],0,ch*partition*sizeof(**flag));
for(k=0;k<ch;k++){
int *iout = &iwork[k][i];
if(nz[k]){
for(j=0;j<jn;j++)
floor[k][j] = FLOOR1_fromdB_LOOKUP[iout[j]];
flag_lossless(limit,prepoint,postpoint,&mdct[k][i],floor[k],flag[k],i,jn);
for(j=0;j<jn;j++){
quant[k][j] = raw[k][j] = mdct[k][i+j]*mdct[k][i+j];
if(mdct[k][i+j]<0.f) raw[k][j]*=-1.f;
floor[k][j]*=floor[k][j];
}
acc[track]=noise_normalize(p,limit,raw[k],quant[k],floor[k],NULL,acc[track],i,jn,iout);
}else{
for(j=0;j<jn;j++){
floor[k][j] = 1e-10f;
raw[k][j] = 0.f;
quant[k][j] = 0.f;
flag[k][j] = 0;
iout[j]=0;
}
acc[track]=0.f;
}
track++;
}
/* coupling */
for(step=0;step<vi->coupling_steps;step++){
int Mi = vi->coupling_mag[step];
int Ai = vi->coupling_ang[step];
int *iM = &iwork[Mi][i];
int *iA = &iwork[Ai][i];
float *reM = raw[Mi];
float *reA = raw[Ai];
float *qeM = quant[Mi];
float *qeA = quant[Ai];
float *floorM = floor[Mi];
float *floorA = floor[Ai];
int *fM = flag[Mi];
int *fA = flag[Ai];
if(nz[Mi] || nz[Ai]){
nz[Mi] = nz[Ai] = 1;
for(j=0;j<jn;j++){
if(j<sliding_lowpass-i){
if(fM[j] || fA[j]){
/* lossless coupling */
reM[j] = fabs(reM[j])+fabs(reA[j]);
qeM[j] = qeM[j]+qeA[j];
fM[j]=fA[j]=1;
/* couple iM/iA */
{
int A = iM[j];
int B = iA[j];
if(abs(A)>abs(B)){
iA[j]=(A>0?A-B:B-A);
}else{
iA[j]=(B>0?A-B:B-A);
iM[j]=B;
}
/* collapse two equivalent tuples to one */
if(iA[j]>=abs(iM[j])*2){
iA[j]= -iA[j];
iM[j]= -iM[j];
}
}
}else{
/* lossy (point) coupling */
if(j<limit-i){
/* dipole */
reM[j] += reA[j];
qeM[j] = fabs(reM[j]);
}else{
#if 0
/* AoTuV */
/** @ M2 **
The boost problem by the combination of noise normalization and point stereo is eased.
However, this is a temporary patch.
by Aoyumi @ 2004/04/18
*/
float derate = (1.0 - de*((float)(j-limit+i) / (float)(n-limit)));
/* elliptical */
if(reM[j]+reA[j]<0){
reM[j] = - (qeM[j] = (fabs(reM[j])+fabs(reA[j]))*derate*derate);
}else{
reM[j] = (qeM[j] = (fabs(reM[j])+fabs(reA[j]))*derate*derate);
}
#else
/* elliptical */
if(reM[j]+reA[j]<0){
reM[j] = - (qeM[j] = fabs(reM[j])+fabs(reA[j]));
}else{
reM[j] = (qeM[j] = fabs(reM[j])+fabs(reA[j]));
}
#endif
}
reA[j]=qeA[j]=0.f;
fA[j]=1;
iA[j]=0;
}
}
floorM[j]=floorA[j]=floorM[j]+floorA[j];
}
/* normalize the resulting mag vector */
acc[track]=noise_normalize(p,limit,raw[Mi],quant[Mi],floor[Mi],flag[Mi],acc[track],i,jn,iM);
track++;
}
}
}
for(i=0;i<vi->coupling_steps;i++){
/* make sure coupling a zero and a nonzero channel results in two
nonzero channels. */
if(nonzero[vi->coupling_mag[i]] ||
nonzero[vi->coupling_ang[i]]){
nonzero[vi->coupling_mag[i]]=1;
nonzero[vi->coupling_ang[i]]=1;
}
}
}
|
0 | repos/libvorbis | repos/libvorbis/lib/psytune.c | /********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2007 *
* by the Xiph.Org Foundation https://xiph.org/ *
* *
********************************************************************
function: simple utility that runs audio through the psychoacoustics
without encoding
********************************************************************/
/* NB: this is dead code, retained purely for doc and reference value
don't try to compile it */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include "vorbis/codec.h"
#include "codec_internal.h"
#include "os.h"
#include "misc.h"
#include "psy.h"
#include "mdct.h"
#include "smallft.h"
#include "window.h"
#include "scales.h"
#include "lpc.h"
#include "lsp.h"
#include "masking.h"
#include "registry.h"
static vorbis_info_psy_global _psy_set0G={
0, /* decaydBpms */
8, /* lines per eighth octave */
/* thresh sample period, preecho clamp trigger threshhold, range, minenergy */
256, {26.f,26.f,26.f,30.f}, {-90.f,-90.f,-90.f,-90.f}, -90.f,
-6.f,
0,
0.,
0.,
};
static vp_part _vp_part0[]={
{ 1,9e10f, 9e10f, 1.f,9999.f},
{ 9999, .75f, 9e10f, .5f,9999.f},
/*{ 9999, 1.5f, 9e10f, .5f,9999.f},*/
{ 18,9e10f, 9e10f, .5f, 30.f},
{ 9999,9e10f, 9e10f, .5f, 30.f}
};
static vp_couple _vp_couple0[]={
{ 1, {9e10f,9e10f,0}, { 0.f, 0.f,0}, { 0.f, 0.f,0}, {0.f,0.f,0}},
{ 18, {9e10f,9e10f,0}, { 0.f, 0.f,0}, { 0.f, 0.f,0}, {0.f,0.f,0}},
{ 9999, {9e10f,9e10f,0}, { 0.f, 9e10f,0}, { 0.f,22.f,1}, {0.f,0.f,0}}
};
static vorbis_info_psy _psy_set0={
ATH_Bark_dB_lineaggressive,
-100.f,
-140.f,
6.f, /* floor master att */
/* 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 */
/* x: 63 88 125 175 250 350 500 700 1k 1.4k 2k 2.8k 4k 5.6k 8k 11.5k 16k Hz */
/* y: 0 10 20 30 40 50 60 70 80 90 100 dB */
1, /* tonemaskp */
0.f, /* tone master att */
/* 0 10 20 30 40 50 60 70 80 90 100 */
{
{-999.f,-999.f,-999.f,-999.f,-999.f,-999.f,-999.f,-999.f,-999.f,-999.f,-999.f}, /*63*/
{-999.f,-999.f,-999.f,-999.f,-999.f,-999.f,-999.f,-999.f,-999.f,-999.f,-999.f}, /*88*/
{-999.f,-999.f,-999.f,-999.f,-999.f,-999.f,-999.f,-999.f,-999.f,-999.f,-999.f}, /*125*/
{-30.f,-30.f,-35.f,-40.f,-40.f,-50.f,-60.f,-70.f,-80.f,-90.f,-100.f}, /*175*/
{-30.f,-30.f,-35.f,-40.f,-40.f,-50.f,-60.f,-70.f,-80.f,-90.f,-100.f}, /*250*/
{-30.f,-30.f,-35.f,-40.f,-40.f,-50.f,-60.f,-70.f,-80.f,-90.f,-100.f}, /*350*/
{-30.f,-30.f,-35.f,-40.f,-40.f,-50.f,-60.f,-70.f,-80.f,-90.f,-100.f}, /*500*/
{-30.f,-30.f,-35.f,-40.f,-40.f,-50.f,-60.f,-70.f,-80.f,-90.f,-100.f}, /*700*/
{-30.f,-30.f,-35.f,-40.f,-40.f,-50.f,-60.f,-70.f,-80.f,-90.f,-100.f}, /*1000*/
{-30.f,-30.f,-35.f,-40.f,-40.f,-50.f,-60.f,-70.f,-80.f,-90.f,-100.f}, /*1400*/
{-40.f,-40.f,-40.f,-40.f,-40.f,-50.f,-60.f,-70.f,-80.f,-90.f,-100.f}, /*2000*/
{-40.f,-40.f,-40.f,-40.f,-40.f,-50.f,-60.f,-70.f,-80.f,-90.f,-100.f}, /*2800*/
{-40.f,-40.f,-40.f,-40.f,-40.f,-50.f,-60.f,-70.f,-80.f,-90.f,-100.f}, /*4000*/
{-30.f,-35.f,-35.f,-40.f,-40.f,-50.f,-60.f,-70.f,-80.f,-90.f,-100.f}, /*5600*/
{-30.f,-30.f,-33.f,-35.f,-40.f,-50.f,-60.f,-70.f,-80.f,-90.f,-100.f}, /*8000*/
{-30.f,-30.f,-33.f,-35.f,-40.f,-45.f,-50.f,-60.f,-70.f,-85.f,-100.f}, /*11500*/
{-24.f,-24.f,-26.f,-32.f,-32.f,-42.f,-50.f,-60.f,-70.f,-85.f,-100.f}, /*16000*/
},
1,/* peakattp */
{{-14.f,-20.f,-20.f,-20.f,-26.f,-32.f,-40.f,-40.f,-40.f,-40.f,-40.f},/*63*/
{-14.f,-20.f,-20.f,-20.f,-26.f,-32.f,-40.f,-40.f,-40.f,-40.f,-40.f},/*88*/
{-14.f,-20.f,-20.f,-20.f,-26.f,-32.f,-40.f,-40.f,-40.f,-40.f,-40.f},/*125*/
{-14.f,-20.f,-20.f,-20.f,-26.f,-32.f,-40.f,-40.f,-40.f,-40.f,-40.f},/*175*/
{-14.f,-20.f,-20.f,-20.f,-26.f,-32.f,-40.f,-40.f,-40.f,-40.f,-40.f},/*250*/
{-14.f,-20.f,-20.f,-20.f,-26.f,-32.f,-40.f,-40.f,-40.f,-40.f,-40.f},/*350*/
{-14.f,-20.f,-20.f,-20.f,-26.f,-32.f,-40.f,-40.f,-40.f,-40.f,-40.f},/*500*/
{-14.f,-20.f,-20.f,-20.f,-26.f,-32.f,-40.f,-40.f,-40.f,-40.f,-40.f},/*700*/
{-14.f,-20.f,-20.f,-20.f,-26.f,-32.f,-40.f,-40.f,-40.f,-40.f,-40.f},/*1000*/
{-14.f,-20.f,-20.f,-20.f,-26.f,-32.f,-40.f,-40.f,-40.f,-40.f,-40.f},/*1400*/
{-14.f,-20.f,-20.f,-20.f,-26.f,-32.f,-40.f,-40.f,-40.f,-40.f,-40.f},/*2000*/
{-14.f,-20.f,-20.f,-20.f,-26.f,-32.f,-40.f,-40.f,-40.f,-40.f,-40.f},/*2800*/
{-14.f,-20.f,-20.f,-20.f,-26.f,-32.f,-40.f,-40.f,-40.f,-40.f,-40.f},/*4000*/
{-10.f,-12.f,-14.f,-16.f,-16.f,-20.f,-24.f,-30.f,-32.f,-40.f,-40.f},/*5600*/
{-10.f,-12.f,-14.f,-16.f,-16.f,-20.f,-24.f,-30.f,-32.f,-40.f,-40.f},/*8000*/
{-10.f,-10.f,-10.f,-12.f,-14.f,-18.f,-22.f,-28.f,-32.f,-40.f,-40.f},/*11500*/
{-10.f,-10.f,-10.f,-12.f,-14.f,-18.f,-22.f,-28.f,-32.f,-40.f,-40.f},/*16000*/
},
1,/*noisemaskp */
-10.f, /* suppress any noise curve over maxspec+n */
.5f, /* low window */
.5f, /* high window */
10,
10,
25,
{.000f, 0.f, /*63*/
.000f, 0.f, /*88*/
.000f, 0.f, /*125*/
.000f, 0.f, /*175*/
.000f, 0.f, /*250*/
.000f, 0.f, /*350*/
.000f, 0.f, /*500*/
.000f, 0.f, /*700*/
.000f, 0.f, /*1000*/
.300f, 0.f, /*1400*/
.300f, 0.f, /*2000*/
.300f, 0.f, /*2800*/
.500f, 0.f, /*4000*/
.700f, 0.f, /*5600*/
.850f, 0.f, /*8000*/
.900f, 0.f, /*11500*/
.900f, 1.f, /*16000*/
},
95.f, /* even decade + 5 is important; saves an rint() later in a
tight loop) */
-44.,
32,
_vp_part0,_vp_couple0
};
static vorbis_info_floor1 _floor_set0={1,
{0},
{32},
{0},
{0},
{{-1}},
2,
{0,1024,
88,31,243,
14,54,143,460,
6,3,10, 22,18,26, 41,36,47,
69,61,78, 112,99,126, 185,162,211,
329,282,387, 672,553,825
},
60,30,400,
20,8,1,18.,
20,600,
960};
static vorbis_info_mapping0 mapping_info={1,{0,1},{0},{0},{0},0, 1, {0},{1}};
static codec_setup_info codec_setup0={ {0,0},
1,1,1,1,1,0,1,
{NULL},
{0},{&mapping_info},
{0},{NULL},
{1},{&_floor_set0},
{2},{NULL},
{NULL},
{&_psy_set0},
&_psy_set0G};
static int noisy=0;
void analysis(char *base,int i,float *v,int n,int bark,int dB){
if(noisy){
int j;
FILE *of;
char buffer[80];
sprintf(buffer,"%s_%d.m",base,i);
of=fopen(buffer,"w");
for(j=0;j<n;j++){
if(dB && v[j]==0)
fprintf(of,"\n\n");
else{
if(bark)
fprintf(of,"%g ",toBARK(22050.f*j/n));
else
fprintf(of,"%g ",(float)j);
if(dB){
fprintf(of,"%g\n",todB(v+j));
}else{
fprintf(of,"%g\n",v[j]);
}
}
}
fclose(of);
}
}
long frameno=0;
/****************************************************************/
int main(int argc,char *argv[]){
int eos=0;
float nonz=0.f;
float acc=0.f;
float tot=0.f;
float ampmax=-9999,newmax;
float local_ampmax[2];
int framesize=2048;
float ampmax_att_per_sec=-6.;
float *pcm[2],*out[2],*window,*flr[2],*mask[2],*work[2];
signed char *buffer,*buffer2;
mdct_lookup m_look;
drft_lookup f_look;
vorbis_look_psy p_look;
vorbis_look_psy_global *pg_look;
vorbis_look_floor *floor_look;
vorbis_info vi;
long i,j,k;
int ath=0;
int decayp=0;
argv++;
while(*argv){
if(*argv[0]=='-'){
/* option */
if(argv[0][1]=='v'){
noisy=0;
}
}else
if(*argv[0]=='+'){
/* option */
if(argv[0][1]=='v'){
noisy=1;
}
}else
framesize=atoi(argv[0]);
argv++;
}
vi.channels=2;
vi.codec_setup=&codec_setup0;
pcm[0]=_ogg_malloc(framesize*sizeof(float));
pcm[1]=_ogg_malloc(framesize*sizeof(float));
out[0]=_ogg_calloc(framesize/2,sizeof(float));
out[1]=_ogg_calloc(framesize/2,sizeof(float));
work[0]=_ogg_calloc(framesize,sizeof(float));
work[1]=_ogg_calloc(framesize,sizeof(float));
flr[0]=_ogg_calloc(framesize/2,sizeof(float));
flr[1]=_ogg_calloc(framesize/2,sizeof(float));
buffer=_ogg_malloc(framesize*4);
buffer2=buffer+framesize*2;
window=_vorbis_window_create(0,framesize,framesize/2,framesize/2);
mdct_init(&m_look,framesize);
drft_init(&f_look,framesize);
_vp_psy_init(&p_look,&_psy_set0,&_psy_set0G,framesize/2,44100);
pg_look=_vp_global_look(&vi);
floor_look=_floor_P[1]->look(NULL,NULL,&_floor_set0);
/* we cheat on the WAV header; we just bypass 44 bytes and never
verify that it matches 16bit/stereo/44.1kHz. */
fread(buffer,1,44,stdin);
fwrite(buffer,1,44,stdout);
memset(buffer,0,framesize*2);
analysis("window",0,window,framesize,0,0);
fprintf(stderr,"Processing for frame size %d...\n",framesize);
while(!eos){
long bytes=fread(buffer2,1,framesize*2,stdin);
if(bytes<framesize*2)
memset(buffer2+bytes,0,framesize*2-bytes);
if(bytes!=0){
int nonzero[2];
/* uninterleave samples */
for(i=0;i<framesize;i++){
pcm[0][i]=((buffer[i*4+1]<<8)|
(0x00ff&(int)buffer[i*4]))/32768.f;
pcm[1][i]=((buffer[i*4+3]<<8)|
(0x00ff&(int)buffer[i*4+2]))/32768.f;
}
{
float secs=framesize/44100.;
ampmax+=secs*ampmax_att_per_sec;
if(ampmax<-9999)ampmax=-9999;
}
for(i=0;i<2;i++){
float scale=4.f/framesize;
float *fft=work[i];
float *mdct=pcm[i];
float *logmdct=mdct+framesize/2;
analysis("pre",frameno+i,pcm[i],framesize,0,0);
/* fft and mdct transforms */
for(j=0;j<framesize;j++)
fft[j]=pcm[i][j]*=window[j];
drft_forward(&f_look,fft);
local_ampmax[i]=-9999.f;
fft[0]*=scale;
fft[0]=todB(fft);
for(j=1;j<framesize-1;j+=2){
float temp=scale*FAST_HYPOT(fft[j],fft[j+1]);
temp=fft[(j+1)>>1]=todB(&temp);
if(temp>local_ampmax[i])local_ampmax[i]=temp;
}
if(local_ampmax[i]>ampmax)ampmax=local_ampmax[i];
mdct_forward(&m_look,pcm[i],mdct);
for(j=0;j<framesize/2;j++)
logmdct[j]=todB(mdct+j);
analysis("mdct",frameno+i,logmdct,framesize/2,1,0);
analysis("fft",frameno+i,fft,framesize/2,1,0);
}
for(i=0;i<2;i++){
float amp;
float *fft=work[i];
float *logmax=fft;
float *mdct=pcm[i];
float *logmdct=mdct+framesize/2;
float *mask=fft+framesize/2;
/* floor psychoacoustics */
_vp_compute_mask(&p_look,
pg_look,
i,
fft,
logmdct,
mask,
ampmax,
local_ampmax[i],
framesize/2);
analysis("mask",frameno+i,mask,framesize/2,1,0);
{
vorbis_block vb;
vorbis_dsp_state vd;
memset(&vd,0,sizeof(vd));
vd.vi=&vi;
vb.vd=&vd;
vb.pcmend=framesize;
/* floor quantization/application */
nonzero[i]=_floor_P[1]->forward(&vb,floor_look,
mdct,
logmdct,
mask,
logmax,
flr[i]);
}
_vp_remove_floor(&p_look,
pg_look,
logmdct,
mdct,
flr[i],
pcm[i],
local_ampmax[i]);
for(j=0;j<framesize/2;j++)
if(fabs(pcm[i][j])>1500)
fprintf(stderr,"%ld ",frameno+i);
analysis("res",frameno+i,pcm[i],framesize/2,1,0);
analysis("codedflr",frameno+i,flr[i],framesize/2,1,1);
}
/* residue prequantization */
_vp_partition_prequant(&p_look,
&vi,
pcm,
nonzero);
for(i=0;i<2;i++)
analysis("quant",frameno+i,pcm[i],framesize/2,1,0);
/* channel coupling / stereo quantization */
_vp_couple(&p_look,
&mapping_info,
pcm,
nonzero);
for(i=0;i<2;i++)
analysis("coupled",frameno+i,pcm[i],framesize/2,1,0);
/* decoupling */
for(i=mapping_info.coupling_steps-1;i>=0;i--){
float *pcmM=pcm[mapping_info.coupling_mag[i]];
float *pcmA=pcm[mapping_info.coupling_ang[i]];
for(j=0;j<framesize/2;j++){
float mag=pcmM[j];
float ang=pcmA[j];
if(mag>0)
if(ang>0){
pcmM[j]=mag;
pcmA[j]=mag-ang;
}else{
pcmA[j]=mag;
pcmM[j]=mag+ang;
}
else
if(ang>0){
pcmM[j]=mag;
pcmA[j]=mag+ang;
}else{
pcmA[j]=mag;
pcmM[j]=mag-ang;
}
}
}
for(i=0;i<2;i++)
analysis("decoupled",frameno+i,pcm[i],framesize/2,1,0);
for(i=0;i<2;i++){
float amp;
for(j=0;j<framesize/2;j++)
pcm[i][j]*=flr[i][j];
analysis("final",frameno+i,pcm[i],framesize/2,1,1);
/* take it back to time */
mdct_backward(&m_look,pcm[i],pcm[i]);
for(j=0;j<framesize/2;j++)
out[i][j]+=pcm[i][j]*window[j];
analysis("out",frameno+i,out[i],framesize/2,0,0);
}
/* write data. Use the part of buffer we're about to shift out */
for(i=0;i<2;i++){
char *ptr=buffer+i*2;
float *mono=out[i];
int flag=0;
for(j=0;j<framesize/2;j++){
int val=mono[j]*32767.;
/* might as well guard against clipping */
if(val>32767){
if(!flag)fprintf(stderr,"clipping in frame %ld ",frameno+i);
flag=1;
val=32767;
}
if(val<-32768){
if(!flag)fprintf(stderr,"clipping in frame %ld ",frameno+i);
flag=1;
val=-32768;
}
ptr[0]=val&0xff;
ptr[1]=(val>>8)&0xff;
ptr+=4;
}
}
fprintf(stderr,"*");
fwrite(buffer,1,framesize*2,stdout);
memmove(buffer,buffer2,framesize*2);
for(i=0;i<2;i++){
for(j=0,k=framesize/2;j<framesize/2;j++,k++)
out[i][j]=pcm[i][k]*window[k];
}
frameno+=2;
}else
eos=1;
}
fprintf(stderr,"average raw bits of entropy: %.03g/sample\n",acc/tot);
fprintf(stderr,"average nonzero samples: %.03g/%d\n",nonz/tot*framesize/2,
framesize/2);
fprintf(stderr,"Done\n\n");
return 0;
}
|
0 | repos/libvorbis | repos/libvorbis/lib/mapping0.c | /********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2010 *
* by the Xiph.Org Foundation https://xiph.org/ *
* *
********************************************************************
function: channel mapping 0 implementation
********************************************************************/
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <math.h>
#include <ogg/ogg.h>
#include "vorbis/codec.h"
#include "codec_internal.h"
#include "codebook.h"
#include "window.h"
#include "registry.h"
#include "psy.h"
#include "misc.h"
/* simplistic, wasteful way of doing this (unique lookup for each
mode/submapping); there should be a central repository for
identical lookups. That will require minor work, so I'm putting it
off as low priority.
Why a lookup for each backend in a given mode? Because the
blocksize is set by the mode, and low backend lookups may require
parameters from other areas of the mode/mapping */
static void mapping0_free_info(vorbis_info_mapping *i){
vorbis_info_mapping0 *info=(vorbis_info_mapping0 *)i;
if(info){
memset(info,0,sizeof(*info));
_ogg_free(info);
}
}
static void mapping0_pack(vorbis_info *vi,vorbis_info_mapping *vm,
oggpack_buffer *opb){
int i;
vorbis_info_mapping0 *info=(vorbis_info_mapping0 *)vm;
/* another 'we meant to do it this way' hack... up to beta 4, we
packed 4 binary zeros here to signify one submapping in use. We
now redefine that to mean four bitflags that indicate use of
deeper features; bit0:submappings, bit1:coupling,
bit2,3:reserved. This is backward compatable with all actual uses
of the beta code. */
if(info->submaps>1){
oggpack_write(opb,1,1);
oggpack_write(opb,info->submaps-1,4);
}else
oggpack_write(opb,0,1);
if(info->coupling_steps>0){
oggpack_write(opb,1,1);
oggpack_write(opb,info->coupling_steps-1,8);
for(i=0;i<info->coupling_steps;i++){
oggpack_write(opb,info->coupling_mag[i],ov_ilog(vi->channels-1));
oggpack_write(opb,info->coupling_ang[i],ov_ilog(vi->channels-1));
}
}else
oggpack_write(opb,0,1);
oggpack_write(opb,0,2); /* 2,3:reserved */
/* we don't write the channel submappings if we only have one... */
if(info->submaps>1){
for(i=0;i<vi->channels;i++)
oggpack_write(opb,info->chmuxlist[i],4);
}
for(i=0;i<info->submaps;i++){
oggpack_write(opb,0,8); /* time submap unused */
oggpack_write(opb,info->floorsubmap[i],8);
oggpack_write(opb,info->residuesubmap[i],8);
}
}
/* also responsible for range checking */
static vorbis_info_mapping *mapping0_unpack(vorbis_info *vi,oggpack_buffer *opb){
int i,b;
vorbis_info_mapping0 *info=_ogg_calloc(1,sizeof(*info));
codec_setup_info *ci=vi->codec_setup;
if(vi->channels<=0)goto err_out;
b=oggpack_read(opb,1);
if(b<0)goto err_out;
if(b){
info->submaps=oggpack_read(opb,4)+1;
if(info->submaps<=0)goto err_out;
}else
info->submaps=1;
b=oggpack_read(opb,1);
if(b<0)goto err_out;
if(b){
info->coupling_steps=oggpack_read(opb,8)+1;
if(info->coupling_steps<=0)goto err_out;
for(i=0;i<info->coupling_steps;i++){
/* vi->channels > 0 is enforced in the caller */
int testM=info->coupling_mag[i]=
oggpack_read(opb,ov_ilog(vi->channels-1));
int testA=info->coupling_ang[i]=
oggpack_read(opb,ov_ilog(vi->channels-1));
if(testM<0 ||
testA<0 ||
testM==testA ||
testM>=vi->channels ||
testA>=vi->channels) goto err_out;
}
}
if(oggpack_read(opb,2)!=0)goto err_out; /* 2,3:reserved */
if(info->submaps>1){
for(i=0;i<vi->channels;i++){
info->chmuxlist[i]=oggpack_read(opb,4);
if(info->chmuxlist[i]>=info->submaps || info->chmuxlist[i]<0)goto err_out;
}
}
for(i=0;i<info->submaps;i++){
oggpack_read(opb,8); /* time submap unused */
info->floorsubmap[i]=oggpack_read(opb,8);
if(info->floorsubmap[i]>=ci->floors || info->floorsubmap[i]<0)goto err_out;
info->residuesubmap[i]=oggpack_read(opb,8);
if(info->residuesubmap[i]>=ci->residues || info->residuesubmap[i]<0)goto err_out;
}
return info;
err_out:
mapping0_free_info(info);
return(NULL);
}
#include "os.h"
#include "lpc.h"
#include "lsp.h"
#include "envelope.h"
#include "mdct.h"
#include "psy.h"
#include "scales.h"
#if 0
static long seq=0;
static ogg_int64_t total=0;
static float FLOOR1_fromdB_LOOKUP[256]={
1.0649863e-07F, 1.1341951e-07F, 1.2079015e-07F, 1.2863978e-07F,
1.3699951e-07F, 1.4590251e-07F, 1.5538408e-07F, 1.6548181e-07F,
1.7623575e-07F, 1.8768855e-07F, 1.9988561e-07F, 2.128753e-07F,
2.2670913e-07F, 2.4144197e-07F, 2.5713223e-07F, 2.7384213e-07F,
2.9163793e-07F, 3.1059021e-07F, 3.3077411e-07F, 3.5226968e-07F,
3.7516214e-07F, 3.9954229e-07F, 4.2550680e-07F, 4.5315863e-07F,
4.8260743e-07F, 5.1396998e-07F, 5.4737065e-07F, 5.8294187e-07F,
6.2082472e-07F, 6.6116941e-07F, 7.0413592e-07F, 7.4989464e-07F,
7.9862701e-07F, 8.5052630e-07F, 9.0579828e-07F, 9.6466216e-07F,
1.0273513e-06F, 1.0941144e-06F, 1.1652161e-06F, 1.2409384e-06F,
1.3215816e-06F, 1.4074654e-06F, 1.4989305e-06F, 1.5963394e-06F,
1.7000785e-06F, 1.8105592e-06F, 1.9282195e-06F, 2.0535261e-06F,
2.1869758e-06F, 2.3290978e-06F, 2.4804557e-06F, 2.6416497e-06F,
2.8133190e-06F, 2.9961443e-06F, 3.1908506e-06F, 3.3982101e-06F,
3.6190449e-06F, 3.8542308e-06F, 4.1047004e-06F, 4.3714470e-06F,
4.6555282e-06F, 4.9580707e-06F, 5.2802740e-06F, 5.6234160e-06F,
5.9888572e-06F, 6.3780469e-06F, 6.7925283e-06F, 7.2339451e-06F,
7.7040476e-06F, 8.2047000e-06F, 8.7378876e-06F, 9.3057248e-06F,
9.9104632e-06F, 1.0554501e-05F, 1.1240392e-05F, 1.1970856e-05F,
1.2748789e-05F, 1.3577278e-05F, 1.4459606e-05F, 1.5399272e-05F,
1.6400004e-05F, 1.7465768e-05F, 1.8600792e-05F, 1.9809576e-05F,
2.1096914e-05F, 2.2467911e-05F, 2.3928002e-05F, 2.5482978e-05F,
2.7139006e-05F, 2.8902651e-05F, 3.0780908e-05F, 3.2781225e-05F,
3.4911534e-05F, 3.7180282e-05F, 3.9596466e-05F, 4.2169667e-05F,
4.4910090e-05F, 4.7828601e-05F, 5.0936773e-05F, 5.4246931e-05F,
5.7772202e-05F, 6.1526565e-05F, 6.5524908e-05F, 6.9783085e-05F,
7.4317983e-05F, 7.9147585e-05F, 8.4291040e-05F, 8.9768747e-05F,
9.5602426e-05F, 0.00010181521F, 0.00010843174F, 0.00011547824F,
0.00012298267F, 0.00013097477F, 0.00013948625F, 0.00014855085F,
0.00015820453F, 0.00016848555F, 0.00017943469F, 0.00019109536F,
0.00020351382F, 0.00021673929F, 0.00023082423F, 0.00024582449F,
0.00026179955F, 0.00027881276F, 0.00029693158F, 0.00031622787F,
0.00033677814F, 0.00035866388F, 0.00038197188F, 0.00040679456F,
0.00043323036F, 0.00046138411F, 0.00049136745F, 0.00052329927F,
0.00055730621F, 0.00059352311F, 0.00063209358F, 0.00067317058F,
0.00071691700F, 0.00076350630F, 0.00081312324F, 0.00086596457F,
0.00092223983F, 0.00098217216F, 0.0010459992F, 0.0011139742F,
0.0011863665F, 0.0012634633F, 0.0013455702F, 0.0014330129F,
0.0015261382F, 0.0016253153F, 0.0017309374F, 0.0018434235F,
0.0019632195F, 0.0020908006F, 0.0022266726F, 0.0023713743F,
0.0025254795F, 0.0026895994F, 0.0028643847F, 0.0030505286F,
0.0032487691F, 0.0034598925F, 0.0036847358F, 0.0039241906F,
0.0041792066F, 0.0044507950F, 0.0047400328F, 0.0050480668F,
0.0053761186F, 0.0057254891F, 0.0060975636F, 0.0064938176F,
0.0069158225F, 0.0073652516F, 0.0078438871F, 0.0083536271F,
0.0088964928F, 0.009474637F, 0.010090352F, 0.010746080F,
0.011444421F, 0.012188144F, 0.012980198F, 0.013823725F,
0.014722068F, 0.015678791F, 0.016697687F, 0.017782797F,
0.018938423F, 0.020169149F, 0.021479854F, 0.022875735F,
0.024362330F, 0.025945531F, 0.027631618F, 0.029427276F,
0.031339626F, 0.033376252F, 0.035545228F, 0.037855157F,
0.040315199F, 0.042935108F, 0.045725273F, 0.048696758F,
0.051861348F, 0.055231591F, 0.058820850F, 0.062643361F,
0.066714279F, 0.071049749F, 0.075666962F, 0.080584227F,
0.085821044F, 0.091398179F, 0.097337747F, 0.10366330F,
0.11039993F, 0.11757434F, 0.12521498F, 0.13335215F,
0.14201813F, 0.15124727F, 0.16107617F, 0.17154380F,
0.18269168F, 0.19456402F, 0.20720788F, 0.22067342F,
0.23501402F, 0.25028656F, 0.26655159F, 0.28387361F,
0.30232132F, 0.32196786F, 0.34289114F, 0.36517414F,
0.38890521F, 0.41417847F, 0.44109412F, 0.46975890F,
0.50028648F, 0.53279791F, 0.56742212F, 0.60429640F,
0.64356699F, 0.68538959F, 0.72993007F, 0.77736504F,
0.82788260F, 0.88168307F, 0.9389798F, 1.F,
};
#endif
static int mapping0_forward(vorbis_block *vb){
vorbis_dsp_state *vd=vb->vd;
vorbis_info *vi=vd->vi;
codec_setup_info *ci=vi->codec_setup;
private_state *b=vb->vd->backend_state;
vorbis_block_internal *vbi=(vorbis_block_internal *)vb->internal;
int n=vb->pcmend;
int i,j,k;
int *nonzero = alloca(sizeof(*nonzero)*vi->channels);
float **gmdct = _vorbis_block_alloc(vb,vi->channels*sizeof(*gmdct));
int **iwork = _vorbis_block_alloc(vb,vi->channels*sizeof(*iwork));
int ***floor_posts = _vorbis_block_alloc(vb,vi->channels*sizeof(*floor_posts));
float global_ampmax=vbi->ampmax;
float *local_ampmax=alloca(sizeof(*local_ampmax)*vi->channels);
int blocktype=vbi->blocktype;
int modenumber=vb->W;
vorbis_info_mapping0 *info=ci->map_param[modenumber];
vorbis_look_psy *psy_look=b->psy+blocktype+(vb->W?2:0);
vb->mode=modenumber;
for(i=0;i<vi->channels;i++){
float scale=4.f/n;
float scale_dB;
float *pcm =vb->pcm[i];
float *logfft =pcm;
iwork[i]=_vorbis_block_alloc(vb,n/2*sizeof(**iwork));
gmdct[i]=_vorbis_block_alloc(vb,n/2*sizeof(**gmdct));
scale_dB=todB(&scale) + .345; /* + .345 is a hack; the original
todB estimation used on IEEE 754
compliant machines had a bug that
returned dB values about a third
of a decibel too high. The bug
was harmless because tunings
implicitly took that into
account. However, fixing the bug
in the estimator requires
changing all the tunings as well.
For now, it's easier to sync
things back up here, and
recalibrate the tunings in the
next major model upgrade. */
#if 0
if(vi->channels==2){
if(i==0)
_analysis_output("pcmL",seq,pcm,n,0,0,total-n/2);
else
_analysis_output("pcmR",seq,pcm,n,0,0,total-n/2);
}else{
_analysis_output("pcm",seq,pcm,n,0,0,total-n/2);
}
#endif
/* window the PCM data */
_vorbis_apply_window(pcm,b->window,ci->blocksizes,vb->lW,vb->W,vb->nW);
#if 0
if(vi->channels==2){
if(i==0)
_analysis_output("windowedL",seq,pcm,n,0,0,total-n/2);
else
_analysis_output("windowedR",seq,pcm,n,0,0,total-n/2);
}else{
_analysis_output("windowed",seq,pcm,n,0,0,total-n/2);
}
#endif
/* transform the PCM data */
/* only MDCT right now.... */
mdct_forward(b->transform[vb->W][0],pcm,gmdct[i]);
/* FFT yields more accurate tonal estimation (not phase sensitive) */
drft_forward(&b->fft_look[vb->W],pcm);
logfft[0]=scale_dB+todB(pcm) + .345; /* + .345 is a hack; the
original todB estimation used on
IEEE 754 compliant machines had a
bug that returned dB values about
a third of a decibel too high.
The bug was harmless because
tunings implicitly took that into
account. However, fixing the bug
in the estimator requires
changing all the tunings as well.
For now, it's easier to sync
things back up here, and
recalibrate the tunings in the
next major model upgrade. */
local_ampmax[i]=logfft[0];
for(j=1;j<n-1;j+=2){
float temp=pcm[j]*pcm[j]+pcm[j+1]*pcm[j+1];
temp=logfft[(j+1)>>1]=scale_dB+.5f*todB(&temp) + .345; /* +
.345 is a hack; the original todB
estimation used on IEEE 754
compliant machines had a bug that
returned dB values about a third
of a decibel too high. The bug
was harmless because tunings
implicitly took that into
account. However, fixing the bug
in the estimator requires
changing all the tunings as well.
For now, it's easier to sync
things back up here, and
recalibrate the tunings in the
next major model upgrade. */
if(temp>local_ampmax[i])local_ampmax[i]=temp;
}
if(local_ampmax[i]>0.f)local_ampmax[i]=0.f;
if(local_ampmax[i]>global_ampmax)global_ampmax=local_ampmax[i];
#if 0
if(vi->channels==2){
if(i==0){
_analysis_output("fftL",seq,logfft,n/2,1,0,0);
}else{
_analysis_output("fftR",seq,logfft,n/2,1,0,0);
}
}else{
_analysis_output("fft",seq,logfft,n/2,1,0,0);
}
#endif
}
{
float *noise = _vorbis_block_alloc(vb,n/2*sizeof(*noise));
float *tone = _vorbis_block_alloc(vb,n/2*sizeof(*tone));
for(i=0;i<vi->channels;i++){
/* the encoder setup assumes that all the modes used by any
specific bitrate tweaking use the same floor */
int submap=info->chmuxlist[i];
/* the following makes things clearer to *me* anyway */
float *mdct =gmdct[i];
float *logfft =vb->pcm[i];
float *logmdct =logfft+n/2;
float *logmask =logfft;
vb->mode=modenumber;
floor_posts[i]=_vorbis_block_alloc(vb,PACKETBLOBS*sizeof(**floor_posts));
memset(floor_posts[i],0,sizeof(**floor_posts)*PACKETBLOBS);
for(j=0;j<n/2;j++)
logmdct[j]=todB(mdct+j) + .345; /* + .345 is a hack; the original
todB estimation used on IEEE 754
compliant machines had a bug that
returned dB values about a third
of a decibel too high. The bug
was harmless because tunings
implicitly took that into
account. However, fixing the bug
in the estimator requires
changing all the tunings as well.
For now, it's easier to sync
things back up here, and
recalibrate the tunings in the
next major model upgrade. */
#if 0
if(vi->channels==2){
if(i==0)
_analysis_output("mdctL",seq,logmdct,n/2,1,0,0);
else
_analysis_output("mdctR",seq,logmdct,n/2,1,0,0);
}else{
_analysis_output("mdct",seq,logmdct,n/2,1,0,0);
}
#endif
/* first step; noise masking. Not only does 'noise masking'
give us curves from which we can decide how much resolution
to give noise parts of the spectrum, it also implicitly hands
us a tonality estimate (the larger the value in the
'noise_depth' vector, the more tonal that area is) */
_vp_noisemask(psy_look,
logmdct,
noise); /* noise does not have by-frequency offset
bias applied yet */
#if 0
if(vi->channels==2){
if(i==0)
_analysis_output("noiseL",seq,noise,n/2,1,0,0);
else
_analysis_output("noiseR",seq,noise,n/2,1,0,0);
}else{
_analysis_output("noise",seq,noise,n/2,1,0,0);
}
#endif
/* second step: 'all the other crap'; all the stuff that isn't
computed/fit for bitrate management goes in the second psy
vector. This includes tone masking, peak limiting and ATH */
_vp_tonemask(psy_look,
logfft,
tone,
global_ampmax,
local_ampmax[i]);
#if 0
if(vi->channels==2){
if(i==0)
_analysis_output("toneL",seq,tone,n/2,1,0,0);
else
_analysis_output("toneR",seq,tone,n/2,1,0,0);
}else{
_analysis_output("tone",seq,tone,n/2,1,0,0);
}
#endif
/* third step; we offset the noise vectors, overlay tone
masking. We then do a floor1-specific line fit. If we're
performing bitrate management, the line fit is performed
multiple times for up/down tweakage on demand. */
#if 0
{
float aotuv[psy_look->n];
#endif
_vp_offset_and_mix(psy_look,
noise,
tone,
1,
logmask,
mdct,
logmdct);
#if 0
if(vi->channels==2){
if(i==0)
_analysis_output("aotuvM1_L",seq,aotuv,psy_look->n,1,1,0);
else
_analysis_output("aotuvM1_R",seq,aotuv,psy_look->n,1,1,0);
}else{
_analysis_output("aotuvM1",seq,aotuv,psy_look->n,1,1,0);
}
}
#endif
#if 0
if(vi->channels==2){
if(i==0)
_analysis_output("mask1L",seq,logmask,n/2,1,0,0);
else
_analysis_output("mask1R",seq,logmask,n/2,1,0,0);
}else{
_analysis_output("mask1",seq,logmask,n/2,1,0,0);
}
#endif
/* this algorithm is hardwired to floor 1 for now; abort out if
we're *not* floor1. This won't happen unless someone has
broken the encode setup lib. Guard it anyway. */
if(ci->floor_type[info->floorsubmap[submap]]!=1)return(-1);
floor_posts[i][PACKETBLOBS/2]=
floor1_fit(vb,b->flr[info->floorsubmap[submap]],
logmdct,
logmask);
/* are we managing bitrate? If so, perform two more fits for
later rate tweaking (fits represent hi/lo) */
if(vorbis_bitrate_managed(vb) && floor_posts[i][PACKETBLOBS/2]){
/* higher rate by way of lower noise curve */
_vp_offset_and_mix(psy_look,
noise,
tone,
2,
logmask,
mdct,
logmdct);
#if 0
if(vi->channels==2){
if(i==0)
_analysis_output("mask2L",seq,logmask,n/2,1,0,0);
else
_analysis_output("mask2R",seq,logmask,n/2,1,0,0);
}else{
_analysis_output("mask2",seq,logmask,n/2,1,0,0);
}
#endif
floor_posts[i][PACKETBLOBS-1]=
floor1_fit(vb,b->flr[info->floorsubmap[submap]],
logmdct,
logmask);
/* lower rate by way of higher noise curve */
_vp_offset_and_mix(psy_look,
noise,
tone,
0,
logmask,
mdct,
logmdct);
#if 0
if(vi->channels==2){
if(i==0)
_analysis_output("mask0L",seq,logmask,n/2,1,0,0);
else
_analysis_output("mask0R",seq,logmask,n/2,1,0,0);
}else{
_analysis_output("mask0",seq,logmask,n/2,1,0,0);
}
#endif
floor_posts[i][0]=
floor1_fit(vb,b->flr[info->floorsubmap[submap]],
logmdct,
logmask);
/* we also interpolate a range of intermediate curves for
intermediate rates */
for(k=1;k<PACKETBLOBS/2;k++)
floor_posts[i][k]=
floor1_interpolate_fit(vb,b->flr[info->floorsubmap[submap]],
floor_posts[i][0],
floor_posts[i][PACKETBLOBS/2],
k*65536/(PACKETBLOBS/2));
for(k=PACKETBLOBS/2+1;k<PACKETBLOBS-1;k++)
floor_posts[i][k]=
floor1_interpolate_fit(vb,b->flr[info->floorsubmap[submap]],
floor_posts[i][PACKETBLOBS/2],
floor_posts[i][PACKETBLOBS-1],
(k-PACKETBLOBS/2)*65536/(PACKETBLOBS/2));
}
}
}
vbi->ampmax=global_ampmax;
/*
the next phases are performed once for vbr-only and PACKETBLOB
times for bitrate managed modes.
1) encode actual mode being used
2) encode the floor for each channel, compute coded mask curve/res
3) normalize and couple.
4) encode residue
5) save packet bytes to the packetblob vector
*/
/* iterate over the many masking curve fits we've created */
{
int **couple_bundle=alloca(sizeof(*couple_bundle)*vi->channels);
int *zerobundle=alloca(sizeof(*zerobundle)*vi->channels);
for(k=(vorbis_bitrate_managed(vb)?0:PACKETBLOBS/2);
k<=(vorbis_bitrate_managed(vb)?PACKETBLOBS-1:PACKETBLOBS/2);
k++){
oggpack_buffer *opb=vbi->packetblob[k];
/* start out our new packet blob with packet type and mode */
/* Encode the packet type */
oggpack_write(opb,0,1);
/* Encode the modenumber */
/* Encode frame mode, pre,post windowsize, then dispatch */
oggpack_write(opb,modenumber,b->modebits);
if(vb->W){
oggpack_write(opb,vb->lW,1);
oggpack_write(opb,vb->nW,1);
}
/* encode floor, compute masking curve, sep out residue */
for(i=0;i<vi->channels;i++){
int submap=info->chmuxlist[i];
int *ilogmask=iwork[i];
nonzero[i]=floor1_encode(opb,vb,b->flr[info->floorsubmap[submap]],
floor_posts[i][k],
ilogmask);
#if 0
{
char buf[80];
sprintf(buf,"maskI%c%d",i?'R':'L',k);
float work[n/2];
for(j=0;j<n/2;j++)
work[j]=FLOOR1_fromdB_LOOKUP[iwork[i][j]];
_analysis_output(buf,seq,work,n/2,1,1,0);
}
#endif
}
/* our iteration is now based on masking curve, not prequant and
coupling. Only one prequant/coupling step */
/* quantize/couple */
/* incomplete implementation that assumes the tree is all depth
one, or no tree at all */
_vp_couple_quantize_normalize(k,
&ci->psy_g_param,
psy_look,
info,
gmdct,
iwork,
nonzero,
ci->psy_g_param.sliding_lowpass[vb->W][k],
vi->channels);
#if 0
for(i=0;i<vi->channels;i++){
char buf[80];
sprintf(buf,"res%c%d",i?'R':'L',k);
float work[n/2];
for(j=0;j<n/2;j++)
work[j]=iwork[i][j];
_analysis_output(buf,seq,work,n/2,1,0,0);
}
#endif
/* classify and encode by submap */
for(i=0;i<info->submaps;i++){
int ch_in_bundle=0;
long **classifications;
int resnum=info->residuesubmap[i];
for(j=0;j<vi->channels;j++){
if(info->chmuxlist[j]==i){
zerobundle[ch_in_bundle]=0;
if(nonzero[j])zerobundle[ch_in_bundle]=1;
couple_bundle[ch_in_bundle++]=iwork[j];
}
}
classifications=_residue_P[ci->residue_type[resnum]]->
class(vb,b->residue[resnum],couple_bundle,zerobundle,ch_in_bundle);
ch_in_bundle=0;
for(j=0;j<vi->channels;j++)
if(info->chmuxlist[j]==i)
couple_bundle[ch_in_bundle++]=iwork[j];
_residue_P[ci->residue_type[resnum]]->
forward(opb,vb,b->residue[resnum],
couple_bundle,zerobundle,ch_in_bundle,classifications,i);
}
/* ok, done encoding. Next protopacket. */
}
}
#if 0
seq++;
total+=ci->blocksizes[vb->W]/4+ci->blocksizes[vb->nW]/4;
#endif
return(0);
}
static int mapping0_inverse(vorbis_block *vb,vorbis_info_mapping *l){
vorbis_dsp_state *vd=vb->vd;
vorbis_info *vi=vd->vi;
codec_setup_info *ci=vi->codec_setup;
private_state *b=vd->backend_state;
vorbis_info_mapping0 *info=(vorbis_info_mapping0 *)l;
int i,j;
long n=vb->pcmend=ci->blocksizes[vb->W];
float **pcmbundle=alloca(sizeof(*pcmbundle)*vi->channels);
int *zerobundle=alloca(sizeof(*zerobundle)*vi->channels);
int *nonzero =alloca(sizeof(*nonzero)*vi->channels);
void **floormemo=alloca(sizeof(*floormemo)*vi->channels);
/* recover the spectral envelope; store it in the PCM vector for now */
for(i=0;i<vi->channels;i++){
int submap=info->chmuxlist[i];
floormemo[i]=_floor_P[ci->floor_type[info->floorsubmap[submap]]]->
inverse1(vb,b->flr[info->floorsubmap[submap]]);
if(floormemo[i])
nonzero[i]=1;
else
nonzero[i]=0;
memset(vb->pcm[i],0,sizeof(*vb->pcm[i])*n/2);
}
/* channel coupling can 'dirty' the nonzero listing */
for(i=0;i<info->coupling_steps;i++){
if(nonzero[info->coupling_mag[i]] ||
nonzero[info->coupling_ang[i]]){
nonzero[info->coupling_mag[i]]=1;
nonzero[info->coupling_ang[i]]=1;
}
}
/* recover the residue into our working vectors */
for(i=0;i<info->submaps;i++){
int ch_in_bundle=0;
for(j=0;j<vi->channels;j++){
if(info->chmuxlist[j]==i){
if(nonzero[j])
zerobundle[ch_in_bundle]=1;
else
zerobundle[ch_in_bundle]=0;
pcmbundle[ch_in_bundle++]=vb->pcm[j];
}
}
_residue_P[ci->residue_type[info->residuesubmap[i]]]->
inverse(vb,b->residue[info->residuesubmap[i]],
pcmbundle,zerobundle,ch_in_bundle);
}
/* channel coupling */
for(i=info->coupling_steps-1;i>=0;i--){
float *pcmM=vb->pcm[info->coupling_mag[i]];
float *pcmA=vb->pcm[info->coupling_ang[i]];
for(j=0;j<n/2;j++){
float mag=pcmM[j];
float ang=pcmA[j];
if(mag>0)
if(ang>0){
pcmM[j]=mag;
pcmA[j]=mag-ang;
}else{
pcmA[j]=mag;
pcmM[j]=mag+ang;
}
else
if(ang>0){
pcmM[j]=mag;
pcmA[j]=mag+ang;
}else{
pcmA[j]=mag;
pcmM[j]=mag-ang;
}
}
}
/* compute and apply spectral envelope */
for(i=0;i<vi->channels;i++){
float *pcm=vb->pcm[i];
int submap=info->chmuxlist[i];
_floor_P[ci->floor_type[info->floorsubmap[submap]]]->
inverse2(vb,b->flr[info->floorsubmap[submap]],
floormemo[i],pcm);
}
/* transform the PCM data; takes PCM vector, vb; modifies PCM vector */
/* only MDCT right now.... */
for(i=0;i<vi->channels;i++){
float *pcm=vb->pcm[i];
mdct_backward(b->transform[vb->W][0],pcm,pcm);
}
/* all done! */
return(0);
}
/* export hooks */
const vorbis_func_mapping mapping0_exportbundle={
&mapping0_pack,
&mapping0_unpack,
&mapping0_free_info,
&mapping0_forward,
&mapping0_inverse
};
|
0 | repos/libvorbis | repos/libvorbis/lib/lookup_data.h | /********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2007 *
* by the Xiph.Org Foundation https://xiph.org/ *
* *
********************************************************************
function: lookup data; generated by lookups.pl; edit there
********************************************************************/
#ifndef _V_LOOKUP_DATA_H_
#ifdef FLOAT_LOOKUP
#define COS_LOOKUP_SZ 128
static const float COS_LOOKUP[COS_LOOKUP_SZ+1]={
+1.0000000000000f,+0.9996988186962f,+0.9987954562052f,+0.9972904566787f,
+0.9951847266722f,+0.9924795345987f,+0.9891765099648f,+0.9852776423889f,
+0.9807852804032f,+0.9757021300385f,+0.9700312531945f,+0.9637760657954f,
+0.9569403357322f,+0.9495281805930f,+0.9415440651830f,+0.9329927988347f,
+0.9238795325113f,+0.9142097557035f,+0.9039892931234f,+0.8932243011955f,
+0.8819212643484f,+0.8700869911087f,+0.8577286100003f,+0.8448535652497f,
+0.8314696123025f,+0.8175848131516f,+0.8032075314806f,+0.7883464276266f,
+0.7730104533627f,+0.7572088465065f,+0.7409511253550f,+0.7242470829515f,
+0.7071067811865f,+0.6895405447371f,+0.6715589548470f,+0.6531728429538f,
+0.6343932841636f,+0.6152315905806f,+0.5956993044924f,+0.5758081914178f,
+0.5555702330196f,+0.5349976198871f,+0.5141027441932f,+0.4928981922298f,
+0.4713967368260f,+0.4496113296546f,+0.4275550934303f,+0.4052413140050f,
+0.3826834323651f,+0.3598950365350f,+0.3368898533922f,+0.3136817403989f,
+0.2902846772545f,+0.2667127574749f,+0.2429801799033f,+0.2191012401569f,
+0.1950903220161f,+0.1709618887603f,+0.1467304744554f,+0.1224106751992f,
+0.0980171403296f,+0.0735645635997f,+0.0490676743274f,+0.0245412285229f,
+0.0000000000000f,-0.0245412285229f,-0.0490676743274f,-0.0735645635997f,
-0.0980171403296f,-0.1224106751992f,-0.1467304744554f,-0.1709618887603f,
-0.1950903220161f,-0.2191012401569f,-0.2429801799033f,-0.2667127574749f,
-0.2902846772545f,-0.3136817403989f,-0.3368898533922f,-0.3598950365350f,
-0.3826834323651f,-0.4052413140050f,-0.4275550934303f,-0.4496113296546f,
-0.4713967368260f,-0.4928981922298f,-0.5141027441932f,-0.5349976198871f,
-0.5555702330196f,-0.5758081914178f,-0.5956993044924f,-0.6152315905806f,
-0.6343932841636f,-0.6531728429538f,-0.6715589548470f,-0.6895405447371f,
-0.7071067811865f,-0.7242470829515f,-0.7409511253550f,-0.7572088465065f,
-0.7730104533627f,-0.7883464276266f,-0.8032075314806f,-0.8175848131516f,
-0.8314696123025f,-0.8448535652497f,-0.8577286100003f,-0.8700869911087f,
-0.8819212643484f,-0.8932243011955f,-0.9039892931234f,-0.9142097557035f,
-0.9238795325113f,-0.9329927988347f,-0.9415440651830f,-0.9495281805930f,
-0.9569403357322f,-0.9637760657954f,-0.9700312531945f,-0.9757021300385f,
-0.9807852804032f,-0.9852776423889f,-0.9891765099648f,-0.9924795345987f,
-0.9951847266722f,-0.9972904566787f,-0.9987954562052f,-0.9996988186962f,
-1.0000000000000f,
};
#define INVSQ_LOOKUP_SZ 32
static const float INVSQ_LOOKUP[INVSQ_LOOKUP_SZ+1]={
1.414213562373f,1.392621247646f,1.371988681140f,1.352246807566f,
1.333333333333f,1.315191898443f,1.297771369046f,1.281025230441f,
1.264911064067f,1.249390095109f,1.234426799697f,1.219988562661f,
1.206045378311f,1.192569588000f,1.179535649239f,1.166919931983f,
1.154700538379f,1.142857142857f,1.131370849898f,1.120224067222f,
1.109400392450f,1.098884511590f,1.088662107904f,1.078719779941f,
1.069044967650f,1.059625885652f,1.050451462878f,1.041511287847f,
1.032795558989f,1.024295039463f,1.016001016002f,1.007905261358f,
1.000000000000f,
};
#define INVSQ2EXP_LOOKUP_MIN (-32)
#define INVSQ2EXP_LOOKUP_MAX 32
static const float INVSQ2EXP_LOOKUP[INVSQ2EXP_LOOKUP_MAX-\
INVSQ2EXP_LOOKUP_MIN+1]={
65536.f, 46340.95001f, 32768.f, 23170.47501f,
16384.f, 11585.2375f, 8192.f, 5792.618751f,
4096.f, 2896.309376f, 2048.f, 1448.154688f,
1024.f, 724.0773439f, 512.f, 362.038672f,
256.f, 181.019336f, 128.f, 90.50966799f,
64.f, 45.254834f, 32.f, 22.627417f,
16.f, 11.3137085f, 8.f, 5.656854249f,
4.f, 2.828427125f, 2.f, 1.414213562f,
1.f, 0.7071067812f, 0.5f, 0.3535533906f,
0.25f, 0.1767766953f, 0.125f, 0.08838834765f,
0.0625f, 0.04419417382f, 0.03125f, 0.02209708691f,
0.015625f, 0.01104854346f, 0.0078125f, 0.005524271728f,
0.00390625f, 0.002762135864f, 0.001953125f, 0.001381067932f,
0.0009765625f, 0.000690533966f, 0.00048828125f, 0.000345266983f,
0.000244140625f,0.0001726334915f,0.0001220703125f,8.631674575e-05f,
6.103515625e-05f,4.315837288e-05f,3.051757812e-05f,2.157918644e-05f,
1.525878906e-05f,
};
#endif
#define FROMdB_LOOKUP_SZ 35
#define FROMdB2_LOOKUP_SZ 32
#define FROMdB_SHIFT 5
#define FROMdB2_SHIFT 3
#define FROMdB2_MASK 31
#ifdef FLOAT_LOOKUP
static const float FROMdB_LOOKUP[FROMdB_LOOKUP_SZ]={
1.f, 0.6309573445f, 0.3981071706f, 0.2511886432f,
0.1584893192f, 0.1f, 0.06309573445f, 0.03981071706f,
0.02511886432f, 0.01584893192f, 0.01f, 0.006309573445f,
0.003981071706f, 0.002511886432f, 0.001584893192f, 0.001f,
0.0006309573445f,0.0003981071706f,0.0002511886432f,0.0001584893192f,
0.0001f,6.309573445e-05f,3.981071706e-05f,2.511886432e-05f,
1.584893192e-05f, 1e-05f,6.309573445e-06f,3.981071706e-06f,
2.511886432e-06f,1.584893192e-06f, 1e-06f,6.309573445e-07f,
3.981071706e-07f,2.511886432e-07f,1.584893192e-07f,
};
static const float FROMdB2_LOOKUP[FROMdB2_LOOKUP_SZ]={
0.9928302478f, 0.9786445908f, 0.9646616199f, 0.9508784391f,
0.9372921937f, 0.92390007f, 0.9106992942f, 0.8976871324f,
0.8848608897f, 0.8722179097f, 0.8597555737f, 0.8474713009f,
0.835362547f, 0.8234268041f, 0.8116616003f, 0.8000644989f,
0.7886330981f, 0.7773650302f, 0.7662579617f, 0.755309592f,
0.7445176537f, 0.7338799116f, 0.7233941627f, 0.7130582353f,
0.7028699885f, 0.6928273125f, 0.6829281272f, 0.6731703824f,
0.6635520573f, 0.6540711597f, 0.6447257262f, 0.6355138211f,
};
#endif
#ifdef INT_LOOKUP
#define INVSQ_LOOKUP_I_SHIFT 10
#define INVSQ_LOOKUP_I_MASK 1023
static const long INVSQ_LOOKUP_I[64+1]={
92682l, 91966l, 91267l, 90583l,
89915l, 89261l, 88621l, 87995l,
87381l, 86781l, 86192l, 85616l,
85051l, 84497l, 83953l, 83420l,
82897l, 82384l, 81880l, 81385l,
80899l, 80422l, 79953l, 79492l,
79039l, 78594l, 78156l, 77726l,
77302l, 76885l, 76475l, 76072l,
75674l, 75283l, 74898l, 74519l,
74146l, 73778l, 73415l, 73058l,
72706l, 72359l, 72016l, 71679l,
71347l, 71019l, 70695l, 70376l,
70061l, 69750l, 69444l, 69141l,
68842l, 68548l, 68256l, 67969l,
67685l, 67405l, 67128l, 66855l,
66585l, 66318l, 66054l, 65794l,
65536l,
};
#define COS_LOOKUP_I_SHIFT 9
#define COS_LOOKUP_I_MASK 511
#define COS_LOOKUP_I_SZ 128
static const long COS_LOOKUP_I[COS_LOOKUP_I_SZ+1]={
16384l, 16379l, 16364l, 16340l,
16305l, 16261l, 16207l, 16143l,
16069l, 15986l, 15893l, 15791l,
15679l, 15557l, 15426l, 15286l,
15137l, 14978l, 14811l, 14635l,
14449l, 14256l, 14053l, 13842l,
13623l, 13395l, 13160l, 12916l,
12665l, 12406l, 12140l, 11866l,
11585l, 11297l, 11003l, 10702l,
10394l, 10080l, 9760l, 9434l,
9102l, 8765l, 8423l, 8076l,
7723l, 7366l, 7005l, 6639l,
6270l, 5897l, 5520l, 5139l,
4756l, 4370l, 3981l, 3590l,
3196l, 2801l, 2404l, 2006l,
1606l, 1205l, 804l, 402l,
0l, -401l, -803l, -1204l,
-1605l, -2005l, -2403l, -2800l,
-3195l, -3589l, -3980l, -4369l,
-4755l, -5138l, -5519l, -5896l,
-6269l, -6638l, -7004l, -7365l,
-7722l, -8075l, -8422l, -8764l,
-9101l, -9433l, -9759l, -10079l,
-10393l, -10701l, -11002l, -11296l,
-11584l, -11865l, -12139l, -12405l,
-12664l, -12915l, -13159l, -13394l,
-13622l, -13841l, -14052l, -14255l,
-14448l, -14634l, -14810l, -14977l,
-15136l, -15285l, -15425l, -15556l,
-15678l, -15790l, -15892l, -15985l,
-16068l, -16142l, -16206l, -16260l,
-16304l, -16339l, -16363l, -16378l,
-16383l,
};
#endif
#endif
|
0 | repos/libvorbis | repos/libvorbis/lib/lpc.h | /********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2007 *
* by the Xiph.Org Foundation https://xiph.org/ *
* *
********************************************************************
function: LPC low level routines
********************************************************************/
#ifndef _V_LPC_H_
#define _V_LPC_H_
#include "vorbis/codec.h"
/* simple linear scale LPC code */
extern float vorbis_lpc_from_data(float *data,float *lpc,int n,int m);
extern void vorbis_lpc_predict(float *coeff,float *prime,int m,
float *data,long n);
#endif
|
0 | repos/libvorbis | repos/libvorbis/lib/bitrate.c | /********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2009 *
* by the Xiph.Org Foundation https://xiph.org/ *
* *
********************************************************************
function: bitrate tracking and management
********************************************************************/
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <ogg/ogg.h>
#include "vorbis/codec.h"
#include "codec_internal.h"
#include "os.h"
#include "misc.h"
#include "bitrate.h"
/* compute bitrate tracking setup */
void vorbis_bitrate_init(vorbis_info *vi,bitrate_manager_state *bm){
codec_setup_info *ci=vi->codec_setup;
bitrate_manager_info *bi=&ci->bi;
memset(bm,0,sizeof(*bm));
if(bi && (bi->reservoir_bits>0)){
long ratesamples=vi->rate;
int halfsamples=ci->blocksizes[0]>>1;
bm->short_per_long=ci->blocksizes[1]/ci->blocksizes[0];
bm->managed=1;
bm->avg_bitsper= rint(1.*bi->avg_rate*halfsamples/ratesamples);
bm->min_bitsper= rint(1.*bi->min_rate*halfsamples/ratesamples);
bm->max_bitsper= rint(1.*bi->max_rate*halfsamples/ratesamples);
bm->avgfloat=PACKETBLOBS/2;
/* not a necessary fix, but one that leads to a more balanced
typical initialization */
{
long desired_fill=bi->reservoir_bits*bi->reservoir_bias;
bm->minmax_reservoir=desired_fill;
bm->avg_reservoir=desired_fill;
}
}
}
void vorbis_bitrate_clear(bitrate_manager_state *bm){
memset(bm,0,sizeof(*bm));
return;
}
int vorbis_bitrate_managed(vorbis_block *vb){
vorbis_dsp_state *vd=vb->vd;
private_state *b=vd->backend_state;
bitrate_manager_state *bm=&b->bms;
if(bm && bm->managed)return(1);
return(0);
}
/* finish taking in the block we just processed */
int vorbis_bitrate_addblock(vorbis_block *vb){
vorbis_block_internal *vbi=vb->internal;
vorbis_dsp_state *vd=vb->vd;
private_state *b=vd->backend_state;
bitrate_manager_state *bm=&b->bms;
vorbis_info *vi=vd->vi;
codec_setup_info *ci=vi->codec_setup;
bitrate_manager_info *bi=&ci->bi;
int choice=rint(bm->avgfloat);
long this_bits=oggpack_bytes(vbi->packetblob[choice])*8;
long min_target_bits=(vb->W?bm->min_bitsper*bm->short_per_long:bm->min_bitsper);
long max_target_bits=(vb->W?bm->max_bitsper*bm->short_per_long:bm->max_bitsper);
int samples=ci->blocksizes[vb->W]>>1;
long desired_fill=bi->reservoir_bits*bi->reservoir_bias;
if(!bm->managed){
/* not a bitrate managed stream, but for API simplicity, we'll
buffer the packet to keep the code path clean */
if(bm->vb)return(-1); /* one has been submitted without
being claimed */
bm->vb=vb;
return(0);
}
bm->vb=vb;
/* look ahead for avg floater */
if(bm->avg_bitsper>0){
double slew=0.;
long avg_target_bits=(vb->W?bm->avg_bitsper*bm->short_per_long:bm->avg_bitsper);
double slewlimit= 15./bi->slew_damp;
/* choosing a new floater:
if we're over target, we slew down
if we're under target, we slew up
choose slew as follows: look through packetblobs of this frame
and set slew as the first in the appropriate direction that
gives us the slew we want. This may mean no slew if delta is
already favorable.
Then limit slew to slew max */
if(bm->avg_reservoir+(this_bits-avg_target_bits)>desired_fill){
while(choice>0 && this_bits>avg_target_bits &&
bm->avg_reservoir+(this_bits-avg_target_bits)>desired_fill){
choice--;
this_bits=oggpack_bytes(vbi->packetblob[choice])*8;
}
}else if(bm->avg_reservoir+(this_bits-avg_target_bits)<desired_fill){
while(choice+1<PACKETBLOBS && this_bits<avg_target_bits &&
bm->avg_reservoir+(this_bits-avg_target_bits)<desired_fill){
choice++;
this_bits=oggpack_bytes(vbi->packetblob[choice])*8;
}
}
slew=rint(choice-bm->avgfloat)/samples*vi->rate;
if(slew<-slewlimit)slew=-slewlimit;
if(slew>slewlimit)slew=slewlimit;
choice=rint(bm->avgfloat+= slew/vi->rate*samples);
this_bits=oggpack_bytes(vbi->packetblob[choice])*8;
}
/* enforce min(if used) on the current floater (if used) */
if(bm->min_bitsper>0){
/* do we need to force the bitrate up? */
if(this_bits<min_target_bits){
while(bm->minmax_reservoir-(min_target_bits-this_bits)<0){
choice++;
if(choice>=PACKETBLOBS)break;
this_bits=oggpack_bytes(vbi->packetblob[choice])*8;
}
}
}
/* enforce max (if used) on the current floater (if used) */
if(bm->max_bitsper>0){
/* do we need to force the bitrate down? */
if(this_bits>max_target_bits){
while(bm->minmax_reservoir+(this_bits-max_target_bits)>bi->reservoir_bits){
choice--;
if(choice<0)break;
this_bits=oggpack_bytes(vbi->packetblob[choice])*8;
}
}
}
/* Choice of packetblobs now made based on floater, and min/max
requirements. Now boundary check extreme choices */
if(choice<0){
/* choosing a smaller packetblob is insufficient to trim bitrate.
frame will need to be truncated */
long maxsize=(max_target_bits+(bi->reservoir_bits-bm->minmax_reservoir))/8;
bm->choice=choice=0;
if(oggpack_bytes(vbi->packetblob[choice])>maxsize){
oggpack_writetrunc(vbi->packetblob[choice],maxsize*8);
this_bits=oggpack_bytes(vbi->packetblob[choice])*8;
}
}else{
long minsize=(min_target_bits-bm->minmax_reservoir+7)/8;
if(choice>=PACKETBLOBS)
choice=PACKETBLOBS-1;
bm->choice=choice;
/* prop up bitrate according to demand. pad this frame out with zeroes */
minsize-=oggpack_bytes(vbi->packetblob[choice]);
while(minsize-->0)oggpack_write(vbi->packetblob[choice],0,8);
this_bits=oggpack_bytes(vbi->packetblob[choice])*8;
}
/* now we have the final packet and the final packet size. Update statistics */
/* min and max reservoir */
if(bm->min_bitsper>0 || bm->max_bitsper>0){
if(max_target_bits>0 && this_bits>max_target_bits){
bm->minmax_reservoir+=(this_bits-max_target_bits);
}else if(min_target_bits>0 && this_bits<min_target_bits){
bm->minmax_reservoir+=(this_bits-min_target_bits);
}else{
/* inbetween; we want to take reservoir toward but not past desired_fill */
if(bm->minmax_reservoir>desired_fill){
if(max_target_bits>0){ /* logical bulletproofing against initialization state */
bm->minmax_reservoir+=(this_bits-max_target_bits);
if(bm->minmax_reservoir<desired_fill)bm->minmax_reservoir=desired_fill;
}else{
bm->minmax_reservoir=desired_fill;
}
}else{
if(min_target_bits>0){ /* logical bulletproofing against initialization state */
bm->minmax_reservoir+=(this_bits-min_target_bits);
if(bm->minmax_reservoir>desired_fill)bm->minmax_reservoir=desired_fill;
}else{
bm->minmax_reservoir=desired_fill;
}
}
}
}
/* avg reservoir */
if(bm->avg_bitsper>0){
long avg_target_bits=(vb->W?bm->avg_bitsper*bm->short_per_long:bm->avg_bitsper);
bm->avg_reservoir+=this_bits-avg_target_bits;
}
return(0);
}
int vorbis_bitrate_flushpacket(vorbis_dsp_state *vd,ogg_packet *op){
private_state *b=vd->backend_state;
bitrate_manager_state *bm=&b->bms;
vorbis_block *vb=bm->vb;
int choice=PACKETBLOBS/2;
if(!vb)return 0;
if(op){
vorbis_block_internal *vbi=vb->internal;
if(vorbis_bitrate_managed(vb))
choice=bm->choice;
op->packet=oggpack_get_buffer(vbi->packetblob[choice]);
op->bytes=oggpack_bytes(vbi->packetblob[choice]);
op->b_o_s=0;
op->e_o_s=vb->eofflag;
op->granulepos=vb->granulepos;
op->packetno=vb->sequence; /* for sake of completeness */
}
bm->vb=0;
return(1);
}
|
0 | repos/libvorbis | repos/libvorbis/lib/os.h | #ifndef _OS_H
#define _OS_H
/********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2015 *
* by the Xiph.Org Foundation https://xiph.org/ *
* *
********************************************************************
function: #ifdef jail to whip a few platforms into the UNIX ideal.
********************************************************************/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include <math.h>
#include <ogg/os_types.h>
#include "misc.h"
#ifndef _V_IFDEFJAIL_H_
# define _V_IFDEFJAIL_H_
# ifdef __GNUC__
# define STIN static __inline__
# elif defined(_WIN32)
# define STIN static __inline
# else
# define STIN static
# endif
#ifdef DJGPP
# define rint(x) (floor((x)+0.5f))
#endif
#ifndef M_PI
# define M_PI (3.1415926536f)
#endif
#if defined(_WIN32) && !defined(__SYMBIAN32__)
# include <malloc.h>
# define rint(x) (floor((x)+0.5f))
# define NO_FLOAT_MATH_LIB
# define FAST_HYPOT(a, b) sqrt((a)*(a) + (b)*(b))
#endif
#if defined(__SYMBIAN32__) && defined(__WINS__)
void *_alloca(size_t size);
# define alloca _alloca
#endif
#ifndef FAST_HYPOT
# define FAST_HYPOT hypot
#endif
#endif /* _V_IFDEFJAIL_H_ */
#ifdef HAVE_ALLOCA_H
# include <alloca.h>
#endif
#ifdef USE_MEMORY_H
# include <memory.h>
#endif
#ifndef min
# define min(x,y) ((x)>(y)?(y):(x))
#endif
#ifndef max
# define max(x,y) ((x)<(y)?(y):(x))
#endif
/* Special i386 GCC implementation */
#if defined(__i386__) && defined(__GNUC__) && !defined(__BEOS__) && !defined(__SSE2_MATH__)
# define VORBIS_FPU_CONTROL
/* both GCC and MSVC are kinda stupid about rounding/casting to int.
Because of encapsulation constraints (GCC can't see inside the asm
block and so we end up doing stupid things like a store/load that
is collectively a noop), we do it this way */
/* we must set up the fpu before this works!! */
typedef ogg_int16_t vorbis_fpu_control;
static inline void vorbis_fpu_setround(vorbis_fpu_control *fpu){
ogg_int16_t ret;
ogg_int16_t temp;
__asm__ __volatile__("fnstcw %0\n\t"
"movw %0,%%dx\n\t"
"andw $62463,%%dx\n\t"
"movw %%dx,%1\n\t"
"fldcw %1\n\t":"=m"(ret):"m"(temp): "dx");
*fpu=ret;
}
static inline void vorbis_fpu_restore(vorbis_fpu_control fpu){
__asm__ __volatile__("fldcw %0":: "m"(fpu));
}
/* assumes the FPU is in round mode! */
static inline int vorbis_ftoi(double f){ /* yes, double! Otherwise,
we get extra fst/fld to
truncate precision */
int i;
__asm__("fistl %0": "=m"(i) : "t"(f));
return(i);
}
#endif /* Special i386 GCC implementation */
/* MSVC inline assembly. 32 bit only; inline ASM isn't implemented in the
* 64 bit compiler and doesn't work on arm. */
#if defined(_MSC_VER) && defined(_M_IX86) && !defined(_WIN32_WCE)
# define VORBIS_FPU_CONTROL
typedef ogg_int16_t vorbis_fpu_control;
static __inline int vorbis_ftoi(double f){
int i;
__asm{
fld f
fistp i
}
return i;
}
static __inline void vorbis_fpu_setround(vorbis_fpu_control *fpu){
(void)fpu;
}
static __inline void vorbis_fpu_restore(vorbis_fpu_control fpu){
(void)fpu;
}
#endif /* Special MSVC 32 bit implementation */
/* Optimized code path for x86_64 builds. Uses SSE2 intrinsics. This can be
done safely because all x86_64 CPUs supports SSE2. */
#if (defined(_MSC_VER) && defined(_M_X64)) || (defined(__GNUC__) && defined (__SSE2_MATH__))
# define VORBIS_FPU_CONTROL
typedef ogg_int16_t vorbis_fpu_control;
#include <emmintrin.h>
static __inline int vorbis_ftoi(double f){
return _mm_cvtsd_si32(_mm_load_sd(&f));
}
static __inline void vorbis_fpu_setround(vorbis_fpu_control *fpu){
(void)fpu;
}
static __inline void vorbis_fpu_restore(vorbis_fpu_control fpu){
(void)fpu;
}
#endif /* Special MSVC x64 implementation */
/* If no special implementation was found for the current compiler / platform,
use the default implementation here: */
#ifndef VORBIS_FPU_CONTROL
typedef int vorbis_fpu_control;
STIN int vorbis_ftoi(double f){
/* Note: MSVC and GCC (at least on some systems) round towards zero, thus,
the floor() call is required to ensure correct roudning of
negative numbers */
return (int)floor(f+.5);
}
/* We don't have special code for this compiler/arch, so do it the slow way */
# define vorbis_fpu_setround(vorbis_fpu_control) {}
# define vorbis_fpu_restore(vorbis_fpu_control) {}
#endif /* default implementation */
#endif /* _OS_H */
|
0 | repos/libvorbis | repos/libvorbis/lib/window.h | /********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2007 *
* by the Xiph.Org Foundation https://xiph.org/ *
* *
********************************************************************
function: window functions
********************************************************************/
#ifndef _V_WINDOW_
#define _V_WINDOW_
extern const float *_vorbis_window_get(int n);
extern void _vorbis_apply_window(float *d,int *winno,long *blocksizes,
int lW,int W,int nW);
#endif
|
0 | repos/libvorbis/lib/books | repos/libvorbis/lib/books/floor/floor_books.h | /********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2007 *
* by the Xiph.Org Foundation https://xiph.org/ *
* *
********************************************************************
function: static codebooks autogenerated by huff/huffbuld
********************************************************************/
#include "codebook.h"
static const char _huff_lengthlist_line_256x7_0sub1[] = {
0, 2, 3, 3, 3, 3, 4, 3, 4,
};
static const static_codebook _huff_book_line_256x7_0sub1 = {
1, 9,
(char *)_huff_lengthlist_line_256x7_0sub1,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_256x7_0sub2[] = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 4, 3, 4, 3, 5, 3,
6, 3, 6, 4, 6, 4, 7, 5, 7,
};
static const static_codebook _huff_book_line_256x7_0sub2 = {
1, 25,
(char *)_huff_lengthlist_line_256x7_0sub2,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_256x7_0sub3[] = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 5, 2, 5, 3, 5, 3,
6, 3, 6, 4, 7, 6, 7, 8, 7, 9, 8, 9, 9, 9,10, 9,
11,13,11,13,10,10,13,13,13,13,13,13,12,12,12,12,
};
static const static_codebook _huff_book_line_256x7_0sub3 = {
1, 64,
(char *)_huff_lengthlist_line_256x7_0sub3,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_256x7_1sub1[] = {
0, 3, 3, 3, 3, 2, 4, 3, 4,
};
static const static_codebook _huff_book_line_256x7_1sub1 = {
1, 9,
(char *)_huff_lengthlist_line_256x7_1sub1,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_256x7_1sub2[] = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 3, 3, 4, 3, 4, 4,
5, 4, 6, 5, 6, 7, 6, 8, 8,
};
static const static_codebook _huff_book_line_256x7_1sub2 = {
1, 25,
(char *)_huff_lengthlist_line_256x7_1sub2,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_256x7_1sub3[] = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 2, 4, 3, 6, 3, 7,
3, 8, 5, 8, 6, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8,
8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 7,
};
static const static_codebook _huff_book_line_256x7_1sub3 = {
1, 64,
(char *)_huff_lengthlist_line_256x7_1sub3,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_256x7_class0[] = {
7, 5, 5, 9, 9, 6, 6, 9,12, 8, 7, 8,11, 8, 9,15,
6, 3, 3, 7, 7, 4, 3, 6, 9, 6, 5, 6, 8, 6, 8,15,
8, 5, 5, 9, 8, 5, 4, 6,10, 7, 5, 5,11, 8, 7,15,
14,15,13,13,13,13, 8,11,15,10, 7, 6,11, 9,10,15,
};
static const static_codebook _huff_book_line_256x7_class0 = {
1, 64,
(char *)_huff_lengthlist_line_256x7_class0,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_256x7_class1[] = {
5, 6, 8,15, 6, 9,10,15,10,11,12,15,15,15,15,15,
4, 6, 7,15, 6, 7, 8,15, 9, 8, 9,15,15,15,15,15,
6, 8, 9,15, 7, 7, 8,15,10, 9,10,15,15,15,15,15,
15,13,15,15,15,10,11,15,15,13,13,15,15,15,15,15,
4, 6, 7,15, 6, 8, 9,15,10,10,12,15,15,15,15,15,
2, 5, 6,15, 5, 6, 7,15, 8, 6, 7,15,15,15,15,15,
5, 6, 8,15, 5, 6, 7,15, 9, 6, 7,15,15,15,15,15,
14,12,13,15,12,10,11,15,15,15,15,15,15,15,15,15,
7, 8, 9,15, 9,10,10,15,15,14,14,15,15,15,15,15,
5, 6, 7,15, 7, 8, 9,15,12, 9,10,15,15,15,15,15,
7, 7, 9,15, 7, 7, 8,15,12, 8, 9,15,15,15,15,15,
13,13,14,15,12,11,12,15,15,15,15,15,15,15,15,15,
15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,
13,13,13,15,15,15,15,15,15,15,15,15,15,15,15,15,
15,12,13,15,15,12,13,15,15,14,15,15,15,15,15,15,
15,15,15,15,15,15,13,15,15,15,15,15,15,15,15,15,
};
static const static_codebook _huff_book_line_256x7_class1 = {
1, 256,
(char *)_huff_lengthlist_line_256x7_class1,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_512x17_0sub0[] = {
4, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5,
5, 6, 5, 6, 6, 6, 6, 5, 6, 6, 7, 6, 7, 6, 7, 6,
7, 6, 8, 7, 8, 7, 8, 7, 8, 7, 8, 7, 9, 7, 9, 7,
9, 7, 9, 8, 9, 8,10, 8,10, 8,10, 7,10, 6,10, 8,
10, 8,11, 7,10, 7,11, 8,11,11,12,12,11,11,12,11,
13,11,13,11,13,12,15,12,13,13,14,14,14,14,14,15,
15,15,16,14,17,19,19,18,18,18,18,18,18,18,18,18,
18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,
};
static const static_codebook _huff_book_line_512x17_0sub0 = {
1, 128,
(char *)_huff_lengthlist_line_512x17_0sub0,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_512x17_1sub0[] = {
2, 4, 5, 4, 5, 4, 5, 4, 5, 5, 5, 5, 5, 5, 6, 5,
6, 5, 6, 6, 7, 6, 7, 6, 8, 7, 8, 7, 8, 7, 8, 7,
};
static const static_codebook _huff_book_line_512x17_1sub0 = {
1, 32,
(char *)_huff_lengthlist_line_512x17_1sub0,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_512x17_1sub1[] = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
4, 3, 5, 3, 5, 4, 5, 4, 5, 4, 5, 5, 5, 5, 6, 5,
6, 5, 7, 5, 8, 6, 8, 6, 8, 6, 8, 6, 8, 7, 9, 7,
9, 7,11, 9,11,11,12,11,14,12,14,16,14,16,13,16,
14,16,12,15,13,16,14,16,13,14,12,15,13,15,13,13,
13,15,12,14,14,15,13,15,12,15,15,15,15,15,15,15,
15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,
};
static const static_codebook _huff_book_line_512x17_1sub1 = {
1, 128,
(char *)_huff_lengthlist_line_512x17_1sub1,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_512x17_2sub1[] = {
0, 4, 5, 4, 4, 4, 5, 4, 4, 4, 5, 4, 5, 4, 5, 3,
5, 3,
};
static const static_codebook _huff_book_line_512x17_2sub1 = {
1, 18,
(char *)_huff_lengthlist_line_512x17_2sub1,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_512x17_2sub2[] = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 4, 3, 4, 3, 4, 4, 5, 4, 5, 4, 6, 4, 6, 5,
6, 5, 7, 5, 7, 6, 8, 6, 8, 6, 8, 7, 8, 7, 9, 7,
9, 8,
};
static const static_codebook _huff_book_line_512x17_2sub2 = {
1, 50,
(char *)_huff_lengthlist_line_512x17_2sub2,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_512x17_2sub3[] = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 3, 3, 3, 3, 4, 3, 4, 4, 5, 5, 6, 6, 7, 7,
7, 8, 8,11, 8, 9, 9, 9,10,11,11,11, 9,10,10,11,
11,11,11,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
};
static const static_codebook _huff_book_line_512x17_2sub3 = {
1, 128,
(char *)_huff_lengthlist_line_512x17_2sub3,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_512x17_3sub1[] = {
0, 4, 4, 4, 4, 4, 4, 3, 4, 4, 4, 4, 4, 5, 4, 5,
5, 5,
};
static const static_codebook _huff_book_line_512x17_3sub1 = {
1, 18,
(char *)_huff_lengthlist_line_512x17_3sub1,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_512x17_3sub2[] = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 2, 3, 3, 4, 3, 5, 4, 6, 4, 6, 5, 7, 6, 7,
6, 8, 6, 8, 7, 9, 8,10, 8,12, 9,13,10,15,10,15,
11,14,
};
static const static_codebook _huff_book_line_512x17_3sub2 = {
1, 50,
(char *)_huff_lengthlist_line_512x17_3sub2,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_512x17_3sub3[] = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 4, 8, 4, 8, 4, 8, 4, 8, 5, 8, 5, 8, 6, 8,
4, 8, 4, 8, 5, 8, 5, 7, 7, 7, 7, 7, 7, 7, 7, 7,
7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7,
7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7,
7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7,
};
static const static_codebook _huff_book_line_512x17_3sub3 = {
1, 128,
(char *)_huff_lengthlist_line_512x17_3sub3,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_512x17_class1[] = {
1, 2, 3, 6, 5, 4, 7, 7,
};
static const static_codebook _huff_book_line_512x17_class1 = {
1, 8,
(char *)_huff_lengthlist_line_512x17_class1,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_512x17_class2[] = {
3, 3, 3,14, 5, 4, 4,11, 8, 6, 6,10,17,12,11,17,
6, 5, 5,15, 5, 3, 4,11, 8, 5, 5, 8,16, 9,10,14,
10, 8, 9,17, 8, 6, 6,13,10, 7, 7,10,16,11,13,14,
17,17,17,17,17,16,16,16,16,15,16,16,16,16,16,16,
};
static const static_codebook _huff_book_line_512x17_class2 = {
1, 64,
(char *)_huff_lengthlist_line_512x17_class2,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_512x17_class3[] = {
2, 4, 6,17, 4, 5, 7,17, 8, 7,10,17,17,17,17,17,
3, 4, 6,15, 3, 3, 6,15, 7, 6, 9,17,17,17,17,17,
6, 8,10,17, 6, 6, 8,16, 9, 8,10,17,17,15,16,17,
17,17,17,17,12,15,15,16,12,15,15,16,16,16,16,16,
};
static const static_codebook _huff_book_line_512x17_class3 = {
1, 64,
(char *)_huff_lengthlist_line_512x17_class3,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_128x4_class0[] = {
7, 7, 7,11, 6, 6, 7,11, 7, 6, 6,10,12,10,10,13,
7, 7, 8,11, 7, 7, 7,11, 7, 6, 7,10,11,10,10,13,
10,10, 9,12, 9, 9, 9,11, 8, 8, 8,11,13,11,10,14,
15,15,14,15,15,14,13,14,15,12,12,17,17,17,17,17,
7, 7, 6, 9, 6, 6, 6, 9, 7, 6, 6, 8,11,11,10,12,
7, 7, 7, 9, 7, 6, 6, 9, 7, 6, 6, 9,13,10,10,11,
10, 9, 8,10, 9, 8, 8,10, 8, 8, 7, 9,13,12,10,11,
17,14,14,13,15,14,12,13,17,13,12,15,17,17,14,17,
7, 6, 6, 7, 6, 6, 5, 7, 6, 6, 6, 6,11, 9, 9, 9,
7, 7, 6, 7, 7, 6, 6, 7, 6, 6, 6, 6,10, 9, 8, 9,
10, 9, 8, 8, 9, 8, 7, 8, 8, 7, 6, 8,11,10, 9,10,
17,17,12,15,15,15,12,14,14,14,10,12,15,13,12,13,
11,10, 8,10,11,10, 8, 8,10, 9, 7, 7,10, 9, 9,11,
11,11, 9,10,11,10, 8, 9,10, 8, 6, 8,10, 9, 9,11,
14,13,10,12,12,11,10,10, 8, 7, 8,10,10,11,11,12,
17,17,15,17,17,17,17,17,17,13,12,17,17,17,14,17,
};
static const static_codebook _huff_book_line_128x4_class0 = {
1, 256,
(char *)_huff_lengthlist_line_128x4_class0,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_128x4_0sub0[] = {
2, 2, 2, 2,
};
static const static_codebook _huff_book_line_128x4_0sub0 = {
1, 4,
(char *)_huff_lengthlist_line_128x4_0sub0,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_128x4_0sub1[] = {
0, 0, 0, 0, 3, 2, 3, 2, 3, 3,
};
static const static_codebook _huff_book_line_128x4_0sub1 = {
1, 10,
(char *)_huff_lengthlist_line_128x4_0sub1,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_128x4_0sub2[] = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 3, 4, 3, 4, 3,
4, 4, 5, 4, 5, 4, 6, 5, 6,
};
static const static_codebook _huff_book_line_128x4_0sub2 = {
1, 25,
(char *)_huff_lengthlist_line_128x4_0sub2,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_128x4_0sub3[] = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 4, 3, 5, 3, 5, 3,
5, 4, 6, 5, 6, 5, 7, 6, 6, 7, 7, 9, 9,11,11,16,
11,14,10,11,11,13,16,15,15,15,15,15,15,15,15,15,
};
static const static_codebook _huff_book_line_128x4_0sub3 = {
1, 64,
(char *)_huff_lengthlist_line_128x4_0sub3,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_256x4_class0[] = {
6, 7, 7,12, 6, 6, 7,12, 7, 6, 6,10,15,12,11,13,
7, 7, 8,13, 7, 7, 8,12, 7, 7, 7,11,12,12,11,13,
10, 9, 9,11, 9, 9, 9,10,10, 8, 8,12,14,12,12,14,
11,11,12,14,11,12,11,15,15,12,13,15,15,15,15,15,
6, 6, 7,10, 6, 6, 6,11, 7, 6, 6, 9,14,12,11,13,
7, 7, 7,10, 6, 6, 7, 9, 7, 7, 6,10,13,12,10,12,
9, 9, 9,11, 9, 9, 8, 9, 9, 8, 8,10,13,12,10,12,
12,12,11,13,12,12,11,12,15,13,12,15,15,15,14,14,
6, 6, 6, 8, 6, 6, 5, 6, 7, 7, 6, 5,11,10, 9, 8,
7, 6, 6, 7, 6, 6, 5, 6, 7, 7, 6, 6,11,10, 9, 8,
8, 8, 8, 9, 8, 8, 7, 8, 8, 8, 6, 7,11,10, 9, 9,
14,11,10,14,14,11,10,15,13,11, 9,11,15,12,12,11,
11, 9, 8, 8,10, 9, 8, 9,11,10, 9, 8,12,11,12,11,
13,10, 8, 9,11,10, 8, 9,10, 9, 8, 9,10, 8,12,12,
15,11,10,10,13,11,10,10, 8, 8, 7,12,10, 9,11,12,
15,12,11,15,13,11,11,15,12,14,11,13,15,15,13,13,
};
static const static_codebook _huff_book_line_256x4_class0 = {
1, 256,
(char *)_huff_lengthlist_line_256x4_class0,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_256x4_0sub0[] = {
2, 2, 2, 2,
};
static const static_codebook _huff_book_line_256x4_0sub0 = {
1, 4,
(char *)_huff_lengthlist_line_256x4_0sub0,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_256x4_0sub1[] = {
0, 0, 0, 0, 2, 2, 3, 3, 3, 3,
};
static const static_codebook _huff_book_line_256x4_0sub1 = {
1, 10,
(char *)_huff_lengthlist_line_256x4_0sub1,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_256x4_0sub2[] = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 3, 4, 3, 4, 3,
5, 3, 5, 4, 5, 4, 6, 4, 6,
};
static const static_codebook _huff_book_line_256x4_0sub2 = {
1, 25,
(char *)_huff_lengthlist_line_256x4_0sub2,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_256x4_0sub3[] = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 4, 3, 5, 3, 5, 3,
6, 4, 7, 4, 7, 5, 7, 6, 7, 6, 7, 8,10,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,12,12,12,12,12,
};
static const static_codebook _huff_book_line_256x4_0sub3 = {
1, 64,
(char *)_huff_lengthlist_line_256x4_0sub3,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_128x7_class0[] = {
10, 7, 8,13, 9, 6, 7,11,10, 8, 8,12,17,17,17,17,
7, 5, 5, 9, 6, 4, 4, 8, 8, 5, 5, 8,16,14,13,16,
7, 5, 5, 7, 6, 3, 3, 5, 8, 5, 4, 7,14,12,12,15,
10, 7, 8, 9, 7, 5, 5, 6, 9, 6, 5, 5,15,12, 9,10,
};
static const static_codebook _huff_book_line_128x7_class0 = {
1, 64,
(char *)_huff_lengthlist_line_128x7_class0,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_128x7_class1[] = {
8,13,17,17, 8,11,17,17,11,13,17,17,17,17,17,17,
6,10,16,17, 6,10,15,17, 8,10,16,17,17,17,17,17,
9,13,15,17, 8,11,17,17,10,12,17,17,17,17,17,17,
17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,
6,11,15,17, 7,10,15,17, 8,10,17,17,17,15,17,17,
4, 8,13,17, 4, 7,13,17, 6, 8,15,17,16,15,17,17,
6,11,15,17, 6, 9,13,17, 8,10,17,17,15,17,17,17,
16,17,17,17,12,14,15,17,13,14,15,17,17,17,17,17,
5,10,14,17, 5, 9,14,17, 7, 9,15,17,15,15,17,17,
3, 7,12,17, 3, 6,11,17, 5, 7,13,17,12,12,17,17,
5, 9,14,17, 3, 7,11,17, 5, 8,13,17,13,11,16,17,
12,17,17,17, 9,14,15,17,10,11,14,17,16,14,17,17,
8,12,17,17, 8,12,17,17,10,12,17,17,17,17,17,17,
5,10,17,17, 5, 9,15,17, 7, 9,17,17,13,13,17,17,
7,11,17,17, 6,10,15,17, 7, 9,15,17,12,11,17,17,
12,15,17,17,11,14,17,17,11,10,15,17,17,16,17,17,
};
static const static_codebook _huff_book_line_128x7_class1 = {
1, 256,
(char *)_huff_lengthlist_line_128x7_class1,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_128x7_0sub1[] = {
0, 3, 3, 3, 3, 3, 3, 3, 3,
};
static const static_codebook _huff_book_line_128x7_0sub1 = {
1, 9,
(char *)_huff_lengthlist_line_128x7_0sub1,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_128x7_0sub2[] = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 3, 3, 4, 4, 4, 4,
5, 4, 5, 4, 5, 4, 6, 4, 6,
};
static const static_codebook _huff_book_line_128x7_0sub2 = {
1, 25,
(char *)_huff_lengthlist_line_128x7_0sub2,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_128x7_0sub3[] = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 5, 3, 5, 3, 5, 4,
5, 4, 5, 5, 5, 5, 6, 5, 6, 5, 6, 5, 6, 5, 6, 5,
7, 8, 9,11,13,13,13,13,13,13,13,13,13,13,13,13,
};
static const static_codebook _huff_book_line_128x7_0sub3 = {
1, 64,
(char *)_huff_lengthlist_line_128x7_0sub3,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_128x7_1sub1[] = {
0, 3, 3, 2, 3, 3, 4, 3, 4,
};
static const static_codebook _huff_book_line_128x7_1sub1 = {
1, 9,
(char *)_huff_lengthlist_line_128x7_1sub1,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_128x7_1sub2[] = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 4, 3, 6, 3, 6, 3,
6, 3, 7, 3, 8, 4, 9, 4, 9,
};
static const static_codebook _huff_book_line_128x7_1sub2 = {
1, 25,
(char *)_huff_lengthlist_line_128x7_1sub2,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_128x7_1sub3[] = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 7, 2, 7, 3, 8, 4,
9, 5, 9, 8,10,11,11,12,14,14,14,14,14,14,14,14,
14,14,14,14,14,14,14,14,14,14,14,14,13,13,13,13,
};
static const static_codebook _huff_book_line_128x7_1sub3 = {
1, 64,
(char *)_huff_lengthlist_line_128x7_1sub3,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_128x11_class1[] = {
1, 6, 3, 7, 2, 4, 5, 7,
};
static const static_codebook _huff_book_line_128x11_class1 = {
1, 8,
(char *)_huff_lengthlist_line_128x11_class1,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_128x11_class2[] = {
1, 6,12,16, 4,12,15,16, 9,15,16,16,16,16,16,16,
2, 5,11,16, 5,11,13,16, 9,13,16,16,16,16,16,16,
4, 8,12,16, 5, 9,12,16, 9,13,15,16,16,16,16,16,
15,16,16,16,11,14,13,16,12,15,16,16,16,16,16,15,
};
static const static_codebook _huff_book_line_128x11_class2 = {
1, 64,
(char *)_huff_lengthlist_line_128x11_class2,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_128x11_class3[] = {
7, 6, 9,17, 7, 6, 8,17,12, 9,11,16,16,16,16,16,
5, 4, 7,16, 5, 3, 6,14, 9, 6, 8,15,16,16,16,16,
5, 4, 6,13, 3, 2, 4,11, 7, 4, 6,13,16,11,10,14,
12,12,12,16, 9, 7,10,15,12, 9,11,16,16,15,15,16,
};
static const static_codebook _huff_book_line_128x11_class3 = {
1, 64,
(char *)_huff_lengthlist_line_128x11_class3,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_128x11_0sub0[] = {
5, 5, 5, 5, 5, 5, 6, 5, 6, 5, 6, 5, 6, 5, 6, 5,
6, 5, 6, 5, 6, 5, 6, 5, 6, 5, 6, 6, 6, 6, 7, 6,
7, 6, 7, 6, 7, 6, 7, 6, 7, 6, 8, 6, 8, 6, 8, 7,
8, 7, 8, 7, 8, 7, 9, 7, 9, 8, 9, 8, 9, 8,10, 8,
10, 9,10, 9,10, 9,11, 9,11, 9,10,10,11,10,11,10,
11,11,11,11,11,11,12,13,14,14,14,15,15,16,16,16,
17,15,16,15,16,16,17,17,16,17,17,17,17,17,17,17,
17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,17,
};
static const static_codebook _huff_book_line_128x11_0sub0 = {
1, 128,
(char *)_huff_lengthlist_line_128x11_0sub0,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_128x11_1sub0[] = {
2, 5, 5, 5, 5, 5, 5, 4, 5, 5, 5, 5, 5, 5, 5, 5,
6, 5, 6, 5, 6, 5, 7, 6, 7, 6, 7, 6, 8, 6, 8, 6,
};
static const static_codebook _huff_book_line_128x11_1sub0 = {
1, 32,
(char *)_huff_lengthlist_line_128x11_1sub0,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_128x11_1sub1[] = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
5, 3, 5, 3, 6, 4, 6, 4, 7, 4, 7, 4, 7, 4, 8, 4,
8, 4, 9, 5, 9, 5, 9, 5, 9, 6,10, 6,10, 6,11, 7,
10, 7,10, 8,11, 9,11, 9,11,10,11,11,12,11,11,12,
15,15,12,14,11,14,12,14,11,14,13,14,12,14,11,14,
11,14,12,14,11,14,11,14,13,13,14,14,14,14,14,14,
14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,
};
static const static_codebook _huff_book_line_128x11_1sub1 = {
1, 128,
(char *)_huff_lengthlist_line_128x11_1sub1,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_128x11_2sub1[] = {
0, 4, 5, 4, 5, 4, 5, 3, 5, 3, 5, 3, 5, 4, 4, 4,
5, 5,
};
static const static_codebook _huff_book_line_128x11_2sub1 = {
1, 18,
(char *)_huff_lengthlist_line_128x11_2sub1,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_128x11_2sub2[] = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 3, 3, 3, 4, 4, 4, 4, 5, 4, 5, 4, 6, 5, 7,
5, 7, 6, 8, 6, 8, 6, 9, 7, 9, 7,10, 7, 9, 8,11,
8,11,
};
static const static_codebook _huff_book_line_128x11_2sub2 = {
1, 50,
(char *)_huff_lengthlist_line_128x11_2sub2,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_128x11_2sub3[] = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 4, 8, 3, 8, 4, 8, 4, 8, 6, 8, 5, 8, 4, 8,
4, 8, 6, 8, 7, 8, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7,
7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7,
7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7,
7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7,
};
static const static_codebook _huff_book_line_128x11_2sub3 = {
1, 128,
(char *)_huff_lengthlist_line_128x11_2sub3,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_128x11_3sub1[] = {
0, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 5, 4,
5, 4,
};
static const static_codebook _huff_book_line_128x11_3sub1 = {
1, 18,
(char *)_huff_lengthlist_line_128x11_3sub1,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_128x11_3sub2[] = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 5, 3, 5, 4, 6, 4, 6, 4, 7, 4, 7, 4, 8, 4,
8, 4, 9, 4, 9, 4,10, 4,10, 5,10, 5,11, 5,12, 6,
12, 6,
};
static const static_codebook _huff_book_line_128x11_3sub2 = {
1, 50,
(char *)_huff_lengthlist_line_128x11_3sub2,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_128x11_3sub3[] = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 7, 1, 6, 3, 7, 3, 8, 4, 8, 5, 8, 8, 8, 9,
7, 8, 8, 7, 7, 7, 8, 9,10, 9, 9,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10, 9, 9,
};
static const static_codebook _huff_book_line_128x11_3sub3 = {
1, 128,
(char *)_huff_lengthlist_line_128x11_3sub3,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_128x17_class1[] = {
1, 3, 4, 7, 2, 5, 6, 7,
};
static const static_codebook _huff_book_line_128x17_class1 = {
1, 8,
(char *)_huff_lengthlist_line_128x17_class1,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_128x17_class2[] = {
1, 4,10,19, 3, 8,13,19, 7,12,19,19,19,19,19,19,
2, 6,11,19, 8,13,19,19, 9,11,19,19,19,19,19,19,
6, 7,13,19, 9,13,19,19,10,13,18,18,18,18,18,18,
18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,18,
};
static const static_codebook _huff_book_line_128x17_class2 = {
1, 64,
(char *)_huff_lengthlist_line_128x17_class2,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_128x17_class3[] = {
3, 6,10,17, 4, 8,11,20, 8,10,11,20,20,20,20,20,
2, 4, 8,18, 4, 6, 8,17, 7, 8,10,20,20,17,20,20,
3, 5, 8,17, 3, 4, 6,17, 8, 8,10,17,17,12,16,20,
13,13,15,20,10,10,12,20,15,14,15,20,20,20,19,19,
};
static const static_codebook _huff_book_line_128x17_class3 = {
1, 64,
(char *)_huff_lengthlist_line_128x17_class3,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_128x17_0sub0[] = {
5, 5, 6, 5, 6, 5, 6, 5, 6, 5, 6, 5, 6, 5, 6, 5,
7, 5, 7, 5, 7, 5, 7, 5, 7, 5, 7, 5, 8, 5, 8, 5,
8, 5, 8, 5, 8, 6, 8, 6, 8, 6, 9, 6, 9, 6, 9, 6,
9, 6, 9, 7, 9, 7, 9, 7, 9, 7,10, 7,10, 8,10, 8,
10, 8,10, 8,10, 8,11, 8,11, 8,11, 8,11, 8,11, 9,
12, 9,12, 9,12, 9,12, 9,12,10,12,10,13,11,13,11,
14,12,14,13,15,14,16,14,17,15,18,16,20,20,20,20,
20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,
};
static const static_codebook _huff_book_line_128x17_0sub0 = {
1, 128,
(char *)_huff_lengthlist_line_128x17_0sub0,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_128x17_1sub0[] = {
2, 5, 5, 4, 5, 4, 5, 4, 5, 5, 5, 5, 5, 5, 6, 5,
6, 5, 6, 5, 7, 6, 7, 6, 7, 6, 8, 6, 9, 7, 9, 7,
};
static const static_codebook _huff_book_line_128x17_1sub0 = {
1, 32,
(char *)_huff_lengthlist_line_128x17_1sub0,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_128x17_1sub1[] = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
4, 3, 5, 3, 5, 3, 6, 3, 6, 4, 6, 4, 7, 4, 7, 5,
8, 5, 8, 6, 9, 7, 9, 7, 9, 8,10, 9,10, 9,11,10,
11,11,11,11,11,11,12,12,12,13,12,13,12,14,12,15,
12,14,12,16,13,17,13,17,14,17,14,16,13,17,14,17,
14,17,15,17,15,15,16,17,17,17,17,17,17,17,17,17,
17,17,17,17,17,17,16,16,16,16,16,16,16,16,16,16,
};
static const static_codebook _huff_book_line_128x17_1sub1 = {
1, 128,
(char *)_huff_lengthlist_line_128x17_1sub1,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_128x17_2sub1[] = {
0, 4, 5, 4, 6, 4, 8, 3, 9, 3, 9, 2, 9, 3, 8, 4,
9, 4,
};
static const static_codebook _huff_book_line_128x17_2sub1 = {
1, 18,
(char *)_huff_lengthlist_line_128x17_2sub1,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_128x17_2sub2[] = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 5, 1, 5, 3, 5, 3, 5, 4, 7, 5,10, 7,10, 7,
12,10,14,10,14, 9,14,11,14,14,14,13,13,13,13,13,
13,13,
};
static const static_codebook _huff_book_line_128x17_2sub2 = {
1, 50,
(char *)_huff_lengthlist_line_128x17_2sub2,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_128x17_2sub3[] = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7,
7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 6, 6,
6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6,
6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6,
6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6,
};
static const static_codebook _huff_book_line_128x17_2sub3 = {
1, 128,
(char *)_huff_lengthlist_line_128x17_2sub3,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_128x17_3sub1[] = {
0, 4, 4, 4, 4, 4, 4, 4, 5, 3, 5, 3, 5, 4, 6, 4,
6, 4,
};
static const static_codebook _huff_book_line_128x17_3sub1 = {
1, 18,
(char *)_huff_lengthlist_line_128x17_3sub1,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_128x17_3sub2[] = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 5, 3, 6, 3, 6, 4, 7, 4, 7, 4, 7, 4, 8, 4,
8, 4, 8, 4, 8, 4, 9, 4, 9, 5,10, 5,10, 7,10, 8,
10, 8,
};
static const static_codebook _huff_book_line_128x17_3sub2 = {
1, 50,
(char *)_huff_lengthlist_line_128x17_3sub2,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_128x17_3sub3[] = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 3, 2, 4, 3, 4, 4, 4, 5, 4, 7, 5, 8, 5,11,
6,10, 6,12, 7,12, 7,12, 8,12, 8,12,10,12,12,12,
12,12,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
};
static const static_codebook _huff_book_line_128x17_3sub3 = {
1, 128,
(char *)_huff_lengthlist_line_128x17_3sub3,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_1024x27_class1[] = {
2,10, 8,14, 7,12,11,14, 1, 5, 3, 7, 4, 9, 7,13,
};
static const static_codebook _huff_book_line_1024x27_class1 = {
1, 16,
(char *)_huff_lengthlist_line_1024x27_class1,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_1024x27_class2[] = {
1, 4, 2, 6, 3, 7, 5, 7,
};
static const static_codebook _huff_book_line_1024x27_class2 = {
1, 8,
(char *)_huff_lengthlist_line_1024x27_class2,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_1024x27_class3[] = {
1, 5, 7,21, 5, 8, 9,21,10, 9,12,20,20,16,20,20,
4, 8, 9,20, 6, 8, 9,20,11,11,13,20,20,15,17,20,
9,11,14,20, 8,10,15,20,11,13,15,20,20,20,20,20,
20,20,20,20,13,20,20,20,18,18,20,20,20,20,20,20,
3, 6, 8,20, 6, 7, 9,20,10, 9,12,20,20,20,20,20,
5, 7, 9,20, 6, 6, 9,20,10, 9,12,20,20,20,20,20,
8,10,13,20, 8, 9,12,20,11,10,12,20,20,20,20,20,
18,20,20,20,15,17,18,20,18,17,18,20,20,20,20,20,
7,10,12,20, 8, 9,11,20,14,13,14,20,20,20,20,20,
6, 9,12,20, 7, 8,11,20,12,11,13,20,20,20,20,20,
9,11,15,20, 8,10,14,20,12,11,14,20,20,20,20,20,
20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,
11,16,18,20,15,15,17,20,20,17,20,20,20,20,20,20,
9,14,16,20,12,12,15,20,17,15,18,20,20,20,20,20,
16,19,18,20,15,16,20,20,17,17,20,20,20,20,20,20,
20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,20,
};
static const static_codebook _huff_book_line_1024x27_class3 = {
1, 256,
(char *)_huff_lengthlist_line_1024x27_class3,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_1024x27_class4[] = {
2, 3, 7,13, 4, 4, 7,15, 8, 6, 9,17,21,16,15,21,
2, 5, 7,11, 5, 5, 7,14, 9, 7,10,16,17,15,16,21,
4, 7,10,17, 7, 7, 9,15,11, 9,11,16,21,18,15,21,
18,21,21,21,15,17,17,19,21,19,18,20,21,21,21,20,
};
static const static_codebook _huff_book_line_1024x27_class4 = {
1, 64,
(char *)_huff_lengthlist_line_1024x27_class4,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_1024x27_0sub0[] = {
5, 5, 5, 5, 6, 5, 6, 5, 6, 5, 6, 5, 6, 5, 6, 5,
6, 5, 6, 5, 6, 5, 6, 5, 7, 5, 7, 5, 7, 5, 7, 5,
8, 6, 8, 6, 8, 6, 9, 6, 9, 6,10, 6,10, 6,11, 6,
11, 7,11, 7,12, 7,12, 7,12, 7,12, 7,12, 7,12, 7,
12, 7,12, 8,13, 8,12, 8,12, 8,13, 8,13, 9,13, 9,
13, 9,13, 9,12,10,12,10,13,10,14,11,14,12,14,13,
14,13,14,14,15,16,15,15,15,14,15,17,21,22,22,21,
22,22,22,22,22,22,21,21,21,21,21,21,21,21,21,21,
};
static const static_codebook _huff_book_line_1024x27_0sub0 = {
1, 128,
(char *)_huff_lengthlist_line_1024x27_0sub0,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_1024x27_1sub0[] = {
2, 5, 5, 4, 5, 4, 5, 4, 5, 4, 6, 5, 6, 5, 6, 5,
6, 5, 7, 5, 7, 6, 8, 6, 8, 6, 8, 6, 9, 6, 9, 6,
};
static const static_codebook _huff_book_line_1024x27_1sub0 = {
1, 32,
(char *)_huff_lengthlist_line_1024x27_1sub0,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_1024x27_1sub1[] = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
8, 5, 8, 4, 9, 4, 9, 4, 9, 4, 9, 4, 9, 4, 9, 4,
9, 4, 9, 4, 9, 4, 8, 4, 8, 4, 9, 5, 9, 5, 9, 5,
9, 5, 9, 6,10, 6,10, 7,10, 8,11, 9,11,11,12,13,
12,14,13,15,13,15,14,16,14,17,15,17,15,15,16,16,
15,16,16,16,15,18,16,15,17,17,19,19,19,19,19,19,
19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,19,
};
static const static_codebook _huff_book_line_1024x27_1sub1 = {
1, 128,
(char *)_huff_lengthlist_line_1024x27_1sub1,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_1024x27_2sub0[] = {
1, 5, 5, 5, 5, 5, 5, 5, 6, 5, 6, 5, 6, 5, 6, 5,
6, 6, 7, 7, 7, 7, 8, 7, 8, 8, 9, 8,10, 9,10, 9,
};
static const static_codebook _huff_book_line_1024x27_2sub0 = {
1, 32,
(char *)_huff_lengthlist_line_1024x27_2sub0,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_1024x27_2sub1[] = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
4, 3, 4, 3, 4, 4, 5, 4, 5, 4, 5, 5, 6, 5, 6, 5,
7, 5, 7, 6, 7, 6, 8, 7, 8, 7, 8, 7, 9, 8, 9, 9,
9, 9,10,10,10,11, 9,12, 9,12, 9,15,10,14, 9,13,
10,13,10,12,10,12,10,13,10,12,11,13,11,14,12,13,
13,14,14,13,14,15,14,16,13,13,14,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,15,15,
};
static const static_codebook _huff_book_line_1024x27_2sub1 = {
1, 128,
(char *)_huff_lengthlist_line_1024x27_2sub1,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_1024x27_3sub1[] = {
0, 4, 5, 4, 5, 3, 5, 3, 5, 3, 5, 4, 4, 4, 4, 5,
5, 5,
};
static const static_codebook _huff_book_line_1024x27_3sub1 = {
1, 18,
(char *)_huff_lengthlist_line_1024x27_3sub1,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_1024x27_3sub2[] = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 3, 3, 4, 3, 4, 4, 4, 4, 5, 5, 5, 5, 5, 6,
5, 7, 5, 8, 6, 8, 6, 9, 7,10, 7,10, 8,10, 8,11,
9,11,
};
static const static_codebook _huff_book_line_1024x27_3sub2 = {
1, 50,
(char *)_huff_lengthlist_line_1024x27_3sub2,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_1024x27_3sub3[] = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 3, 7, 3, 8, 3,10, 3, 8, 3, 9, 3, 8, 4, 9,
4, 9, 5, 9, 6,10, 6, 9, 7,11, 7,12, 9,13,10,13,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
};
static const static_codebook _huff_book_line_1024x27_3sub3 = {
1, 128,
(char *)_huff_lengthlist_line_1024x27_3sub3,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_1024x27_4sub1[] = {
0, 4, 5, 4, 5, 4, 5, 4, 5, 3, 5, 3, 5, 3, 5, 4,
5, 4,
};
static const static_codebook _huff_book_line_1024x27_4sub1 = {
1, 18,
(char *)_huff_lengthlist_line_1024x27_4sub1,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_1024x27_4sub2[] = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 4, 2, 4, 2, 5, 3, 5, 4, 6, 6, 6, 7, 7, 8,
7, 8, 7, 8, 7, 9, 8, 9, 8, 9, 8,10, 8,11, 9,12,
9,12,
};
static const static_codebook _huff_book_line_1024x27_4sub2 = {
1, 50,
(char *)_huff_lengthlist_line_1024x27_4sub2,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_1024x27_4sub3[] = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 2, 5, 2, 6, 3, 6, 4, 7, 4, 7, 5, 9, 5,11,
6,11, 6,11, 7,11, 6,11, 6,11, 9,11, 8,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,10,10,10,10,10,10,
};
static const static_codebook _huff_book_line_1024x27_4sub3 = {
1, 128,
(char *)_huff_lengthlist_line_1024x27_4sub3,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_2048x27_class1[] = {
2, 6, 8, 9, 7,11,13,13, 1, 3, 5, 5, 6, 6,12,10,
};
static const static_codebook _huff_book_line_2048x27_class1 = {
1, 16,
(char *)_huff_lengthlist_line_2048x27_class1,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_2048x27_class2[] = {
1, 2, 3, 6, 4, 7, 5, 7,
};
static const static_codebook _huff_book_line_2048x27_class2 = {
1, 8,
(char *)_huff_lengthlist_line_2048x27_class2,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_2048x27_class3[] = {
3, 3, 6,16, 5, 5, 7,16, 9, 8,11,16,16,16,16,16,
5, 5, 8,16, 5, 5, 7,16, 8, 7, 9,16,16,16,16,16,
9, 9,12,16, 6, 8,11,16, 9,10,11,16,16,16,16,16,
16,16,16,16,13,16,16,16,15,16,16,16,16,16,16,16,
5, 4, 7,16, 6, 5, 8,16, 9, 8,10,16,16,16,16,16,
5, 5, 7,15, 5, 4, 6,15, 7, 6, 8,16,16,16,16,16,
9, 9,11,15, 7, 7, 9,16, 8, 8, 9,16,16,16,16,16,
16,16,16,16,15,15,15,16,15,15,14,16,16,16,16,16,
8, 8,11,16, 8, 9,10,16,11,10,14,16,16,16,16,16,
6, 8,10,16, 6, 7,10,16, 8, 8,11,16,14,16,16,16,
10,11,14,16, 9, 9,11,16,10,10,11,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,15,16,16,16,16,16,16,16,16,16,16,16,
12,16,15,16,12,14,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
};
static const static_codebook _huff_book_line_2048x27_class3 = {
1, 256,
(char *)_huff_lengthlist_line_2048x27_class3,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_2048x27_class4[] = {
2, 4, 7,13, 4, 5, 7,15, 8, 7,10,16,16,14,16,16,
2, 4, 7,16, 3, 4, 7,14, 8, 8,10,16,16,16,15,16,
6, 8,11,16, 7, 7, 9,16,11, 9,13,16,16,16,15,16,
16,16,16,16,14,16,16,16,16,16,16,16,16,16,16,16,
};
static const static_codebook _huff_book_line_2048x27_class4 = {
1, 64,
(char *)_huff_lengthlist_line_2048x27_class4,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_2048x27_0sub0[] = {
5, 5, 5, 5, 5, 5, 6, 5, 6, 5, 6, 5, 6, 5, 6, 5,
6, 5, 7, 5, 7, 5, 7, 5, 8, 5, 8, 5, 8, 5, 9, 5,
9, 6,10, 6,10, 6,11, 6,11, 6,11, 6,11, 6,11, 6,
11, 6,11, 6,12, 7,11, 7,11, 7,11, 7,11, 7,10, 7,
11, 7,11, 7,12, 7,11, 8,11, 8,11, 8,11, 8,13, 8,
12, 9,11, 9,11, 9,11,10,12,10,12, 9,12,10,12,11,
14,12,16,12,12,11,14,16,17,17,17,17,17,17,17,17,
17,17,17,17,17,17,17,17,17,17,17,17,16,16,16,16,
};
static const static_codebook _huff_book_line_2048x27_0sub0 = {
1, 128,
(char *)_huff_lengthlist_line_2048x27_0sub0,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_2048x27_1sub0[] = {
4, 4, 4, 4, 4, 4, 4, 4, 5, 5, 5, 5, 5, 5, 5, 5,
5, 5, 6, 6, 6, 6, 6, 6, 7, 6, 7, 6, 7, 6, 7, 6,
};
static const static_codebook _huff_book_line_2048x27_1sub0 = {
1, 32,
(char *)_huff_lengthlist_line_2048x27_1sub0,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_2048x27_1sub1[] = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
6, 5, 7, 5, 7, 4, 7, 4, 8, 4, 8, 4, 8, 4, 8, 3,
8, 4, 9, 4, 9, 4, 9, 4, 9, 4, 9, 5, 9, 5, 9, 6,
9, 7, 9, 8, 9, 9, 9,10, 9,11, 9,14, 9,15,10,15,
10,15,10,15,10,15,11,15,10,14,12,14,11,14,13,14,
13,15,15,15,12,15,15,15,13,15,13,15,13,15,15,15,
15,15,15,15,15,15,15,15,15,15,15,15,15,15,15,14,
};
static const static_codebook _huff_book_line_2048x27_1sub1 = {
1, 128,
(char *)_huff_lengthlist_line_2048x27_1sub1,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_2048x27_2sub0[] = {
2, 4, 5, 4, 5, 4, 5, 4, 5, 5, 5, 5, 5, 5, 6, 5,
6, 5, 6, 6, 6, 6, 7, 7, 7, 7, 7, 7, 8, 8, 8, 8,
};
static const static_codebook _huff_book_line_2048x27_2sub0 = {
1, 32,
(char *)_huff_lengthlist_line_2048x27_2sub0,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_2048x27_2sub1[] = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
3, 4, 3, 4, 3, 4, 4, 5, 4, 5, 5, 5, 6, 6, 6, 7,
6, 8, 6, 8, 6, 9, 7,10, 7,10, 7,10, 7,12, 7,12,
7,12, 9,12,11,12,10,12,10,12,11,12,12,12,10,12,
10,12,10,12, 9,12,11,12,12,12,12,12,11,12,11,12,
12,12,12,12,12,12,12,12,10,10,12,12,12,12,12,10,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
};
static const static_codebook _huff_book_line_2048x27_2sub1 = {
1, 128,
(char *)_huff_lengthlist_line_2048x27_2sub1,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_2048x27_3sub1[] = {
0, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4,
5, 5,
};
static const static_codebook _huff_book_line_2048x27_3sub1 = {
1, 18,
(char *)_huff_lengthlist_line_2048x27_3sub1,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_2048x27_3sub2[] = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 3, 3, 3, 4, 4, 4, 4, 4, 4, 5, 5, 5, 5, 6,
6, 7, 6, 7, 6, 8, 6, 9, 7, 9, 7, 9, 9,11, 9,12,
10,12,
};
static const static_codebook _huff_book_line_2048x27_3sub2 = {
1, 50,
(char *)_huff_lengthlist_line_2048x27_3sub2,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_2048x27_3sub3[] = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 3, 6, 3, 7, 3, 7, 5, 7, 7, 7, 7, 7, 6, 7,
7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7,
7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7,
7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7,
7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7,
};
static const static_codebook _huff_book_line_2048x27_3sub3 = {
1, 128,
(char *)_huff_lengthlist_line_2048x27_3sub3,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_2048x27_4sub1[] = {
0, 3, 4, 4, 4, 4, 4, 4, 4, 4, 5, 4, 5, 4, 5, 4,
4, 5,
};
static const static_codebook _huff_book_line_2048x27_4sub1 = {
1, 18,
(char *)_huff_lengthlist_line_2048x27_4sub1,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_2048x27_4sub2[] = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 3, 2, 4, 3, 4, 4, 4, 5, 5, 6, 5, 6, 5, 7,
6, 6, 6, 7, 7, 7, 8, 9, 9, 9,12,10,11,10,10,12,
10,10,
};
static const static_codebook _huff_book_line_2048x27_4sub2 = {
1, 50,
(char *)_huff_lengthlist_line_2048x27_4sub2,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_2048x27_4sub3[] = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 3, 6, 5, 7, 5, 7, 7, 7, 7, 7, 5, 7, 5, 7,
5, 7, 5, 7, 7, 7, 7, 7, 4, 7, 7, 7, 7, 7, 7, 7,
7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7,
7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7,
7, 7, 7, 7, 7, 7, 7, 6, 6, 6, 6, 6, 6, 6, 6, 6,
};
static const static_codebook _huff_book_line_2048x27_4sub3 = {
1, 128,
(char *)_huff_lengthlist_line_2048x27_4sub3,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_256x4low_class0[] = {
4, 5, 6,11, 5, 5, 6,10, 7, 7, 6, 6,14,13, 9, 9,
6, 6, 6,10, 6, 6, 6, 9, 8, 7, 7, 9,14,12, 8,11,
8, 7, 7,11, 8, 8, 7,11, 9, 9, 7, 9,13,11, 9,13,
19,19,18,19,15,16,16,19,11,11,10,13,10,10, 9,15,
5, 5, 6,13, 6, 6, 6,11, 8, 7, 6, 7,14,11,10,11,
6, 6, 6,12, 7, 6, 6,11, 8, 7, 7,11,13,11, 9,11,
9, 7, 6,12, 8, 7, 6,12, 9, 8, 8,11,13,10, 7,13,
19,19,17,19,17,14,14,19,12,10, 8,12,13,10, 9,16,
7, 8, 7,12, 7, 7, 7,11, 8, 7, 7, 8,12,12,11,11,
8, 8, 7,12, 8, 7, 6,11, 8, 7, 7,10,10,11,10,11,
9, 8, 8,13, 9, 8, 7,12,10, 9, 7,11, 9, 8, 7,11,
18,18,15,18,18,16,17,18,15,11,10,18,11, 9, 9,18,
16,16,13,16,12,11,10,16,12,11, 9, 6,15,12,11,13,
16,16,14,14,13,11,12,16,12, 9, 9,13,13,10,10,12,
17,18,17,17,14,15,14,16,14,12,14,15,12,10,11,12,
18,18,18,18,18,18,18,18,18,12,13,18,16,11, 9,18,
};
static const static_codebook _huff_book_line_256x4low_class0 = {
1, 256,
(char *)_huff_lengthlist_line_256x4low_class0,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_256x4low_0sub0[] = {
1, 3, 2, 3,
};
static const static_codebook _huff_book_line_256x4low_0sub0 = {
1, 4,
(char *)_huff_lengthlist_line_256x4low_0sub0,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_256x4low_0sub1[] = {
0, 0, 0, 0, 2, 3, 2, 3, 3, 3,
};
static const static_codebook _huff_book_line_256x4low_0sub1 = {
1, 10,
(char *)_huff_lengthlist_line_256x4low_0sub1,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_256x4low_0sub2[] = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 3, 3, 4, 3, 4,
4, 4, 4, 4, 5, 5, 5, 6, 6,
};
static const static_codebook _huff_book_line_256x4low_0sub2 = {
1, 25,
(char *)_huff_lengthlist_line_256x4low_0sub2,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist_line_256x4low_0sub3[] = {
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 4, 2, 4, 3, 5, 4,
5, 5, 5, 5, 6, 6, 6, 6, 6, 6, 6, 7, 7, 8, 6, 9,
7,12,11,16,13,16,12,15,13,15,12,14,12,15,15,15,
};
static const static_codebook _huff_book_line_256x4low_0sub3 = {
1, 64,
(char *)_huff_lengthlist_line_256x4low_0sub3,
0, 0, 0, 0, 0,
NULL,
0
};
|
0 | repos/libvorbis/lib/books | repos/libvorbis/lib/books/coupled/res_books_stereo.h | /********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2007 *
* by the Xiph.Org Foundation https://xiph.org/ *
* *
********************************************************************
function: static codebooks autogenerated by huff/huffbuld
********************************************************************/
#include "codebook.h"
static const long _vq_quantlist__16c0_s_p1_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__16c0_s_p1_0[] = {
1, 4, 4, 0, 0, 0, 0, 0, 0, 5, 7, 7, 0, 0, 0, 0,
0, 0, 5, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 5, 8, 8, 0, 0, 0, 0, 0, 0, 8, 9,10, 0, 0, 0,
0, 0, 0, 7, 9,10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 5, 8, 8, 0, 0, 0, 0, 0, 0, 7, 9, 9, 0, 0,
0, 0, 0, 0, 7, 9, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 8, 8, 0, 0, 0, 0,
0, 0, 8,10,10, 0, 0, 0, 0, 0, 0, 8,10,10, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7,10,10, 0, 0, 0,
0, 0, 0, 9, 9,12, 0, 0, 0, 0, 0, 0,10,12,11, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7,10,10, 0, 0,
0, 0, 0, 0, 9,12,10, 0, 0, 0, 0, 0, 0,10,11,12,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 5, 8, 8, 0, 0, 0, 0, 0, 0, 8,10,10, 0, 0,
0, 0, 0, 0, 8,10,10, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 7,10,10, 0, 0, 0, 0, 0, 0,10,12,11, 0,
0, 0, 0, 0, 0, 9,10,12, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 7,10,10, 0, 0, 0, 0, 0, 0,10,11,12,
0, 0, 0, 0, 0, 0, 9,12, 9, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0,
};
static const static_codebook _16c0_s_p1_0 = {
8, 6561,
(char *)_vq_lengthlist__16c0_s_p1_0,
1, -535822336, 1611661312, 2, 0,
(long *)_vq_quantlist__16c0_s_p1_0,
0
};
static const long _vq_quantlist__16c0_s_p3_0[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__16c0_s_p3_0[] = {
1, 4, 4, 6, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 6, 6, 7, 6, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 4, 6, 6, 6, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 6, 6, 9, 9,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 6, 6, 6, 9, 9, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0,
};
static const static_codebook _16c0_s_p3_0 = {
4, 625,
(char *)_vq_lengthlist__16c0_s_p3_0,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__16c0_s_p3_0,
0
};
static const long _vq_quantlist__16c0_s_p4_0[] = {
4,
3,
5,
2,
6,
1,
7,
0,
8,
};
static const char _vq_lengthlist__16c0_s_p4_0[] = {
1, 3, 2, 7, 8, 0, 0, 0, 0, 0, 0, 0, 6, 6, 0, 0,
0, 0, 0, 0, 0, 6, 6, 0, 0, 0, 0, 0, 0, 0, 7, 7,
0, 0, 0, 0, 0, 0, 0, 7, 7, 0, 0, 0, 0, 0, 0, 0,
8, 8, 0, 0, 0, 0, 0, 0, 0, 8, 8, 0, 0, 0, 0, 0,
0, 0, 9, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0,
};
static const static_codebook _16c0_s_p4_0 = {
2, 81,
(char *)_vq_lengthlist__16c0_s_p4_0,
1, -531628032, 1611661312, 4, 0,
(long *)_vq_quantlist__16c0_s_p4_0,
0
};
static const long _vq_quantlist__16c0_s_p5_0[] = {
4,
3,
5,
2,
6,
1,
7,
0,
8,
};
static const char _vq_lengthlist__16c0_s_p5_0[] = {
1, 3, 3, 6, 6, 6, 6, 8, 8, 0, 0, 0, 7, 7, 7, 7,
8, 8, 0, 0, 0, 7, 7, 7, 7, 8, 8, 0, 0, 0, 7, 7,
8, 8, 9, 9, 0, 0, 0, 7, 7, 8, 8, 9, 9, 0, 0, 0,
8, 9, 8, 8,10,10, 0, 0, 0, 8, 8, 8, 8,10,10, 0,
0, 0,10,10, 9, 9,10,10, 0, 0, 0, 0, 0, 9, 9,10,
10,
};
static const static_codebook _16c0_s_p5_0 = {
2, 81,
(char *)_vq_lengthlist__16c0_s_p5_0,
1, -531628032, 1611661312, 4, 0,
(long *)_vq_quantlist__16c0_s_p5_0,
0
};
static const long _vq_quantlist__16c0_s_p6_0[] = {
8,
7,
9,
6,
10,
5,
11,
4,
12,
3,
13,
2,
14,
1,
15,
0,
16,
};
static const char _vq_lengthlist__16c0_s_p6_0[] = {
1, 3, 4, 6, 6, 7, 7, 8, 8, 8, 8, 9, 9,10,10,11,
11, 0, 0, 0, 7, 7, 8, 8, 9, 9, 9, 9,10,10,10,11,
11,11, 0, 0, 0, 6, 6, 8, 8, 9, 9, 9, 9,10,10,11,
11,11,11, 0, 0, 0, 7, 7, 8, 8, 9, 9, 9, 9,10,10,
11,11,12,12, 0, 0, 0, 7, 7, 8, 8, 9, 9, 9, 9,10,
10,11,11,12,12, 0, 0, 0, 8, 8, 9, 9,10,10,10,10,
11,11,12,12,12,12, 0, 0, 0, 8, 8, 9, 9,10,10,10,
10,11,11,12,12,12,13, 0, 0, 0, 9, 9, 9, 9,10,10,
10,10,11,11,12,12,13,13, 0, 0, 0, 0, 0,10,10,10,
10,10,10,11,11,12,12,13,13, 0, 0, 0, 0, 0, 9, 9,
10,10,11,11,12,12,13,13,13,13, 0, 0, 0, 0, 0, 9,
9,10,10,11,11,12,12,13,13,13,14, 0, 0, 0, 0, 0,
10,10,10,11,11,11,12,12,13,13,13,14, 0, 0, 0, 0,
0, 0, 0,10,10,11,11,12,12,13,13,14,14, 0, 0, 0,
0, 0, 0, 0,11,11,12,12,13,13,13,13,14,14, 0, 0,
0, 0, 0, 0, 0,11,11,12,12,12,13,13,14,15,14, 0,
0, 0, 0, 0, 0, 0,12,12,12,12,13,13,13,14,14,15,
0, 0, 0, 0, 0, 0, 0, 0, 0,12,12,13,13,14,13,14,
14,
};
static const static_codebook _16c0_s_p6_0 = {
2, 289,
(char *)_vq_lengthlist__16c0_s_p6_0,
1, -529530880, 1611661312, 5, 0,
(long *)_vq_quantlist__16c0_s_p6_0,
0
};
static const long _vq_quantlist__16c0_s_p7_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__16c0_s_p7_0[] = {
1, 4, 4, 6, 6, 6, 7, 6, 6, 4, 7, 7,11,10,10,11,
11,10, 4, 7, 7,10,10,10,11,10,10, 6,10,10,11,11,
11,11,11,10, 6, 9, 9,11,12,12,11, 9, 9, 6, 9,10,
11,12,12,11, 9,10, 7,11,11,11,11,11,12,13,12, 6,
9,10,11,10,10,12,13,13, 6,10, 9,11,10,10,11,12,
13,
};
static const static_codebook _16c0_s_p7_0 = {
4, 81,
(char *)_vq_lengthlist__16c0_s_p7_0,
1, -529137664, 1618345984, 2, 0,
(long *)_vq_quantlist__16c0_s_p7_0,
0
};
static const long _vq_quantlist__16c0_s_p7_1[] = {
5,
4,
6,
3,
7,
2,
8,
1,
9,
0,
10,
};
static const char _vq_lengthlist__16c0_s_p7_1[] = {
1, 3, 4, 6, 6, 7, 7, 8, 8, 8, 8,10,10,10, 7, 7,
8, 8, 8, 9, 9, 9,10,10,10, 6, 7, 8, 8, 8, 8, 9,
8,10,10,10, 7, 7, 8, 8, 9, 9, 9, 9,10,10,10, 7,
7, 8, 8, 9, 9, 8, 9,10,10,10, 8, 8, 9, 9, 9, 9,
9, 9,11,11,11, 8, 8, 9, 9, 9, 9, 9,10,10,11,11,
9, 9, 9, 9, 9, 9, 9,10,11,11,11,10,11, 9, 9, 9,
9,10, 9,11,11,11,10,11,10,10, 9, 9,10,10,11,11,
11,11,11, 9, 9, 9, 9,10,10,
};
static const static_codebook _16c0_s_p7_1 = {
2, 121,
(char *)_vq_lengthlist__16c0_s_p7_1,
1, -531365888, 1611661312, 4, 0,
(long *)_vq_quantlist__16c0_s_p7_1,
0
};
static const long _vq_quantlist__16c0_s_p8_0[] = {
6,
5,
7,
4,
8,
3,
9,
2,
10,
1,
11,
0,
12,
};
static const char _vq_lengthlist__16c0_s_p8_0[] = {
1, 4, 4, 7, 7, 7, 7, 7, 6, 8, 8,10,10, 6, 5, 6,
8, 8, 8, 8, 8, 8, 8, 9,10,10, 7, 6, 6, 8, 8, 8,
8, 8, 8, 8, 8,10,10, 0, 8, 8, 8, 8, 9, 8, 9, 9,
9,10,10,10, 0, 9, 8, 8, 8, 9, 9, 8, 8, 9, 9,10,
10, 0,12,11, 8, 8, 9, 9, 9, 9,10,10,11,10, 0,12,
13, 8, 8, 9,10, 9, 9,11,11,11,12, 0, 0, 0, 8, 8,
8, 8,10, 9,12,13,12,14, 0, 0, 0, 8, 8, 8, 9,10,
10,12,12,13,14, 0, 0, 0,13,13, 9, 9,11,11, 0, 0,
14, 0, 0, 0, 0,14,14,10,10,12,11,12,14,14,14, 0,
0, 0, 0, 0,11,11,13,13,14,13,14,14, 0, 0, 0, 0,
0,12,13,13,12,13,14,14,14,
};
static const static_codebook _16c0_s_p8_0 = {
2, 169,
(char *)_vq_lengthlist__16c0_s_p8_0,
1, -526516224, 1616117760, 4, 0,
(long *)_vq_quantlist__16c0_s_p8_0,
0
};
static const long _vq_quantlist__16c0_s_p8_1[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__16c0_s_p8_1[] = {
1, 4, 3, 5, 5, 7, 7, 7, 6, 6, 7, 7, 7, 5, 5, 7,
7, 7, 6, 6, 7, 7, 7, 6, 6,
};
static const static_codebook _16c0_s_p8_1 = {
2, 25,
(char *)_vq_lengthlist__16c0_s_p8_1,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__16c0_s_p8_1,
0
};
static const long _vq_quantlist__16c0_s_p9_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__16c0_s_p9_0[] = {
1, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8,
8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8,
8, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7,
7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7,
7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7,
7,
};
static const static_codebook _16c0_s_p9_0 = {
4, 81,
(char *)_vq_lengthlist__16c0_s_p9_0,
1, -518803456, 1628680192, 2, 0,
(long *)_vq_quantlist__16c0_s_p9_0,
0
};
static const long _vq_quantlist__16c0_s_p9_1[] = {
7,
6,
8,
5,
9,
4,
10,
3,
11,
2,
12,
1,
13,
0,
14,
};
static const char _vq_lengthlist__16c0_s_p9_1[] = {
1, 5, 5, 5, 5, 9,11,11,10,10,10,10,10,10,10, 7,
6, 6, 6, 6,10,10,10,10,10,10,10,10,10,10, 7, 6,
6, 6, 6,10, 9,10,10,10,10,10,10,10,10,10, 7, 7,
8, 9,10,10,10,10,10,10,10,10,10,10,10, 8, 7,10,
10,10, 9,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,
};
static const static_codebook _16c0_s_p9_1 = {
2, 225,
(char *)_vq_lengthlist__16c0_s_p9_1,
1, -520986624, 1620377600, 4, 0,
(long *)_vq_quantlist__16c0_s_p9_1,
0
};
static const long _vq_quantlist__16c0_s_p9_2[] = {
10,
9,
11,
8,
12,
7,
13,
6,
14,
5,
15,
4,
16,
3,
17,
2,
18,
1,
19,
0,
20,
};
static const char _vq_lengthlist__16c0_s_p9_2[] = {
1, 5, 5, 7, 8, 8, 7, 9, 9, 9,12,12,11,12,12,10,
10,11,12,12,12,11,12,12, 8, 9, 8, 7, 9,10,10,11,
11,10,11,12,10,12,10,12,12,12,11,12,11, 9, 8, 8,
9,10, 9, 8, 9,10,12,12,11,11,12,11,10,11,12,11,
12,12, 8, 9, 9, 9,10,11,12,11,12,11,11,11,11,12,
12,11,11,12,12,11,11, 9, 9, 8, 9, 9,11, 9, 9,10,
9,11,11,11,11,12,11,11,10,12,12,12, 9,12,11,10,
11,11,11,11,12,12,12,11,11,11,12,10,12,12,12,10,
10, 9,10, 9,10,10, 9, 9, 9,10,10,12,10,11,11, 9,
11,11,10,11,11,11,10,10,10, 9, 9,10,10, 9, 9,10,
11,11,10,11,10,11,10,11,11,10,11,11,11,10, 9,10,
10, 9,10, 9, 9,11, 9, 9,11,10,10,11,11,10,10,11,
10,11, 8, 9,11,11,10, 9,10,11,11,10,11,11,10,10,
10,11,10, 9,10,10,11, 9,10,10, 9,11,10,10,10,10,
11,10,11,11, 9,11,10,11,10,10,11,11,10,10,10, 9,
10,10,11,11,11, 9,10,10,10,10,10,11,10,10,10, 9,
10,10,11,10,10,10,10,10, 9,10,11,10,10,10,10,11,
11,11,10,10,10,10,10,11,10,11,10,11,10,10,10, 9,
11,11,10,10,10,11,11,10,10,10,10,10,10,10,10,11,
11, 9,10,10,10,11,10,11,10,10,10,11, 9,10,11,10,
11,10,10, 9,10,10,10,11,10,11,10,10,10,10,10,11,
11,10,11,11,10,10,11,11,10, 9, 9,10,10,10,10,10,
9,11, 9,10,10,10,11,11,10,10,10,10,11,11,11,10,
9, 9,10,10,11,10,10,10,10,10,11,11,11,10,10,10,
11,11,11, 9,10,10,10,10, 9,10, 9,10,11,10,11,10,
10,11,11,10,11,11,11,11,11,10,11,10,10,10, 9,11,
11,10,11,11,11,11,11,11,11,11,11,10,11,10,10,10,
10,11,10,10,11, 9,10,10,10,
};
static const static_codebook _16c0_s_p9_2 = {
2, 441,
(char *)_vq_lengthlist__16c0_s_p9_2,
1, -529268736, 1611661312, 5, 0,
(long *)_vq_quantlist__16c0_s_p9_2,
0
};
static const char _huff_lengthlist__16c0_s_single[] = {
3, 4,19, 7, 9, 7, 8,11, 9,12, 4, 1,19, 6, 7, 7,
8,10,11,13,18,18,18,18,18,18,18,18,18,18, 8, 6,
18, 8, 9, 9,11,12,14,18, 9, 6,18, 9, 7, 8, 9,11,
12,18, 7, 6,18, 8, 7, 7, 7, 9,11,17, 8, 8,18, 9,
7, 6, 6, 8,11,17,10,10,18,12, 9, 8, 7, 9,12,18,
13,15,18,15,13,11,10,11,15,18,14,18,18,18,18,18,
16,16,18,18,
};
static const static_codebook _huff_book__16c0_s_single = {
2, 100,
(char *)_huff_lengthlist__16c0_s_single,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist__16c1_s_long[] = {
2, 5,20, 7,10, 7, 8,10,11,11, 4, 2,20, 5, 8, 6,
7, 9,10,10,20,20,20,20,19,19,19,19,19,19, 7, 5,
19, 6,10, 7, 9,11,13,17,11, 8,19,10, 7, 7, 8,10,
11,15, 7, 5,19, 7, 7, 5, 6, 9,11,16, 7, 6,19, 8,
7, 6, 6, 7, 9,13, 9, 9,19,11, 9, 8, 6, 7, 8,13,
12,14,19,16,13,10, 9, 8, 9,13,14,17,19,18,18,17,
12,11,11,13,
};
static const static_codebook _huff_book__16c1_s_long = {
2, 100,
(char *)_huff_lengthlist__16c1_s_long,
0, 0, 0, 0, 0,
NULL,
0
};
static const long _vq_quantlist__16c1_s_p1_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__16c1_s_p1_0[] = {
1, 5, 5, 0, 0, 0, 0, 0, 0, 5, 7, 7, 0, 0, 0, 0,
0, 0, 5, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 5, 8, 7, 0, 0, 0, 0, 0, 0, 7, 9, 9, 0, 0, 0,
0, 0, 0, 7, 8, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 5, 7, 8, 0, 0, 0, 0, 0, 0, 7, 9, 8, 0, 0,
0, 0, 0, 0, 7, 9, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 8, 7, 0, 0, 0, 0,
0, 0, 8, 9, 9, 0, 0, 0, 0, 0, 0, 7, 9, 9, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 9, 9, 0, 0, 0,
0, 0, 0, 9, 9,11, 0, 0, 0, 0, 0, 0, 9,11,10, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 9, 9, 0, 0,
0, 0, 0, 0, 8,11, 9, 0, 0, 0, 0, 0, 0, 9,10,11,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 5, 7, 8, 0, 0, 0, 0, 0, 0, 7, 9, 9, 0, 0,
0, 0, 0, 0, 8, 9, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 7, 9, 9, 0, 0, 0, 0, 0, 0, 9,11,10, 0,
0, 0, 0, 0, 0, 8, 9,11, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 7, 9, 9, 0, 0, 0, 0, 0, 0, 9,10,11,
0, 0, 0, 0, 0, 0, 9,11, 9, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0,
};
static const static_codebook _16c1_s_p1_0 = {
8, 6561,
(char *)_vq_lengthlist__16c1_s_p1_0,
1, -535822336, 1611661312, 2, 0,
(long *)_vq_quantlist__16c1_s_p1_0,
0
};
static const long _vq_quantlist__16c1_s_p3_0[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__16c1_s_p3_0[] = {
1, 4, 4, 6, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 5, 5, 7, 7, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 4, 5, 5, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 7, 7, 9, 9,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 6, 7, 7, 9, 9, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0,
};
static const static_codebook _16c1_s_p3_0 = {
4, 625,
(char *)_vq_lengthlist__16c1_s_p3_0,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__16c1_s_p3_0,
0
};
static const long _vq_quantlist__16c1_s_p4_0[] = {
4,
3,
5,
2,
6,
1,
7,
0,
8,
};
static const char _vq_lengthlist__16c1_s_p4_0[] = {
1, 2, 3, 7, 7, 0, 0, 0, 0, 0, 0, 0, 6, 6, 0, 0,
0, 0, 0, 0, 0, 6, 6, 0, 0, 0, 0, 0, 0, 0, 7, 7,
0, 0, 0, 0, 0, 0, 0, 7, 7, 0, 0, 0, 0, 0, 0, 0,
8, 8, 0, 0, 0, 0, 0, 0, 0, 8, 9, 0, 0, 0, 0, 0,
0, 0,10,10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0,
};
static const static_codebook _16c1_s_p4_0 = {
2, 81,
(char *)_vq_lengthlist__16c1_s_p4_0,
1, -531628032, 1611661312, 4, 0,
(long *)_vq_quantlist__16c1_s_p4_0,
0
};
static const long _vq_quantlist__16c1_s_p5_0[] = {
4,
3,
5,
2,
6,
1,
7,
0,
8,
};
static const char _vq_lengthlist__16c1_s_p5_0[] = {
1, 3, 3, 5, 5, 6, 6, 8, 8, 0, 0, 0, 7, 7, 7, 7,
9, 9, 0, 0, 0, 7, 7, 7, 7, 9, 9, 0, 0, 0, 8, 8,
8, 8, 9, 9, 0, 0, 0, 8, 8, 8, 8,10,10, 0, 0, 0,
9, 9, 8, 8,10,10, 0, 0, 0, 9, 9, 8, 8,10,10, 0,
0, 0,10,10, 9, 9,10,10, 0, 0, 0, 0, 0, 9, 9,10,
10,
};
static const static_codebook _16c1_s_p5_0 = {
2, 81,
(char *)_vq_lengthlist__16c1_s_p5_0,
1, -531628032, 1611661312, 4, 0,
(long *)_vq_quantlist__16c1_s_p5_0,
0
};
static const long _vq_quantlist__16c1_s_p6_0[] = {
8,
7,
9,
6,
10,
5,
11,
4,
12,
3,
13,
2,
14,
1,
15,
0,
16,
};
static const char _vq_lengthlist__16c1_s_p6_0[] = {
1, 3, 3, 6, 6, 8, 8, 9, 9, 9, 9,10,10,11,11,12,
12, 0, 0, 0, 7, 7, 8, 8, 9, 9, 9, 9,10,10,11,11,
12,12, 0, 0, 0, 7, 7, 8, 8, 9, 9, 9, 9,10,10,11,
11,12,12, 0, 0, 0, 8, 8, 8, 9,10, 9,10,10,10,10,
11,11,12,12, 0, 0, 0, 8, 8, 9, 9,10,10,10,10,11,
11,11,12,12,12, 0, 0, 0, 8, 8, 9, 9,10,10,10,10,
11,11,12,12,12,12, 0, 0, 0, 8, 8, 9, 9,10,10,10,
10,11,11,12,12,13,13, 0, 0, 0, 9, 9, 9, 9,10,10,
10,10,11,11,12,12,13,13, 0, 0, 0, 0, 0, 9, 9,10,
10,10,10,11,11,12,12,13,13, 0, 0, 0, 0, 0, 9, 9,
10,10,11,11,12,12,12,12,13,13, 0, 0, 0, 0, 0, 9,
9,10,10,11,11,12,12,12,12,13,13, 0, 0, 0, 0, 0,
10,10,11,10,11,11,12,12,13,13,13,13, 0, 0, 0, 0,
0, 0, 0,10,10,11,11,12,12,13,13,13,13, 0, 0, 0,
0, 0, 0, 0,11,11,12,12,12,12,13,13,14,14, 0, 0,
0, 0, 0, 0, 0,11,11,12,12,12,12,13,13,14,14, 0,
0, 0, 0, 0, 0, 0,12,12,12,12,13,13,13,13,14,14,
0, 0, 0, 0, 0, 0, 0, 0, 0,12,12,13,13,13,13,14,
14,
};
static const static_codebook _16c1_s_p6_0 = {
2, 289,
(char *)_vq_lengthlist__16c1_s_p6_0,
1, -529530880, 1611661312, 5, 0,
(long *)_vq_quantlist__16c1_s_p6_0,
0
};
static const long _vq_quantlist__16c1_s_p7_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__16c1_s_p7_0[] = {
1, 4, 4, 6, 6, 6, 7, 6, 6, 4, 7, 7,10, 9,10,10,
10, 9, 4, 7, 7,10,10,10,11,10,10, 6,10,10,11,11,
11,11,10,10, 6,10, 9,11,11,11,11,10,10, 6,10,10,
11,11,11,11,10,10, 7,11,11,11,11,11,12,12,11, 6,
10,10,11,10,10,11,11,11, 6,10,10,10,11,10,11,11,
11,
};
static const static_codebook _16c1_s_p7_0 = {
4, 81,
(char *)_vq_lengthlist__16c1_s_p7_0,
1, -529137664, 1618345984, 2, 0,
(long *)_vq_quantlist__16c1_s_p7_0,
0
};
static const long _vq_quantlist__16c1_s_p7_1[] = {
5,
4,
6,
3,
7,
2,
8,
1,
9,
0,
10,
};
static const char _vq_lengthlist__16c1_s_p7_1[] = {
2, 3, 3, 5, 6, 7, 7, 7, 7, 8, 8,10,10,10, 6, 6,
7, 7, 8, 8, 8, 8,10,10,10, 6, 6, 7, 7, 8, 8, 8,
8,10,10,10, 7, 7, 7, 7, 8, 8, 8, 8,10,10,10, 7,
7, 7, 7, 8, 8, 8, 8,10,10,10, 7, 7, 8, 8, 8, 8,
8, 8,10,10,10, 7, 7, 8, 8, 8, 8, 8, 8,10,10,10,
8, 8, 8, 8, 8, 8, 9, 9,10,10,10,10,10, 8, 8, 8,
8, 9, 9,10,10,10,10,10, 9, 9, 8, 8, 9, 9,10,10,
10,10,10, 8, 8, 8, 8, 9, 9,
};
static const static_codebook _16c1_s_p7_1 = {
2, 121,
(char *)_vq_lengthlist__16c1_s_p7_1,
1, -531365888, 1611661312, 4, 0,
(long *)_vq_quantlist__16c1_s_p7_1,
0
};
static const long _vq_quantlist__16c1_s_p8_0[] = {
6,
5,
7,
4,
8,
3,
9,
2,
10,
1,
11,
0,
12,
};
static const char _vq_lengthlist__16c1_s_p8_0[] = {
1, 4, 4, 6, 6, 7, 7, 7, 7, 8, 8, 9, 9, 6, 5, 5,
7, 8, 8, 9, 8, 8, 9, 9,10,11, 6, 5, 5, 8, 8, 9,
9, 8, 8, 9,10,10,11, 0, 8, 8, 8, 9, 9, 9, 9, 9,
10,10,11,11, 0, 9, 9, 9, 8, 9, 9, 9, 9,10,10,11,
11, 0,13,13, 9, 9,10,10,10,10,11,11,12,12, 0,14,
13, 9, 9,10,10,10,10,11,11,12,12, 0, 0, 0,10,10,
9, 9,11,11,12,12,13,12, 0, 0, 0,10,10, 9, 9,10,
10,12,12,13,13, 0, 0, 0,13,14,11,10,11,11,12,12,
13,14, 0, 0, 0,14,14,10,10,11,11,12,12,13,13, 0,
0, 0, 0, 0,12,12,12,12,13,13,14,15, 0, 0, 0, 0,
0,12,12,12,12,13,13,14,15,
};
static const static_codebook _16c1_s_p8_0 = {
2, 169,
(char *)_vq_lengthlist__16c1_s_p8_0,
1, -526516224, 1616117760, 4, 0,
(long *)_vq_quantlist__16c1_s_p8_0,
0
};
static const long _vq_quantlist__16c1_s_p8_1[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__16c1_s_p8_1[] = {
2, 3, 3, 5, 5, 6, 6, 6, 5, 5, 6, 6, 6, 5, 5, 6,
6, 6, 5, 5, 6, 6, 6, 5, 5,
};
static const static_codebook _16c1_s_p8_1 = {
2, 25,
(char *)_vq_lengthlist__16c1_s_p8_1,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__16c1_s_p8_1,
0
};
static const long _vq_quantlist__16c1_s_p9_0[] = {
6,
5,
7,
4,
8,
3,
9,
2,
10,
1,
11,
0,
12,
};
static const char _vq_lengthlist__16c1_s_p9_0[] = {
1, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8,
8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8,
8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8,
8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8,
8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8,
8, 8, 8, 8, 8, 8, 8, 8, 8,
};
static const static_codebook _16c1_s_p9_0 = {
2, 169,
(char *)_vq_lengthlist__16c1_s_p9_0,
1, -513964032, 1628680192, 4, 0,
(long *)_vq_quantlist__16c1_s_p9_0,
0
};
static const long _vq_quantlist__16c1_s_p9_1[] = {
7,
6,
8,
5,
9,
4,
10,
3,
11,
2,
12,
1,
13,
0,
14,
};
static const char _vq_lengthlist__16c1_s_p9_1[] = {
1, 4, 4, 4, 4, 8, 8,12,13,14,14,14,14,14,14, 6,
6, 6, 6, 6,10, 9,14,14,14,14,14,14,14,14, 7, 6,
5, 6, 6,10, 9,12,13,13,13,13,13,13,13,13, 7, 7,
9, 9,11,11,12,13,13,13,13,13,13,13,13, 7, 7, 8,
8,11,12,13,13,13,13,13,13,13,13,13,12,12,10,10,
13,12,13,13,13,13,13,13,13,13,13,12,12,10,10,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,12,13,12,
13,13,13,13,13,13,13,13,13,13,13,13,12,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,12,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,12,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,
};
static const static_codebook _16c1_s_p9_1 = {
2, 225,
(char *)_vq_lengthlist__16c1_s_p9_1,
1, -520986624, 1620377600, 4, 0,
(long *)_vq_quantlist__16c1_s_p9_1,
0
};
static const long _vq_quantlist__16c1_s_p9_2[] = {
10,
9,
11,
8,
12,
7,
13,
6,
14,
5,
15,
4,
16,
3,
17,
2,
18,
1,
19,
0,
20,
};
static const char _vq_lengthlist__16c1_s_p9_2[] = {
1, 4, 4, 6, 6, 7, 7, 8, 7, 8, 8, 9, 9, 9, 9,10,
10,10, 9,10,10,11,12,12, 8, 8, 8, 8, 9, 9, 9, 9,
10,10,10,10,10,11,11,10,12,11,11,13,11, 7, 7, 8,
8, 8, 8, 9, 9, 9,10,10,10,10, 9,10,10,11,11,12,
11,11, 8, 8, 8, 8, 9, 9,10,10,10,10,11,11,11,11,
11,11,11,12,11,12,12, 8, 8, 9, 9, 9, 9, 9,10,10,
10,10,10,10,11,11,11,11,11,11,12,11, 9, 9, 9, 9,
10,10,10,10,11,10,11,11,11,11,11,11,12,12,12,12,
11, 9, 9, 9, 9,10,10,10,10,11,11,11,11,11,11,11,
11,11,12,12,12,13, 9,10,10, 9,11,10,10,10,10,11,
11,11,11,11,10,11,12,11,12,12,11,12,11,10, 9,10,
10,11,10,11,11,11,11,11,11,11,11,11,12,12,11,12,
12,12,10,10,10,11,10,11,11,11,11,11,11,11,11,11,
11,11,12,13,12,12,11, 9,10,10,11,11,10,11,11,11,
12,11,11,11,11,11,12,12,13,13,12,13,10,10,12,10,
11,11,11,11,11,11,11,11,11,12,12,11,13,12,12,12,
12,13,12,11,11,11,11,11,11,12,11,12,11,11,11,11,
12,12,13,12,11,12,12,11,11,11,11,11,12,11,11,11,
11,12,11,11,12,11,12,13,13,12,12,12,12,11,11,11,
11,11,12,11,11,12,11,12,11,11,11,11,13,12,12,12,
12,13,11,11,11,12,12,11,11,11,12,11,12,12,12,11,
12,13,12,11,11,12,12,11,12,11,11,11,12,12,11,12,
11,11,11,12,12,12,12,13,12,13,12,12,12,12,11,11,
12,11,11,11,11,11,11,12,12,12,13,12,11,13,13,12,
12,11,12,10,11,11,11,11,12,11,12,12,11,12,12,13,
12,12,13,12,12,12,12,12,11,12,12,12,11,12,11,11,
11,12,13,12,13,13,13,13,13,12,13,13,12,12,13,11,
11,11,11,11,12,11,11,12,11,
};
static const static_codebook _16c1_s_p9_2 = {
2, 441,
(char *)_vq_lengthlist__16c1_s_p9_2,
1, -529268736, 1611661312, 5, 0,
(long *)_vq_quantlist__16c1_s_p9_2,
0
};
static const char _huff_lengthlist__16c1_s_short[] = {
5, 6,17, 8,12, 9,10,10,12,13, 5, 2,17, 4, 9, 5,
7, 8,11,13,16,16,16,16,16,16,16,16,16,16, 6, 4,
16, 5,10, 5, 7,10,14,16,13, 9,16,11, 8, 7, 8, 9,
13,16, 7, 4,16, 5, 7, 4, 6, 8,11,13, 8, 6,16, 7,
8, 5, 5, 7, 9,13, 9, 8,16, 9, 8, 6, 6, 7, 9,13,
11,11,16,10,10, 7, 7, 7, 9,13,13,13,16,13,13, 9,
9, 9,10,13,
};
static const static_codebook _huff_book__16c1_s_short = {
2, 100,
(char *)_huff_lengthlist__16c1_s_short,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist__16c2_s_long[] = {
4, 7, 9, 9, 9, 8, 9,10,13,16, 5, 4, 5, 6, 7, 7,
8, 9,12,16, 6, 5, 5, 5, 7, 7, 9,10,12,15, 7, 6,
5, 4, 5, 6, 8, 9,10,13, 8, 7, 7, 5, 5, 5, 7, 9,
10,12, 7, 7, 7, 6, 5, 5, 6, 7,10,12, 8, 8, 8, 7,
7, 5, 5, 6, 9,11, 8, 9, 9, 8, 8, 6, 6, 5, 8,11,
10,11,12,12,11, 9, 9, 8, 9,12,13,14,15,15,14,12,
12,11,11,13,
};
static const static_codebook _huff_book__16c2_s_long = {
2, 100,
(char *)_huff_lengthlist__16c2_s_long,
0, 0, 0, 0, 0,
NULL,
0
};
static const long _vq_quantlist__16c2_s_p1_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__16c2_s_p1_0[] = {
1, 3, 3, 0, 0, 0, 0, 0, 0, 4, 5, 5, 0, 0, 0, 0,
0, 0, 4, 5, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0,
};
static const static_codebook _16c2_s_p1_0 = {
4, 81,
(char *)_vq_lengthlist__16c2_s_p1_0,
1, -535822336, 1611661312, 2, 0,
(long *)_vq_quantlist__16c2_s_p1_0,
0
};
static const long _vq_quantlist__16c2_s_p2_0[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__16c2_s_p2_0[] = {
2, 4, 4, 7, 7, 0, 0, 0, 8, 8, 0, 0, 0, 8, 8, 0,
0, 0, 8, 8, 0, 0, 0, 8, 8, 4, 4, 4, 8, 7, 0, 0,
0, 8, 8, 0, 0, 0, 8, 8, 0, 0, 0, 9, 9, 0, 0, 0,
9, 9, 4, 4, 4, 7, 8, 0, 0, 0, 8, 8, 0, 0, 0, 8,
8, 0, 0, 0, 9, 9, 0, 0, 0, 9, 9, 7, 8, 8,10, 9,
0, 0, 0,12,11, 0, 0, 0,11,12, 0, 0, 0,14,13, 0,
0, 0,14,14, 7, 8, 8, 9,10, 0, 0, 0,11,12, 0, 0,
0,11,11, 0, 0, 0,14,14, 0, 0, 0,14,14, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 8, 8, 8,11,11, 0, 0, 0,
12,11, 0, 0, 0,12,12, 0, 0, 0,13,12, 0, 0, 0,13,
13, 8, 8, 8,11,11, 0, 0, 0,11,11, 0, 0, 0,12,12,
0, 0, 0,13,13, 0, 0, 0,13,13, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 8, 9, 8,12,11, 0, 0, 0,12,12, 0,
0, 0,12,11, 0, 0, 0,13,13, 0, 0, 0,13,13, 8, 8,
8,11,12, 0, 0, 0,11,12, 0, 0, 0,11,12, 0, 0, 0,
13,14, 0, 0, 0,13,13, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 8, 9, 9,14,14, 0, 0, 0,13,13, 0, 0, 0,13,
13, 0, 0, 0,13,12, 0, 0, 0,13,13, 8, 9, 9,14,14,
0, 0, 0,13,13, 0, 0, 0,13,13, 0, 0, 0,12,13, 0,
0, 0,13,13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8,
9, 9,14,14, 0, 0, 0,13,13, 0, 0, 0,13,13, 0, 0,
0,13,13, 0, 0, 0,13,12, 8, 9, 9,14,14, 0, 0, 0,
13,13, 0, 0, 0,13,13, 0, 0, 0,13,13, 0, 0, 0,12,
12,
};
static const static_codebook _16c2_s_p2_0 = {
4, 625,
(char *)_vq_lengthlist__16c2_s_p2_0,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__16c2_s_p2_0,
0
};
static const long _vq_quantlist__16c2_s_p3_0[] = {
4,
3,
5,
2,
6,
1,
7,
0,
8,
};
static const char _vq_lengthlist__16c2_s_p3_0[] = {
1, 3, 3, 5, 5, 7, 7, 8, 8, 0, 0, 0, 6, 6, 8, 8,
9, 9, 0, 0, 0, 6, 6, 8, 8, 9, 9, 0, 0, 0, 7, 7,
8, 9,10,10, 0, 0, 0, 7, 7, 9, 9,10,10, 0, 0, 0,
8, 8, 9, 9,11,11, 0, 0, 0, 7, 7, 9, 9,11,11, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0,
};
static const static_codebook _16c2_s_p3_0 = {
2, 81,
(char *)_vq_lengthlist__16c2_s_p3_0,
1, -531628032, 1611661312, 4, 0,
(long *)_vq_quantlist__16c2_s_p3_0,
0
};
static const long _vq_quantlist__16c2_s_p4_0[] = {
8,
7,
9,
6,
10,
5,
11,
4,
12,
3,
13,
2,
14,
1,
15,
0,
16,
};
static const char _vq_lengthlist__16c2_s_p4_0[] = {
2, 3, 3, 5, 5, 6, 6, 6, 6, 7, 7, 8, 8, 8, 8, 9,
9, 0, 0, 0, 6, 6, 7, 7, 8, 8, 8, 8, 9, 9,10,10,
11,10, 0, 0, 0, 6, 6, 7, 7, 8, 8, 8, 8, 9, 9,10,
10,10,10, 0, 0, 0, 6, 6, 8, 8, 9, 9, 9, 9,10,10,
11,11,11,11, 0, 0, 0, 7, 6, 8, 8, 9, 9, 9, 9,10,
10,11,11,11,11, 0, 0, 0, 7, 7, 8, 8, 9, 9,10,10,
11,11,11,11,12,12, 0, 0, 0, 7, 7, 8, 8, 9, 9,10,
10,11,11,11,11,12,12, 0, 0, 0, 7, 8, 8, 8, 9, 9,
10,10,11,11,12,12,13,13, 0, 0, 0, 0, 0, 8, 8, 9,
9,10,10,11,11,12,12,13,13, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0,
};
static const static_codebook _16c2_s_p4_0 = {
2, 289,
(char *)_vq_lengthlist__16c2_s_p4_0,
1, -529530880, 1611661312, 5, 0,
(long *)_vq_quantlist__16c2_s_p4_0,
0
};
static const long _vq_quantlist__16c2_s_p5_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__16c2_s_p5_0[] = {
1, 4, 4, 5, 7, 7, 6, 7, 7, 4, 6, 6,10,11,10,10,
10,11, 4, 6, 6,10,10,11,10,11,10, 5,10,10, 9,12,
11,10,12,12, 7,10,10,12,12,12,12,13,13, 7,11,10,
11,12,12,12,13,13, 6,11,10,10,12,12,11,12,12, 7,
11,10,12,13,13,12,12,12, 7,10,11,12,13,13,12,12,
12,
};
static const static_codebook _16c2_s_p5_0 = {
4, 81,
(char *)_vq_lengthlist__16c2_s_p5_0,
1, -529137664, 1618345984, 2, 0,
(long *)_vq_quantlist__16c2_s_p5_0,
0
};
static const long _vq_quantlist__16c2_s_p5_1[] = {
5,
4,
6,
3,
7,
2,
8,
1,
9,
0,
10,
};
static const char _vq_lengthlist__16c2_s_p5_1[] = {
2, 3, 3, 6, 6, 6, 6, 7, 7, 7, 7,11,10,10, 6, 6,
7, 7, 8, 8, 8, 8,10,10,10, 6, 6, 7, 7, 8, 8, 8,
8,11,11,11, 7, 7, 8, 8, 8, 8, 9, 9,11,11,11, 6,
7, 8, 8, 8, 8, 9, 9,11,11,11, 7, 7, 8, 8, 8, 8,
8, 8,11,11,11, 7, 7, 8, 8, 8, 8, 9, 9,11,11,11,
8, 8, 8, 8, 8, 8, 8, 8,11,11,11,11,11, 8, 8, 8,
8, 8, 8,12,11,11,11,11, 8, 8, 8, 8, 8, 8,12,11,
11,11,11, 7, 7, 8, 8, 8, 8,
};
static const static_codebook _16c2_s_p5_1 = {
2, 121,
(char *)_vq_lengthlist__16c2_s_p5_1,
1, -531365888, 1611661312, 4, 0,
(long *)_vq_quantlist__16c2_s_p5_1,
0
};
static const long _vq_quantlist__16c2_s_p6_0[] = {
6,
5,
7,
4,
8,
3,
9,
2,
10,
1,
11,
0,
12,
};
static const char _vq_lengthlist__16c2_s_p6_0[] = {
1, 4, 4, 6, 6, 8, 7, 8, 8, 9, 9,10,10, 5, 5, 5,
7, 7, 9, 9, 9, 9,11,11,12,12, 6, 5, 5, 7, 7, 9,
9,10, 9,11,11,12,12, 0, 7, 7, 7, 7, 9, 9,10,10,
11,11,12,12, 0, 7, 7, 7, 7, 9, 9,10,10,11,11,12,
12, 0,11,11, 8, 8,10,10,11,11,12,12,13,13, 0,12,
12, 9, 9,10,10,11,11,12,12,13,13, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0,
};
static const static_codebook _16c2_s_p6_0 = {
2, 169,
(char *)_vq_lengthlist__16c2_s_p6_0,
1, -526516224, 1616117760, 4, 0,
(long *)_vq_quantlist__16c2_s_p6_0,
0
};
static const long _vq_quantlist__16c2_s_p6_1[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__16c2_s_p6_1[] = {
2, 3, 3, 5, 5, 6, 6, 6, 5, 5, 6, 6, 6, 5, 5, 6,
6, 6, 5, 5, 6, 6, 6, 5, 5,
};
static const static_codebook _16c2_s_p6_1 = {
2, 25,
(char *)_vq_lengthlist__16c2_s_p6_1,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__16c2_s_p6_1,
0
};
static const long _vq_quantlist__16c2_s_p7_0[] = {
6,
5,
7,
4,
8,
3,
9,
2,
10,
1,
11,
0,
12,
};
static const char _vq_lengthlist__16c2_s_p7_0[] = {
1, 4, 4, 7, 7, 8, 8, 8, 8,10, 9,10,10, 5, 5, 5,
7, 7, 9, 9,10,10,11,10,12,11, 6, 5, 5, 7, 7, 9,
9,10,10,11,11,12,12,20, 7, 7, 7, 7, 9, 9,10,10,
11,11,12,12,20, 7, 7, 7, 7, 9, 9,11,10,12,11,12,
12,20,11,11, 8, 8,10,10,11,11,12,12,13,13,20,12,
12, 8, 8, 9, 9,11,11,12,12,13,13,20,20,21,10,10,
10,10,11,11,12,12,13,13,21,21,21,10,10,10,10,11,
11,12,12,13,13,21,21,21,14,14,11,11,12,12,13,13,
13,14,21,21,21,16,15,11,11,12,11,13,13,14,14,21,
21,21,21,21,13,13,12,12,13,13,14,14,21,21,21,21,
21,13,13,12,12,13,13,14,14,
};
static const static_codebook _16c2_s_p7_0 = {
2, 169,
(char *)_vq_lengthlist__16c2_s_p7_0,
1, -523206656, 1618345984, 4, 0,
(long *)_vq_quantlist__16c2_s_p7_0,
0
};
static const long _vq_quantlist__16c2_s_p7_1[] = {
5,
4,
6,
3,
7,
2,
8,
1,
9,
0,
10,
};
static const char _vq_lengthlist__16c2_s_p7_1[] = {
2, 4, 4, 6, 6, 7, 7, 7, 7, 7, 7, 9, 9, 9, 6, 7,
7, 7, 7, 7, 8, 8, 9, 9, 9, 6, 6, 7, 7, 7, 7, 8,
8, 9, 9, 9, 7, 7, 7, 7, 8, 8, 8, 8, 9, 9, 9, 7,
7, 7, 7, 8, 8, 8, 8, 9, 9, 9, 7, 7, 7, 7, 8, 8,
8, 8, 9, 9, 9, 7, 7, 7, 7, 7, 7, 8, 8, 9, 9, 9,
7, 7, 8, 8, 7, 7, 8, 8, 9, 9, 9, 9, 9, 8, 8, 7,
7, 8, 8, 9, 9, 9, 9, 9, 8, 8, 7, 7, 8, 8, 9, 9,
9, 9, 9, 7, 7, 7, 7, 8, 8,
};
static const static_codebook _16c2_s_p7_1 = {
2, 121,
(char *)_vq_lengthlist__16c2_s_p7_1,
1, -531365888, 1611661312, 4, 0,
(long *)_vq_quantlist__16c2_s_p7_1,
0
};
static const long _vq_quantlist__16c2_s_p8_0[] = {
7,
6,
8,
5,
9,
4,
10,
3,
11,
2,
12,
1,
13,
0,
14,
};
static const char _vq_lengthlist__16c2_s_p8_0[] = {
1, 4, 4, 6, 6, 7, 7, 7, 7, 8, 8, 9, 9,10,10, 6,
6, 6, 8, 8, 9, 9, 8, 8, 9, 9,10,10,11,11, 6, 5,
5, 8, 7, 9, 9, 8, 8, 9, 9,10,10,11,11,20, 8, 8,
8, 8, 9, 9, 9, 9,10,10,11,10,12,11,20, 8, 8, 8,
8, 9, 9, 9, 9,10,10,11,11,12,12,20,12,12, 9, 9,
10,10,10,10,11,11,12,12,13,12,20,13,13, 9, 9,10,
10,10,10,11,11,12,12,13,13,20,20,20, 9, 9, 9, 9,
10,10,11,11,12,12,13,12,20,20,20, 9, 9, 9, 8,10,
10,12,11,12,12,13,13,20,20,20,13,13,10,10,11,11,
12,12,13,13,13,13,20,20,20,13,13,10,10,11,10,12,
11,13,13,14,14,20,20,20,20,20,11,11,11,11,12,12,
13,13,14,14,20,20,20,20,20,11,10,11,11,13,11,13,
13,14,14,20,20,21,21,21,14,14,11,12,13,13,13,13,
14,14,21,21,21,21,21,15,15,12,11,13,12,14,13,15,
14,
};
static const static_codebook _16c2_s_p8_0 = {
2, 225,
(char *)_vq_lengthlist__16c2_s_p8_0,
1, -520986624, 1620377600, 4, 0,
(long *)_vq_quantlist__16c2_s_p8_0,
0
};
static const long _vq_quantlist__16c2_s_p8_1[] = {
10,
9,
11,
8,
12,
7,
13,
6,
14,
5,
15,
4,
16,
3,
17,
2,
18,
1,
19,
0,
20,
};
static const char _vq_lengthlist__16c2_s_p8_1[] = {
2, 4, 4, 6, 6, 7, 7, 8, 8, 8, 8, 8, 8, 8, 8, 8,
8, 8, 8, 8, 8,11,11,11, 7, 7, 8, 8, 8, 8, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9,10,11,10, 7, 7, 8,
8, 8, 8, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,11,
11,11, 8, 8, 8, 8, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9,11,11,11, 8, 8, 8, 8, 9, 9, 9, 9, 9,
9, 9, 9,10, 9,10,10,10,10,11,11,11, 8, 8, 9, 9,
9, 9, 9, 9, 9, 9,10,10,10,10,10,10,10,10,11,11,
11, 8, 8, 9, 9, 9, 9, 9, 9, 9,10,10,10,10,10,10,
10,10,10,11,11,11, 9, 9, 9, 9, 9, 9, 9, 9,10,10,
10,10,10,10,10,10,10,10,11,11,11,11,11, 9, 9, 9,
9, 9, 9,10,10,10,10,10,10,10,10,10,10,11,11,11,
11,11, 9, 9, 9, 9,10,10,10,10,10,10,10,10,10,10,
10,10,11,11,11,11,11, 9, 9, 9, 9,10,10,10,10,10,
10,10,10,10,10,10,10,11,11,11,11,11,10, 9,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,11,11,11,11,
11,11,11,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,11,11,11,11,11,11,11,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,11,11,11,11,11,11,11,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,11,11,11,11,11,
11,11,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
11,11,11,11,11,11,11,11,11,10,10,10,10,10,10,10,
10,10,10,10,10,11,11,11,11,11,11,11,11,11,10,10,
10,10,10,10,10,10,10,10,10,10,11,11,11,11,11,11,
11,11,11,10,10,10,10,10,10,10,10,10,10,10,10,11,
11,11,11,11,11,11,11,11,10,10,10,10,10,10,10,10,
10,10,10,10,11,11,11,11,11,11,11,11,11,11,11,10,
10,10,10,10,10,10,10,10,10,
};
static const static_codebook _16c2_s_p8_1 = {
2, 441,
(char *)_vq_lengthlist__16c2_s_p8_1,
1, -529268736, 1611661312, 5, 0,
(long *)_vq_quantlist__16c2_s_p8_1,
0
};
static const long _vq_quantlist__16c2_s_p9_0[] = {
8,
7,
9,
6,
10,
5,
11,
4,
12,
3,
13,
2,
14,
1,
15,
0,
16,
};
static const char _vq_lengthlist__16c2_s_p9_0[] = {
1, 4, 3,10, 8,10,10,10,10,10,10,10,10,10,10,10,
10, 6,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10, 6,10, 9,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,
};
static const static_codebook _16c2_s_p9_0 = {
2, 289,
(char *)_vq_lengthlist__16c2_s_p9_0,
1, -509798400, 1631393792, 5, 0,
(long *)_vq_quantlist__16c2_s_p9_0,
0
};
static const long _vq_quantlist__16c2_s_p9_1[] = {
9,
8,
10,
7,
11,
6,
12,
5,
13,
4,
14,
3,
15,
2,
16,
1,
17,
0,
18,
};
static const char _vq_lengthlist__16c2_s_p9_1[] = {
1, 4, 4, 7, 7, 7, 7, 7, 7, 8, 8,10, 9,11,10,13,
11,14,13, 6, 6, 6, 8, 8, 8, 8, 8, 7, 9, 8,11, 9,
13,11,14,12,14,13, 5, 6, 6, 8, 8, 8, 8, 8, 8, 9,
9,11,11,13,11,14,13,15,15,17, 8, 8, 8, 8, 9, 9,
9, 8,11, 9,12,10,13,11,14,12,14,13,17, 8, 8, 8,
8, 9, 9, 9, 9,10,10,11,11,13,13,13,14,16,15,17,
12,12, 8, 8, 9, 9,10,10,11,11,12,11,13,12,13,12,
14,13,16,12,12, 8, 8, 9, 9,10,10,11,11,12,12,13,
13,14,14,15,15,17,17,17, 9, 9, 9, 9,11,11,12,12,
12,13,13,13,16,14,14,14,17,17,17, 9, 8, 9, 8,11,
10,12,12,13,13,14,14,15,15,16,16,17,17,17,12,12,
10,10,11,12,12,13,13,14,13,15,15,14,16,15,17,17,
17,12,12,10, 8,12, 9,13,12,14,14,15,14,15,16,16,
16,17,17,17,17,17,11,11,12,12,14,14,14,16,15,16,
15,16,15,17,17,17,17,17,17,11, 9,12,10,13,11,15,
14,16,16,17,16,16,15,17,17,17,17,17,15,15,12,12,
14,14,15,16,16,15,16,16,17,17,17,17,17,17,17,14,
14,12,10,14,11,15,12,17,16,15,16,17,16,17,17,17,
17,17,17,17,13,13,14,14,14,16,17,17,16,17,17,17,
17,17,17,17,17,17,17,13, 9,13,12,15,13,16,16,17,
17,17,17,17,17,17,17,17,17,17,15,17,14,14,15,16,
16,17,16,17,16,17,17,17,17,17,17,17,17,17,17,14,
13,15,16,16,17,16,17,17,17,
};
static const static_codebook _16c2_s_p9_1 = {
2, 361,
(char *)_vq_lengthlist__16c2_s_p9_1,
1, -518287360, 1622704128, 5, 0,
(long *)_vq_quantlist__16c2_s_p9_1,
0
};
static const long _vq_quantlist__16c2_s_p9_2[] = {
24,
23,
25,
22,
26,
21,
27,
20,
28,
19,
29,
18,
30,
17,
31,
16,
32,
15,
33,
14,
34,
13,
35,
12,
36,
11,
37,
10,
38,
9,
39,
8,
40,
7,
41,
6,
42,
5,
43,
4,
44,
3,
45,
2,
46,
1,
47,
0,
48,
};
static const char _vq_lengthlist__16c2_s_p9_2[] = {
2, 4, 4, 4, 4, 5, 5, 5, 5, 6, 6, 6, 6, 6, 6, 6,
6, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7,
7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7,
7,
};
static const static_codebook _16c2_s_p9_2 = {
1, 49,
(char *)_vq_lengthlist__16c2_s_p9_2,
1, -526909440, 1611661312, 6, 0,
(long *)_vq_quantlist__16c2_s_p9_2,
0
};
static const char _huff_lengthlist__16c2_s_short[] = {
7,10,12,11,12,13,15,16,18,15,10, 8, 8, 8, 9,10,
12,13,14,17,10, 7, 7, 7, 7, 8,10,12,15,18,10, 7,
7, 5, 5, 6, 8,10,13,15,10, 7, 6, 5, 4, 4, 6, 9,
12,15,11, 7, 7, 5, 4, 3, 4, 7,11,13,12, 9, 8, 7,
5, 4, 4, 5,10,13,11,11,11, 9, 7, 5, 5, 5, 9,12,
13,12,13,12,10, 8, 8, 7, 9,13,14,14,14,14,13,11,
11,10,10,13,
};
static const static_codebook _huff_book__16c2_s_short = {
2, 100,
(char *)_huff_lengthlist__16c2_s_short,
0, 0, 0, 0, 0,
NULL,
0
};
static const long _vq_quantlist__8c0_s_p1_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__8c0_s_p1_0[] = {
1, 5, 4, 0, 0, 0, 0, 0, 0, 5, 7, 7, 0, 0, 0, 0,
0, 0, 5, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 5, 8, 8, 0, 0, 0, 0, 0, 0, 7, 8, 9, 0, 0, 0,
0, 0, 0, 7, 8, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 5, 8, 8, 0, 0, 0, 0, 0, 0, 7, 9, 9, 0, 0,
0, 0, 0, 0, 7, 9, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 8, 8, 0, 0, 0, 0,
0, 0, 8,10,10, 0, 0, 0, 0, 0, 0, 8, 9, 9, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7,10, 9, 0, 0, 0,
0, 0, 0, 8, 9,11, 0, 0, 0, 0, 0, 0, 9,11,11, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 9,10, 0, 0,
0, 0, 0, 0, 9,11,10, 0, 0, 0, 0, 0, 0, 9,11,11,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 5, 8, 8, 0, 0, 0, 0, 0, 0, 8, 9, 9, 0, 0,
0, 0, 0, 0, 8, 9,10, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 7, 9, 9, 0, 0, 0, 0, 0, 0, 9,11,11, 0,
0, 0, 0, 0, 0, 9,10,11, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 7, 9,10, 0, 0, 0, 0, 0, 0, 9,11,11,
0, 0, 0, 0, 0, 0, 8,11, 9, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0,
};
static const static_codebook _8c0_s_p1_0 = {
8, 6561,
(char *)_vq_lengthlist__8c0_s_p1_0,
1, -535822336, 1611661312, 2, 0,
(long *)_vq_quantlist__8c0_s_p1_0,
0
};
static const long _vq_quantlist__8c0_s_p3_0[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__8c0_s_p3_0[] = {
1, 4, 4, 6, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 5, 6, 7, 7, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 4, 5, 5, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 7, 7, 8, 8,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 6, 7, 7, 8, 8, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0,
};
static const static_codebook _8c0_s_p3_0 = {
4, 625,
(char *)_vq_lengthlist__8c0_s_p3_0,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__8c0_s_p3_0,
0
};
static const long _vq_quantlist__8c0_s_p4_0[] = {
4,
3,
5,
2,
6,
1,
7,
0,
8,
};
static const char _vq_lengthlist__8c0_s_p4_0[] = {
1, 2, 3, 7, 7, 0, 0, 0, 0, 0, 0, 0, 6, 6, 0, 0,
0, 0, 0, 0, 0, 6, 6, 0, 0, 0, 0, 0, 0, 0, 7, 7,
0, 0, 0, 0, 0, 0, 0, 7, 7, 0, 0, 0, 0, 0, 0, 0,
8, 8, 0, 0, 0, 0, 0, 0, 0, 9, 8, 0, 0, 0, 0, 0,
0, 0,10,10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0,
};
static const static_codebook _8c0_s_p4_0 = {
2, 81,
(char *)_vq_lengthlist__8c0_s_p4_0,
1, -531628032, 1611661312, 4, 0,
(long *)_vq_quantlist__8c0_s_p4_0,
0
};
static const long _vq_quantlist__8c0_s_p5_0[] = {
4,
3,
5,
2,
6,
1,
7,
0,
8,
};
static const char _vq_lengthlist__8c0_s_p5_0[] = {
1, 3, 3, 5, 5, 7, 6, 8, 8, 0, 0, 0, 7, 7, 7, 7,
8, 8, 0, 0, 0, 7, 7, 7, 7, 8, 9, 0, 0, 0, 8, 8,
8, 8, 9, 9, 0, 0, 0, 8, 8, 8, 8, 9, 9, 0, 0, 0,
9, 9, 8, 8,10,10, 0, 0, 0, 9, 9, 8, 8,10,10, 0,
0, 0,10,10, 9, 9,10,10, 0, 0, 0, 0, 0, 9, 9,10,
10,
};
static const static_codebook _8c0_s_p5_0 = {
2, 81,
(char *)_vq_lengthlist__8c0_s_p5_0,
1, -531628032, 1611661312, 4, 0,
(long *)_vq_quantlist__8c0_s_p5_0,
0
};
static const long _vq_quantlist__8c0_s_p6_0[] = {
8,
7,
9,
6,
10,
5,
11,
4,
12,
3,
13,
2,
14,
1,
15,
0,
16,
};
static const char _vq_lengthlist__8c0_s_p6_0[] = {
1, 3, 3, 6, 6, 8, 8, 9, 9, 8, 8,10, 9,10,10,11,
11, 0, 0, 0, 7, 7, 8, 8, 9, 9, 9, 9,10,10,11,11,
11,12, 0, 0, 0, 7, 7, 8, 8, 9, 9, 9, 9,10,10,11,
11,12,11, 0, 0, 0, 8, 8, 9, 9,10,10, 9, 9,10,10,
11,11,12,12, 0, 0, 0, 8, 8, 9, 9,10,10, 9, 9,11,
10,11,11,12,12, 0, 0, 0, 9, 9, 9, 9,10,10,10,10,
11,11,11,12,12,12, 0, 0, 0, 9, 9, 9, 9,10,10,10,
10,11,11,12,12,13,13, 0, 0, 0,10,10,10,10,11,11,
10,10,11,11,12,12,13,13, 0, 0, 0, 0, 0,10, 9,10,
11,10,10,11,11,12,12,13,13, 0, 0, 0, 0, 0, 9, 9,
10, 9,10,11,12,12,13,13,14,13, 0, 0, 0, 0, 0, 9,
9, 9,10,10,10,11,11,13,12,13,13, 0, 0, 0, 0, 0,
10,10,10,10,11,11,12,12,13,13,14,14, 0, 0, 0, 0,
0, 0, 0,10,10,11,11,12,12,13,13,13,14, 0, 0, 0,
0, 0, 0, 0,11,11,11,11,12,12,13,14,14,14, 0, 0,
0, 0, 0, 0, 0,11,11,11,11,12,12,13,13,14,13, 0,
0, 0, 0, 0, 0, 0,11,11,12,12,13,13,14,14,14,14,
0, 0, 0, 0, 0, 0, 0, 0, 0,12,12,12,12,13,13,14,
14,
};
static const static_codebook _8c0_s_p6_0 = {
2, 289,
(char *)_vq_lengthlist__8c0_s_p6_0,
1, -529530880, 1611661312, 5, 0,
(long *)_vq_quantlist__8c0_s_p6_0,
0
};
static const long _vq_quantlist__8c0_s_p7_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__8c0_s_p7_0[] = {
1, 4, 4, 7, 6, 6, 7, 6, 6, 4, 7, 7,11, 9,10,12,
9,10, 4, 7, 7,10,10,10,11, 9, 9, 6,11,10,11,11,
12,11,11,11, 6,10,10,11,11,12,11,10,10, 6, 9,10,
11,11,11,11,10,10, 7,10,11,12,11,11,12,11,12, 6,
9, 9,10, 9, 9,11,10,10, 6, 9, 9,10,10,10,11,10,
10,
};
static const static_codebook _8c0_s_p7_0 = {
4, 81,
(char *)_vq_lengthlist__8c0_s_p7_0,
1, -529137664, 1618345984, 2, 0,
(long *)_vq_quantlist__8c0_s_p7_0,
0
};
static const long _vq_quantlist__8c0_s_p7_1[] = {
5,
4,
6,
3,
7,
2,
8,
1,
9,
0,
10,
};
static const char _vq_lengthlist__8c0_s_p7_1[] = {
1, 3, 3, 6, 6, 8, 8, 9, 9, 9, 9,10,10,10, 7, 7,
8, 8, 9, 9, 9, 9,10,10, 9, 7, 7, 8, 8, 9, 9, 9,
9,10,10,10, 8, 8, 9, 9, 9, 9, 9, 9,10,10,10, 8,
8, 9, 9, 9, 9, 8, 9,10,10,10, 8, 8, 9, 9, 9,10,
10,10,10,10,10, 9, 9, 9, 9, 9, 9,10,10,11,10,11,
9, 9, 9, 9,10,10,10,10,11,11,11,10,10, 9, 9,10,
10,10, 9,11,10,10,10,10,10,10, 9, 9,10,10,11,11,
10,10,10, 9, 9, 9,10,10,10,
};
static const static_codebook _8c0_s_p7_1 = {
2, 121,
(char *)_vq_lengthlist__8c0_s_p7_1,
1, -531365888, 1611661312, 4, 0,
(long *)_vq_quantlist__8c0_s_p7_1,
0
};
static const long _vq_quantlist__8c0_s_p8_0[] = {
6,
5,
7,
4,
8,
3,
9,
2,
10,
1,
11,
0,
12,
};
static const char _vq_lengthlist__8c0_s_p8_0[] = {
1, 4, 4, 7, 6, 7, 7, 7, 7, 8, 8, 9, 9, 7, 6, 6,
7, 7, 8, 8, 7, 7, 8, 9,10,10, 7, 6, 6, 7, 7, 8,
7, 7, 7, 9, 9,10,12, 0, 8, 8, 8, 8, 8, 9, 8, 8,
9, 9,10,10, 0, 8, 8, 8, 8, 8, 9, 8, 9, 9, 9,11,
10, 0, 0,13, 9, 8, 9, 9, 9, 9,10,10,11,11, 0,13,
0, 9, 9, 9, 9, 9, 9,11,10,11,11, 0, 0, 0, 8, 9,
10, 9,10,10,13,11,12,12, 0, 0, 0, 8, 9, 9, 9,10,
10,13,12,12,13, 0, 0, 0,12, 0,10,10,12,11,10,11,
12,12, 0, 0, 0,13,13,10,10,10,11,12, 0,13, 0, 0,
0, 0, 0, 0,13,11, 0,12,12,12,13,12, 0, 0, 0, 0,
0, 0,13,13,11,13,13,11,12,
};
static const static_codebook _8c0_s_p8_0 = {
2, 169,
(char *)_vq_lengthlist__8c0_s_p8_0,
1, -526516224, 1616117760, 4, 0,
(long *)_vq_quantlist__8c0_s_p8_0,
0
};
static const long _vq_quantlist__8c0_s_p8_1[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__8c0_s_p8_1[] = {
1, 3, 4, 5, 5, 7, 6, 6, 6, 5, 7, 7, 7, 6, 6, 7,
7, 7, 6, 6, 7, 7, 7, 6, 6,
};
static const static_codebook _8c0_s_p8_1 = {
2, 25,
(char *)_vq_lengthlist__8c0_s_p8_1,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__8c0_s_p8_1,
0
};
static const long _vq_quantlist__8c0_s_p9_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__8c0_s_p9_0[] = {
1, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8,
8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8,
8, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7,
7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7,
7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7,
7,
};
static const static_codebook _8c0_s_p9_0 = {
4, 81,
(char *)_vq_lengthlist__8c0_s_p9_0,
1, -518803456, 1628680192, 2, 0,
(long *)_vq_quantlist__8c0_s_p9_0,
0
};
static const long _vq_quantlist__8c0_s_p9_1[] = {
7,
6,
8,
5,
9,
4,
10,
3,
11,
2,
12,
1,
13,
0,
14,
};
static const char _vq_lengthlist__8c0_s_p9_1[] = {
1, 4, 4, 5, 5,10, 8,11,11,11,11,11,11,11,11, 6,
6, 6, 7, 6,11,10,11,11,11,11,11,11,11,11, 7, 5,
6, 6, 6, 8, 7,11,11,11,11,11,11,11,11,11, 7, 8,
8, 8, 9, 9,11,11,11,11,11,11,11,11,11, 9, 8, 7,
8, 9,11,11,11,11,11,11,11,11,11,11,11,10,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,10,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,
};
static const static_codebook _8c0_s_p9_1 = {
2, 225,
(char *)_vq_lengthlist__8c0_s_p9_1,
1, -520986624, 1620377600, 4, 0,
(long *)_vq_quantlist__8c0_s_p9_1,
0
};
static const long _vq_quantlist__8c0_s_p9_2[] = {
10,
9,
11,
8,
12,
7,
13,
6,
14,
5,
15,
4,
16,
3,
17,
2,
18,
1,
19,
0,
20,
};
static const char _vq_lengthlist__8c0_s_p9_2[] = {
1, 5, 5, 7, 7, 8, 7, 8, 8,10,10, 9, 9,10,10,10,
11,11,10,12,11,12,12,12, 9, 8, 8, 8, 8, 8, 9,10,
10,10,10,11,11,11,10,11,11,12,12,11,12, 8, 8, 7,
7, 8, 9,10,10,10, 9,10,10, 9,10,10,11,11,11,11,
11,11, 9, 9, 9, 9, 8, 9,10,10,11,10,10,11,11,12,
10,10,12,12,11,11,10, 9, 9,10, 8, 9,10,10,10, 9,
10,10,11,11,10,11,10,10,10,12,12,12, 9,10, 9,10,
9, 9,10,10,11,11,11,11,10,10,10,11,12,11,12,11,
12,10,11,10,11, 9,10, 9,10, 9,10,10, 9,10,10,11,
10,11,11,11,11,12,11, 9,10,10,10,10,11,11,11,11,
11,10,11,11,11,11,10,12,10,12,12,11,12,10,10,11,
10, 9,11,10,11, 9,10,11,10,10,10,11,11,11,11,12,
12,10, 9, 9,11,10, 9,12,11,10,12,12,11,11,11,11,
10,11,11,12,11,10,12, 9,11,10,11,10,10,11,10,11,
9,10,10,10,11,12,11,11,12,11,10,10,11,11, 9,10,
10,12,10,11,10,10,10, 9,10,10,10,10, 9,10,10,11,
11,11,11,12,11,10,10,10,10,11,11,10,11,11, 9,11,
10,12,10,12,11,10,11,10,10,10,11,10,10,11,11,10,
11,10,10,10,10,11,11,12,10,10,10,11,10,11,12,11,
10,11,10,10,11,11,10,12,10, 9,10,10,11,11,11,10,
12,10,10,11,11,11,10,10,11,10,10,10,11,10,11,10,
12,11,11,10,10,10,12,10,10,11, 9,10,11,11,11,10,
10,11,10,10, 9,11,11,12,12,11,12,11,11,11,11,11,
11, 9,10,11,10,12,10,10,10,10,11,10,10,11,10,10,
12,10,10,10,10,10, 9,12,10,10,10,10,12, 9,11,10,
10,11,10,12,12,10,12,12,12,10,10,10,10, 9,10,11,
10,10,12,10,10,12,11,10,11,10,10,12,11,10,12,10,
10,11, 9,11,10, 9,10, 9,10,
};
static const static_codebook _8c0_s_p9_2 = {
2, 441,
(char *)_vq_lengthlist__8c0_s_p9_2,
1, -529268736, 1611661312, 5, 0,
(long *)_vq_quantlist__8c0_s_p9_2,
0
};
static const char _huff_lengthlist__8c0_s_single[] = {
4, 5,18, 7,10, 6, 7, 8, 9,10, 5, 2,18, 5, 7, 5,
6, 7, 8,11,17,17,17,17,17,17,17,17,17,17, 7, 4,
17, 6, 9, 6, 8,10,12,15,11, 7,17, 9, 6, 6, 7, 9,
11,15, 6, 4,17, 6, 6, 4, 5, 8,11,16, 6, 6,17, 8,
6, 5, 6, 9,13,16, 8, 9,17,11, 9, 8, 8,11,13,17,
9,12,17,15,14,13,12,13,14,17,12,15,17,17,17,17,
17,16,17,17,
};
static const static_codebook _huff_book__8c0_s_single = {
2, 100,
(char *)_huff_lengthlist__8c0_s_single,
0, 0, 0, 0, 0,
NULL,
0
};
static const long _vq_quantlist__8c1_s_p1_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__8c1_s_p1_0[] = {
1, 5, 5, 0, 0, 0, 0, 0, 0, 5, 7, 7, 0, 0, 0, 0,
0, 0, 5, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 5, 8, 7, 0, 0, 0, 0, 0, 0, 7, 8, 9, 0, 0, 0,
0, 0, 0, 7, 8, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 5, 7, 8, 0, 0, 0, 0, 0, 0, 7, 9, 8, 0, 0,
0, 0, 0, 0, 7, 9, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 8, 8, 0, 0, 0, 0,
0, 0, 8, 9, 9, 0, 0, 0, 0, 0, 0, 8, 9, 9, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 9, 9, 0, 0, 0,
0, 0, 0, 8, 8,10, 0, 0, 0, 0, 0, 0, 9,10,10, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 9, 9, 0, 0,
0, 0, 0, 0, 8,10, 9, 0, 0, 0, 0, 0, 0, 9,10,10,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 5, 8, 8, 0, 0, 0, 0, 0, 0, 8, 9, 9, 0, 0,
0, 0, 0, 0, 8, 9, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 7, 9, 9, 0, 0, 0, 0, 0, 0, 9,10,10, 0,
0, 0, 0, 0, 0, 8, 9,10, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 7, 9, 9, 0, 0, 0, 0, 0, 0, 9,10,10,
0, 0, 0, 0, 0, 0, 8,10, 8, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0,
};
static const static_codebook _8c1_s_p1_0 = {
8, 6561,
(char *)_vq_lengthlist__8c1_s_p1_0,
1, -535822336, 1611661312, 2, 0,
(long *)_vq_quantlist__8c1_s_p1_0,
0
};
static const long _vq_quantlist__8c1_s_p3_0[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__8c1_s_p3_0[] = {
2, 4, 4, 5, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 4, 4, 6, 6, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 4, 4, 4, 6, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 6, 6, 7, 7,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 6, 6, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0,
};
static const static_codebook _8c1_s_p3_0 = {
4, 625,
(char *)_vq_lengthlist__8c1_s_p3_0,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__8c1_s_p3_0,
0
};
static const long _vq_quantlist__8c1_s_p4_0[] = {
4,
3,
5,
2,
6,
1,
7,
0,
8,
};
static const char _vq_lengthlist__8c1_s_p4_0[] = {
1, 2, 3, 7, 7, 0, 0, 0, 0, 0, 0, 0, 6, 6, 0, 0,
0, 0, 0, 0, 0, 6, 6, 0, 0, 0, 0, 0, 0, 0, 7, 7,
0, 0, 0, 0, 0, 0, 0, 7, 7, 0, 0, 0, 0, 0, 0, 0,
8, 8, 0, 0, 0, 0, 0, 0, 0, 9, 8, 0, 0, 0, 0, 0,
0, 0,10,10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0,
};
static const static_codebook _8c1_s_p4_0 = {
2, 81,
(char *)_vq_lengthlist__8c1_s_p4_0,
1, -531628032, 1611661312, 4, 0,
(long *)_vq_quantlist__8c1_s_p4_0,
0
};
static const long _vq_quantlist__8c1_s_p5_0[] = {
4,
3,
5,
2,
6,
1,
7,
0,
8,
};
static const char _vq_lengthlist__8c1_s_p5_0[] = {
1, 3, 3, 4, 5, 6, 6, 8, 8, 0, 0, 0, 8, 8, 7, 7,
9, 9, 0, 0, 0, 8, 8, 7, 7, 9, 9, 0, 0, 0, 9,10,
8, 8, 9, 9, 0, 0, 0,10,10, 8, 8, 9, 9, 0, 0, 0,
11,10, 8, 8,10,10, 0, 0, 0,11,11, 8, 8,10,10, 0,
0, 0,12,12, 9, 9,10,10, 0, 0, 0, 0, 0, 9, 9,10,
10,
};
static const static_codebook _8c1_s_p5_0 = {
2, 81,
(char *)_vq_lengthlist__8c1_s_p5_0,
1, -531628032, 1611661312, 4, 0,
(long *)_vq_quantlist__8c1_s_p5_0,
0
};
static const long _vq_quantlist__8c1_s_p6_0[] = {
8,
7,
9,
6,
10,
5,
11,
4,
12,
3,
13,
2,
14,
1,
15,
0,
16,
};
static const char _vq_lengthlist__8c1_s_p6_0[] = {
1, 3, 3, 5, 5, 8, 8, 8, 8, 9, 9,10,10,11,11,11,
11, 0, 0, 0, 8, 8, 8, 8, 9, 9, 9, 9,10,10,11,11,
12,12, 0, 0, 0, 8, 8, 8, 8, 9, 9, 9, 9,10,10,11,
11,12,12, 0, 0, 0, 9, 9, 8, 8,10,10,10,10,11,11,
12,12,12,12, 0, 0, 0, 9, 9, 8, 8,10,10,10,10,11,
11,12,12,12,12, 0, 0, 0,10,10, 9, 9,10,10,10,10,
11,11,12,12,13,13, 0, 0, 0,10,10, 9, 9,10,10,10,
10,11,11,12,12,13,13, 0, 0, 0,11,11, 9, 9,10,10,
10,10,11,11,12,12,13,13, 0, 0, 0, 0, 0, 9, 9,10,
10,10,10,11,11,12,12,13,13, 0, 0, 0, 0, 0, 9, 9,
10,10,11,11,12,12,12,12,13,13, 0, 0, 0, 0, 0, 9,
9,10,10,11,11,12,11,12,12,13,13, 0, 0, 0, 0, 0,
10,10,11,11,11,11,12,12,13,12,13,13, 0, 0, 0, 0,
0, 0, 0,11,10,11,11,12,12,13,13,13,13, 0, 0, 0,
0, 0, 0, 0,11,11,12,12,12,12,13,13,13,14, 0, 0,
0, 0, 0, 0, 0,11,11,12,12,12,12,13,13,14,13, 0,
0, 0, 0, 0, 0, 0,12,12,12,12,13,13,13,13,14,14,
0, 0, 0, 0, 0, 0, 0, 0, 0,12,12,13,13,13,13,14,
14,
};
static const static_codebook _8c1_s_p6_0 = {
2, 289,
(char *)_vq_lengthlist__8c1_s_p6_0,
1, -529530880, 1611661312, 5, 0,
(long *)_vq_quantlist__8c1_s_p6_0,
0
};
static const long _vq_quantlist__8c1_s_p7_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__8c1_s_p7_0[] = {
1, 4, 4, 6, 6, 6, 7, 6, 6, 4, 7, 7,10, 9, 9,10,
9, 9, 5, 7, 7,10, 9, 9,10, 9, 9, 6,10,10,10,10,
10,11,10,10, 6, 9, 9,10, 9,10,11,10,10, 6, 9, 9,
10, 9, 9,11, 9,10, 7,10,10,11,11,11,11,10,10, 6,
9, 9,10,10,10,11, 9, 9, 6, 9, 9,10,10,10,10, 9,
9,
};
static const static_codebook _8c1_s_p7_0 = {
4, 81,
(char *)_vq_lengthlist__8c1_s_p7_0,
1, -529137664, 1618345984, 2, 0,
(long *)_vq_quantlist__8c1_s_p7_0,
0
};
static const long _vq_quantlist__8c1_s_p7_1[] = {
5,
4,
6,
3,
7,
2,
8,
1,
9,
0,
10,
};
static const char _vq_lengthlist__8c1_s_p7_1[] = {
2, 3, 3, 5, 5, 7, 7, 7, 7, 7, 7,10,10, 9, 7, 7,
7, 7, 8, 8, 8, 8, 9, 9, 9, 7, 7, 7, 7, 8, 8, 8,
8,10,10,10, 7, 7, 7, 7, 8, 8, 8, 8,10,10,10, 7,
7, 7, 7, 8, 8, 8, 8,10,10,10, 8, 8, 8, 8, 8, 8,
8, 8,10,10,10, 8, 8, 8, 8, 8, 8, 8, 8,10,10,10,
8, 8, 8, 8, 8, 8, 8, 8,10,10,10,10,10, 8, 8, 8,
8, 8, 8,10,10,10,10,10, 8, 8, 8, 8, 8, 8,10,10,
10,10,10, 8, 8, 8, 8, 8, 8,
};
static const static_codebook _8c1_s_p7_1 = {
2, 121,
(char *)_vq_lengthlist__8c1_s_p7_1,
1, -531365888, 1611661312, 4, 0,
(long *)_vq_quantlist__8c1_s_p7_1,
0
};
static const long _vq_quantlist__8c1_s_p8_0[] = {
6,
5,
7,
4,
8,
3,
9,
2,
10,
1,
11,
0,
12,
};
static const char _vq_lengthlist__8c1_s_p8_0[] = {
1, 4, 4, 6, 6, 8, 8, 8, 8, 9, 9,10,10, 7, 5, 5,
7, 7, 8, 8, 8, 8, 9,10,11,11, 7, 5, 5, 7, 7, 8,
8, 9, 9,10,10,11,11, 0, 8, 8, 8, 8, 9, 9, 9, 9,
9,10,11,11, 0, 8, 8, 8, 8, 9, 9, 9, 9,10,10,11,
11, 0,12,12, 9, 9, 9, 9,10, 9,10,11,11,11, 0,13,
12, 9, 8, 9, 9,10,10,11,11,12,11, 0, 0, 0, 9, 9,
9, 9,10,10,11,11,12,12, 0, 0, 0,10,10, 9, 9,10,
10,11,11,12,12, 0, 0, 0,13,13,10,10,11,11,12,11,
13,12, 0, 0, 0,14,14,10,10,11,10,11,11,12,12, 0,
0, 0, 0, 0,12,12,11,11,12,12,13,13, 0, 0, 0, 0,
0,12,12,11,10,12,11,13,12,
};
static const static_codebook _8c1_s_p8_0 = {
2, 169,
(char *)_vq_lengthlist__8c1_s_p8_0,
1, -526516224, 1616117760, 4, 0,
(long *)_vq_quantlist__8c1_s_p8_0,
0
};
static const long _vq_quantlist__8c1_s_p8_1[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__8c1_s_p8_1[] = {
2, 3, 3, 5, 5, 6, 6, 6, 5, 5, 6, 6, 6, 5, 5, 6,
6, 6, 5, 5, 6, 6, 6, 5, 5,
};
static const static_codebook _8c1_s_p8_1 = {
2, 25,
(char *)_vq_lengthlist__8c1_s_p8_1,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__8c1_s_p8_1,
0
};
static const long _vq_quantlist__8c1_s_p9_0[] = {
6,
5,
7,
4,
8,
3,
9,
2,
10,
1,
11,
0,
12,
};
static const char _vq_lengthlist__8c1_s_p9_0[] = {
1, 3, 3,10,10,10,10,10,10,10,10,10,10, 5, 6, 6,
10,10,10,10,10,10,10,10,10,10, 6, 7, 8,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10, 9, 9, 9, 9,
};
static const static_codebook _8c1_s_p9_0 = {
2, 169,
(char *)_vq_lengthlist__8c1_s_p9_0,
1, -513964032, 1628680192, 4, 0,
(long *)_vq_quantlist__8c1_s_p9_0,
0
};
static const long _vq_quantlist__8c1_s_p9_1[] = {
7,
6,
8,
5,
9,
4,
10,
3,
11,
2,
12,
1,
13,
0,
14,
};
static const char _vq_lengthlist__8c1_s_p9_1[] = {
1, 4, 4, 5, 5, 7, 7, 9, 9,11,11,12,12,13,13, 6,
5, 5, 6, 6, 9, 9,10,10,12,12,12,13,15,14, 6, 5,
5, 7, 7, 9, 9,10,10,12,12,12,13,14,13,17, 7, 7,
8, 8,10,10,11,11,12,13,13,13,13,13,17, 7, 7, 8,
8,10,10,11,11,13,13,13,13,14,14,17,11,11, 9, 9,
11,11,12,12,12,13,13,14,15,13,17,12,12, 9, 9,11,
11,12,12,13,13,13,13,14,16,17,17,17,11,12,12,12,
13,13,13,14,15,14,15,15,17,17,17,12,12,11,11,13,
13,14,14,15,14,15,15,17,17,17,15,15,13,13,14,14,
15,14,15,15,16,15,17,17,17,15,15,13,13,13,14,14,
15,15,15,15,16,17,17,17,17,16,14,15,14,14,15,14,
14,15,15,15,17,17,17,17,17,14,14,16,14,15,15,15,
15,15,15,17,17,17,17,17,17,16,16,15,17,15,15,14,
17,15,17,16,17,17,17,17,16,15,14,15,15,15,15,15,
15,
};
static const static_codebook _8c1_s_p9_1 = {
2, 225,
(char *)_vq_lengthlist__8c1_s_p9_1,
1, -520986624, 1620377600, 4, 0,
(long *)_vq_quantlist__8c1_s_p9_1,
0
};
static const long _vq_quantlist__8c1_s_p9_2[] = {
10,
9,
11,
8,
12,
7,
13,
6,
14,
5,
15,
4,
16,
3,
17,
2,
18,
1,
19,
0,
20,
};
static const char _vq_lengthlist__8c1_s_p9_2[] = {
2, 4, 4, 6, 6, 7, 7, 8, 8, 8, 8, 9, 8, 9, 9, 9,
9, 9, 9, 9, 9,11,11,12, 7, 7, 7, 7, 8, 8, 9, 9,
9, 9,10,10,10,10,10,10,10,10,11,11,11, 7, 7, 7,
7, 8, 8, 9, 8, 9, 9, 9, 9, 9, 9,10,10,10,10,11,
11,12, 8, 8, 8, 8, 8, 8, 9, 9, 9, 9,10,10,10,10,
10,10,10,10,11,11,11, 7, 7, 8, 8, 8, 8, 9, 9, 9,
9,10,10,10,10,10,10,10,10,11,11,11, 8, 8, 8, 8,
9, 9, 9, 9, 9, 9,10,10,10,10,10,10,10,10,11,11,
11, 8, 8, 8, 8, 9, 9, 9, 9, 9, 9,10,10,10,10,10,
10,10,10,11,12,11, 9, 9, 8, 9, 9, 9, 9, 9,10,10,
10,10,10,10,10,10,10,10,11,11,11,11,11, 8, 8, 9,
9, 9, 9,10,10,10,10,10,10,10,10,10,10,11,12,11,
12,11, 9, 9, 9, 9, 9,10,10,10,10,10,10,10,10,10,
10,10,11,11,11,11,11, 9, 9, 9, 9,10,10,10,10,10,
10,10,10,10,10,10,10,12,11,12,11,11, 9, 9, 9,10,
10,10,10,10,10,10,10,10,10,10,10,10,12,11,11,11,
11,11,11,10,10,10,10,10,10,10,10,10,10,10,10,10,
11,11,11,12,11,11,12,11,10,10,10,10,10,10,10,10,
10,10,10,10,11,10,11,11,11,11,11,11,11,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,11,11,12,11,12,
11,11,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
11,11,12,11,12,11,11,11,11,10,10,10,10,10,10,10,
10,10,10,10,10,11,11,12,11,11,12,11,11,12,10,10,
11,10,10,10,10,10,10,10,10,10,11,11,11,11,11,11,
11,11,11,10,10,10,10,10,10,10,10,10,10,10,10,12,
12,11,12,11,11,12,12,12,11,11,10,10,10,10,10,10,
10,10,10,11,12,12,11,12,12,11,12,11,11,11,11,10,
10,10,10,10,10,10,10,10,10,
};
static const static_codebook _8c1_s_p9_2 = {
2, 441,
(char *)_vq_lengthlist__8c1_s_p9_2,
1, -529268736, 1611661312, 5, 0,
(long *)_vq_quantlist__8c1_s_p9_2,
0
};
static const char _huff_lengthlist__8c1_s_single[] = {
4, 6,18, 8,11, 8, 8, 9, 9,10, 4, 4,18, 5, 9, 5,
6, 7, 8,10,18,18,18,18,17,17,17,17,17,17, 7, 5,
17, 6,11, 6, 7, 8, 9,12,12, 9,17,12, 8, 8, 9,10,
10,13, 7, 5,17, 6, 8, 4, 5, 6, 8,10, 6, 5,17, 6,
8, 5, 4, 5, 7, 9, 7, 7,17, 8, 9, 6, 5, 5, 6, 8,
8, 8,17, 9,11, 8, 6, 6, 6, 7, 9,10,17,12,12,10,
9, 7, 7, 8,
};
static const static_codebook _huff_book__8c1_s_single = {
2, 100,
(char *)_huff_lengthlist__8c1_s_single,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist__44c2_s_long[] = {
6, 6,12,10,10,10, 9,10,12,12, 6, 1,10, 5, 6, 6,
7, 9,11,14,12, 9, 8,11, 7, 8, 9,11,13,15,10, 5,
12, 7, 8, 7, 9,12,14,15,10, 6, 7, 8, 5, 6, 7, 9,
12,14, 9, 6, 8, 7, 6, 6, 7, 9,12,12, 9, 7, 9, 9,
7, 6, 6, 7,10,10,10, 9,10,11, 8, 7, 6, 6, 8,10,
12,11,13,13,11,10, 8, 8, 8,10,11,13,15,15,14,13,
10, 8, 8, 9,
};
static const static_codebook _huff_book__44c2_s_long = {
2, 100,
(char *)_huff_lengthlist__44c2_s_long,
0, 0, 0, 0, 0,
NULL,
0
};
static const long _vq_quantlist__44c2_s_p1_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44c2_s_p1_0[] = {
2, 4, 4, 0, 0, 0, 0, 0, 0, 5, 6, 6, 0, 0, 0, 0,
0, 0, 5, 6, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 5, 7, 7, 0, 0, 0, 0, 0, 0, 7, 8, 8, 0, 0, 0,
0, 0, 0, 6, 8, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 5, 7, 7, 0, 0, 0, 0, 0, 0, 6, 8, 7, 0, 0,
0, 0, 0, 0, 7, 8, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 7, 7, 0, 0, 0, 0,
0, 0, 7, 8, 8, 0, 0, 0, 0, 0, 0, 7, 8, 8, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 8, 8, 0, 0, 0,
0, 0, 0, 8, 9, 9, 0, 0, 0, 0, 0, 0, 8, 9, 9, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 8, 8, 0, 0,
0, 0, 0, 0, 8, 9, 8, 0, 0, 0, 0, 0, 0, 8, 9, 9,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 4, 7, 7, 0, 0, 0, 0, 0, 0, 7, 8, 8, 0, 0,
0, 0, 0, 0, 7, 8, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 6, 8, 8, 0, 0, 0, 0, 0, 0, 8, 9, 9, 0,
0, 0, 0, 0, 0, 8, 8, 9, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 7, 8, 8, 0, 0, 0, 0, 0, 0, 8, 9, 9,
0, 0, 0, 0, 0, 0, 8, 9, 9, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0,
};
static const static_codebook _44c2_s_p1_0 = {
8, 6561,
(char *)_vq_lengthlist__44c2_s_p1_0,
1, -535822336, 1611661312, 2, 0,
(long *)_vq_quantlist__44c2_s_p1_0,
0
};
static const long _vq_quantlist__44c2_s_p2_0[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44c2_s_p2_0[] = {
1, 4, 4, 0, 0, 0, 7, 7, 0, 0, 0, 7, 7, 0, 0, 0,
8, 8, 0, 0, 0, 0, 0, 0, 0, 4, 6, 6, 0, 0, 0, 8,
8, 0, 0, 0, 8, 8, 0, 0, 0, 9, 9, 0, 0, 0, 0, 0,
0, 0, 4, 6, 6, 0, 0, 0, 8, 8, 0, 0, 0, 8, 8, 0,
0, 0, 9, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 7, 8, 8, 0, 0, 0,11,11, 0, 0,
0,11,11, 0, 0, 0,12,11, 0, 0, 0, 0, 0, 0, 0, 7,
8, 8, 0, 0, 0,10,11, 0, 0, 0,11,11, 0, 0, 0,11,
12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 6, 8, 8, 0, 0, 0,11,11, 0, 0, 0,11,11,
0, 0, 0,12,12, 0, 0, 0, 0, 0, 0, 0, 6, 8, 8, 0,
0, 0,10,11, 0, 0, 0,10,11, 0, 0, 0,11,11, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
8, 9, 9, 0, 0, 0,11,12, 0, 0, 0,11,12, 0, 0, 0,
12,11, 0, 0, 0, 0, 0, 0, 0, 8,10, 9, 0, 0, 0,12,
11, 0, 0, 0,12,11, 0, 0, 0,11,12, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0,
};
static const static_codebook _44c2_s_p2_0 = {
4, 625,
(char *)_vq_lengthlist__44c2_s_p2_0,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44c2_s_p2_0,
0
};
static const long _vq_quantlist__44c2_s_p3_0[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44c2_s_p3_0[] = {
2, 4, 3, 6, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 4, 4, 6, 6, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 4, 4, 4, 6, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 6, 6, 9, 9,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 6, 6, 7, 9, 9, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0,
};
static const static_codebook _44c2_s_p3_0 = {
4, 625,
(char *)_vq_lengthlist__44c2_s_p3_0,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44c2_s_p3_0,
0
};
static const long _vq_quantlist__44c2_s_p4_0[] = {
4,
3,
5,
2,
6,
1,
7,
0,
8,
};
static const char _vq_lengthlist__44c2_s_p4_0[] = {
1, 3, 3, 6, 6, 0, 0, 0, 0, 0, 6, 6, 6, 6, 0, 0,
0, 0, 0, 6, 6, 6, 6, 0, 0, 0, 0, 0, 7, 7, 6, 6,
0, 0, 0, 0, 0, 0, 0, 6, 7, 0, 0, 0, 0, 0, 0, 0,
7, 8, 0, 0, 0, 0, 0, 0, 0, 8, 8, 0, 0, 0, 0, 0,
0, 0, 9, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0,
};
static const static_codebook _44c2_s_p4_0 = {
2, 81,
(char *)_vq_lengthlist__44c2_s_p4_0,
1, -531628032, 1611661312, 4, 0,
(long *)_vq_quantlist__44c2_s_p4_0,
0
};
static const long _vq_quantlist__44c2_s_p5_0[] = {
4,
3,
5,
2,
6,
1,
7,
0,
8,
};
static const char _vq_lengthlist__44c2_s_p5_0[] = {
1, 3, 3, 6, 6, 7, 7, 9, 9, 0, 7, 7, 7, 7, 7, 7,
9, 9, 0, 7, 7, 7, 7, 7, 7, 9, 9, 0, 8, 8, 7, 7,
8, 8,10,10, 0, 0, 0, 7, 7, 8, 8,10,10, 0, 0, 0,
9, 9, 8, 8,10,10, 0, 0, 0, 9, 9, 8, 8,10,10, 0,
0, 0,10,10, 9, 9,11,11, 0, 0, 0, 0, 0, 9, 9,11,
11,
};
static const static_codebook _44c2_s_p5_0 = {
2, 81,
(char *)_vq_lengthlist__44c2_s_p5_0,
1, -531628032, 1611661312, 4, 0,
(long *)_vq_quantlist__44c2_s_p5_0,
0
};
static const long _vq_quantlist__44c2_s_p6_0[] = {
8,
7,
9,
6,
10,
5,
11,
4,
12,
3,
13,
2,
14,
1,
15,
0,
16,
};
static const char _vq_lengthlist__44c2_s_p6_0[] = {
1, 4, 3, 6, 6, 8, 8, 9, 9, 9, 9, 9, 9,10,10,11,
11, 0, 7, 7, 7, 7, 8, 8, 9, 9, 9, 9,10,10,11,11,
12,11, 0, 7, 7, 7, 7, 8, 8, 9, 9, 9, 9,10,10,11,
11,11,12, 0, 8, 8, 7, 7, 9, 9,10,10, 9, 9,10,10,
11,11,12,12, 0, 0, 0, 7, 7, 9, 9,10,10,10, 9,10,
10,11,11,12,12, 0, 0, 0, 8, 8, 9, 9,10,10,10,10,
11,11,11,11,12,12, 0, 0, 0, 8, 8, 9, 9,10,10,10,
10,11,11,12,12,12,12, 0, 0, 0, 9, 9, 9, 9,10,10,
10,10,11,11,12,12,12,12, 0, 0, 0, 0, 0, 9, 9,10,
10,10,10,11,11,12,12,13,13, 0, 0, 0, 0, 0, 9, 9,
10,10,11,11,11,11,12,12,13,13, 0, 0, 0, 0, 0, 9,
9,10,10,11,11,11,11,12,12,13,13, 0, 0, 0, 0, 0,
10,10,10,10,11,11,12,12,13,12,13,13, 0, 0, 0, 0,
0, 0, 0,10,10,11,11,12,12,13,13,13,13, 0, 0, 0,
0, 0, 0, 0,11,11,12,12,12,12,13,13,13,14, 0, 0,
0, 0, 0, 0, 0,11,11,12,12,12,12,13,13,13,14, 0,
0, 0, 0, 0, 0, 0,12,12,12,12,13,13,13,13,14,14,
0, 0, 0, 0, 0, 0, 0, 0, 0,12,12,13,13,13,13,14,
14,
};
static const static_codebook _44c2_s_p6_0 = {
2, 289,
(char *)_vq_lengthlist__44c2_s_p6_0,
1, -529530880, 1611661312, 5, 0,
(long *)_vq_quantlist__44c2_s_p6_0,
0
};
static const long _vq_quantlist__44c2_s_p7_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44c2_s_p7_0[] = {
1, 4, 4, 7, 6, 6, 7, 6, 6, 4, 7, 7,10, 9, 9,11,
9, 9, 4, 7, 7,10, 9, 9,10, 9, 9, 7,10,10,11,10,
11,11,10,11, 6, 9, 9,11,10,10,11,10,10, 6, 9, 9,
11,10,11,11,10,10, 7,11,10,11,11,11,12,11,11, 6,
9, 9,11,10,10,11,11,10, 6, 9, 9,11,10,10,12,10,
11,
};
static const static_codebook _44c2_s_p7_0 = {
4, 81,
(char *)_vq_lengthlist__44c2_s_p7_0,
1, -529137664, 1618345984, 2, 0,
(long *)_vq_quantlist__44c2_s_p7_0,
0
};
static const long _vq_quantlist__44c2_s_p7_1[] = {
5,
4,
6,
3,
7,
2,
8,
1,
9,
0,
10,
};
static const char _vq_lengthlist__44c2_s_p7_1[] = {
2, 3, 4, 6, 6, 7, 7, 7, 7, 7, 7, 9, 7, 7, 6, 6,
7, 7, 8, 8, 8, 8, 9, 6, 6, 6, 6, 7, 7, 8, 8, 8,
8,10, 7, 7, 7, 7, 7, 7, 8, 8, 8, 8,10,10,10, 7,
7, 7, 7, 8, 8, 8, 8,10,10,10, 7, 7, 8, 8, 8, 8,
8, 8,10,10,10, 7, 8, 8, 8, 8, 8, 8, 8,10,10,10,
8, 8, 8, 8, 8, 8, 8, 8,10,10,10,10,10, 8, 8, 8,
8, 8, 8,10,10,10,10,10, 9, 9, 8, 8, 8, 8,10,10,
10,10,10, 8, 8, 8, 8, 8, 8,
};
static const static_codebook _44c2_s_p7_1 = {
2, 121,
(char *)_vq_lengthlist__44c2_s_p7_1,
1, -531365888, 1611661312, 4, 0,
(long *)_vq_quantlist__44c2_s_p7_1,
0
};
static const long _vq_quantlist__44c2_s_p8_0[] = {
6,
5,
7,
4,
8,
3,
9,
2,
10,
1,
11,
0,
12,
};
static const char _vq_lengthlist__44c2_s_p8_0[] = {
1, 4, 4, 6, 6, 7, 7, 7, 7, 8, 8, 9, 9, 6, 5, 5,
7, 7, 8, 8, 8, 8, 9, 9,10,10, 7, 6, 5, 7, 7, 8,
8, 8, 8, 9, 9,10,10, 0, 8, 8, 8, 8, 9, 9, 9, 9,
10,10,11,11, 0, 8, 8, 8, 8, 9, 9, 9, 9,10,10,11,
11, 0,12,12, 9, 9,10,10,10,10,11,11,11,11, 0,13,
13, 9, 9,10,10,10,10,11,11,12,12, 0, 0, 0,10,10,
10,10,11,11,12,12,12,13, 0, 0, 0,10,10,10,10,11,
11,12,12,12,12, 0, 0, 0,14,14,10,11,11,11,12,12,
13,13, 0, 0, 0,14,14,11,10,11,11,13,12,13,13, 0,
0, 0, 0, 0,12,12,11,12,13,12,14,14, 0, 0, 0, 0,
0,12,12,12,12,13,12,14,14,
};
static const static_codebook _44c2_s_p8_0 = {
2, 169,
(char *)_vq_lengthlist__44c2_s_p8_0,
1, -526516224, 1616117760, 4, 0,
(long *)_vq_quantlist__44c2_s_p8_0,
0
};
static const long _vq_quantlist__44c2_s_p8_1[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44c2_s_p8_1[] = {
2, 4, 4, 5, 4, 6, 5, 5, 5, 5, 6, 5, 5, 5, 5, 6,
5, 5, 5, 5, 6, 6, 6, 5, 5,
};
static const static_codebook _44c2_s_p8_1 = {
2, 25,
(char *)_vq_lengthlist__44c2_s_p8_1,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44c2_s_p8_1,
0
};
static const long _vq_quantlist__44c2_s_p9_0[] = {
6,
5,
7,
4,
8,
3,
9,
2,
10,
1,
11,
0,
12,
};
static const char _vq_lengthlist__44c2_s_p9_0[] = {
1, 5, 4,12,12,12,12,12,12,12,12,12,12, 4, 9, 8,
11,11,11,11,11,11,11,11,11,11, 2, 8, 7,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,10,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,
};
static const static_codebook _44c2_s_p9_0 = {
2, 169,
(char *)_vq_lengthlist__44c2_s_p9_0,
1, -514541568, 1627103232, 4, 0,
(long *)_vq_quantlist__44c2_s_p9_0,
0
};
static const long _vq_quantlist__44c2_s_p9_1[] = {
6,
5,
7,
4,
8,
3,
9,
2,
10,
1,
11,
0,
12,
};
static const char _vq_lengthlist__44c2_s_p9_1[] = {
1, 4, 4, 6, 6, 7, 6, 8, 8,10, 9,10,10, 6, 5, 5,
7, 7, 8, 7,10, 9,11,11,12,13, 6, 5, 5, 7, 7, 8,
8,10,10,11,11,13,13,18, 8, 8, 8, 8, 9, 9,10,10,
12,12,12,13,18, 8, 8, 8, 8, 9, 9,10,10,12,12,13,
13,18,11,11, 8, 8,10,10,11,11,12,11,13,12,18,11,
11, 9, 7,10,10,11,11,11,12,12,13,17,17,17,10,10,
11,11,12,12,12,10,12,12,17,17,17,11,10,11,10,13,
12,11,12,12,12,17,17,17,15,14,11,11,12,11,13,10,
13,12,17,17,17,14,14,12,10,11,11,13,13,13,13,17,
17,16,17,16,13,13,12,10,13,10,14,13,17,16,17,16,
17,13,12,12,10,13,11,14,14,
};
static const static_codebook _44c2_s_p9_1 = {
2, 169,
(char *)_vq_lengthlist__44c2_s_p9_1,
1, -522616832, 1620115456, 4, 0,
(long *)_vq_quantlist__44c2_s_p9_1,
0
};
static const long _vq_quantlist__44c2_s_p9_2[] = {
8,
7,
9,
6,
10,
5,
11,
4,
12,
3,
13,
2,
14,
1,
15,
0,
16,
};
static const char _vq_lengthlist__44c2_s_p9_2[] = {
2, 4, 4, 6, 6, 7, 7, 7, 7, 7, 7, 8, 8, 8, 8, 8,
8,10, 7, 7, 7, 7, 7, 7, 8, 8, 8, 8, 9, 9, 9, 9,
9, 9,10, 7, 7, 7, 7, 8, 8, 8, 8, 8, 8, 9, 9, 9,
9, 9, 9,10, 8, 8, 8, 8, 8, 8, 8, 8, 9, 9, 9, 9,
9, 9, 9, 9,10,10,10, 8, 7, 8, 8, 8, 8, 9, 9, 9,
9, 9, 9, 9, 9,10,11,11, 8, 8, 8, 8, 9, 9, 9, 9,
9, 9,10, 9, 9, 9,10,11,10, 8, 8, 8, 8, 9, 9, 9,
9, 9, 9, 9,10,10,10,10,11,10, 8, 8, 9, 9, 9, 9,
9, 9,10, 9, 9,10, 9,10,11,10,11,11,11, 8, 8, 9,
9, 9, 9, 9, 9, 9, 9,10,10,11,11,11,11,11, 9, 9,
9, 9, 9, 9,10, 9, 9, 9,10,10,11,11,11,11,11, 9,
9, 9, 9, 9, 9, 9, 9, 9,10, 9,10,11,11,11,11,11,
9, 9, 9, 9,10,10, 9, 9, 9,10,10,10,11,11,11,11,
11,11,11, 9, 9, 9,10, 9, 9,10,10,10,10,11,11,10,
11,11,11,11,10, 9,10,10, 9, 9, 9, 9,10,10,11,10,
11,11,11,11,11, 9, 9, 9, 9,10, 9,10,10,10,10,11,
10,11,11,11,11,11,10,10, 9, 9,10, 9,10,10,10,10,
10,10,10,11,11,11,11,11,11, 9, 9,10, 9,10, 9,10,
10,
};
static const static_codebook _44c2_s_p9_2 = {
2, 289,
(char *)_vq_lengthlist__44c2_s_p9_2,
1, -529530880, 1611661312, 5, 0,
(long *)_vq_quantlist__44c2_s_p9_2,
0
};
static const char _huff_lengthlist__44c2_s_short[] = {
11, 9,13,12,12,11,12,12,13,15, 8, 2,11, 4, 8, 5,
7,10,12,15,13, 7,10, 9, 8, 8,10,13,17,17,11, 4,
12, 5, 9, 5, 8,11,14,16,12, 6, 8, 7, 6, 6, 8,11,
13,16,11, 4, 9, 5, 6, 4, 6,10,13,16,11, 6,11, 7,
7, 6, 7,10,13,15,13, 9,12, 9, 8, 6, 8,10,12,14,
14,10,10, 8, 6, 5, 6, 9,11,13,15,11,11, 9, 6, 5,
6, 8, 9,12,
};
static const static_codebook _huff_book__44c2_s_short = {
2, 100,
(char *)_huff_lengthlist__44c2_s_short,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist__44c3_s_long[] = {
5, 6,11,11,11,11,10,10,12,11, 5, 2,11, 5, 6, 6,
7, 9,11,13,13,10, 7,11, 6, 7, 8, 9,10,12,11, 5,
11, 6, 8, 7, 9,11,14,15,11, 6, 6, 8, 4, 5, 7, 8,
10,13,10, 5, 7, 7, 5, 5, 6, 8,10,11,10, 7, 7, 8,
6, 5, 5, 7, 9, 9,11, 8, 8,11, 8, 7, 6, 6, 7, 9,
12,11,10,13, 9, 9, 7, 7, 7, 9,11,13,12,15,12,11,
9, 8, 8, 8,
};
static const static_codebook _huff_book__44c3_s_long = {
2, 100,
(char *)_huff_lengthlist__44c3_s_long,
0, 0, 0, 0, 0,
NULL,
0
};
static const long _vq_quantlist__44c3_s_p1_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44c3_s_p1_0[] = {
2, 4, 4, 0, 0, 0, 0, 0, 0, 5, 6, 6, 0, 0, 0, 0,
0, 0, 5, 6, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 5, 7, 7, 0, 0, 0, 0, 0, 0, 7, 8, 8, 0, 0, 0,
0, 0, 0, 6, 7, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 5, 7, 7, 0, 0, 0, 0, 0, 0, 6, 8, 7, 0, 0,
0, 0, 0, 0, 7, 8, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 7, 7, 0, 0, 0, 0,
0, 0, 7, 8, 8, 0, 0, 0, 0, 0, 0, 7, 8, 8, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 8, 8, 0, 0, 0,
0, 0, 0, 8, 8, 9, 0, 0, 0, 0, 0, 0, 8, 9, 9, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 8, 8, 0, 0,
0, 0, 0, 0, 7, 9, 8, 0, 0, 0, 0, 0, 0, 8, 9, 9,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 5, 7, 7, 0, 0, 0, 0, 0, 0, 7, 8, 8, 0, 0,
0, 0, 0, 0, 7, 8, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 6, 8, 8, 0, 0, 0, 0, 0, 0, 8, 9, 9, 0,
0, 0, 0, 0, 0, 7, 8, 9, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 6, 8, 8, 0, 0, 0, 0, 0, 0, 8, 9, 9,
0, 0, 0, 0, 0, 0, 8, 9, 8, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0,
};
static const static_codebook _44c3_s_p1_0 = {
8, 6561,
(char *)_vq_lengthlist__44c3_s_p1_0,
1, -535822336, 1611661312, 2, 0,
(long *)_vq_quantlist__44c3_s_p1_0,
0
};
static const long _vq_quantlist__44c3_s_p2_0[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44c3_s_p2_0[] = {
2, 5, 5, 0, 0, 0, 5, 5, 0, 0, 0, 5, 5, 0, 0, 0,
7, 8, 0, 0, 0, 0, 0, 0, 0, 5, 6, 6, 0, 0, 0, 7,
7, 0, 0, 0, 7, 7, 0, 0, 0,10,10, 0, 0, 0, 0, 0,
0, 0, 5, 6, 6, 0, 0, 0, 7, 7, 0, 0, 0, 7, 7, 0,
0, 0,10,10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 5, 7, 7, 0, 0, 0, 7, 7, 0, 0,
0, 7, 7, 0, 0, 0, 9, 9, 0, 0, 0, 0, 0, 0, 0, 5,
7, 7, 0, 0, 0, 7, 7, 0, 0, 0, 7, 7, 0, 0, 0, 9,
9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 5, 7, 7, 0, 0, 0, 7, 7, 0, 0, 0, 7, 7,
0, 0, 0, 9, 9, 0, 0, 0, 0, 0, 0, 0, 5, 7, 7, 0,
0, 0, 7, 7, 0, 0, 0, 7, 7, 0, 0, 0, 9, 9, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
8,10,10, 0, 0, 0, 9, 9, 0, 0, 0, 9, 9, 0, 0, 0,
10,10, 0, 0, 0, 0, 0, 0, 0, 8,10,10, 0, 0, 0, 9,
9, 0, 0, 0, 9, 9, 0, 0, 0,10,10, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0,
};
static const static_codebook _44c3_s_p2_0 = {
4, 625,
(char *)_vq_lengthlist__44c3_s_p2_0,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44c3_s_p2_0,
0
};
static const long _vq_quantlist__44c3_s_p3_0[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44c3_s_p3_0[] = {
2, 4, 3, 6, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 4, 4, 6, 6, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 4, 4, 4, 6, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 6, 6, 9, 9,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 6, 6, 7, 9, 9, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0,
};
static const static_codebook _44c3_s_p3_0 = {
4, 625,
(char *)_vq_lengthlist__44c3_s_p3_0,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44c3_s_p3_0,
0
};
static const long _vq_quantlist__44c3_s_p4_0[] = {
4,
3,
5,
2,
6,
1,
7,
0,
8,
};
static const char _vq_lengthlist__44c3_s_p4_0[] = {
2, 3, 3, 6, 6, 0, 0, 0, 0, 0, 4, 4, 6, 6, 0, 0,
0, 0, 0, 4, 4, 6, 6, 0, 0, 0, 0, 0, 5, 5, 6, 6,
0, 0, 0, 0, 0, 0, 0, 6, 6, 0, 0, 0, 0, 0, 0, 0,
7, 8, 0, 0, 0, 0, 0, 0, 0, 7, 7, 0, 0, 0, 0, 0,
0, 0, 9, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0,
};
static const static_codebook _44c3_s_p4_0 = {
2, 81,
(char *)_vq_lengthlist__44c3_s_p4_0,
1, -531628032, 1611661312, 4, 0,
(long *)_vq_quantlist__44c3_s_p4_0,
0
};
static const long _vq_quantlist__44c3_s_p5_0[] = {
4,
3,
5,
2,
6,
1,
7,
0,
8,
};
static const char _vq_lengthlist__44c3_s_p5_0[] = {
1, 3, 4, 6, 6, 7, 7, 9, 9, 0, 5, 5, 7, 7, 7, 8,
9, 9, 0, 5, 5, 7, 7, 8, 8, 9, 9, 0, 7, 7, 8, 8,
8, 8,10,10, 0, 0, 0, 8, 8, 8, 8,10,10, 0, 0, 0,
9, 9, 9, 9,10,10, 0, 0, 0, 9, 9, 9, 9,10,10, 0,
0, 0,10,10,10,10,11,11, 0, 0, 0, 0, 0,10,10,11,
11,
};
static const static_codebook _44c3_s_p5_0 = {
2, 81,
(char *)_vq_lengthlist__44c3_s_p5_0,
1, -531628032, 1611661312, 4, 0,
(long *)_vq_quantlist__44c3_s_p5_0,
0
};
static const long _vq_quantlist__44c3_s_p6_0[] = {
8,
7,
9,
6,
10,
5,
11,
4,
12,
3,
13,
2,
14,
1,
15,
0,
16,
};
static const char _vq_lengthlist__44c3_s_p6_0[] = {
2, 3, 3, 6, 6, 7, 7, 8, 8, 8, 8, 9, 9,10,10,11,
10, 0, 5, 5, 7, 7, 8, 8, 9, 9, 9, 9,10,10,10,10,
11,11, 0, 5, 5, 7, 7, 8, 8, 9, 9, 9, 9,10,10,10,
10,11,11, 0, 6, 6, 7, 7, 8, 8, 9, 9, 9, 9,10,10,
11,11,11,11, 0, 0, 0, 7, 7, 8, 8, 9, 9, 9, 9,10,
10,11,11,11,12, 0, 0, 0, 8, 8, 8, 8, 9, 9, 9, 9,
10,10,11,11,12,12, 0, 0, 0, 8, 8, 8, 8, 9, 9, 9,
9,10,10,11,11,12,12, 0, 0, 0, 9, 9, 9, 9,10,10,
10,10,11,10,11,11,12,12, 0, 0, 0, 0, 0, 9, 9,10,
10,10,10,11,11,11,11,12,12, 0, 0, 0, 0, 0, 9, 8,
9, 9,10,10,11,11,12,12,12,12, 0, 0, 0, 0, 0, 8,
8, 9, 9,10,10,11,11,12,11,12,12, 0, 0, 0, 0, 0,
9,10,10,10,11,11,11,11,12,12,13,13, 0, 0, 0, 0,
0, 0, 0,10,10,10,10,11,11,12,12,13,13, 0, 0, 0,
0, 0, 0, 0,11,11,11,11,12,12,12,12,13,13, 0, 0,
0, 0, 0, 0, 0,11,11,11,11,12,12,12,12,13,13, 0,
0, 0, 0, 0, 0, 0,11,11,12,12,12,12,13,13,13,13,
0, 0, 0, 0, 0, 0, 0, 0, 0,12,12,12,12,13,13,13,
13,
};
static const static_codebook _44c3_s_p6_0 = {
2, 289,
(char *)_vq_lengthlist__44c3_s_p6_0,
1, -529530880, 1611661312, 5, 0,
(long *)_vq_quantlist__44c3_s_p6_0,
0
};
static const long _vq_quantlist__44c3_s_p7_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44c3_s_p7_0[] = {
1, 4, 4, 7, 6, 6, 7, 6, 6, 4, 7, 7,10, 9, 9,11,
9, 9, 4, 7, 7,10, 9, 9,11, 9, 9, 7,10,10,11,11,
10,12,11,11, 6, 9, 9,11,10,10,11,10,10, 6, 9, 9,
11,10,10,11,10,10, 7,11,11,11,11,11,12,11,11, 6,
9, 9,11,10,10,11,10,10, 6, 9, 9,11,10,10,11,10,
10,
};
static const static_codebook _44c3_s_p7_0 = {
4, 81,
(char *)_vq_lengthlist__44c3_s_p7_0,
1, -529137664, 1618345984, 2, 0,
(long *)_vq_quantlist__44c3_s_p7_0,
0
};
static const long _vq_quantlist__44c3_s_p7_1[] = {
5,
4,
6,
3,
7,
2,
8,
1,
9,
0,
10,
};
static const char _vq_lengthlist__44c3_s_p7_1[] = {
2, 4, 4, 6, 6, 7, 7, 7, 7, 8, 8,10, 5, 5, 6, 6,
7, 7, 8, 8, 8, 8,10, 5, 5, 6, 6, 7, 7, 8, 8, 8,
8,10, 6, 6, 7, 7, 8, 8, 8, 8, 8, 8,10,10,10, 7,
7, 8, 7, 8, 8, 8, 8,10,10,10, 8, 8, 8, 8, 8, 8,
8, 8,10,10,10, 7, 8, 8, 8, 8, 8, 8, 8,10,10,10,
8, 8, 8, 8, 8, 8, 8, 8,10,10,10,10,10, 8, 8, 8,
8, 8, 8,10,10,10,10,10, 9, 9, 8, 8, 9, 8,10,10,
10,10,10, 8, 8, 8, 8, 8, 8,
};
static const static_codebook _44c3_s_p7_1 = {
2, 121,
(char *)_vq_lengthlist__44c3_s_p7_1,
1, -531365888, 1611661312, 4, 0,
(long *)_vq_quantlist__44c3_s_p7_1,
0
};
static const long _vq_quantlist__44c3_s_p8_0[] = {
6,
5,
7,
4,
8,
3,
9,
2,
10,
1,
11,
0,
12,
};
static const char _vq_lengthlist__44c3_s_p8_0[] = {
1, 4, 4, 6, 6, 7, 7, 8, 8, 9, 9,10,10, 6, 5, 5,
7, 7, 8, 8, 8, 8, 9, 9,10,10, 7, 5, 5, 7, 7, 8,
8, 8, 8, 9, 9,11,10, 0, 8, 8, 8, 8, 9, 9, 9, 9,
10,10,11,11, 0, 8, 8, 8, 8, 9, 9, 9, 9,10,10,11,
11, 0,12,12, 9, 9,10,10,10,10,11,11,11,12, 0,13,
13, 9, 9,10,10,10,10,11,11,12,12, 0, 0, 0,10,10,
10,10,11,11,12,12,12,12, 0, 0, 0,10,10,10,10,11,
11,12,12,12,12, 0, 0, 0,14,14,11,11,11,11,12,12,
13,13, 0, 0, 0,14,14,11,11,11,11,12,12,13,13, 0,
0, 0, 0, 0,12,12,12,12,13,13,14,13, 0, 0, 0, 0,
0,13,13,12,12,13,12,14,13,
};
static const static_codebook _44c3_s_p8_0 = {
2, 169,
(char *)_vq_lengthlist__44c3_s_p8_0,
1, -526516224, 1616117760, 4, 0,
(long *)_vq_quantlist__44c3_s_p8_0,
0
};
static const long _vq_quantlist__44c3_s_p8_1[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44c3_s_p8_1[] = {
2, 4, 4, 5, 5, 6, 5, 5, 5, 5, 6, 4, 5, 5, 5, 6,
5, 5, 5, 5, 6, 6, 6, 5, 5,
};
static const static_codebook _44c3_s_p8_1 = {
2, 25,
(char *)_vq_lengthlist__44c3_s_p8_1,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44c3_s_p8_1,
0
};
static const long _vq_quantlist__44c3_s_p9_0[] = {
6,
5,
7,
4,
8,
3,
9,
2,
10,
1,
11,
0,
12,
};
static const char _vq_lengthlist__44c3_s_p9_0[] = {
1, 4, 4,12,12,12,12,12,12,12,12,12,12, 4, 9, 8,
12,12,12,12,12,12,12,12,12,12, 2, 9, 7,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,11,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,
};
static const static_codebook _44c3_s_p9_0 = {
2, 169,
(char *)_vq_lengthlist__44c3_s_p9_0,
1, -514332672, 1627381760, 4, 0,
(long *)_vq_quantlist__44c3_s_p9_0,
0
};
static const long _vq_quantlist__44c3_s_p9_1[] = {
7,
6,
8,
5,
9,
4,
10,
3,
11,
2,
12,
1,
13,
0,
14,
};
static const char _vq_lengthlist__44c3_s_p9_1[] = {
1, 4, 4, 6, 6, 7, 7, 8, 7, 9, 9,10,10,10,10, 6,
5, 5, 7, 7, 8, 8,10, 8,11,10,12,12,13,13, 6, 5,
5, 7, 7, 8, 8,10, 9,11,11,12,12,13,12,18, 8, 8,
8, 8, 9, 9,10, 9,11,10,12,12,13,13,18, 8, 8, 8,
8, 9, 9,10,10,11,11,13,12,14,13,18,11,11, 9, 9,
10,10,11,11,11,12,13,12,13,14,18,11,11, 9, 8,11,
10,11,11,11,11,12,12,14,13,18,18,18,10,11,10,11,
12,12,12,12,13,12,14,13,18,18,18,10,11,11, 9,12,
11,12,12,12,13,13,13,18,18,17,14,14,11,11,12,12,
13,12,14,12,14,13,18,18,18,14,14,11,10,12, 9,12,
13,13,13,13,13,18,18,17,16,18,13,13,12,12,13,11,
14,12,14,14,17,18,18,17,18,13,12,13,10,12,11,14,
14,14,14,17,18,18,18,18,15,16,12,12,13,10,14,12,
14,15,18,18,18,16,17,16,14,12,11,13,10,13,13,14,
15,
};
static const static_codebook _44c3_s_p9_1 = {
2, 225,
(char *)_vq_lengthlist__44c3_s_p9_1,
1, -522338304, 1620115456, 4, 0,
(long *)_vq_quantlist__44c3_s_p9_1,
0
};
static const long _vq_quantlist__44c3_s_p9_2[] = {
8,
7,
9,
6,
10,
5,
11,
4,
12,
3,
13,
2,
14,
1,
15,
0,
16,
};
static const char _vq_lengthlist__44c3_s_p9_2[] = {
2, 5, 5, 6, 6, 7, 7, 7, 7, 7, 7, 8, 8, 8, 8, 8,
8,10, 6, 6, 7, 7, 8, 7, 8, 8, 8, 8, 8, 9, 9, 9,
9, 9,10, 6, 6, 7, 7, 7, 7, 8, 8, 8, 8, 9, 9, 9,
9, 9, 9,10, 7, 7, 7, 7, 8, 8, 8, 8, 9, 9, 9, 9,
9, 9, 9, 9,10,10,10, 7, 7, 8, 8, 8, 9, 9, 9, 9,
9, 9, 9, 9, 9,11,11,11, 8, 8, 8, 8, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9,10,10,10, 8, 8, 8, 8, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9,10,10,10, 8, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9,10, 9,10,10,10,11,11, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9,11,10,11,11,11, 9, 9,
9, 9, 9, 9,10,10, 9, 9,10, 9,11,10,11,11,11, 9,
9, 9, 9, 9, 9, 9, 9,10,10,10, 9,11,11,11,11,11,
9, 9, 9, 9,10,10, 9, 9, 9, 9,10, 9,11,11,11,11,
11,11,11, 9, 9, 9, 9, 9, 9,10,10,10,10,11,11,11,
11,11,11,11,10, 9,10,10, 9,10, 9, 9,10, 9,11,10,
10,11,11,11,11, 9,10, 9, 9, 9, 9,10,10,10,10,11,
11,11,11,11,11,10,10,10, 9, 9,10, 9,10, 9,10,10,
10,10,11,11,11,11,11,11,11, 9, 9, 9, 9, 9,10,10,
10,
};
static const static_codebook _44c3_s_p9_2 = {
2, 289,
(char *)_vq_lengthlist__44c3_s_p9_2,
1, -529530880, 1611661312, 5, 0,
(long *)_vq_quantlist__44c3_s_p9_2,
0
};
static const char _huff_lengthlist__44c3_s_short[] = {
10, 9,13,11,14,10,12,13,13,14, 7, 2,12, 5,10, 5,
7,10,12,14,12, 6, 9, 8, 7, 7, 9,11,13,16,10, 4,
12, 5,10, 6, 8,12,14,16,12, 6, 8, 7, 6, 5, 7,11,
12,16,10, 4, 8, 5, 6, 4, 6, 9,13,16,10, 6,10, 7,
7, 6, 7, 9,13,15,12, 9,11, 9, 8, 6, 7,10,12,14,
14,11,10, 9, 6, 5, 6, 9,11,13,15,13,11,10, 6, 5,
6, 8, 9,11,
};
static const static_codebook _huff_book__44c3_s_short = {
2, 100,
(char *)_huff_lengthlist__44c3_s_short,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist__44c4_s_long[] = {
4, 7,11,11,11,11,10,11,12,11, 5, 2,11, 5, 6, 6,
7, 9,11,12,11, 9, 6,10, 6, 7, 8, 9,10,11,11, 5,
11, 7, 8, 8, 9,11,13,14,11, 6, 5, 8, 4, 5, 7, 8,
10,11,10, 6, 7, 7, 5, 5, 6, 8, 9,11,10, 7, 8, 9,
6, 6, 6, 7, 8, 9,11, 9, 9,11, 7, 7, 6, 6, 7, 9,
12,12,10,13, 9, 8, 7, 7, 7, 8,11,13,11,14,11,10,
9, 8, 7, 7,
};
static const static_codebook _huff_book__44c4_s_long = {
2, 100,
(char *)_huff_lengthlist__44c4_s_long,
0, 0, 0, 0, 0,
NULL,
0
};
static const long _vq_quantlist__44c4_s_p1_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44c4_s_p1_0[] = {
2, 4, 4, 0, 0, 0, 0, 0, 0, 5, 6, 6, 0, 0, 0, 0,
0, 0, 5, 6, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 5, 7, 7, 0, 0, 0, 0, 0, 0, 7, 8, 8, 0, 0, 0,
0, 0, 0, 6, 8, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 5, 7, 7, 0, 0, 0, 0, 0, 0, 6, 8, 7, 0, 0,
0, 0, 0, 0, 7, 8, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 7, 7, 0, 0, 0, 0,
0, 0, 7, 8, 8, 0, 0, 0, 0, 0, 0, 7, 8, 8, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 8, 8, 0, 0, 0,
0, 0, 0, 8, 9, 9, 0, 0, 0, 0, 0, 0, 8, 9, 9, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 8, 8, 0, 0,
0, 0, 0, 0, 8, 9, 8, 0, 0, 0, 0, 0, 0, 8, 9, 9,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 4, 7, 7, 0, 0, 0, 0, 0, 0, 7, 8, 8, 0, 0,
0, 0, 0, 0, 7, 8, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 6, 8, 8, 0, 0, 0, 0, 0, 0, 8, 9, 9, 0,
0, 0, 0, 0, 0, 8, 8, 9, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 7, 8, 8, 0, 0, 0, 0, 0, 0, 8, 9, 9,
0, 0, 0, 0, 0, 0, 8, 9, 9, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0,
};
static const static_codebook _44c4_s_p1_0 = {
8, 6561,
(char *)_vq_lengthlist__44c4_s_p1_0,
1, -535822336, 1611661312, 2, 0,
(long *)_vq_quantlist__44c4_s_p1_0,
0
};
static const long _vq_quantlist__44c4_s_p2_0[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44c4_s_p2_0[] = {
2, 5, 5, 0, 0, 0, 5, 5, 0, 0, 0, 5, 5, 0, 0, 0,
7, 7, 0, 0, 0, 0, 0, 0, 0, 5, 6, 6, 0, 0, 0, 7,
7, 0, 0, 0, 7, 7, 0, 0, 0,10,10, 0, 0, 0, 0, 0,
0, 0, 5, 6, 6, 0, 0, 0, 7, 7, 0, 0, 0, 7, 7, 0,
0, 0,10,10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 5, 8, 7, 0, 0, 0, 7, 7, 0, 0,
0, 7, 7, 0, 0, 0, 9, 9, 0, 0, 0, 0, 0, 0, 0, 5,
7, 8, 0, 0, 0, 7, 7, 0, 0, 0, 7, 7, 0, 0, 0, 9,
9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 5, 7, 7, 0, 0, 0, 7, 7, 0, 0, 0, 7, 7,
0, 0, 0, 9, 9, 0, 0, 0, 0, 0, 0, 0, 5, 7, 7, 0,
0, 0, 7, 7, 0, 0, 0, 7, 7, 0, 0, 0, 9, 9, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
7,10,10, 0, 0, 0, 9, 9, 0, 0, 0, 9, 9, 0, 0, 0,
10,10, 0, 0, 0, 0, 0, 0, 0, 8,10,10, 0, 0, 0, 9,
9, 0, 0, 0, 9, 9, 0, 0, 0,10,10, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0,
};
static const static_codebook _44c4_s_p2_0 = {
4, 625,
(char *)_vq_lengthlist__44c4_s_p2_0,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44c4_s_p2_0,
0
};
static const long _vq_quantlist__44c4_s_p3_0[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44c4_s_p3_0[] = {
2, 3, 3, 6, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 5, 4, 6, 6, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 4, 4, 5, 6, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 6, 6, 9, 9,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 6, 6, 7, 9, 9, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0,
};
static const static_codebook _44c4_s_p3_0 = {
4, 625,
(char *)_vq_lengthlist__44c4_s_p3_0,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44c4_s_p3_0,
0
};
static const long _vq_quantlist__44c4_s_p4_0[] = {
4,
3,
5,
2,
6,
1,
7,
0,
8,
};
static const char _vq_lengthlist__44c4_s_p4_0[] = {
2, 3, 3, 6, 6, 0, 0, 0, 0, 0, 4, 4, 6, 6, 0, 0,
0, 0, 0, 4, 4, 6, 6, 0, 0, 0, 0, 0, 5, 5, 6, 6,
0, 0, 0, 0, 0, 0, 0, 6, 6, 0, 0, 0, 0, 0, 0, 0,
7, 8, 0, 0, 0, 0, 0, 0, 0, 7, 7, 0, 0, 0, 0, 0,
0, 0, 9, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0,
};
static const static_codebook _44c4_s_p4_0 = {
2, 81,
(char *)_vq_lengthlist__44c4_s_p4_0,
1, -531628032, 1611661312, 4, 0,
(long *)_vq_quantlist__44c4_s_p4_0,
0
};
static const long _vq_quantlist__44c4_s_p5_0[] = {
4,
3,
5,
2,
6,
1,
7,
0,
8,
};
static const char _vq_lengthlist__44c4_s_p5_0[] = {
2, 3, 3, 6, 6, 7, 7, 9, 9, 0, 4, 4, 6, 6, 7, 7,
9, 9, 0, 4, 5, 6, 6, 7, 7, 9, 9, 0, 6, 6, 7, 7,
8, 8,10,10, 0, 0, 0, 7, 7, 8, 8,10, 9, 0, 0, 0,
9, 8, 8, 8,10,10, 0, 0, 0, 8, 8, 8, 8,10,10, 0,
0, 0,10,10, 9, 9,11,11, 0, 0, 0, 0, 0, 9, 9,10,
10,
};
static const static_codebook _44c4_s_p5_0 = {
2, 81,
(char *)_vq_lengthlist__44c4_s_p5_0,
1, -531628032, 1611661312, 4, 0,
(long *)_vq_quantlist__44c4_s_p5_0,
0
};
static const long _vq_quantlist__44c4_s_p6_0[] = {
8,
7,
9,
6,
10,
5,
11,
4,
12,
3,
13,
2,
14,
1,
15,
0,
16,
};
static const char _vq_lengthlist__44c4_s_p6_0[] = {
2, 4, 4, 6, 6, 8, 8, 9, 9, 8, 8, 9, 9,10,10,11,
11, 0, 4, 4, 6, 6, 8, 8, 9, 9, 9, 9,10,10,11,11,
11,11, 0, 4, 4, 7, 6, 8, 8, 9, 9, 9, 9,10,10,11,
11,11,11, 0, 6, 6, 7, 7, 8, 8, 9, 9, 9, 9,10,10,
11,11,11,12, 0, 0, 0, 7, 7, 8, 8, 9, 9, 9, 9,10,
10,11,11,12,12, 0, 0, 0, 8, 8, 8, 8, 9, 9, 9, 9,
10,10,11,11,12,12, 0, 0, 0, 8, 8, 8, 8, 9, 9, 9,
9,10,10,11,11,12,12, 0, 0, 0, 9, 9, 9, 9,10,10,
10,10,11,11,11,11,12,12, 0, 0, 0, 0, 0, 9, 9,10,
10,10,10,11,11,11,11,12,12, 0, 0, 0, 0, 0, 9, 9,
9,10,10,10,11,11,11,11,12,12, 0, 0, 0, 0, 0, 9,
9, 9, 9,10,10,11,11,11,12,12,12, 0, 0, 0, 0, 0,
10,10,10,10,11,11,11,11,12,12,13,12, 0, 0, 0, 0,
0, 0, 0,10,10,11,11,11,11,12,12,12,12, 0, 0, 0,
0, 0, 0, 0,11,11,11,11,12,12,12,12,13,13, 0, 0,
0, 0, 0, 0, 0,11,11,11,11,12,12,12,12,13,13, 0,
0, 0, 0, 0, 0, 0,12,12,12,12,12,12,13,13,13,13,
0, 0, 0, 0, 0, 0, 0, 0, 0,12,12,12,12,12,13,13,
13,
};
static const static_codebook _44c4_s_p6_0 = {
2, 289,
(char *)_vq_lengthlist__44c4_s_p6_0,
1, -529530880, 1611661312, 5, 0,
(long *)_vq_quantlist__44c4_s_p6_0,
0
};
static const long _vq_quantlist__44c4_s_p7_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44c4_s_p7_0[] = {
1, 4, 4, 7, 6, 6, 7, 6, 6, 4, 7, 7,10, 9, 9,11,
9, 9, 4, 7, 7,10, 9, 9,11, 9, 9, 7,10,10,11,11,
10,11,11,11, 6, 9, 9,11,10,10,11,10,10, 6, 9, 9,
11,10,10,11,10,10, 7,11,11,12,11,11,12,11,11, 6,
9, 9,11,10,10,11,10,10, 6, 9, 9,11,10,10,11,10,
10,
};
static const static_codebook _44c4_s_p7_0 = {
4, 81,
(char *)_vq_lengthlist__44c4_s_p7_0,
1, -529137664, 1618345984, 2, 0,
(long *)_vq_quantlist__44c4_s_p7_0,
0
};
static const long _vq_quantlist__44c4_s_p7_1[] = {
5,
4,
6,
3,
7,
2,
8,
1,
9,
0,
10,
};
static const char _vq_lengthlist__44c4_s_p7_1[] = {
2, 4, 4, 6, 6, 7, 7, 7, 7, 8, 8,10, 5, 5, 6, 6,
7, 7, 8, 8, 8, 8,10, 5, 5, 6, 6, 7, 7, 8, 8, 8,
8,10, 6, 6, 7, 7, 8, 8, 8, 8, 8, 8,10,10,10, 7,
7, 8, 8, 8, 8, 8, 8,10,10,10, 8, 7, 8, 8, 8, 8,
8, 8,10,10,10, 7, 7, 8, 8, 8, 8, 8, 8,10,10,10,
8, 8, 8, 8, 8, 8, 8, 8,10,10,10,10,10, 8, 8, 8,
8, 8, 8,10,10,10,10,10, 9, 9, 8, 8, 9, 8,10,10,
10,10,10, 8, 8, 8, 8, 9, 9,
};
static const static_codebook _44c4_s_p7_1 = {
2, 121,
(char *)_vq_lengthlist__44c4_s_p7_1,
1, -531365888, 1611661312, 4, 0,
(long *)_vq_quantlist__44c4_s_p7_1,
0
};
static const long _vq_quantlist__44c4_s_p8_0[] = {
6,
5,
7,
4,
8,
3,
9,
2,
10,
1,
11,
0,
12,
};
static const char _vq_lengthlist__44c4_s_p8_0[] = {
1, 4, 4, 6, 6, 7, 7, 8, 8, 9, 9,10,10, 6, 5, 5,
7, 7, 8, 8, 8, 8, 9,10,11,11, 7, 5, 5, 7, 7, 8,
8, 9, 9,10,10,11,11, 0, 8, 8, 8, 8, 9, 9, 9, 9,
10,10,11,11, 0, 8, 8, 8, 8, 9, 9, 9, 9,10,10,11,
11, 0,12,12, 9, 9, 9, 9,10,10,10,10,11,11, 0,13,
13, 9, 9,10, 9,10,10,11,11,11,12, 0, 0, 0,10,10,
10,10,10,10,11,11,12,12, 0, 0, 0,10,10,10,10,10,
10,11,11,12,12, 0, 0, 0,14,14,11,11,11,11,12,12,
12,12, 0, 0, 0,14,14,11,11,11,11,12,12,12,13, 0,
0, 0, 0, 0,12,12,12,12,12,12,13,13, 0, 0, 0, 0,
0,13,12,12,12,12,12,13,13,
};
static const static_codebook _44c4_s_p8_0 = {
2, 169,
(char *)_vq_lengthlist__44c4_s_p8_0,
1, -526516224, 1616117760, 4, 0,
(long *)_vq_quantlist__44c4_s_p8_0,
0
};
static const long _vq_quantlist__44c4_s_p8_1[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44c4_s_p8_1[] = {
2, 4, 4, 5, 5, 6, 5, 5, 5, 5, 6, 5, 4, 5, 5, 6,
5, 5, 5, 5, 6, 6, 6, 5, 5,
};
static const static_codebook _44c4_s_p8_1 = {
2, 25,
(char *)_vq_lengthlist__44c4_s_p8_1,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44c4_s_p8_1,
0
};
static const long _vq_quantlist__44c4_s_p9_0[] = {
6,
5,
7,
4,
8,
3,
9,
2,
10,
1,
11,
0,
12,
};
static const char _vq_lengthlist__44c4_s_p9_0[] = {
1, 3, 3,12,12,12,12,12,12,12,12,12,12, 4, 7, 7,
12,12,12,12,12,12,12,12,12,12, 3, 8, 8,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,
};
static const static_codebook _44c4_s_p9_0 = {
2, 169,
(char *)_vq_lengthlist__44c4_s_p9_0,
1, -513964032, 1628680192, 4, 0,
(long *)_vq_quantlist__44c4_s_p9_0,
0
};
static const long _vq_quantlist__44c4_s_p9_1[] = {
7,
6,
8,
5,
9,
4,
10,
3,
11,
2,
12,
1,
13,
0,
14,
};
static const char _vq_lengthlist__44c4_s_p9_1[] = {
1, 4, 4, 5, 5, 7, 7, 9, 8,10, 9,10,10,10,10, 6,
5, 5, 7, 7, 9, 8,10, 9,11,10,12,12,13,13, 6, 5,
5, 7, 7, 9, 9,10,10,11,11,12,12,12,13,19, 8, 8,
8, 8, 9, 9,10,10,12,11,12,12,13,13,19, 8, 8, 8,
8, 9, 9,11,11,12,12,13,13,13,13,19,12,12, 9, 9,
11,11,11,11,12,11,13,12,13,13,18,12,12, 9, 9,11,
10,11,11,12,12,12,13,13,14,19,18,18,11,11,11,11,
12,12,13,12,13,13,14,14,16,18,18,11,11,11,10,12,
11,13,13,13,13,13,14,17,18,18,14,15,11,12,12,13,
13,13,13,14,14,14,18,18,18,15,15,12,10,13,10,13,
13,13,13,13,14,18,17,18,17,18,12,13,12,13,13,13,
14,14,16,14,18,17,18,18,17,13,12,13,10,12,12,14,
14,14,14,17,18,18,18,18,14,15,12,12,13,12,14,14,
15,15,18,18,18,17,18,15,14,12,11,12,12,14,14,14,
15,
};
static const static_codebook _44c4_s_p9_1 = {
2, 225,
(char *)_vq_lengthlist__44c4_s_p9_1,
1, -520986624, 1620377600, 4, 0,
(long *)_vq_quantlist__44c4_s_p9_1,
0
};
static const long _vq_quantlist__44c4_s_p9_2[] = {
10,
9,
11,
8,
12,
7,
13,
6,
14,
5,
15,
4,
16,
3,
17,
2,
18,
1,
19,
0,
20,
};
static const char _vq_lengthlist__44c4_s_p9_2[] = {
2, 5, 5, 6, 6, 7, 7, 7, 7, 8, 8, 8, 8, 8, 8, 8,
8, 9, 9, 9, 9,11, 6, 6, 7, 7, 8, 8, 8, 8, 9, 9,
9, 9, 9, 9, 9, 9,10,10,10,10,11, 6, 6, 7, 7, 8,
8, 8, 8, 9, 9, 9, 9, 9, 9,10, 9,10,10,10,10,11,
7, 7, 7, 7, 8, 8, 9, 9, 9, 9, 9, 9, 9,10,10,10,
10,10,10,10,12,11,11, 7, 7, 8, 8, 9, 9, 9, 9, 9,
9,10,10,10,10,10,10,10,10,12,11,12, 8, 8, 8, 8,
9, 9, 9, 9, 9,10,10,10,10,10,10,10,10,10,11,11,
11, 8, 8, 8, 8, 9, 9, 9, 9,10,10,10,10,10,10,10,
10,10,10,11,11,12, 9, 9, 9, 9, 9, 9,10, 9,10,10,
10,10,10,10,10,10,10,10,11,11,11,11,11, 9, 9, 9,
9,10,10,10,10,10,10,10,10,10,10,10,10,11,12,11,
11,11, 9, 9, 9,10,10,10,10,10,10,10,10,10,10,10,
10,10,11,11,11,11,11, 9, 9, 9, 9,10,10,10,10,10,
10,10,10,10,10,10,10,11,11,11,12,12,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,11,12,11,12,
11,11,11, 9,10,10,10,10,10,10,10,10,10,10,10,10,
10,11,12,11,11,11,11,11,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,11,11,11,12,11,11,11,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,12,11,11,12,11,
11,11,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
11,11,11,11,11,11,11,11,11,10,10,10,10,10,10,10,
10,10,10,10,10,11,11,11,11,12,12,11,11,11,11,11,
11,11,10,10,10,10,10,10,10,10,12,12,12,11,11,11,
12,11,11,11,10,10,10,10,10,10,10,10,10,10,10,12,
11,12,12,12,12,12,11,12,11,11,10,10,10,10,10,10,
10,10,10,10,12,12,12,12,11,11,11,11,11,11,11,10,
10,10,10,10,10,10,10,10,10,
};
static const static_codebook _44c4_s_p9_2 = {
2, 441,
(char *)_vq_lengthlist__44c4_s_p9_2,
1, -529268736, 1611661312, 5, 0,
(long *)_vq_quantlist__44c4_s_p9_2,
0
};
static const char _huff_lengthlist__44c4_s_short[] = {
4, 7,14,10,15,10,12,15,16,15, 4, 2,11, 5,10, 6,
8,11,14,14,14,10, 7,11, 6, 8,10,11,13,15, 9, 4,
11, 5, 9, 6, 9,12,14,15,14, 9, 6, 9, 4, 5, 7,10,
12,13, 9, 5, 7, 6, 5, 5, 7,10,13,13,10, 8, 9, 8,
7, 6, 8,10,14,14,13,11,10,10, 7, 7, 8,11,14,15,
13,12, 9, 9, 6, 5, 7,10,14,17,15,13,11,10, 6, 6,
7, 9,12,17,
};
static const static_codebook _huff_book__44c4_s_short = {
2, 100,
(char *)_huff_lengthlist__44c4_s_short,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist__44c5_s_long[] = {
3, 8, 9,13,10,12,12,12,12,12, 6, 4, 6, 8, 6, 8,
10,10,11,12, 8, 5, 4,10, 4, 7, 8, 9,10,11,13, 8,
10, 8, 9, 9,11,12,13,14,10, 6, 4, 9, 3, 5, 6, 8,
10,11,11, 8, 6, 9, 5, 5, 6, 7, 9,11,12, 9, 7,11,
6, 6, 6, 7, 8,10,12,11, 9,12, 7, 7, 6, 6, 7, 9,
13,12,10,13, 9, 8, 7, 7, 7, 8,11,15,11,15,11,10,
9, 8, 7, 7,
};
static const static_codebook _huff_book__44c5_s_long = {
2, 100,
(char *)_huff_lengthlist__44c5_s_long,
0, 0, 0, 0, 0,
NULL,
0
};
static const long _vq_quantlist__44c5_s_p1_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44c5_s_p1_0[] = {
2, 4, 4, 0, 0, 0, 0, 0, 0, 4, 7, 7, 0, 0, 0, 0,
0, 0, 4, 6, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 5, 7, 7, 0, 0, 0, 0, 0, 0, 7, 9, 9, 0, 0, 0,
0, 0, 0, 7, 8, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 4, 7, 7, 0, 0, 0, 0, 0, 0, 7, 9, 8, 0, 0,
0, 0, 0, 0, 7, 9, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 7, 7, 0, 0, 0, 0,
0, 0, 7, 9, 9, 0, 0, 0, 0, 0, 0, 7, 9, 9, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 9, 9, 0, 0, 0,
0, 0, 0, 9,10,11, 0, 0, 0, 0, 0, 0, 9,10,10, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 9, 9, 0, 0,
0, 0, 0, 0, 8,10, 9, 0, 0, 0, 0, 0, 0, 9,10,11,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 4, 7, 7, 0, 0, 0, 0, 0, 0, 7, 9, 9, 0, 0,
0, 0, 0, 0, 7, 9, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 7, 9, 9, 0, 0, 0, 0, 0, 0, 9,11,10, 0,
0, 0, 0, 0, 0, 8, 9,10, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 7, 9, 9, 0, 0, 0, 0, 0, 0, 9,10,10,
0, 0, 0, 0, 0, 0, 9,11,10, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0,
};
static const static_codebook _44c5_s_p1_0 = {
8, 6561,
(char *)_vq_lengthlist__44c5_s_p1_0,
1, -535822336, 1611661312, 2, 0,
(long *)_vq_quantlist__44c5_s_p1_0,
0
};
static const long _vq_quantlist__44c5_s_p2_0[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44c5_s_p2_0[] = {
2, 4, 4, 0, 0, 0, 5, 5, 0, 0, 0, 5, 5, 0, 0, 0,
8, 7, 0, 0, 0, 0, 0, 0, 0, 4, 6, 6, 0, 0, 0, 8,
8, 0, 0, 0, 8, 7, 0, 0, 0,10,10, 0, 0, 0, 0, 0,
0, 0, 4, 6, 6, 0, 0, 0, 8, 8, 0, 0, 0, 7, 8, 0,
0, 0,10,10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 5, 8, 7, 0, 0, 0, 8, 8, 0, 0,
0, 8, 8, 0, 0, 0,10,10, 0, 0, 0, 0, 0, 0, 0, 5,
7, 8, 0, 0, 0, 8, 8, 0, 0, 0, 8, 8, 0, 0, 0,10,
10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 5, 8, 8, 0, 0, 0, 8, 8, 0, 0, 0, 8, 8,
0, 0, 0,10,10, 0, 0, 0, 0, 0, 0, 0, 5, 8, 8, 0,
0, 0, 8, 8, 0, 0, 0, 8, 8, 0, 0, 0,10,10, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
8,10,10, 0, 0, 0,10,10, 0, 0, 0, 9,10, 0, 0, 0,
11,10, 0, 0, 0, 0, 0, 0, 0, 8,10,10, 0, 0, 0,10,
10, 0, 0, 0,10,10, 0, 0, 0,10,11, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0,
};
static const static_codebook _44c5_s_p2_0 = {
4, 625,
(char *)_vq_lengthlist__44c5_s_p2_0,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44c5_s_p2_0,
0
};
static const long _vq_quantlist__44c5_s_p3_0[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44c5_s_p3_0[] = {
2, 4, 3, 5, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 5, 5, 6, 6, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 3, 5, 5, 6, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 6, 6, 8, 8,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 5, 6, 6, 8, 8, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0,
};
static const static_codebook _44c5_s_p3_0 = {
4, 625,
(char *)_vq_lengthlist__44c5_s_p3_0,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44c5_s_p3_0,
0
};
static const long _vq_quantlist__44c5_s_p4_0[] = {
4,
3,
5,
2,
6,
1,
7,
0,
8,
};
static const char _vq_lengthlist__44c5_s_p4_0[] = {
2, 3, 3, 6, 6, 0, 0, 0, 0, 0, 4, 4, 6, 6, 0, 0,
0, 0, 0, 4, 4, 6, 6, 0, 0, 0, 0, 0, 5, 5, 6, 6,
0, 0, 0, 0, 0, 0, 0, 6, 6, 0, 0, 0, 0, 0, 0, 0,
7, 7, 0, 0, 0, 0, 0, 0, 0, 8, 7, 0, 0, 0, 0, 0,
0, 0, 9, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0,
};
static const static_codebook _44c5_s_p4_0 = {
2, 81,
(char *)_vq_lengthlist__44c5_s_p4_0,
1, -531628032, 1611661312, 4, 0,
(long *)_vq_quantlist__44c5_s_p4_0,
0
};
static const long _vq_quantlist__44c5_s_p5_0[] = {
4,
3,
5,
2,
6,
1,
7,
0,
8,
};
static const char _vq_lengthlist__44c5_s_p5_0[] = {
2, 4, 3, 6, 6, 7, 7, 9, 9, 0, 4, 4, 6, 6, 7, 7,
9, 9, 0, 4, 4, 6, 6, 7, 7, 9, 9, 0, 6, 6, 7, 7,
7, 7, 9, 9, 0, 0, 0, 7, 6, 7, 7, 9, 9, 0, 0, 0,
8, 8, 8, 8,10,10, 0, 0, 0, 8, 8, 8, 8,10,10, 0,
0, 0, 9, 9, 9, 9,10,10, 0, 0, 0, 0, 0, 9, 9,10,
10,
};
static const static_codebook _44c5_s_p5_0 = {
2, 81,
(char *)_vq_lengthlist__44c5_s_p5_0,
1, -531628032, 1611661312, 4, 0,
(long *)_vq_quantlist__44c5_s_p5_0,
0
};
static const long _vq_quantlist__44c5_s_p6_0[] = {
8,
7,
9,
6,
10,
5,
11,
4,
12,
3,
13,
2,
14,
1,
15,
0,
16,
};
static const char _vq_lengthlist__44c5_s_p6_0[] = {
2, 4, 4, 6, 6, 8, 8, 9, 9, 9, 9,10,10,10,10,11,
11, 0, 4, 4, 6, 6, 8, 8, 9, 9, 9, 9,10,10,11,11,
12,12, 0, 4, 4, 6, 6, 8, 8, 9, 9, 9, 9,10,10,11,
11,12,12, 0, 6, 6, 7, 7, 8, 8, 9, 9, 9, 9,10,10,
11,11,12,12, 0, 0, 0, 7, 7, 8, 8, 9, 9, 9, 9,10,
10,11,11,12,12, 0, 0, 0, 7, 7, 9, 9,10,10,10,10,
11,11,11,11,12,12, 0, 0, 0, 7, 7, 8, 9,10,10,10,
10,11,11,11,11,12,12, 0, 0, 0, 8, 8, 9, 9,10,10,
10,10,11,11,12,12,12,12, 0, 0, 0, 0, 0, 9, 9,10,
10,10,10,11,11,12,12,12,12, 0, 0, 0, 0, 0, 9, 9,
10,10,10,10,11,11,12,12,12,12, 0, 0, 0, 0, 0, 9,
9, 9,10,10,10,11,11,12,12,12,12, 0, 0, 0, 0, 0,
10,10,10,10,11,11,11,12,12,12,13,13, 0, 0, 0, 0,
0, 0, 0,10,10,11,11,11,11,12,12,13,13, 0, 0, 0,
0, 0, 0, 0,11,11,11,11,12,12,12,13,13,13, 0, 0,
0, 0, 0, 0, 0,11,11,11,11,12,12,12,12,13,13, 0,
0, 0, 0, 0, 0, 0,12,12,12,12,13,12,13,13,13,13,
0, 0, 0, 0, 0, 0, 0, 0, 0,12,12,12,12,13,13,13,
13,
};
static const static_codebook _44c5_s_p6_0 = {
2, 289,
(char *)_vq_lengthlist__44c5_s_p6_0,
1, -529530880, 1611661312, 5, 0,
(long *)_vq_quantlist__44c5_s_p6_0,
0
};
static const long _vq_quantlist__44c5_s_p7_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44c5_s_p7_0[] = {
1, 4, 4, 7, 6, 6, 7, 6, 6, 4, 7, 7,10, 9, 9,11,
9, 9, 4, 7, 7,10, 9, 9,11, 9, 9, 7,10,10,11,11,
10,11,11,11, 6, 9, 9,11,10,10,11,10,10, 6, 9, 9,
11,10,10,11,10,10, 7,11,11,12,11,11,12,11,11, 6,
9, 9,11,10,10,11,10,10, 6, 9, 9,11,10,10,11,10,
10,
};
static const static_codebook _44c5_s_p7_0 = {
4, 81,
(char *)_vq_lengthlist__44c5_s_p7_0,
1, -529137664, 1618345984, 2, 0,
(long *)_vq_quantlist__44c5_s_p7_0,
0
};
static const long _vq_quantlist__44c5_s_p7_1[] = {
5,
4,
6,
3,
7,
2,
8,
1,
9,
0,
10,
};
static const char _vq_lengthlist__44c5_s_p7_1[] = {
2, 4, 4, 6, 6, 7, 7, 8, 8, 8, 8,10, 5, 5, 6, 6,
7, 7, 8, 8, 8, 8,10, 5, 5, 6, 6, 7, 7, 8, 8, 8,
8,10, 6, 6, 7, 7, 8, 8, 8, 8, 8, 8,10,10,10, 7,
7, 8, 8, 8, 8, 8, 8,10,10,10, 7, 7, 8, 8, 8, 8,
8, 8,10,10,10, 7, 7, 8, 8, 8, 8, 8, 8,10,10,10,
8, 8, 8, 8, 8, 8, 8, 9,10,10,10,10,10, 8, 8, 8,
8, 8, 8,10,10,10,10,10, 9, 9, 8, 8, 8, 8,10,10,
10,10,10, 8, 8, 8, 8, 8, 8,
};
static const static_codebook _44c5_s_p7_1 = {
2, 121,
(char *)_vq_lengthlist__44c5_s_p7_1,
1, -531365888, 1611661312, 4, 0,
(long *)_vq_quantlist__44c5_s_p7_1,
0
};
static const long _vq_quantlist__44c5_s_p8_0[] = {
6,
5,
7,
4,
8,
3,
9,
2,
10,
1,
11,
0,
12,
};
static const char _vq_lengthlist__44c5_s_p8_0[] = {
1, 4, 4, 6, 6, 7, 7, 8, 8, 9, 9,10,10, 6, 5, 5,
7, 7, 8, 8, 8, 9,10,10,10,10, 7, 5, 5, 7, 7, 8,
8, 9, 9,10,10,10,10, 0, 8, 8, 8, 8, 9, 9, 9, 9,
10,10,11,11, 0, 8, 8, 8, 8, 9, 9, 9, 9,10,10,11,
11, 0,12,12, 9, 9, 9,10,10,10,10,10,11,11, 0,13,
13, 9, 9, 9, 9,10,10,11,11,11,11, 0, 0, 0,10,10,
10,10,10,10,11,11,11,11, 0, 0, 0,10,10,10,10,10,
10,11,11,12,12, 0, 0, 0,14,14,11,11,11,11,12,12,
12,12, 0, 0, 0,14,14,11,11,11,11,12,12,12,12, 0,
0, 0, 0, 0,12,12,12,12,12,12,13,13, 0, 0, 0, 0,
0,12,12,12,12,12,12,13,13,
};
static const static_codebook _44c5_s_p8_0 = {
2, 169,
(char *)_vq_lengthlist__44c5_s_p8_0,
1, -526516224, 1616117760, 4, 0,
(long *)_vq_quantlist__44c5_s_p8_0,
0
};
static const long _vq_quantlist__44c5_s_p8_1[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44c5_s_p8_1[] = {
2, 4, 4, 5, 5, 6, 5, 5, 5, 5, 6, 4, 5, 5, 5, 6,
5, 5, 5, 5, 6, 6, 6, 5, 5,
};
static const static_codebook _44c5_s_p8_1 = {
2, 25,
(char *)_vq_lengthlist__44c5_s_p8_1,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44c5_s_p8_1,
0
};
static const long _vq_quantlist__44c5_s_p9_0[] = {
7,
6,
8,
5,
9,
4,
10,
3,
11,
2,
12,
1,
13,
0,
14,
};
static const char _vq_lengthlist__44c5_s_p9_0[] = {
1, 3, 3,13,13,13,13,13,13,13,13,13,13,13,13, 4,
7, 7,13,13,13,13,13,13,13,13,13,13,13,13, 3, 8,
6,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,12,12,12,12,12,12,12,
12,
};
static const static_codebook _44c5_s_p9_0 = {
2, 225,
(char *)_vq_lengthlist__44c5_s_p9_0,
1, -512522752, 1628852224, 4, 0,
(long *)_vq_quantlist__44c5_s_p9_0,
0
};
static const long _vq_quantlist__44c5_s_p9_1[] = {
8,
7,
9,
6,
10,
5,
11,
4,
12,
3,
13,
2,
14,
1,
15,
0,
16,
};
static const char _vq_lengthlist__44c5_s_p9_1[] = {
1, 4, 4, 5, 5, 7, 7, 9, 8,10, 9,10,10,11,10,11,
11, 6, 5, 5, 7, 7, 8, 9,10,10,11,10,12,11,12,11,
13,12, 6, 5, 5, 7, 7, 9, 9,10,10,11,11,12,12,13,
12,13,13,18, 8, 8, 8, 8, 9, 9,10,11,11,11,12,11,
13,11,13,12,18, 8, 8, 8, 8,10,10,11,11,12,12,13,
13,13,13,13,14,18,12,12, 9, 9,11,11,11,11,12,12,
13,12,13,12,13,13,20,13,12, 9, 9,11,11,11,11,12,
12,13,13,13,14,14,13,20,18,19,11,12,11,11,12,12,
13,13,13,13,13,13,14,13,18,19,19,12,11,11,11,12,
12,13,12,13,13,13,14,14,13,18,17,19,14,15,12,12,
12,13,13,13,14,14,14,14,14,14,19,19,19,16,15,12,
11,13,12,14,14,14,13,13,14,14,14,19,18,19,18,19,
13,13,13,13,14,14,14,13,14,14,14,14,18,17,19,19,
19,13,13,13,11,13,11,13,14,14,14,14,14,19,17,17,
18,18,16,16,13,13,13,13,14,13,15,15,14,14,19,19,
17,17,18,16,16,13,11,14,10,13,12,14,14,14,14,19,
19,19,19,19,18,17,13,14,13,11,14,13,14,14,15,15,
19,19,19,17,19,18,18,14,13,12,11,14,11,15,15,15,
15,
};
static const static_codebook _44c5_s_p9_1 = {
2, 289,
(char *)_vq_lengthlist__44c5_s_p9_1,
1, -520814592, 1620377600, 5, 0,
(long *)_vq_quantlist__44c5_s_p9_1,
0
};
static const long _vq_quantlist__44c5_s_p9_2[] = {
10,
9,
11,
8,
12,
7,
13,
6,
14,
5,
15,
4,
16,
3,
17,
2,
18,
1,
19,
0,
20,
};
static const char _vq_lengthlist__44c5_s_p9_2[] = {
3, 5, 5, 6, 6, 7, 7, 7, 7, 8, 8, 8, 8, 8, 8, 8,
8, 8, 8, 8, 9,11, 5, 6, 7, 7, 8, 7, 8, 8, 8, 8,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9,11, 5, 5, 7, 7, 7,
7, 8, 8, 8, 8, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,11,
7, 7, 7, 7, 8, 8, 8, 8, 9, 9, 9, 9, 9, 9, 9, 9,
9,10, 9,10,11,11,11, 7, 7, 8, 8, 8, 8, 9, 9, 9,
9, 9, 9,10,10,10,10,10,10,11,11,11, 8, 8, 8, 8,
9, 9, 9, 9, 9, 9, 9,10,10,10,10,10,10,10,11,11,
11, 8, 8, 8, 8, 9, 9, 9, 9, 9, 9,10,10,10,10,10,
10,10,10,11,11,11, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
10,10,10,10,10,10,10,10,11,11,11,11,11, 9, 9, 9,
9, 9, 9,10, 9,10,10,10,10,10,10,10,10,11,11,11,
11,11, 9, 9, 9, 9, 9, 9,10,10,10,10,10,10,10,10,
10,10,11,11,11,11,11, 9, 9, 9, 9, 9, 9,10,10,10,
10,10,10,10,10,10,10,11,11,11,11,11, 9, 9,10, 9,
10,10,10,10,10,10,10,10,10,10,10,10,11,11,11,11,
11,11,11, 9, 9,10,10,10,10,10,10,10,10,10,10,10,
10,11,11,11,11,11,11,11,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,11,11,11,11,11,11,11,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,11,11,11,11,11,
11,11,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
11,11,11,11,11,11,11,11,11,10,10,10,10,10,10,10,
10,10,10,10,10,11,11,11,11,11,11,11,11,11,10,10,
10,10,10,10,10,10,10,10,10,10,11,11,11,11,11,11,
11,11,11,10,10,10,10,10,10,10,10,10,10,10,10,11,
11,11,11,11,11,11,11,11,10,10,10,10,10,10,10,10,
10,10,10,10,11,11,11,11,11,11,11,11,11,11,11,10,
10,10,10,10,10,10,10,10,10,
};
static const static_codebook _44c5_s_p9_2 = {
2, 441,
(char *)_vq_lengthlist__44c5_s_p9_2,
1, -529268736, 1611661312, 5, 0,
(long *)_vq_quantlist__44c5_s_p9_2,
0
};
static const char _huff_lengthlist__44c5_s_short[] = {
5, 8,10,14,11,11,12,16,15,17, 5, 5, 7, 9, 7, 8,
10,13,17,17, 7, 5, 5,10, 5, 7, 8,11,13,15,10, 8,
10, 8, 8, 8,11,15,18,18, 8, 5, 5, 8, 3, 4, 6,10,
14,16, 9, 7, 6, 7, 4, 3, 5, 9,14,18,10, 9, 8,10,
6, 5, 6, 9,14,18,12,12,11,12, 8, 7, 8,11,14,18,
14,13,12,10, 7, 5, 6, 9,14,18,14,14,13,10, 6, 5,
6, 8,11,16,
};
static const static_codebook _huff_book__44c5_s_short = {
2, 100,
(char *)_huff_lengthlist__44c5_s_short,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist__44c6_s_long[] = {
3, 8,11,13,14,14,13,13,16,14, 6, 3, 4, 7, 9, 9,
10,11,14,13,10, 4, 3, 5, 7, 7, 9,10,13,15,12, 7,
4, 4, 6, 6, 8,10,13,15,12, 8, 6, 6, 6, 6, 8,10,
13,14,11, 9, 7, 6, 6, 6, 7, 8,12,11,13,10, 9, 8,
7, 6, 6, 7,11,11,13,11,10, 9, 9, 7, 7, 6,10,11,
13,13,13,13,13,11, 9, 8,10,12,12,15,15,16,15,12,
11,10,10,12,
};
static const static_codebook _huff_book__44c6_s_long = {
2, 100,
(char *)_huff_lengthlist__44c6_s_long,
0, 0, 0, 0, 0,
NULL,
0
};
static const long _vq_quantlist__44c6_s_p1_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44c6_s_p1_0[] = {
1, 5, 5, 0, 5, 5, 0, 5, 5, 5, 8, 7, 0, 9, 9, 0,
9, 8, 5, 7, 8, 0, 9, 9, 0, 8, 9, 0, 0, 0, 0, 0,
0, 0, 0, 0, 5, 9, 8, 0, 8, 8, 0, 8, 8, 5, 8, 9,
0, 8, 8, 0, 8, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5,
9, 9, 0, 8, 8, 0, 8, 8, 5, 9, 9, 0, 8, 8, 0, 8,
8,
};
static const static_codebook _44c6_s_p1_0 = {
4, 81,
(char *)_vq_lengthlist__44c6_s_p1_0,
1, -535822336, 1611661312, 2, 0,
(long *)_vq_quantlist__44c6_s_p1_0,
0
};
static const long _vq_quantlist__44c6_s_p2_0[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44c6_s_p2_0[] = {
3, 5, 5, 8, 8, 0, 5, 5, 8, 8, 0, 5, 5, 8, 8, 0,
7, 7, 9, 9, 0, 0, 0, 9, 9, 5, 7, 7, 9, 9, 0, 8,
8,10,10, 0, 8, 7,10, 9, 0,10,10,11,11, 0, 0, 0,
11,11, 5, 7, 7, 9, 9, 0, 8, 8,10,10, 0, 7, 8, 9,
10, 0,10,10,11,11, 0, 0, 0,11,11, 8, 9, 9,11,11,
0,11,11,12,12, 0,11,10,12,12, 0,13,14,14,14, 0,
0, 0,14,13, 8, 9, 9,11,11, 0,11,11,12,12, 0,10,
11,12,12, 0,14,13,14,14, 0, 0, 0,13,14, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 5, 8, 7,11,10, 0, 7, 7,10,10,
0, 7, 7,10,10, 0, 9, 9,11,10, 0, 0, 0,11,11, 5,
7, 8,10,11, 0, 7, 7,10,10, 0, 7, 7,10,10, 0, 9,
9,10,11, 0, 0, 0,11,11, 8,10, 9,12,12, 0,10,10,
12,12, 0,10,10,12,12, 0,12,12,13,13, 0, 0, 0,13,
13, 8, 9,10,12,12, 0,10,10,11,12, 0,10,10,12,12,
0,12,12,13,13, 0, 0, 0,13,13, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 5, 8, 8,11,11, 0, 7, 7,10,10, 0, 7, 7,
10,10, 0, 9, 9,10,11, 0, 0, 0,11,10, 5, 8, 8,11,
11, 0, 7, 7,10,10, 0, 7, 7,10,10, 0, 9, 9,11,11,
0, 0, 0,10,11, 8,10,10,12,12, 0,10,10,12,12, 0,
10,10,12,12, 0,12,13,13,13, 0, 0, 0,14,13, 8,10,
10,12,12, 0,10,10,12,12, 0,10,10,12,12, 0,13,12,
13,13, 0, 0, 0,13,13, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
7,10,10,14,13, 0, 9, 9,13,12, 0, 9, 9,12,12, 0,
10,10,12,12, 0, 0, 0,12,12, 7,10,10,13,14, 0, 9,
9,12,13, 0, 9, 9,12,12, 0,10,10,12,12, 0, 0, 0,
12,12, 9,11,11,14,13, 0,11,10,14,13, 0,11,11,13,
13, 0,12,12,13,13, 0, 0, 0,13,13, 9,11,11,13,14,
0,10,11,13,14, 0,11,11,13,13, 0,12,12,13,13, 0,
0, 0,13,13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9,
11,11,14,14, 0,11,11,13,13, 0,11,10,13,13, 0,12,
12,13,13, 0, 0, 0,13,13, 9,11,11,14,14, 0,11,11,
13,13, 0,10,11,13,13, 0,12,12,14,13, 0, 0, 0,13,
13,
};
static const static_codebook _44c6_s_p2_0 = {
4, 625,
(char *)_vq_lengthlist__44c6_s_p2_0,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44c6_s_p2_0,
0
};
static const long _vq_quantlist__44c6_s_p3_0[] = {
4,
3,
5,
2,
6,
1,
7,
0,
8,
};
static const char _vq_lengthlist__44c6_s_p3_0[] = {
2, 3, 4, 6, 6, 7, 7, 9, 9, 0, 4, 4, 6, 6, 7, 7,
9,10, 0, 4, 4, 6, 6, 7, 7,10, 9, 0, 5, 5, 7, 7,
8, 8,10,10, 0, 0, 0, 7, 6, 8, 8,10,10, 0, 0, 0,
7, 7, 9, 9,11,11, 0, 0, 0, 7, 7, 9, 9,11,11, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0,
};
static const static_codebook _44c6_s_p3_0 = {
2, 81,
(char *)_vq_lengthlist__44c6_s_p3_0,
1, -531628032, 1611661312, 4, 0,
(long *)_vq_quantlist__44c6_s_p3_0,
0
};
static const long _vq_quantlist__44c6_s_p4_0[] = {
8,
7,
9,
6,
10,
5,
11,
4,
12,
3,
13,
2,
14,
1,
15,
0,
16,
};
static const char _vq_lengthlist__44c6_s_p4_0[] = {
2, 4, 4, 6, 6, 7, 7, 8, 8, 8, 8, 9, 9, 9,10,10,
10, 0, 4, 4, 6, 6, 8, 8, 9, 9, 9, 9,10,10,10,10,
11,11, 0, 4, 4, 6, 6, 8, 8, 9, 9, 9, 9,10,10,10,
10,11,11, 0, 6, 6, 7, 7, 8, 8, 9, 9, 9, 9,10,10,
11,11,11,11, 0, 0, 0, 7, 7, 8, 8, 9, 9, 9, 9,10,
10,11,11,11,11, 0, 0, 0, 7, 7, 9, 9,10,10,10,10,
11,11,11,11,12,12, 0, 0, 0, 7, 7, 9, 9,10,10,10,
10,11,11,11,11,12,12, 0, 0, 0, 7, 7, 8, 8, 9, 9,
10,10,11,11,12,12,12,12, 0, 0, 0, 0, 0, 8, 8, 9,
9,10,10,11,11,12,12,12,12, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0,
};
static const static_codebook _44c6_s_p4_0 = {
2, 289,
(char *)_vq_lengthlist__44c6_s_p4_0,
1, -529530880, 1611661312, 5, 0,
(long *)_vq_quantlist__44c6_s_p4_0,
0
};
static const long _vq_quantlist__44c6_s_p5_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44c6_s_p5_0[] = {
1, 4, 4, 5, 7, 7, 6, 7, 7, 4, 6, 6, 9, 9,10,10,
10, 9, 4, 6, 6, 9,10, 9,10, 9,10, 6, 9, 9,10,12,
11,10,11,11, 7,10, 9,11,12,12,12,12,12, 7,10,10,
11,12,12,12,12,12, 6,10,10,10,12,12,11,12,12, 7,
9,10,11,12,12,12,12,12, 7,10, 9,12,12,12,12,12,
12,
};
static const static_codebook _44c6_s_p5_0 = {
4, 81,
(char *)_vq_lengthlist__44c6_s_p5_0,
1, -529137664, 1618345984, 2, 0,
(long *)_vq_quantlist__44c6_s_p5_0,
0
};
static const long _vq_quantlist__44c6_s_p5_1[] = {
5,
4,
6,
3,
7,
2,
8,
1,
9,
0,
10,
};
static const char _vq_lengthlist__44c6_s_p5_1[] = {
3, 5, 4, 6, 6, 7, 7, 8, 8, 8, 8,11, 4, 4, 6, 6,
7, 7, 8, 8, 8, 8,11, 4, 4, 6, 6, 7, 7, 8, 8, 8,
8,11, 6, 6, 6, 6, 8, 8, 8, 8, 9, 9,11,11,11, 6,
6, 7, 8, 8, 8, 8, 9,11,11,11, 7, 7, 8, 8, 8, 8,
8, 8,11,11,11, 7, 7, 8, 8, 8, 8, 8, 8,11,11,11,
8, 8, 8, 8, 8, 8, 8, 8,11,11,11,10,10, 8, 8, 8,
8, 8, 8,11,11,11,10,10, 8, 8, 8, 8, 8, 8,11,11,
11,10,10, 7, 7, 8, 8, 8, 8,
};
static const static_codebook _44c6_s_p5_1 = {
2, 121,
(char *)_vq_lengthlist__44c6_s_p5_1,
1, -531365888, 1611661312, 4, 0,
(long *)_vq_quantlist__44c6_s_p5_1,
0
};
static const long _vq_quantlist__44c6_s_p6_0[] = {
6,
5,
7,
4,
8,
3,
9,
2,
10,
1,
11,
0,
12,
};
static const char _vq_lengthlist__44c6_s_p6_0[] = {
1, 4, 4, 6, 6, 8, 8, 8, 8,10, 9,10,10, 6, 5, 5,
7, 7, 9, 9, 9, 9,10,10,11,11, 6, 5, 5, 7, 7, 9,
9,10, 9,11,10,11,11, 0, 6, 6, 7, 7, 9, 9,10,10,
11,11,12,12, 0, 7, 7, 7, 7, 9, 9,10,10,11,11,12,
12, 0,11,11, 8, 8,10,10,11,11,12,12,12,12, 0,11,
12, 9, 8,10,10,11,11,12,12,13,13, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0,
};
static const static_codebook _44c6_s_p6_0 = {
2, 169,
(char *)_vq_lengthlist__44c6_s_p6_0,
1, -526516224, 1616117760, 4, 0,
(long *)_vq_quantlist__44c6_s_p6_0,
0
};
static const long _vq_quantlist__44c6_s_p6_1[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44c6_s_p6_1[] = {
3, 4, 4, 5, 5, 5, 4, 4, 5, 5, 5, 4, 4, 5, 5, 6,
5, 5, 5, 5, 6, 6, 6, 5, 5,
};
static const static_codebook _44c6_s_p6_1 = {
2, 25,
(char *)_vq_lengthlist__44c6_s_p6_1,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44c6_s_p6_1,
0
};
static const long _vq_quantlist__44c6_s_p7_0[] = {
6,
5,
7,
4,
8,
3,
9,
2,
10,
1,
11,
0,
12,
};
static const char _vq_lengthlist__44c6_s_p7_0[] = {
1, 4, 4, 6, 6, 8, 8, 8, 8,10,10,11,10, 6, 5, 5,
7, 7, 8, 8, 9, 9,10,10,12,11, 6, 5, 5, 7, 7, 8,
8, 9, 9,10,10,12,11,21, 7, 7, 7, 7, 9, 9,10,10,
11,11,12,12,21, 7, 7, 7, 7, 9, 9,10,10,11,11,12,
12,21,12,12, 9, 9,10,10,11,11,11,11,12,12,21,12,
12, 9, 9,10,10,11,11,12,12,12,12,21,21,21,11,11,
10,10,11,12,12,12,13,13,21,21,21,11,11,10,10,12,
12,12,12,13,13,21,21,21,15,15,11,11,12,12,13,13,
13,13,21,21,21,15,16,11,11,12,12,13,13,14,14,21,
21,21,21,20,13,13,13,13,13,13,14,14,20,20,20,20,
20,13,13,13,13,13,13,14,14,
};
static const static_codebook _44c6_s_p7_0 = {
2, 169,
(char *)_vq_lengthlist__44c6_s_p7_0,
1, -523206656, 1618345984, 4, 0,
(long *)_vq_quantlist__44c6_s_p7_0,
0
};
static const long _vq_quantlist__44c6_s_p7_1[] = {
5,
4,
6,
3,
7,
2,
8,
1,
9,
0,
10,
};
static const char _vq_lengthlist__44c6_s_p7_1[] = {
3, 5, 5, 6, 6, 7, 7, 7, 7, 7, 7, 9, 5, 5, 6, 6,
7, 7, 7, 7, 8, 7, 8, 5, 5, 6, 6, 7, 7, 7, 7, 7,
7, 9, 6, 6, 7, 7, 7, 7, 8, 7, 7, 8, 9, 9, 9, 7,
7, 7, 7, 7, 7, 7, 8, 9, 9, 9, 7, 7, 7, 7, 8, 8,
8, 8, 9, 9, 9, 7, 7, 7, 7, 7, 7, 8, 8, 9, 9, 9,
8, 8, 8, 8, 7, 7, 8, 8, 9, 9, 9, 9, 8, 8, 8, 7,
7, 8, 8, 9, 9, 9, 8, 8, 8, 8, 7, 7, 8, 8, 9, 9,
9, 8, 8, 7, 7, 7, 7, 8, 8,
};
static const static_codebook _44c6_s_p7_1 = {
2, 121,
(char *)_vq_lengthlist__44c6_s_p7_1,
1, -531365888, 1611661312, 4, 0,
(long *)_vq_quantlist__44c6_s_p7_1,
0
};
static const long _vq_quantlist__44c6_s_p8_0[] = {
7,
6,
8,
5,
9,
4,
10,
3,
11,
2,
12,
1,
13,
0,
14,
};
static const char _vq_lengthlist__44c6_s_p8_0[] = {
1, 4, 4, 7, 7, 8, 8, 7, 7, 8, 7, 9, 8,10, 9, 6,
5, 5, 8, 8, 9, 9, 8, 8, 9, 9,11,10,11,10, 6, 5,
5, 8, 8, 9, 9, 8, 8, 9, 9,10,10,11,11,18, 8, 8,
9, 8,10,10, 9, 9,10,10,10,10,11,10,18, 8, 8, 9,
9,10,10, 9, 9,10,10,11,11,12,12,18,12,13, 9,10,
10,10, 9,10,10,10,11,11,12,11,18,13,13, 9, 9,10,
10,10,10,10,10,11,11,12,12,18,18,18,10,10, 9, 9,
11,11,11,11,11,12,12,12,18,18,18,10, 9,10, 9,11,
10,11,11,11,11,13,12,18,18,18,14,13,10,10,11,11,
12,12,12,12,12,12,18,18,18,14,13,10,10,11,10,12,
12,12,12,12,12,18,18,18,18,18,12,12,11,11,12,12,
13,13,13,14,18,18,18,18,18,12,12,11,11,12,11,13,
13,14,13,18,18,18,18,18,16,16,11,12,12,13,13,13,
14,13,18,18,18,18,18,16,15,12,11,12,11,13,11,15,
14,
};
static const static_codebook _44c6_s_p8_0 = {
2, 225,
(char *)_vq_lengthlist__44c6_s_p8_0,
1, -520986624, 1620377600, 4, 0,
(long *)_vq_quantlist__44c6_s_p8_0,
0
};
static const long _vq_quantlist__44c6_s_p8_1[] = {
10,
9,
11,
8,
12,
7,
13,
6,
14,
5,
15,
4,
16,
3,
17,
2,
18,
1,
19,
0,
20,
};
static const char _vq_lengthlist__44c6_s_p8_1[] = {
3, 5, 5, 6, 6, 7, 7, 7, 7, 8, 7, 8, 8, 8, 8, 8,
8, 8, 8, 8, 8,10, 6, 6, 7, 7, 8, 8, 8, 8, 8, 8,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9,10, 6, 6, 7, 7, 8,
8, 8, 8, 8, 8, 9, 8, 9, 9, 9, 9, 9, 9, 9, 9,10,
7, 7, 8, 8, 8, 8, 8, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9,10,11,11, 8, 7, 8, 8, 8, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9,11,11,11, 8, 8, 8, 8,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,11,11,
11, 8, 8, 8, 8, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9,11,11,11, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9,11,11,11,11,11, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9,10,10, 9,11,11,11,
11,11, 9, 9, 9, 9, 9, 9,10, 9, 9,10, 9,10, 9, 9,
10, 9,11,11,11,11,11, 9, 9, 9, 9, 9, 9, 9,10,10,
10,10, 9,10,10, 9,10,11,11,11,11,11, 9, 9, 9, 9,
10,10,10, 9,10,10,10,10, 9,10,10, 9,11,11,11,11,
11,11,11, 9, 9, 9, 9,10,10,10,10, 9,10,10,10,10,
10,11,11,11,11,11,11,11,10, 9,10,10,10,10,10,10,
10, 9,10, 9,10,10,11,11,11,11,11,11,11,10, 9,10,
9,10,10, 9,10,10,10,10,10,10,10,11,11,11,11,11,
11,11,10,10,10,10,10,10,10, 9,10,10,10,10,10, 9,
11,11,11,11,11,11,11,11,11,10,10,10,10,10,10,10,
10,10,10,10,10,11,11,11,11,11,11,11,11,11,10,10,
10,10,10,10,10,10,10,10,10,10,11,11,11,11,11,11,
11,11,11,10,10,10,10,10,10,10,10,10, 9,10,10,11,
11,11,11,11,11,11,11,11,10,10,10, 9,10,10,10,10,
10,10,10,10,10,11,11,11,11,11,11,11,11,10,11, 9,
10,10,10,10,10,10,10,10,10,
};
static const static_codebook _44c6_s_p8_1 = {
2, 441,
(char *)_vq_lengthlist__44c6_s_p8_1,
1, -529268736, 1611661312, 5, 0,
(long *)_vq_quantlist__44c6_s_p8_1,
0
};
static const long _vq_quantlist__44c6_s_p9_0[] = {
6,
5,
7,
4,
8,
3,
9,
2,
10,
1,
11,
0,
12,
};
static const char _vq_lengthlist__44c6_s_p9_0[] = {
1, 3, 3,11,11,11,11,11,11,11,11,11,11, 4, 7, 7,
11,11,11,11,11,11,11,11,11,11, 5, 8, 9,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,
};
static const static_codebook _44c6_s_p9_0 = {
2, 169,
(char *)_vq_lengthlist__44c6_s_p9_0,
1, -511845376, 1630791680, 4, 0,
(long *)_vq_quantlist__44c6_s_p9_0,
0
};
static const long _vq_quantlist__44c6_s_p9_1[] = {
6,
5,
7,
4,
8,
3,
9,
2,
10,
1,
11,
0,
12,
};
static const char _vq_lengthlist__44c6_s_p9_1[] = {
1, 4, 4, 7, 7, 7, 7, 7, 6, 8, 8, 8, 8, 6, 6, 6,
8, 8, 8, 8, 8, 7, 9, 8,10,10, 5, 6, 6, 8, 8, 9,
9, 8, 8,10,10,10,10,16, 9, 9, 9, 9, 9, 9, 9, 8,
10, 9,11,11,16, 8, 9, 9, 9, 9, 9, 9, 9,10,10,11,
11,16,13,13, 9, 9,10, 9, 9,10,11,11,11,12,16,13,
14, 9, 8,10, 8, 9, 9,10,10,12,11,16,14,16, 9, 9,
9, 9,11,11,12,11,12,11,16,16,16, 9, 7, 9, 6,11,
11,11,10,11,11,16,16,16,11,12, 9,10,11,11,12,11,
13,13,16,16,16,12,11,10, 7,12,10,12,12,12,12,16,
16,15,16,16,10,11,10,11,13,13,14,12,16,16,16,15,
15,12,10,11,11,13,11,12,13,
};
static const static_codebook _44c6_s_p9_1 = {
2, 169,
(char *)_vq_lengthlist__44c6_s_p9_1,
1, -518889472, 1622704128, 4, 0,
(long *)_vq_quantlist__44c6_s_p9_1,
0
};
static const long _vq_quantlist__44c6_s_p9_2[] = {
24,
23,
25,
22,
26,
21,
27,
20,
28,
19,
29,
18,
30,
17,
31,
16,
32,
15,
33,
14,
34,
13,
35,
12,
36,
11,
37,
10,
38,
9,
39,
8,
40,
7,
41,
6,
42,
5,
43,
4,
44,
3,
45,
2,
46,
1,
47,
0,
48,
};
static const char _vq_lengthlist__44c6_s_p9_2[] = {
2, 4, 3, 4, 5, 5, 5, 6, 6, 6, 6, 6, 6, 6, 6, 6,
6, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7,
7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7,
7,
};
static const static_codebook _44c6_s_p9_2 = {
1, 49,
(char *)_vq_lengthlist__44c6_s_p9_2,
1, -526909440, 1611661312, 6, 0,
(long *)_vq_quantlist__44c6_s_p9_2,
0
};
static const char _huff_lengthlist__44c6_s_short[] = {
3, 9,11,11,13,14,19,17,17,19, 5, 4, 5, 8,10,10,
13,16,18,19, 7, 4, 4, 5, 8, 9,12,14,17,19, 8, 6,
5, 5, 7, 7,10,13,16,18,10, 8, 7, 6, 5, 5, 8,11,
17,19,11, 9, 7, 7, 5, 4, 5, 8,17,19,13,11, 8, 7,
7, 5, 5, 7,16,18,14,13, 8, 6, 6, 5, 5, 7,16,18,
18,16,10, 8, 8, 7, 7, 9,16,18,18,18,12,10,10, 9,
9,10,17,18,
};
static const static_codebook _huff_book__44c6_s_short = {
2, 100,
(char *)_huff_lengthlist__44c6_s_short,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist__44c7_s_long[] = {
3, 8,11,13,15,14,14,13,15,14, 6, 4, 5, 7, 9,10,
11,11,14,13,10, 4, 3, 5, 7, 8, 9,10,13,13,12, 7,
4, 4, 5, 6, 8, 9,12,14,13, 9, 6, 5, 5, 6, 8, 9,
12,14,12, 9, 7, 6, 5, 5, 6, 8,11,11,12,11, 9, 8,
7, 6, 6, 7,10,11,13,11,10, 9, 8, 7, 6, 6, 9,11,
13,13,12,12,12,10, 9, 8, 9,11,12,14,15,15,14,12,
11,10,10,12,
};
static const static_codebook _huff_book__44c7_s_long = {
2, 100,
(char *)_huff_lengthlist__44c7_s_long,
0, 0, 0, 0, 0,
NULL,
0
};
static const long _vq_quantlist__44c7_s_p1_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44c7_s_p1_0[] = {
1, 5, 5, 0, 5, 5, 0, 5, 5, 5, 8, 7, 0, 9, 9, 0,
9, 8, 5, 7, 8, 0, 9, 9, 0, 8, 9, 0, 0, 0, 0, 0,
0, 0, 0, 0, 5, 9, 9, 0, 8, 8, 0, 8, 8, 5, 8, 9,
0, 8, 8, 0, 8, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5,
9, 9, 0, 8, 8, 0, 8, 8, 5, 8, 9, 0, 8, 8, 0, 8,
8,
};
static const static_codebook _44c7_s_p1_0 = {
4, 81,
(char *)_vq_lengthlist__44c7_s_p1_0,
1, -535822336, 1611661312, 2, 0,
(long *)_vq_quantlist__44c7_s_p1_0,
0
};
static const long _vq_quantlist__44c7_s_p2_0[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44c7_s_p2_0[] = {
3, 5, 5, 8, 8, 0, 5, 5, 8, 8, 0, 5, 5, 8, 8, 0,
7, 7, 9, 9, 0, 0, 0, 9, 9, 5, 7, 7, 9, 9, 0, 8,
8,10,10, 0, 8, 7,10, 9, 0,10,10,11,11, 0, 0, 0,
11,11, 5, 7, 7, 9, 9, 0, 8, 8,10,10, 0, 7, 8, 9,
10, 0,10,10,11,11, 0, 0, 0,11,11, 8, 9, 9,11,10,
0,11,11,12,12, 0,11,10,12,12, 0,13,14,14,14, 0,
0, 0,14,13, 8, 9, 9,10,11, 0,11,11,12,12, 0,10,
11,12,12, 0,13,13,14,14, 0, 0, 0,13,14, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 5, 8, 7,11,10, 0, 7, 7,10,10,
0, 7, 7,10,10, 0, 9, 9,11,10, 0, 0, 0,11,11, 5,
7, 8,10,11, 0, 7, 7,10,10, 0, 7, 7,10,10, 0, 9,
9,10,11, 0, 0, 0,11,11, 8,10, 9,12,12, 0,10,10,
12,12, 0,10,10,12,12, 0,12,12,13,13, 0, 0, 0,13,
13, 8, 9,10,12,12, 0,10,10,12,12, 0,10,10,11,12,
0,12,12,13,13, 0, 0, 0,13,13, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 5, 8, 8,11,11, 0, 7, 7,10,10, 0, 7, 7,
10,10, 0, 9, 9,10,11, 0, 0, 0,11,10, 5, 8, 8,10,
11, 0, 7, 7,10,10, 0, 7, 7,10,10, 0, 9, 9,11,10,
0, 0, 0,10,11, 9,10,10,12,12, 0,10,10,12,12, 0,
10,10,12,12, 0,12,13,13,13, 0, 0, 0,13,12, 9,10,
10,12,12, 0,10,10,12,12, 0,10,10,12,12, 0,13,12,
13,13, 0, 0, 0,12,13, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
7,10,10,14,13, 0, 9, 9,12,12, 0, 9, 9,12,12, 0,
10,10,12,12, 0, 0, 0,12,12, 7,10,10,13,14, 0, 9,
9,12,13, 0, 9, 9,12,12, 0,10,10,12,12, 0, 0, 0,
12,12, 9,11,11,14,13, 0,11,10,13,12, 0,11,11,13,
13, 0,12,12,13,13, 0, 0, 0,13,13, 9,11,11,13,14,
0,10,11,12,13, 0,11,11,13,13, 0,12,12,13,13, 0,
0, 0,13,13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9,
11,11,14,14, 0,10,11,13,13, 0,11,10,13,13, 0,12,
12,13,13, 0, 0, 0,13,12, 9,11,11,14,14, 0,11,10,
13,13, 0,10,11,13,13, 0,12,12,14,13, 0, 0, 0,13,
13,
};
static const static_codebook _44c7_s_p2_0 = {
4, 625,
(char *)_vq_lengthlist__44c7_s_p2_0,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44c7_s_p2_0,
0
};
static const long _vq_quantlist__44c7_s_p3_0[] = {
4,
3,
5,
2,
6,
1,
7,
0,
8,
};
static const char _vq_lengthlist__44c7_s_p3_0[] = {
2, 4, 4, 5, 5, 7, 7, 9, 9, 0, 4, 4, 6, 6, 7, 7,
9, 9, 0, 4, 4, 6, 6, 7, 7, 9, 9, 0, 5, 5, 6, 6,
8, 8,10,10, 0, 0, 0, 6, 6, 8, 8,10,10, 0, 0, 0,
7, 7, 9, 9,10,10, 0, 0, 0, 7, 7, 8, 8,10,10, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0,
};
static const static_codebook _44c7_s_p3_0 = {
2, 81,
(char *)_vq_lengthlist__44c7_s_p3_0,
1, -531628032, 1611661312, 4, 0,
(long *)_vq_quantlist__44c7_s_p3_0,
0
};
static const long _vq_quantlist__44c7_s_p4_0[] = {
8,
7,
9,
6,
10,
5,
11,
4,
12,
3,
13,
2,
14,
1,
15,
0,
16,
};
static const char _vq_lengthlist__44c7_s_p4_0[] = {
3, 4, 4, 5, 5, 7, 7, 8, 8, 8, 8, 9, 9,10,10,11,
11, 0, 4, 4, 6, 6, 7, 7, 8, 8, 9, 9,10,10,11,11,
12,12, 0, 4, 4, 6, 6, 7, 7, 8, 8, 9, 9,10,10,11,
11,12,12, 0, 5, 5, 6, 6, 8, 8, 9, 9, 9, 9,10,10,
11,12,12,12, 0, 0, 0, 6, 6, 8, 7, 9, 9, 9, 9,10,
10,11,11,12,12, 0, 0, 0, 7, 7, 8, 8, 9, 9,10,10,
11,11,12,12,13,12, 0, 0, 0, 7, 7, 8, 8, 9, 9,10,
10,11,11,12,12,12,13, 0, 0, 0, 7, 7, 8, 8, 9, 9,
10,10,11,11,12,12,13,13, 0, 0, 0, 0, 0, 8, 8, 9,
9,10,10,11,11,12,12,13,13, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0,
};
static const static_codebook _44c7_s_p4_0 = {
2, 289,
(char *)_vq_lengthlist__44c7_s_p4_0,
1, -529530880, 1611661312, 5, 0,
(long *)_vq_quantlist__44c7_s_p4_0,
0
};
static const long _vq_quantlist__44c7_s_p5_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44c7_s_p5_0[] = {
1, 4, 4, 5, 7, 7, 6, 7, 7, 4, 6, 7,10,10,10,10,
10, 9, 4, 6, 6,10,10,10,10, 9,10, 5,10,10, 9,11,
12,10,11,12, 7,10,10,11,12,12,12,12,12, 7,10,10,
11,12,12,12,12,12, 6,10,10,10,12,12,11,12,12, 7,
10,10,12,12,12,12,11,12, 7,10,10,11,12,12,12,12,
12,
};
static const static_codebook _44c7_s_p5_0 = {
4, 81,
(char *)_vq_lengthlist__44c7_s_p5_0,
1, -529137664, 1618345984, 2, 0,
(long *)_vq_quantlist__44c7_s_p5_0,
0
};
static const long _vq_quantlist__44c7_s_p5_1[] = {
5,
4,
6,
3,
7,
2,
8,
1,
9,
0,
10,
};
static const char _vq_lengthlist__44c7_s_p5_1[] = {
3, 5, 5, 6, 6, 7, 7, 8, 8, 8, 8,11, 4, 4, 6, 6,
7, 7, 8, 8, 9, 9,11, 4, 4, 6, 6, 7, 7, 8, 8, 9,
9,12, 5, 5, 6, 6, 7, 7, 9, 9, 9, 9,12,12,12, 6,
6, 7, 7, 9, 9, 9, 9,11,11,11, 7, 7, 7, 7, 8, 8,
9, 9,11,11,11, 7, 7, 7, 7, 8, 8, 9, 9,11,11,11,
7, 7, 8, 8, 8, 8, 9, 9,11,11,11,11,11, 8, 8, 8,
8, 8, 9,11,11,11,11,11, 8, 8, 8, 8, 8, 8,11,11,
11,11,11, 7, 7, 8, 8, 8, 8,
};
static const static_codebook _44c7_s_p5_1 = {
2, 121,
(char *)_vq_lengthlist__44c7_s_p5_1,
1, -531365888, 1611661312, 4, 0,
(long *)_vq_quantlist__44c7_s_p5_1,
0
};
static const long _vq_quantlist__44c7_s_p6_0[] = {
6,
5,
7,
4,
8,
3,
9,
2,
10,
1,
11,
0,
12,
};
static const char _vq_lengthlist__44c7_s_p6_0[] = {
1, 4, 4, 6, 6, 7, 7, 8, 7, 9, 8,10,10, 6, 5, 5,
7, 7, 8, 8, 9, 9, 9,10,11,11, 7, 5, 5, 7, 7, 8,
8, 9, 9,10,10,11,11, 0, 7, 7, 7, 7, 9, 8, 9, 9,
10,10,11,11, 0, 8, 8, 7, 7, 8, 9, 9, 9,10,10,11,
11, 0,11,11, 9, 9,10,10,11,10,11,11,12,12, 0,12,
12, 9, 9,10,10,11,11,11,11,12,12, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0,
};
static const static_codebook _44c7_s_p6_0 = {
2, 169,
(char *)_vq_lengthlist__44c7_s_p6_0,
1, -526516224, 1616117760, 4, 0,
(long *)_vq_quantlist__44c7_s_p6_0,
0
};
static const long _vq_quantlist__44c7_s_p6_1[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44c7_s_p6_1[] = {
3, 4, 4, 5, 5, 5, 4, 4, 5, 5, 5, 4, 4, 5, 5, 6,
5, 5, 5, 5, 6, 6, 6, 5, 5,
};
static const static_codebook _44c7_s_p6_1 = {
2, 25,
(char *)_vq_lengthlist__44c7_s_p6_1,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44c7_s_p6_1,
0
};
static const long _vq_quantlist__44c7_s_p7_0[] = {
6,
5,
7,
4,
8,
3,
9,
2,
10,
1,
11,
0,
12,
};
static const char _vq_lengthlist__44c7_s_p7_0[] = {
1, 4, 4, 6, 6, 7, 8, 9, 9,10,10,12,11, 6, 5, 5,
7, 7, 8, 8, 9,10,11,11,12,12, 7, 5, 5, 7, 7, 8,
8,10,10,11,11,12,12,20, 7, 7, 7, 7, 8, 9,10,10,
11,11,12,13,20, 7, 7, 7, 7, 9, 9,10,10,11,12,13,
13,20,11,11, 8, 8, 9, 9,11,11,12,12,13,13,20,11,
11, 8, 8, 9, 9,11,11,12,12,13,13,20,20,20,10,10,
10,10,12,12,13,13,13,13,20,20,20,10,10,10,10,12,
12,13,13,13,14,20,20,20,14,14,11,11,12,12,13,13,
14,14,20,20,20,14,14,11,11,12,12,13,13,14,14,20,
20,20,20,19,13,13,13,13,14,14,15,14,19,19,19,19,
19,13,13,13,13,14,14,15,15,
};
static const static_codebook _44c7_s_p7_0 = {
2, 169,
(char *)_vq_lengthlist__44c7_s_p7_0,
1, -523206656, 1618345984, 4, 0,
(long *)_vq_quantlist__44c7_s_p7_0,
0
};
static const long _vq_quantlist__44c7_s_p7_1[] = {
5,
4,
6,
3,
7,
2,
8,
1,
9,
0,
10,
};
static const char _vq_lengthlist__44c7_s_p7_1[] = {
4, 5, 5, 6, 6, 7, 7, 7, 7, 7, 7, 8, 6, 6, 7, 7,
7, 7, 7, 7, 7, 7, 8, 6, 6, 6, 7, 7, 7, 7, 7, 7,
7, 8, 6, 6, 7, 7, 7, 7, 7, 7, 7, 7, 8, 8, 8, 7,
7, 7, 7, 7, 7, 7, 7, 8, 8, 8, 7, 7, 7, 7, 7, 7,
7, 7, 8, 8, 8, 7, 7, 7, 7, 7, 7, 7, 7, 8, 8, 8,
7, 7, 7, 7, 7, 7, 7, 7, 8, 8, 8, 8, 8, 7, 7, 7,
7, 7, 7, 8, 8, 8, 8, 8, 7, 7, 7, 7, 7, 7, 8, 8,
8, 8, 8, 7, 7, 7, 7, 7, 7,
};
static const static_codebook _44c7_s_p7_1 = {
2, 121,
(char *)_vq_lengthlist__44c7_s_p7_1,
1, -531365888, 1611661312, 4, 0,
(long *)_vq_quantlist__44c7_s_p7_1,
0
};
static const long _vq_quantlist__44c7_s_p8_0[] = {
7,
6,
8,
5,
9,
4,
10,
3,
11,
2,
12,
1,
13,
0,
14,
};
static const char _vq_lengthlist__44c7_s_p8_0[] = {
1, 4, 4, 7, 7, 8, 8, 8, 7, 9, 8, 9, 9,10,10, 6,
5, 5, 7, 7, 9, 9, 8, 8,10, 9,11,10,12,11, 6, 5,
5, 8, 7, 9, 9, 8, 8,10,10,11,11,12,11,19, 8, 8,
8, 8,10,10, 9, 9,10,10,11,11,12,11,19, 8, 8, 8,
8,10,10, 9, 9,10,10,11,11,12,12,19,12,12, 9, 9,
10,10, 9,10,10,10,11,11,12,12,19,12,12, 9, 9,10,
10,10,10,10,10,12,12,12,12,19,19,19, 9, 9, 9, 9,
11,10,11,11,12,11,13,13,19,19,19, 9, 9, 9, 9,11,
10,11,11,11,12,13,13,19,19,19,13,13,10,10,11,11,
12,12,12,12,13,12,19,19,19,14,13,10,10,11,11,12,
12,12,13,13,13,19,19,19,19,19,12,12,12,11,12,13,
14,13,13,13,19,19,19,19,19,12,12,12,11,12,12,13,
14,13,14,19,19,19,19,19,16,16,12,13,12,13,13,14,
15,14,19,18,18,18,18,16,15,12,11,12,11,14,12,14,
14,
};
static const static_codebook _44c7_s_p8_0 = {
2, 225,
(char *)_vq_lengthlist__44c7_s_p8_0,
1, -520986624, 1620377600, 4, 0,
(long *)_vq_quantlist__44c7_s_p8_0,
0
};
static const long _vq_quantlist__44c7_s_p8_1[] = {
10,
9,
11,
8,
12,
7,
13,
6,
14,
5,
15,
4,
16,
3,
17,
2,
18,
1,
19,
0,
20,
};
static const char _vq_lengthlist__44c7_s_p8_1[] = {
3, 5, 5, 7, 6, 7, 7, 8, 8, 8, 8, 8, 8, 8, 8, 8,
8, 8, 8, 8, 8,10, 6, 6, 7, 7, 8, 8, 8, 8, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9,10, 6, 6, 7, 7, 8,
8, 8, 8, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,10,
7, 7, 8, 8, 8, 8, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9,10,10,10, 8, 8, 8, 8, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9,10,10,10, 8, 8, 8, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,10,10,
10, 8, 8, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9,10,10,10, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9,10,11,10,10,10, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9,10, 9, 9,10, 9, 9,10,11,10,
11,10, 9, 9, 9, 9, 9, 9, 9,10,10,10, 9,10, 9, 9,
9, 9,11,10,11,10,10, 9, 9, 9, 9, 9, 9,10, 9, 9,
10, 9, 9,10, 9, 9,10,11,10,10,11,10, 9, 9, 9, 9,
9,10,10, 9,10,10,10,10, 9,10,10,10,10,10,10,11,
11,11,10, 9, 9, 9,10,10,10,10,10,10,10,10,10,10,
10,10,10,11,11,10,10,10,10,10,10,10,10,10,10,10,
10, 9,10,10, 9,10,11,11,10,11,10,11,10, 9,10,10,
9,10,10,10,10,10,10,10,10,10,10,11,11,11,11,10,
11,11,10,10,10,10,10,10, 9,10, 9,10,10, 9,10, 9,
10,10,10,11,10,11,10,11,11,10,10,10,10,10,10, 9,
10,10,10,10,10,10,10,11,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,11,10,11,
11,10,10,10,10, 9, 9,10,10, 9, 9,10, 9,10,10,10,
10,11,11,10,10,10,10,10,10,10, 9, 9,10,10,10, 9,
9,10,10,10,10,10,11,10,11,10,10,10,10,10,10, 9,
10,10,10,10,10,10,10,10,10,
};
static const static_codebook _44c7_s_p8_1 = {
2, 441,
(char *)_vq_lengthlist__44c7_s_p8_1,
1, -529268736, 1611661312, 5, 0,
(long *)_vq_quantlist__44c7_s_p8_1,
0
};
static const long _vq_quantlist__44c7_s_p9_0[] = {
6,
5,
7,
4,
8,
3,
9,
2,
10,
1,
11,
0,
12,
};
static const char _vq_lengthlist__44c7_s_p9_0[] = {
1, 3, 3,11,11,11,11,11,11,11,11,11,11, 4, 6, 6,
11,11,11,11,11,11,11,11,11,11, 4, 7, 7,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,
};
static const static_codebook _44c7_s_p9_0 = {
2, 169,
(char *)_vq_lengthlist__44c7_s_p9_0,
1, -511845376, 1630791680, 4, 0,
(long *)_vq_quantlist__44c7_s_p9_0,
0
};
static const long _vq_quantlist__44c7_s_p9_1[] = {
6,
5,
7,
4,
8,
3,
9,
2,
10,
1,
11,
0,
12,
};
static const char _vq_lengthlist__44c7_s_p9_1[] = {
1, 4, 4, 7, 7, 7, 7, 7, 6, 8, 8, 8, 8, 6, 6, 6,
8, 8, 9, 8, 8, 7, 9, 8,11,10, 5, 6, 6, 8, 8, 9,
8, 8, 8,10, 9,11,11,16, 8, 8, 9, 8, 9, 9, 9, 8,
10, 9,11,10,16, 8, 8, 9, 9,10,10, 9, 9,10,10,11,
11,16,13,13, 9, 9,10,10, 9,10,11,11,12,11,16,13,
13, 9, 8,10, 9,10,10,10,10,11,11,16,14,16, 8, 9,
9, 9,11,10,11,11,12,11,16,16,16, 9, 7,10, 7,11,
10,11,11,12,11,16,16,16,12,12, 9,10,11,11,12,11,
12,12,16,16,16,12,10,10, 7,11, 8,12,11,12,12,16,
16,15,16,16,11,12,10,10,12,11,12,12,16,16,16,15,
15,11,11,10,10,12,12,12,12,
};
static const static_codebook _44c7_s_p9_1 = {
2, 169,
(char *)_vq_lengthlist__44c7_s_p9_1,
1, -518889472, 1622704128, 4, 0,
(long *)_vq_quantlist__44c7_s_p9_1,
0
};
static const long _vq_quantlist__44c7_s_p9_2[] = {
24,
23,
25,
22,
26,
21,
27,
20,
28,
19,
29,
18,
30,
17,
31,
16,
32,
15,
33,
14,
34,
13,
35,
12,
36,
11,
37,
10,
38,
9,
39,
8,
40,
7,
41,
6,
42,
5,
43,
4,
44,
3,
45,
2,
46,
1,
47,
0,
48,
};
static const char _vq_lengthlist__44c7_s_p9_2[] = {
2, 4, 3, 4, 5, 5, 5, 6, 6, 6, 6, 6, 6, 6, 6, 6,
6, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7,
7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7,
7,
};
static const static_codebook _44c7_s_p9_2 = {
1, 49,
(char *)_vq_lengthlist__44c7_s_p9_2,
1, -526909440, 1611661312, 6, 0,
(long *)_vq_quantlist__44c7_s_p9_2,
0
};
static const char _huff_lengthlist__44c7_s_short[] = {
4,11,12,14,15,15,17,17,18,18, 5, 6, 6, 8, 9,10,
13,17,18,19, 7, 5, 4, 6, 8, 9,11,15,19,19, 8, 6,
5, 5, 6, 7,11,14,16,17, 9, 7, 7, 6, 7, 7,10,13,
15,19,10, 8, 7, 6, 7, 6, 7, 9,14,16,12,10, 9, 7,
7, 6, 4, 5,10,15,14,13,11, 7, 6, 6, 4, 2, 7,13,
16,16,15, 9, 8, 8, 8, 6, 9,13,19,19,17,12,11,10,
10, 9,11,14,
};
static const static_codebook _huff_book__44c7_s_short = {
2, 100,
(char *)_huff_lengthlist__44c7_s_short,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist__44c8_s_long[] = {
3, 8,12,13,14,14,14,13,14,14, 6, 4, 5, 8,10,10,
11,11,14,13, 9, 5, 4, 5, 7, 8, 9,10,13,13,12, 7,
5, 4, 5, 6, 8, 9,12,13,13, 9, 6, 5, 5, 5, 7, 9,
11,14,12,10, 7, 6, 5, 4, 6, 7,10,11,12,11, 9, 8,
7, 5, 5, 6,10,10,13,12,10, 9, 8, 6, 6, 5, 8,10,
14,13,12,12,11,10, 9, 7, 8,10,12,13,14,14,13,12,
11, 9, 9,10,
};
static const static_codebook _huff_book__44c8_s_long = {
2, 100,
(char *)_huff_lengthlist__44c8_s_long,
0, 0, 0, 0, 0,
NULL,
0
};
static const long _vq_quantlist__44c8_s_p1_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44c8_s_p1_0[] = {
1, 5, 5, 0, 5, 5, 0, 5, 5, 5, 7, 7, 0, 9, 8, 0,
9, 8, 6, 7, 7, 0, 8, 9, 0, 8, 9, 0, 0, 0, 0, 0,
0, 0, 0, 0, 5, 9, 8, 0, 8, 8, 0, 8, 8, 5, 8, 9,
0, 8, 8, 0, 8, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5,
9, 8, 0, 8, 8, 0, 8, 8, 5, 8, 9, 0, 8, 8, 0, 8,
8,
};
static const static_codebook _44c8_s_p1_0 = {
4, 81,
(char *)_vq_lengthlist__44c8_s_p1_0,
1, -535822336, 1611661312, 2, 0,
(long *)_vq_quantlist__44c8_s_p1_0,
0
};
static const long _vq_quantlist__44c8_s_p2_0[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44c8_s_p2_0[] = {
3, 5, 5, 8, 8, 0, 5, 5, 8, 8, 0, 5, 5, 8, 8, 0,
7, 7, 9, 9, 0, 0, 0, 9, 9, 5, 7, 7, 9, 9, 0, 8,
7,10, 9, 0, 8, 7,10, 9, 0,10,10,11,11, 0, 0, 0,
11,11, 5, 7, 7, 9, 9, 0, 7, 8, 9,10, 0, 7, 8, 9,
10, 0,10,10,11,11, 0, 0, 0,11,11, 8, 9, 9,11,10,
0,11,10,12,11, 0,11,10,12,12, 0,13,13,14,14, 0,
0, 0,14,13, 8, 9, 9,10,11, 0,10,11,12,12, 0,10,
11,12,12, 0,13,13,14,14, 0, 0, 0,13,14, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 5, 8, 7,11,10, 0, 7, 7,10,10,
0, 7, 7,10,10, 0, 9, 9,10,10, 0, 0, 0,11,10, 5,
7, 8,10,11, 0, 7, 7,10,10, 0, 7, 7,10,10, 0, 9,
9,10,10, 0, 0, 0,10,10, 8,10, 9,12,12, 0,10,10,
12,11, 0,10,10,12,12, 0,12,12,13,12, 0, 0, 0,13,
12, 8, 9,10,12,12, 0,10,10,11,12, 0,10,10,11,12,
0,12,12,13,13, 0, 0, 0,12,13, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 6, 8, 7,11,10, 0, 7, 7,10,10, 0, 7, 7,
10,10, 0, 9, 9,10,11, 0, 0, 0,10,10, 6, 7, 8,10,
11, 0, 7, 7,10,10, 0, 7, 7,10,10, 0, 9, 9,10,10,
0, 0, 0,10,10, 9,10, 9,12,12, 0,10,10,12,12, 0,
10,10,12,11, 0,12,12,13,13, 0, 0, 0,13,12, 8, 9,
10,12,12, 0,10,10,12,12, 0,10,10,11,12, 0,12,12,
13,13, 0, 0, 0,12,13, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
7,10,10,13,13, 0, 9, 9,12,12, 0, 9, 9,12,12, 0,
10,10,12,12, 0, 0, 0,12,12, 7,10,10,13,13, 0, 9,
9,12,12, 0, 9, 9,12,12, 0,10,10,12,12, 0, 0, 0,
12,12, 9,11,11,14,13, 0,10,10,13,12, 0,11,10,13,
12, 0,12,12,13,12, 0, 0, 0,13,13, 9,11,11,13,14,
0,10,11,12,13, 0,10,11,13,13, 0,12,12,12,13, 0,
0, 0,13,13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9,
11,11,14,14, 0,10,11,13,13, 0,11,10,13,13, 0,11,
12,13,13, 0, 0, 0,13,12, 9,11,11,14,14, 0,11,10,
13,13, 0,10,11,13,13, 0,12,12,13,13, 0, 0, 0,12,
13,
};
static const static_codebook _44c8_s_p2_0 = {
4, 625,
(char *)_vq_lengthlist__44c8_s_p2_0,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44c8_s_p2_0,
0
};
static const long _vq_quantlist__44c8_s_p3_0[] = {
4,
3,
5,
2,
6,
1,
7,
0,
8,
};
static const char _vq_lengthlist__44c8_s_p3_0[] = {
2, 4, 4, 5, 5, 7, 7, 9, 9, 0, 4, 4, 6, 6, 7, 7,
9, 9, 0, 4, 4, 6, 6, 7, 7, 9, 9, 0, 5, 5, 6, 6,
8, 8,10,10, 0, 0, 0, 6, 6, 8, 8,10,10, 0, 0, 0,
7, 7, 9, 9,10,10, 0, 0, 0, 7, 7, 8, 8,10,10, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0,
};
static const static_codebook _44c8_s_p3_0 = {
2, 81,
(char *)_vq_lengthlist__44c8_s_p3_0,
1, -531628032, 1611661312, 4, 0,
(long *)_vq_quantlist__44c8_s_p3_0,
0
};
static const long _vq_quantlist__44c8_s_p4_0[] = {
8,
7,
9,
6,
10,
5,
11,
4,
12,
3,
13,
2,
14,
1,
15,
0,
16,
};
static const char _vq_lengthlist__44c8_s_p4_0[] = {
3, 4, 4, 5, 5, 7, 7, 8, 8, 8, 8, 9, 9,10,10,11,
11, 0, 4, 4, 6, 6, 7, 7, 8, 8, 9, 8,10,10,11,11,
11,11, 0, 4, 4, 6, 6, 7, 7, 8, 8, 9, 9,10,10,11,
11,11,11, 0, 6, 5, 6, 6, 7, 7, 9, 9, 9, 9,10,10,
11,11,12,12, 0, 0, 0, 6, 6, 7, 7, 9, 9, 9, 9,10,
10,11,11,12,12, 0, 0, 0, 7, 7, 8, 8, 9, 9,10,10,
11,11,11,12,12,12, 0, 0, 0, 7, 7, 8, 8, 9, 9,10,
10,11,11,11,12,12,12, 0, 0, 0, 7, 7, 8, 8, 9, 9,
10,10,11,11,12,12,13,13, 0, 0, 0, 0, 0, 8, 8, 9,
9,10,10,11,11,12,12,13,13, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0,
};
static const static_codebook _44c8_s_p4_0 = {
2, 289,
(char *)_vq_lengthlist__44c8_s_p4_0,
1, -529530880, 1611661312, 5, 0,
(long *)_vq_quantlist__44c8_s_p4_0,
0
};
static const long _vq_quantlist__44c8_s_p5_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44c8_s_p5_0[] = {
1, 4, 4, 5, 7, 7, 6, 7, 7, 4, 7, 6,10,10,10,10,
10,10, 4, 6, 6,10,10,10,10, 9,10, 5,10,10, 9,11,
11,10,11,11, 7,10,10,11,12,12,12,12,12, 7,10,10,
11,12,12,12,12,12, 6,10,10,10,12,12,10,12,12, 7,
10,10,11,12,12,12,12,12, 7,10,10,11,12,12,12,12,
12,
};
static const static_codebook _44c8_s_p5_0 = {
4, 81,
(char *)_vq_lengthlist__44c8_s_p5_0,
1, -529137664, 1618345984, 2, 0,
(long *)_vq_quantlist__44c8_s_p5_0,
0
};
static const long _vq_quantlist__44c8_s_p5_1[] = {
5,
4,
6,
3,
7,
2,
8,
1,
9,
0,
10,
};
static const char _vq_lengthlist__44c8_s_p5_1[] = {
3, 5, 5, 6, 6, 7, 7, 8, 8, 8, 8,11, 4, 5, 6, 6,
7, 7, 8, 8, 8, 8,11, 5, 5, 6, 6, 7, 7, 8, 8, 8,
9,12, 5, 5, 6, 6, 7, 7, 8, 8, 9, 9,12,12,12, 6,
6, 7, 7, 8, 8, 9, 9,11,11,11, 6, 6, 7, 7, 8, 8,
8, 8,11,11,11, 6, 6, 7, 7, 8, 8, 8, 8,11,11,11,
7, 7, 7, 8, 8, 8, 8, 8,11,11,11,11,11, 7, 7, 8,
8, 8, 8,11,11,11,11,11, 7, 7, 7, 7, 8, 8,11,11,
11,11,11, 7, 7, 7, 7, 8, 8,
};
static const static_codebook _44c8_s_p5_1 = {
2, 121,
(char *)_vq_lengthlist__44c8_s_p5_1,
1, -531365888, 1611661312, 4, 0,
(long *)_vq_quantlist__44c8_s_p5_1,
0
};
static const long _vq_quantlist__44c8_s_p6_0[] = {
6,
5,
7,
4,
8,
3,
9,
2,
10,
1,
11,
0,
12,
};
static const char _vq_lengthlist__44c8_s_p6_0[] = {
1, 4, 4, 6, 6, 7, 7, 8, 8, 9, 9,10,10, 6, 5, 5,
7, 7, 8, 8, 9, 9,10,10,11,11, 6, 5, 5, 7, 7, 8,
8, 9, 9,10,10,11,11, 0, 7, 7, 7, 7, 9, 9,10,10,
10,10,11,11, 0, 7, 7, 7, 7, 9, 9,10,10,10,10,11,
11, 0,11,11, 9, 9,10,10,11,11,11,11,12,12, 0,12,
12, 9, 9,10,10,11,11,12,12,12,12, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0,
};
static const static_codebook _44c8_s_p6_0 = {
2, 169,
(char *)_vq_lengthlist__44c8_s_p6_0,
1, -526516224, 1616117760, 4, 0,
(long *)_vq_quantlist__44c8_s_p6_0,
0
};
static const long _vq_quantlist__44c8_s_p6_1[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44c8_s_p6_1[] = {
3, 4, 4, 5, 5, 5, 4, 4, 5, 5, 5, 4, 4, 5, 5, 6,
5, 5, 5, 5, 6, 6, 6, 5, 5,
};
static const static_codebook _44c8_s_p6_1 = {
2, 25,
(char *)_vq_lengthlist__44c8_s_p6_1,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44c8_s_p6_1,
0
};
static const long _vq_quantlist__44c8_s_p7_0[] = {
6,
5,
7,
4,
8,
3,
9,
2,
10,
1,
11,
0,
12,
};
static const char _vq_lengthlist__44c8_s_p7_0[] = {
1, 4, 4, 6, 6, 8, 7, 9, 9,10,10,12,12, 6, 5, 5,
7, 7, 8, 8,10,10,11,11,12,12, 7, 5, 5, 7, 7, 8,
8,10,10,11,11,12,12,21, 7, 7, 7, 7, 8, 9,10,10,
11,11,12,12,21, 7, 7, 7, 7, 9, 9,10,10,12,12,13,
13,21,11,11, 8, 8, 9, 9,11,11,12,12,13,13,21,11,
11, 8, 8, 9, 9,11,11,12,12,13,13,21,21,21,10,10,
10,10,11,11,12,13,13,13,21,21,21,10,10,10,10,11,
11,13,13,14,13,21,21,21,13,13,11,11,12,12,13,13,
14,14,21,21,21,14,14,11,11,12,12,13,13,14,14,21,
21,21,21,20,13,13,13,12,14,14,16,15,20,20,20,20,
20,13,13,13,13,14,13,15,15,
};
static const static_codebook _44c8_s_p7_0 = {
2, 169,
(char *)_vq_lengthlist__44c8_s_p7_0,
1, -523206656, 1618345984, 4, 0,
(long *)_vq_quantlist__44c8_s_p7_0,
0
};
static const long _vq_quantlist__44c8_s_p7_1[] = {
5,
4,
6,
3,
7,
2,
8,
1,
9,
0,
10,
};
static const char _vq_lengthlist__44c8_s_p7_1[] = {
4, 5, 6, 6, 6, 7, 7, 7, 7, 7, 7, 8, 6, 6, 6, 7,
7, 7, 7, 7, 7, 7, 8, 6, 6, 6, 6, 7, 7, 7, 7, 7,
7, 8, 6, 6, 7, 7, 7, 7, 7, 7, 7, 7, 8, 8, 8, 7,
7, 7, 7, 7, 7, 7, 7, 8, 8, 8, 7, 7, 7, 7, 7, 7,
7, 7, 8, 8, 8, 7, 7, 7, 7, 7, 7, 7, 7, 8, 8, 8,
7, 7, 7, 7, 7, 7, 7, 7, 8, 8, 8, 8, 8, 7, 7, 7,
7, 7, 7, 8, 8, 8, 8, 8, 7, 7, 7, 7, 7, 7, 8, 8,
8, 8, 8, 7, 7, 7, 7, 7, 7,
};
static const static_codebook _44c8_s_p7_1 = {
2, 121,
(char *)_vq_lengthlist__44c8_s_p7_1,
1, -531365888, 1611661312, 4, 0,
(long *)_vq_quantlist__44c8_s_p7_1,
0
};
static const long _vq_quantlist__44c8_s_p8_0[] = {
7,
6,
8,
5,
9,
4,
10,
3,
11,
2,
12,
1,
13,
0,
14,
};
static const char _vq_lengthlist__44c8_s_p8_0[] = {
1, 4, 4, 7, 6, 8, 8, 8, 7, 9, 8,10,10,11,10, 6,
5, 5, 7, 7, 9, 9, 8, 8,10,10,11,11,12,11, 6, 5,
5, 7, 7, 9, 9, 9, 9,10,10,11,11,12,12,20, 8, 8,
8, 8, 9, 9, 9, 9,10,10,11,11,12,12,20, 8, 8, 8,
8,10, 9, 9, 9,10,10,11,11,12,12,20,12,12, 9, 9,
10,10,10,10,10,11,12,12,12,12,20,12,12, 9, 9,10,
10,10,10,11,11,12,12,13,13,20,20,20, 9, 9, 9, 9,
11,10,11,11,12,12,12,13,20,19,19, 9, 9, 9, 9,11,
11,11,12,12,12,13,13,19,19,19,13,13,10,10,11,11,
12,12,13,13,13,13,19,19,19,14,13,11,10,11,11,12,
12,12,13,13,13,19,19,19,19,19,12,12,12,12,13,13,
13,13,14,13,19,19,19,19,19,12,12,12,11,12,12,13,
14,14,14,19,19,19,19,19,16,15,13,12,13,13,13,14,
14,14,19,19,19,19,19,17,17,13,12,13,11,14,13,15,
15,
};
static const static_codebook _44c8_s_p8_0 = {
2, 225,
(char *)_vq_lengthlist__44c8_s_p8_0,
1, -520986624, 1620377600, 4, 0,
(long *)_vq_quantlist__44c8_s_p8_0,
0
};
static const long _vq_quantlist__44c8_s_p8_1[] = {
10,
9,
11,
8,
12,
7,
13,
6,
14,
5,
15,
4,
16,
3,
17,
2,
18,
1,
19,
0,
20,
};
static const char _vq_lengthlist__44c8_s_p8_1[] = {
4, 5, 5, 7, 7, 7, 7, 8, 8, 8, 8, 8, 8, 8, 8, 8,
8, 8, 8, 8, 8,10, 6, 6, 7, 7, 8, 8, 8, 8, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9,10, 6, 6, 7, 7, 8,
8, 8, 8, 8, 8, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,10,
7, 7, 8, 8, 8, 8, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9,10,10,10, 8, 8, 8, 8, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9,10,10,10, 8, 8, 8, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,10,10,
10, 8, 8, 8, 8, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9,10,10,10, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9,10,10,10,10,10, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,10,10,10,
10,10, 9, 9, 9, 9, 9, 9, 9, 9,10, 9, 9, 9, 9, 9,
9, 9,10,10,10,10,10, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9,10,10,10,10,10, 9, 9, 9, 9,
9, 9, 9, 9,10,10,10, 9, 9, 9, 9, 9,10,10,10,10,
10,10,10, 9, 9, 9, 9, 9,10,10,10, 9, 9, 9, 9, 9,
9,10,10,10,10,10,10,10, 9,10,10, 9,10,10,10,10,
9,10, 9,10,10, 9,10,10,10,10,10,10,10, 9,10,10,
10,10,10,10, 9, 9,10,10, 9,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10, 9, 9, 9,10, 9, 9, 9, 9,
10,10,10,10,10,10,10,10,10,10,10,10,10,10, 9, 9,
10, 9,10, 9,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10, 9, 9,10, 9, 9, 9,10,10,10,10,10,10,
10,10,10,10,10, 9, 9, 9, 9, 9, 9,10, 9, 9,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10, 9,10, 9,
9,10, 9, 9,10,10,10,10,10,10,10,10,10,10,10,10,
10, 9, 9,10,10, 9,10, 9, 9,
};
static const static_codebook _44c8_s_p8_1 = {
2, 441,
(char *)_vq_lengthlist__44c8_s_p8_1,
1, -529268736, 1611661312, 5, 0,
(long *)_vq_quantlist__44c8_s_p8_1,
0
};
static const long _vq_quantlist__44c8_s_p9_0[] = {
8,
7,
9,
6,
10,
5,
11,
4,
12,
3,
13,
2,
14,
1,
15,
0,
16,
};
static const char _vq_lengthlist__44c8_s_p9_0[] = {
1, 4, 3,11,11,11,11,11,11,11,11,11,11,11,11,11,
11, 4, 7, 7,11,11,11,11,11,11,11,11,11,11,11,11,
11,11, 4, 8,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,
};
static const static_codebook _44c8_s_p9_0 = {
2, 289,
(char *)_vq_lengthlist__44c8_s_p9_0,
1, -509798400, 1631393792, 5, 0,
(long *)_vq_quantlist__44c8_s_p9_0,
0
};
static const long _vq_quantlist__44c8_s_p9_1[] = {
9,
8,
10,
7,
11,
6,
12,
5,
13,
4,
14,
3,
15,
2,
16,
1,
17,
0,
18,
};
static const char _vq_lengthlist__44c8_s_p9_1[] = {
1, 4, 4, 7, 6, 7, 7, 7, 7, 8, 8, 9, 9,10,10,10,
10,11,11, 6, 6, 6, 8, 8, 9, 8, 8, 7,10, 8,11,10,
12,11,12,12,13,13, 5, 5, 6, 8, 8, 9, 9, 8, 8,10,
9,11,11,12,12,13,13,13,13,17, 8, 8, 9, 9, 9, 9,
9, 9,10, 9,12,10,12,12,13,12,13,13,17, 9, 8, 9,
9, 9, 9, 9, 9,10,10,12,12,12,12,13,13,13,13,17,
13,13, 9, 9,10,10,10,10,11,11,12,11,13,12,13,13,
14,15,17,13,13, 9, 8,10, 9,10,10,11,11,12,12,14,
13,15,13,14,15,17,17,17, 9,10, 9,10,11,11,12,12,
12,12,13,13,14,14,15,15,17,17,17, 9, 8, 9, 8,11,
11,12,12,12,12,14,13,14,14,14,15,17,17,17,12,14,
9,10,11,11,12,12,14,13,13,14,15,13,15,15,17,17,
17,13,11,10, 8,11, 9,13,12,13,13,13,13,13,14,14,
14,17,17,17,17,17,11,12,11,11,13,13,14,13,15,14,
13,15,16,15,17,17,17,17,17,11,11,12, 8,13,12,14,
13,17,14,15,14,15,14,17,17,17,17,17,15,15,12,12,
12,12,13,14,14,14,15,14,17,14,17,17,17,17,17,16,
17,12,12,13,12,13,13,14,14,14,14,14,14,17,17,17,
17,17,17,17,14,14,13,12,13,13,15,15,14,13,15,17,
17,17,17,17,17,17,17,13,14,13,13,13,13,14,15,15,
15,14,15,17,17,17,17,17,17,17,16,15,13,14,13,13,
14,14,15,14,14,16,17,17,17,17,17,17,17,16,16,13,
14,13,13,14,14,15,14,15,14,
};
static const static_codebook _44c8_s_p9_1 = {
2, 361,
(char *)_vq_lengthlist__44c8_s_p9_1,
1, -518287360, 1622704128, 5, 0,
(long *)_vq_quantlist__44c8_s_p9_1,
0
};
static const long _vq_quantlist__44c8_s_p9_2[] = {
24,
23,
25,
22,
26,
21,
27,
20,
28,
19,
29,
18,
30,
17,
31,
16,
32,
15,
33,
14,
34,
13,
35,
12,
36,
11,
37,
10,
38,
9,
39,
8,
40,
7,
41,
6,
42,
5,
43,
4,
44,
3,
45,
2,
46,
1,
47,
0,
48,
};
static const char _vq_lengthlist__44c8_s_p9_2[] = {
2, 4, 4, 4, 5, 5, 5, 5, 6, 6, 6, 6, 6, 6, 6, 6,
6, 6, 6, 6, 6, 6, 6, 7, 7, 7, 7, 7, 7, 7, 7, 7,
7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7,
7,
};
static const static_codebook _44c8_s_p9_2 = {
1, 49,
(char *)_vq_lengthlist__44c8_s_p9_2,
1, -526909440, 1611661312, 6, 0,
(long *)_vq_quantlist__44c8_s_p9_2,
0
};
static const char _huff_lengthlist__44c8_s_short[] = {
4,11,13,14,15,15,18,17,19,17, 5, 6, 8, 9,10,10,
12,15,19,19, 6, 6, 6, 6, 8, 8,11,14,18,19, 8, 6,
5, 4, 6, 7,10,13,16,17, 9, 7, 6, 5, 6, 7, 9,12,
15,19,10, 8, 7, 6, 6, 6, 7, 9,13,15,12,10, 9, 8,
7, 6, 4, 5,10,15,13,13,11, 8, 6, 6, 4, 2, 7,12,
17,15,16,10, 8, 8, 7, 6, 9,12,19,18,17,13,11,10,
10, 9,11,14,
};
static const static_codebook _huff_book__44c8_s_short = {
2, 100,
(char *)_huff_lengthlist__44c8_s_short,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist__44c9_s_long[] = {
3, 8,12,14,15,15,15,13,15,15, 6, 5, 8,10,12,12,
13,12,14,13,10, 6, 5, 6, 8, 9,11,11,13,13,13, 8,
5, 4, 5, 6, 8,10,11,13,14,10, 7, 5, 4, 5, 7, 9,
11,12,13,11, 8, 6, 5, 4, 5, 7, 9,11,12,11,10, 8,
7, 5, 4, 5, 9,10,13,13,11,10, 8, 6, 5, 4, 7, 9,
15,14,13,12,10, 9, 8, 7, 8, 9,12,12,14,13,12,11,
10, 9, 8, 9,
};
static const static_codebook _huff_book__44c9_s_long = {
2, 100,
(char *)_huff_lengthlist__44c9_s_long,
0, 0, 0, 0, 0,
NULL,
0
};
static const long _vq_quantlist__44c9_s_p1_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44c9_s_p1_0[] = {
1, 5, 5, 0, 5, 5, 0, 5, 5, 6, 8, 8, 0, 9, 8, 0,
9, 8, 6, 8, 8, 0, 8, 9, 0, 8, 9, 0, 0, 0, 0, 0,
0, 0, 0, 0, 5, 8, 8, 0, 7, 7, 0, 8, 8, 5, 8, 8,
0, 7, 8, 0, 8, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5,
9, 8, 0, 8, 8, 0, 7, 7, 5, 8, 9, 0, 8, 8, 0, 7,
7,
};
static const static_codebook _44c9_s_p1_0 = {
4, 81,
(char *)_vq_lengthlist__44c9_s_p1_0,
1, -535822336, 1611661312, 2, 0,
(long *)_vq_quantlist__44c9_s_p1_0,
0
};
static const long _vq_quantlist__44c9_s_p2_0[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44c9_s_p2_0[] = {
3, 5, 5, 8, 8, 0, 5, 5, 8, 8, 0, 5, 5, 8, 8, 0,
7, 7, 9, 9, 0, 0, 0, 9, 9, 6, 7, 7, 9, 8, 0, 8,
8, 9, 9, 0, 8, 7, 9, 9, 0, 9,10,10,10, 0, 0, 0,
11,10, 6, 7, 7, 8, 9, 0, 8, 8, 9, 9, 0, 7, 8, 9,
9, 0,10, 9,11,10, 0, 0, 0,10,10, 8, 9, 8,10,10,
0,10,10,12,11, 0,10,10,11,11, 0,12,13,13,13, 0,
0, 0,13,12, 8, 8, 9,10,10, 0,10,10,11,12, 0,10,
10,11,11, 0,13,12,13,13, 0, 0, 0,13,13, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 6, 8, 7,10,10, 0, 7, 7,10, 9,
0, 7, 7,10,10, 0, 9, 9,10,10, 0, 0, 0,10,10, 6,
7, 8,10,10, 0, 7, 7, 9,10, 0, 7, 7,10,10, 0, 9,
9,10,10, 0, 0, 0,10,10, 8, 9, 9,11,11, 0,10,10,
11,11, 0,10,10,11,11, 0,12,12,12,12, 0, 0, 0,12,
12, 8, 9,10,11,11, 0, 9,10,11,11, 0,10,10,11,11,
0,12,12,12,12, 0, 0, 0,12,12, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 5, 8, 7,10,10, 0, 7, 7,10,10, 0, 7, 7,
10, 9, 0, 9, 9,10,10, 0, 0, 0,10,10, 6, 7, 8,10,
10, 0, 7, 7,10,10, 0, 7, 7, 9,10, 0, 9, 9,10,10,
0, 0, 0,10,10, 8,10, 9,12,11, 0,10,10,12,11, 0,
10, 9,11,11, 0,11,12,12,12, 0, 0, 0,12,12, 8, 9,
10,11,12, 0,10,10,11,11, 0, 9,10,11,11, 0,12,11,
12,12, 0, 0, 0,12,12, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
7,10, 9,12,12, 0, 9, 9,12,11, 0, 9, 9,11,11, 0,
10,10,12,11, 0, 0, 0,11,12, 7, 9,10,12,12, 0, 9,
9,11,12, 0, 9, 9,11,11, 0,10,10,11,12, 0, 0, 0,
11,11, 9,11,10,13,12, 0,10,10,12,12, 0,10,10,12,
12, 0,11,11,12,12, 0, 0, 0,13,12, 9,10,11,12,13,
0,10,10,12,12, 0,10,10,12,12, 0,11,12,12,12, 0,
0, 0,12,13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9,
11,10,13,13, 0,10,10,12,12, 0,10,10,12,12, 0,11,
12,12,12, 0, 0, 0,12,12, 9,10,11,13,13, 0,10,10,
12,12, 0,10,10,12,12, 0,12,11,13,12, 0, 0, 0,12,
12,
};
static const static_codebook _44c9_s_p2_0 = {
4, 625,
(char *)_vq_lengthlist__44c9_s_p2_0,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44c9_s_p2_0,
0
};
static const long _vq_quantlist__44c9_s_p3_0[] = {
4,
3,
5,
2,
6,
1,
7,
0,
8,
};
static const char _vq_lengthlist__44c9_s_p3_0[] = {
3, 4, 4, 5, 5, 6, 6, 8, 8, 0, 4, 4, 5, 5, 6, 7,
8, 8, 0, 4, 4, 5, 5, 7, 7, 8, 8, 0, 5, 5, 6, 6,
7, 7, 9, 9, 0, 0, 0, 6, 6, 7, 7, 9, 9, 0, 0, 0,
7, 7, 8, 8, 9, 9, 0, 0, 0, 7, 7, 8, 8, 9, 9, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0,
};
static const static_codebook _44c9_s_p3_0 = {
2, 81,
(char *)_vq_lengthlist__44c9_s_p3_0,
1, -531628032, 1611661312, 4, 0,
(long *)_vq_quantlist__44c9_s_p3_0,
0
};
static const long _vq_quantlist__44c9_s_p4_0[] = {
8,
7,
9,
6,
10,
5,
11,
4,
12,
3,
13,
2,
14,
1,
15,
0,
16,
};
static const char _vq_lengthlist__44c9_s_p4_0[] = {
3, 4, 4, 5, 5, 6, 6, 7, 7, 8, 8, 9, 9,10,10,10,
10, 0, 5, 4, 5, 5, 7, 7, 8, 8, 8, 8, 9, 9,10,10,
11,11, 0, 5, 5, 6, 6, 7, 7, 8, 8, 8, 8, 9, 9,10,
10,11,11, 0, 6, 5, 6, 6, 7, 7, 8, 8, 9, 9,10,10,
11,11,11,12, 0, 0, 0, 6, 6, 7, 7, 8, 8, 9, 9,10,
10,11,11,12,12, 0, 0, 0, 7, 7, 7, 7, 9, 9, 9, 9,
10,10,11,11,12,12, 0, 0, 0, 7, 7, 7, 8, 9, 9, 9,
9,10,10,11,11,12,12, 0, 0, 0, 7, 7, 8, 8, 9, 9,
10,10,11,11,12,12,13,13, 0, 0, 0, 0, 0, 8, 8, 9,
9,10,10,11,11,12,12,12,12, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0,
};
static const static_codebook _44c9_s_p4_0 = {
2, 289,
(char *)_vq_lengthlist__44c9_s_p4_0,
1, -529530880, 1611661312, 5, 0,
(long *)_vq_quantlist__44c9_s_p4_0,
0
};
static const long _vq_quantlist__44c9_s_p5_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44c9_s_p5_0[] = {
1, 4, 4, 5, 7, 7, 6, 7, 7, 4, 7, 6, 9,10,10,10,
10, 9, 4, 6, 7, 9,10,10,10, 9,10, 5, 9, 9, 9,11,
11,10,11,11, 7,10, 9,11,12,11,12,12,12, 7, 9,10,
11,11,12,12,12,12, 6,10,10,10,12,12,10,12,11, 7,
10,10,11,12,12,11,12,12, 7,10,10,11,12,12,12,12,
12,
};
static const static_codebook _44c9_s_p5_0 = {
4, 81,
(char *)_vq_lengthlist__44c9_s_p5_0,
1, -529137664, 1618345984, 2, 0,
(long *)_vq_quantlist__44c9_s_p5_0,
0
};
static const long _vq_quantlist__44c9_s_p5_1[] = {
5,
4,
6,
3,
7,
2,
8,
1,
9,
0,
10,
};
static const char _vq_lengthlist__44c9_s_p5_1[] = {
4, 5, 5, 6, 6, 7, 7, 7, 7, 7, 7,11, 5, 5, 6, 6,
7, 7, 7, 7, 8, 8,11, 5, 5, 6, 6, 7, 7, 7, 7, 8,
8,11, 5, 5, 6, 6, 7, 7, 8, 8, 8, 8,11,11,11, 6,
6, 7, 7, 7, 8, 8, 8,11,11,11, 6, 6, 7, 7, 7, 8,
8, 8,11,11,11, 6, 6, 7, 7, 7, 7, 8, 8,11,11,11,
7, 7, 7, 7, 7, 7, 8, 8,11,11,11,10,10, 7, 7, 7,
7, 8, 8,11,11,11,11,11, 7, 7, 7, 7, 7, 7,11,11,
11,11,11, 7, 7, 7, 7, 7, 7,
};
static const static_codebook _44c9_s_p5_1 = {
2, 121,
(char *)_vq_lengthlist__44c9_s_p5_1,
1, -531365888, 1611661312, 4, 0,
(long *)_vq_quantlist__44c9_s_p5_1,
0
};
static const long _vq_quantlist__44c9_s_p6_0[] = {
6,
5,
7,
4,
8,
3,
9,
2,
10,
1,
11,
0,
12,
};
static const char _vq_lengthlist__44c9_s_p6_0[] = {
2, 4, 4, 6, 6, 7, 7, 7, 7, 8, 8, 9, 9, 5, 4, 4,
6, 6, 8, 8, 9, 9, 9, 9,10,10, 6, 4, 4, 6, 6, 8,
8, 9, 9, 9, 9,10,10, 0, 6, 6, 7, 7, 8, 8, 9, 9,
10,10,11,11, 0, 6, 6, 7, 7, 8, 8, 9, 9,10,10,11,
11, 0,10,10, 8, 8, 9, 9,10,10,11,11,12,12, 0,11,
11, 8, 8, 9, 9,10,10,11,11,12,12, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0,
};
static const static_codebook _44c9_s_p6_0 = {
2, 169,
(char *)_vq_lengthlist__44c9_s_p6_0,
1, -526516224, 1616117760, 4, 0,
(long *)_vq_quantlist__44c9_s_p6_0,
0
};
static const long _vq_quantlist__44c9_s_p6_1[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44c9_s_p6_1[] = {
4, 4, 4, 5, 5, 5, 4, 4, 5, 5, 5, 4, 4, 5, 5, 5,
5, 5, 5, 5, 5, 5, 5, 5, 5,
};
static const static_codebook _44c9_s_p6_1 = {
2, 25,
(char *)_vq_lengthlist__44c9_s_p6_1,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44c9_s_p6_1,
0
};
static const long _vq_quantlist__44c9_s_p7_0[] = {
6,
5,
7,
4,
8,
3,
9,
2,
10,
1,
11,
0,
12,
};
static const char _vq_lengthlist__44c9_s_p7_0[] = {
2, 4, 4, 6, 6, 7, 7, 8, 8,10,10,11,11, 6, 4, 4,
6, 6, 8, 8, 9, 9,10,10,12,12, 6, 4, 5, 6, 6, 8,
8, 9, 9,10,10,12,12,20, 6, 6, 6, 6, 8, 8, 9,10,
11,11,12,12,20, 6, 6, 6, 6, 8, 8,10,10,11,11,12,
12,20,10,10, 7, 7, 9, 9,10,10,11,11,12,12,20,11,
11, 7, 7, 9, 9,10,10,11,11,12,12,20,20,20, 9, 9,
9, 9,11,11,12,12,13,13,20,20,20, 9, 9, 9, 9,11,
11,12,12,13,13,20,20,20,13,13,10,10,11,11,12,13,
13,13,20,20,20,13,13,10,10,11,11,12,13,13,13,20,
20,20,20,19,12,12,12,12,13,13,14,15,19,19,19,19,
19,12,12,12,12,13,13,14,14,
};
static const static_codebook _44c9_s_p7_0 = {
2, 169,
(char *)_vq_lengthlist__44c9_s_p7_0,
1, -523206656, 1618345984, 4, 0,
(long *)_vq_quantlist__44c9_s_p7_0,
0
};
static const long _vq_quantlist__44c9_s_p7_1[] = {
5,
4,
6,
3,
7,
2,
8,
1,
9,
0,
10,
};
static const char _vq_lengthlist__44c9_s_p7_1[] = {
5, 6, 6, 6, 6, 7, 7, 7, 7, 7, 7, 7, 6, 6, 6, 6,
7, 7, 7, 7, 7, 7, 7, 6, 6, 6, 6, 7, 7, 7, 7, 7,
7, 8, 6, 6, 6, 6, 7, 7, 7, 7, 7, 7, 8, 8, 8, 6,
6, 7, 7, 7, 7, 7, 7, 8, 8, 8, 7, 7, 7, 7, 7, 7,
7, 7, 8, 8, 8, 7, 7, 7, 7, 7, 7, 7, 7, 8, 8, 8,
7, 7, 7, 7, 7, 7, 7, 7, 8, 8, 8, 8, 8, 7, 7, 7,
7, 7, 7, 8, 8, 8, 8, 8, 7, 7, 7, 7, 7, 7, 8, 8,
8, 8, 8, 7, 7, 7, 7, 7, 7,
};
static const static_codebook _44c9_s_p7_1 = {
2, 121,
(char *)_vq_lengthlist__44c9_s_p7_1,
1, -531365888, 1611661312, 4, 0,
(long *)_vq_quantlist__44c9_s_p7_1,
0
};
static const long _vq_quantlist__44c9_s_p8_0[] = {
7,
6,
8,
5,
9,
4,
10,
3,
11,
2,
12,
1,
13,
0,
14,
};
static const char _vq_lengthlist__44c9_s_p8_0[] = {
1, 4, 4, 7, 6, 8, 8, 8, 8, 9, 9,10,10,11,10, 6,
5, 5, 7, 7, 9, 9, 8, 9,10,10,11,11,12,12, 6, 5,
5, 7, 7, 9, 9, 9, 9,10,10,11,11,12,12,21, 7, 8,
8, 8, 9, 9, 9, 9,10,10,11,11,12,12,21, 8, 8, 8,
8, 9, 9, 9, 9,10,10,11,11,12,12,21,11,12, 9, 9,
10,10,10,10,10,11,11,12,12,12,21,12,12, 9, 8,10,
10,10,10,11,11,12,12,13,13,21,21,21, 9, 9, 9, 9,
11,11,11,11,12,12,12,13,21,20,20, 9, 9, 9, 9,10,
11,11,11,12,12,13,13,20,20,20,13,13,10,10,11,11,
12,12,13,13,13,13,20,20,20,13,13,10,10,11,11,12,
12,13,13,13,13,20,20,20,20,20,12,12,12,12,12,12,
13,13,14,14,20,20,20,20,20,12,12,12,11,13,12,13,
13,14,14,20,20,20,20,20,15,16,13,12,13,13,14,13,
14,14,20,20,20,20,20,16,15,12,12,13,12,14,13,14,
14,
};
static const static_codebook _44c9_s_p8_0 = {
2, 225,
(char *)_vq_lengthlist__44c9_s_p8_0,
1, -520986624, 1620377600, 4, 0,
(long *)_vq_quantlist__44c9_s_p8_0,
0
};
static const long _vq_quantlist__44c9_s_p8_1[] = {
10,
9,
11,
8,
12,
7,
13,
6,
14,
5,
15,
4,
16,
3,
17,
2,
18,
1,
19,
0,
20,
};
static const char _vq_lengthlist__44c9_s_p8_1[] = {
4, 6, 6, 7, 7, 7, 7, 8, 8, 8, 8, 8, 8, 8, 8, 8,
8, 8, 8, 8, 8,10, 6, 6, 7, 7, 8, 8, 8, 8, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9,10, 6, 6, 7, 7, 8,
8, 8, 8, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,10,
7, 7, 8, 8, 8, 8, 8, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9,10,10,10, 8, 8, 8, 8, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9,10,10,10, 8, 8, 8, 8,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,10,10,
10, 8, 8, 8, 8, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9,10,10,10, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9,10,10,10,10,10, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,10,10,10,
10,10, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9,10,10,10,10,10, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9,10,10,10,10,10, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9,10, 9, 9, 9,10,10,10,10,
10,10,10, 9, 9, 9, 9, 9, 9,10, 9, 9, 9, 9, 9, 9,
9,10,10,10,10,10,10,10, 9, 9, 9,10,10,10,10,10,
9, 9, 9, 9, 9, 9,10,10,10,10,10,10,10, 9, 9,10,
9,10, 9, 9, 9, 9, 9, 9, 9, 9,10,10,10,10,10,10,
10,10,10,10, 9, 9,10,10, 9, 9, 9, 9, 9, 9, 9, 9,
10,10,10,10,10,10,10,10,10,10,10,10,10, 9, 9, 9,
9, 9, 9, 9, 9,10,10,10,10,10,10,10,10,10,10,10,
10,10, 9, 9,10, 9, 9, 9, 9, 9,10,10,10,10,10,10,
10,10,10,10,10, 9, 9,10,10, 9, 9,10, 9, 9, 9,10,
10,10,10,10,10,10,10,10,10,10, 9, 9,10, 9, 9, 9,
9, 9, 9, 9,10,10,10,10,10,10,10,10,10,10,10, 9,
9, 9, 9,10, 9, 9, 9, 9, 9,
};
static const static_codebook _44c9_s_p8_1 = {
2, 441,
(char *)_vq_lengthlist__44c9_s_p8_1,
1, -529268736, 1611661312, 5, 0,
(long *)_vq_quantlist__44c9_s_p8_1,
0
};
static const long _vq_quantlist__44c9_s_p9_0[] = {
9,
8,
10,
7,
11,
6,
12,
5,
13,
4,
14,
3,
15,
2,
16,
1,
17,
0,
18,
};
static const char _vq_lengthlist__44c9_s_p9_0[] = {
1, 4, 3,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12, 4, 5, 6,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12, 4, 6, 6,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,11,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,
};
static const static_codebook _44c9_s_p9_0 = {
2, 361,
(char *)_vq_lengthlist__44c9_s_p9_0,
1, -508535424, 1631393792, 5, 0,
(long *)_vq_quantlist__44c9_s_p9_0,
0
};
static const long _vq_quantlist__44c9_s_p9_1[] = {
9,
8,
10,
7,
11,
6,
12,
5,
13,
4,
14,
3,
15,
2,
16,
1,
17,
0,
18,
};
static const char _vq_lengthlist__44c9_s_p9_1[] = {
1, 4, 4, 7, 7, 7, 7, 8, 7, 9, 8, 9, 9,10,10,11,
11,11,11, 6, 5, 5, 8, 8, 9, 9, 9, 8,10, 9,11,10,
12,12,13,12,13,13, 5, 5, 5, 8, 8, 9, 9, 9, 9,10,
10,11,11,12,12,13,12,13,13,17, 8, 8, 9, 9, 9, 9,
9, 9,10,10,12,11,13,12,13,13,13,13,18, 8, 8, 9,
9, 9, 9, 9, 9,11,11,12,12,13,13,13,13,13,13,17,
13,12, 9, 9,10,10,10,10,11,11,12,12,12,13,13,13,
14,14,18,13,12, 9, 9,10,10,10,10,11,11,12,12,13,
13,13,14,14,14,17,18,18,10,10,10,10,11,11,11,12,
12,12,14,13,14,13,13,14,18,18,18,10, 9,10, 9,11,
11,12,12,12,12,13,13,15,14,14,14,18,18,16,13,14,
10,11,11,11,12,13,13,13,13,14,13,13,14,14,18,18,
18,14,12,11, 9,11,10,13,12,13,13,13,14,14,14,13,
14,18,18,17,18,18,11,12,12,12,13,13,14,13,14,14,
13,14,14,14,18,18,18,18,17,12,10,12, 9,13,11,13,
14,14,14,14,14,15,14,18,18,17,17,18,14,15,12,13,
13,13,14,13,14,14,15,14,15,14,18,17,18,18,18,15,
15,12,10,14,10,14,14,13,13,14,14,14,14,18,16,18,
18,18,18,17,14,14,13,14,14,13,13,14,14,14,15,15,
18,18,18,18,17,17,17,14,14,14,12,14,13,14,14,15,
14,15,14,18,18,18,18,18,18,18,17,16,13,13,13,14,
14,14,14,15,16,15,18,18,18,18,18,18,18,17,17,13,
13,13,13,14,13,14,15,15,15,
};
static const static_codebook _44c9_s_p9_1 = {
2, 361,
(char *)_vq_lengthlist__44c9_s_p9_1,
1, -518287360, 1622704128, 5, 0,
(long *)_vq_quantlist__44c9_s_p9_1,
0
};
static const long _vq_quantlist__44c9_s_p9_2[] = {
24,
23,
25,
22,
26,
21,
27,
20,
28,
19,
29,
18,
30,
17,
31,
16,
32,
15,
33,
14,
34,
13,
35,
12,
36,
11,
37,
10,
38,
9,
39,
8,
40,
7,
41,
6,
42,
5,
43,
4,
44,
3,
45,
2,
46,
1,
47,
0,
48,
};
static const char _vq_lengthlist__44c9_s_p9_2[] = {
2, 4, 4, 5, 5, 5, 5, 5, 6, 6, 6, 6, 6, 6, 6, 6,
6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 7, 7, 7, 7, 7,
7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7,
7,
};
static const static_codebook _44c9_s_p9_2 = {
1, 49,
(char *)_vq_lengthlist__44c9_s_p9_2,
1, -526909440, 1611661312, 6, 0,
(long *)_vq_quantlist__44c9_s_p9_2,
0
};
static const char _huff_lengthlist__44c9_s_short[] = {
5,13,18,16,17,17,19,18,19,19, 5, 7,10,11,12,12,
13,16,17,18, 6, 6, 7, 7, 9, 9,10,14,17,19, 8, 7,
6, 5, 6, 7, 9,12,19,17, 8, 7, 7, 6, 5, 6, 8,11,
15,19, 9, 8, 7, 6, 5, 5, 6, 8,13,15,11,10, 8, 8,
7, 5, 4, 4,10,14,12,13,11, 9, 7, 6, 4, 2, 6,12,
18,16,16,13, 8, 7, 7, 5, 8,13,16,17,18,15,11, 9,
9, 8,10,13,
};
static const static_codebook _huff_book__44c9_s_short = {
2, 100,
(char *)_huff_lengthlist__44c9_s_short,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist__44c0_s_long[] = {
5, 4, 8, 9, 8, 9,10,12,15, 4, 1, 5, 5, 6, 8,11,
12,12, 8, 5, 8, 9, 9,11,13,12,12, 9, 5, 8, 5, 7,
9,12,13,13, 8, 6, 8, 7, 7, 9,11,11,11, 9, 7, 9,
7, 7, 7, 7,10,12,10,10,11, 9, 8, 7, 7, 9,11,11,
12,13,12,11, 9, 8, 9,11,13,16,16,15,15,12,10,11,
12,
};
static const static_codebook _huff_book__44c0_s_long = {
2, 81,
(char *)_huff_lengthlist__44c0_s_long,
0, 0, 0, 0, 0,
NULL,
0
};
static const long _vq_quantlist__44c0_s_p1_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44c0_s_p1_0[] = {
1, 5, 5, 0, 0, 0, 0, 0, 0, 5, 7, 7, 0, 0, 0, 0,
0, 0, 5, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 5, 8, 7, 0, 0, 0, 0, 0, 0, 7, 9, 9, 0, 0, 0,
0, 0, 0, 7, 9, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 5, 7, 7, 0, 0, 0, 0, 0, 0, 7, 9, 9, 0, 0,
0, 0, 0, 0, 7, 9, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 7, 7, 0, 0, 0, 0,
0, 0, 8,10, 9, 0, 0, 0, 0, 0, 0, 7, 9, 9, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 9, 9, 0, 0, 0,
0, 0, 0, 9,10,11, 0, 0, 0, 0, 0, 0, 9,11,10, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 9, 9, 0, 0,
0, 0, 0, 0, 9,11, 9, 0, 0, 0, 0, 0, 0, 9,10,11,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 5, 7, 7, 0, 0, 0, 0, 0, 0, 7, 9, 9, 0, 0,
0, 0, 0, 0, 8, 9, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 7, 9, 9, 0, 0, 0, 0, 0, 0, 9,11,10, 0,
0, 0, 0, 0, 0, 9, 9,11, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 7, 9,10, 0, 0, 0, 0, 0, 0, 9,10,11,
0, 0, 0, 0, 0, 0, 9,11,10, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0,
};
static const static_codebook _44c0_s_p1_0 = {
8, 6561,
(char *)_vq_lengthlist__44c0_s_p1_0,
1, -535822336, 1611661312, 2, 0,
(long *)_vq_quantlist__44c0_s_p1_0,
0
};
static const long _vq_quantlist__44c0_s_p2_0[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44c0_s_p2_0[] = {
1, 4, 4, 6, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 5, 5, 7, 6, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 4, 5, 6, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 7, 7, 9, 9,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 6, 7, 7, 9, 9, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0,
};
static const static_codebook _44c0_s_p2_0 = {
4, 625,
(char *)_vq_lengthlist__44c0_s_p2_0,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44c0_s_p2_0,
0
};
static const long _vq_quantlist__44c0_s_p3_0[] = {
4,
3,
5,
2,
6,
1,
7,
0,
8,
};
static const char _vq_lengthlist__44c0_s_p3_0[] = {
1, 3, 2, 8, 7, 0, 0, 0, 0, 0, 0, 0, 6, 6, 0, 0,
0, 0, 0, 0, 0, 6, 6, 0, 0, 0, 0, 0, 0, 0, 7, 7,
0, 0, 0, 0, 0, 0, 0, 7, 7, 0, 0, 0, 0, 0, 0, 0,
8, 8, 0, 0, 0, 0, 0, 0, 0, 8, 8, 0, 0, 0, 0, 0,
0, 0, 9, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0,
};
static const static_codebook _44c0_s_p3_0 = {
2, 81,
(char *)_vq_lengthlist__44c0_s_p3_0,
1, -531628032, 1611661312, 4, 0,
(long *)_vq_quantlist__44c0_s_p3_0,
0
};
static const long _vq_quantlist__44c0_s_p4_0[] = {
4,
3,
5,
2,
6,
1,
7,
0,
8,
};
static const char _vq_lengthlist__44c0_s_p4_0[] = {
1, 3, 3, 6, 6, 6, 6, 8, 8, 0, 0, 0, 7, 7, 7, 7,
9, 9, 0, 0, 0, 7, 7, 7, 7, 9, 9, 0, 0, 0, 7, 7,
7, 8, 9, 9, 0, 0, 0, 7, 7, 7, 7, 9, 9, 0, 0, 0,
9, 9, 8, 8,10,10, 0, 0, 0, 8, 9, 8, 8,10,10, 0,
0, 0,10,10, 9, 9,10,10, 0, 0, 0, 0, 0, 9, 9,10,
10,
};
static const static_codebook _44c0_s_p4_0 = {
2, 81,
(char *)_vq_lengthlist__44c0_s_p4_0,
1, -531628032, 1611661312, 4, 0,
(long *)_vq_quantlist__44c0_s_p4_0,
0
};
static const long _vq_quantlist__44c0_s_p5_0[] = {
8,
7,
9,
6,
10,
5,
11,
4,
12,
3,
13,
2,
14,
1,
15,
0,
16,
};
static const char _vq_lengthlist__44c0_s_p5_0[] = {
1, 4, 3, 6, 6, 8, 7, 8, 8, 8, 8, 9, 9,10,10,11,
11, 0, 0, 0, 7, 7, 8, 8, 9, 9, 9, 9, 9,10,10,10,
11,11, 0, 0, 0, 7, 7, 8, 8, 9, 9, 9, 9,10,10,10,
10,11,11, 0, 0, 0, 7, 7, 8, 8, 9, 9, 9, 9,10,10,
11,11,11,11, 0, 0, 0, 7, 7, 8, 8, 9, 9, 9, 9,10,
10,11,11,11,11, 0, 0, 0, 8, 8, 9, 9, 9, 9,10,10,
10,10,11,11,12,12, 0, 0, 0, 8, 8, 9, 9, 9, 9,10,
10,10,10,11,11,12,12, 0, 0, 0, 9, 9, 9, 9,10,10,
10,10,11,11,11,12,12,12, 0, 0, 0, 0, 0, 9, 9,10,
10,10,10,11,11,11,11,12,12, 0, 0, 0, 0, 0, 9, 9,
10,10,10,10,11,11,12,12,13,13, 0, 0, 0, 0, 0, 9,
9,10,10,10,10,11,11,12,12,13,13, 0, 0, 0, 0, 0,
10,10,11,11,11,11,11,12,12,12,13,13, 0, 0, 0, 0,
0, 0, 0,11,10,11,11,11,11,12,12,13,13, 0, 0, 0,
0, 0, 0, 0,11,11,12,11,12,12,12,12,13,13, 0, 0,
0, 0, 0, 0, 0,11,11,11,12,12,12,12,13,13,13, 0,
0, 0, 0, 0, 0, 0,12,12,12,12,12,13,13,13,14,14,
0, 0, 0, 0, 0, 0, 0, 0, 0,12,12,12,12,13,13,14,
14,
};
static const static_codebook _44c0_s_p5_0 = {
2, 289,
(char *)_vq_lengthlist__44c0_s_p5_0,
1, -529530880, 1611661312, 5, 0,
(long *)_vq_quantlist__44c0_s_p5_0,
0
};
static const long _vq_quantlist__44c0_s_p6_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44c0_s_p6_0[] = {
1, 4, 4, 7, 6, 6, 7, 6, 6, 4, 7, 7,10, 9, 9,10,
9, 9, 4, 6, 7,10, 9, 9,11, 9, 9, 7,10,10,11,11,
11,12,10,11, 6, 9, 9,11,10,11,11,10,10, 6, 9, 9,
11,10,11,11,10,10, 7,11,10,12,11,11,11,11,11, 7,
9, 9,10,10,10,11,11,10, 6, 9, 9,11,10,10,11,10,
10,
};
static const static_codebook _44c0_s_p6_0 = {
4, 81,
(char *)_vq_lengthlist__44c0_s_p6_0,
1, -529137664, 1618345984, 2, 0,
(long *)_vq_quantlist__44c0_s_p6_0,
0
};
static const long _vq_quantlist__44c0_s_p6_1[] = {
5,
4,
6,
3,
7,
2,
8,
1,
9,
0,
10,
};
static const char _vq_lengthlist__44c0_s_p6_1[] = {
2, 3, 3, 6, 6, 7, 7, 7, 7, 7, 8,10,10,10, 6, 6,
7, 7, 8, 8, 8, 8,10,10,10, 6, 6, 7, 7, 8, 8, 8,
8,10,10,10, 7, 7, 7, 7, 8, 8, 8, 8,10,10,10, 7,
7, 7, 7, 8, 8, 8, 8,10,10,10, 8, 7, 8, 8, 8, 8,
8, 8,10,10,10, 7, 7, 8, 8, 8, 8, 8, 8,10,10,10,
8, 8, 8, 8, 8, 8, 8, 8,10,10,10,10,10, 8, 8, 8,
8, 8, 8,10,10,10,10,10, 9, 9, 8, 8, 8, 8,10,10,
10,10,10, 8, 8, 8, 8, 8, 8,
};
static const static_codebook _44c0_s_p6_1 = {
2, 121,
(char *)_vq_lengthlist__44c0_s_p6_1,
1, -531365888, 1611661312, 4, 0,
(long *)_vq_quantlist__44c0_s_p6_1,
0
};
static const long _vq_quantlist__44c0_s_p7_0[] = {
6,
5,
7,
4,
8,
3,
9,
2,
10,
1,
11,
0,
12,
};
static const char _vq_lengthlist__44c0_s_p7_0[] = {
1, 4, 4, 6, 6, 7, 7, 7, 7, 8, 8, 9, 9, 7, 5, 5,
7, 7, 8, 8, 8, 8, 9, 9,10,10, 7, 5, 6, 7, 7, 8,
8, 8, 8, 9, 9,10,10, 0, 8, 8, 8, 8, 9, 9, 9, 9,
10,10,11,11, 0, 8, 8, 8, 8, 9, 9, 9, 9,10,10,11,
11, 0,12,12, 9, 9,10,10,10,10,11,11,11,11, 0,13,
13, 9, 9, 9, 9,10,10,11,11,11,12, 0, 0, 0,10,10,
10,10,11,11,11,11,12,12, 0, 0, 0,10,10, 9, 9,11,
11,11,12,12,12, 0, 0, 0,13,13,10,10,11,11,12,12,
13,13, 0, 0, 0,14,14,10,10,11,11,12,12,13,13, 0,
0, 0, 0, 0,11,11,11,11,13,12,13,13, 0, 0, 0, 0,
0,12,12,11,11,12,12,13,13,
};
static const static_codebook _44c0_s_p7_0 = {
2, 169,
(char *)_vq_lengthlist__44c0_s_p7_0,
1, -526516224, 1616117760, 4, 0,
(long *)_vq_quantlist__44c0_s_p7_0,
0
};
static const long _vq_quantlist__44c0_s_p7_1[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44c0_s_p7_1[] = {
2, 3, 3, 5, 5, 6, 6, 6, 5, 5, 6, 6, 6, 5, 5, 6,
6, 6, 5, 5, 6, 6, 6, 5, 5,
};
static const static_codebook _44c0_s_p7_1 = {
2, 25,
(char *)_vq_lengthlist__44c0_s_p7_1,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44c0_s_p7_1,
0
};
static const long _vq_quantlist__44c0_s_p8_0[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44c0_s_p8_0[] = {
1, 5, 5,10,10, 6, 9, 8,10,10, 6,10, 9,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10, 8,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,10,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,
};
static const static_codebook _44c0_s_p8_0 = {
4, 625,
(char *)_vq_lengthlist__44c0_s_p8_0,
1, -518283264, 1627103232, 3, 0,
(long *)_vq_quantlist__44c0_s_p8_0,
0
};
static const long _vq_quantlist__44c0_s_p8_1[] = {
6,
5,
7,
4,
8,
3,
9,
2,
10,
1,
11,
0,
12,
};
static const char _vq_lengthlist__44c0_s_p8_1[] = {
1, 4, 4, 6, 6, 7, 7, 9, 9,11,12,13,12, 6, 5, 5,
7, 7, 8, 8,10, 9,12,12,12,12, 6, 5, 5, 7, 7, 8,
8,10, 9,12,11,11,13,16, 7, 7, 8, 8, 9, 9,10,10,
12,12,13,12,16, 7, 7, 8, 7, 9, 9,10,10,11,12,12,
13,16,10,10, 8, 8,10,10,11,12,12,12,13,13,16,11,
10, 8, 7,11,10,11,11,12,11,13,13,16,16,16,10,10,
10,10,11,11,13,12,13,13,16,16,16,11, 9,11, 9,15,
13,12,13,13,13,16,16,16,15,13,11,11,12,13,12,12,
14,13,16,16,16,14,13,11,11,13,12,14,13,13,13,16,
16,16,16,16,13,13,13,12,14,13,14,14,16,16,16,16,
16,13,13,12,12,14,14,15,13,
};
static const static_codebook _44c0_s_p8_1 = {
2, 169,
(char *)_vq_lengthlist__44c0_s_p8_1,
1, -522616832, 1620115456, 4, 0,
(long *)_vq_quantlist__44c0_s_p8_1,
0
};
static const long _vq_quantlist__44c0_s_p8_2[] = {
8,
7,
9,
6,
10,
5,
11,
4,
12,
3,
13,
2,
14,
1,
15,
0,
16,
};
static const char _vq_lengthlist__44c0_s_p8_2[] = {
2, 4, 4, 6, 6, 7, 7, 7, 7, 8, 8, 8, 8, 8, 8, 8,
8,10,10,10, 7, 7, 7, 8, 8, 8, 9, 9, 9, 9, 9, 9,
9, 9,10,10,10, 7, 7, 7, 7, 8, 8, 9, 9, 9, 9, 9,
9, 9, 9,10,10,10, 7, 7, 8, 8, 8, 8, 9, 9, 9, 9,
9,10, 9, 9,10,10,10, 7, 7, 8, 8, 9, 8, 9, 9, 9,
9,10, 9, 9,10,10,10,10, 8, 8, 8, 8, 9, 8, 9, 9,
9, 9, 9,10, 9,10,10,10,10, 7, 7, 8, 8, 9, 9, 9,
9, 9, 9,10, 9,10,10,10,10,10, 8, 8, 8, 9, 9, 9,
9, 9, 9, 9,10,10,10, 9,11,10,10,10,10, 8, 8, 9,
9, 9, 9, 9,10, 9, 9, 9,10,10,10,10,11,11, 9, 9,
9, 9, 9, 9, 9, 9,10, 9, 9,10,11,10,10,11,11, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9,10, 9,11,11,10,11,11,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9,10, 9,11,10,10,11,
11,11,11, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,10,10,10,
11,11,11,11, 9,10, 9,10, 9, 9, 9, 9,10, 9,10,11,
10,11,10,10,10,10,10, 9, 9, 9,10, 9, 9, 9,10,11,
11,10,11,11,10,11,10,10,10, 9, 9, 9, 9,10, 9, 9,
10,11,10,11,11,11,11,10,11,10,10, 9,10, 9, 9, 9,
10,
};
static const static_codebook _44c0_s_p8_2 = {
2, 289,
(char *)_vq_lengthlist__44c0_s_p8_2,
1, -529530880, 1611661312, 5, 0,
(long *)_vq_quantlist__44c0_s_p8_2,
0
};
static const char _huff_lengthlist__44c0_s_short[] = {
9, 8,12,11,12,13,14,14,16, 6, 1, 5, 6, 6, 9,12,
14,17, 9, 4, 5, 9, 7, 9,13,15,16, 8, 5, 8, 6, 8,
10,13,17,17, 9, 6, 7, 7, 8, 9,13,15,17,11, 8, 9,
9, 9,10,12,16,16,13, 7, 8, 7, 7, 9,12,14,15,13,
6, 7, 5, 5, 7,10,13,13,14, 7, 8, 5, 6, 7, 9,10,
12,
};
static const static_codebook _huff_book__44c0_s_short = {
2, 81,
(char *)_huff_lengthlist__44c0_s_short,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist__44c0_sm_long[] = {
5, 4, 9,10, 9,10,11,12,13, 4, 1, 5, 7, 7, 9,11,
12,14, 8, 5, 7, 9, 8,10,13,13,13,10, 7, 9, 4, 6,
7,10,12,14, 9, 6, 7, 6, 6, 7,10,12,12, 9, 8, 9,
7, 6, 7, 8,11,12,11,11,11, 9, 8, 7, 8,10,12,12,
13,14,12,11, 9, 9, 9,12,12,17,17,15,16,12,10,11,
13,
};
static const static_codebook _huff_book__44c0_sm_long = {
2, 81,
(char *)_huff_lengthlist__44c0_sm_long,
0, 0, 0, 0, 0,
NULL,
0
};
static const long _vq_quantlist__44c0_sm_p1_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44c0_sm_p1_0[] = {
1, 5, 5, 0, 0, 0, 0, 0, 0, 5, 7, 7, 0, 0, 0, 0,
0, 0, 5, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 5, 8, 7, 0, 0, 0, 0, 0, 0, 7, 9, 9, 0, 0, 0,
0, 0, 0, 7, 8, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 5, 7, 7, 0, 0, 0, 0, 0, 0, 7, 9, 8, 0, 0,
0, 0, 0, 0, 7, 9, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 8, 7, 0, 0, 0, 0,
0, 0, 8, 9, 9, 0, 0, 0, 0, 0, 0, 8, 9, 9, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 9, 9, 0, 0, 0,
0, 0, 0, 9,10,10, 0, 0, 0, 0, 0, 0, 9,10,10, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 9, 9, 0, 0,
0, 0, 0, 0, 8,10, 9, 0, 0, 0, 0, 0, 0, 9,10,10,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 5, 7, 8, 0, 0, 0, 0, 0, 0, 7, 9, 9, 0, 0,
0, 0, 0, 0, 8, 9, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 7, 9, 9, 0, 0, 0, 0, 0, 0, 9,10,10, 0,
0, 0, 0, 0, 0, 9, 9,10, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 7, 9, 9, 0, 0, 0, 0, 0, 0, 9,10,10,
0, 0, 0, 0, 0, 0, 9,10,10, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0,
};
static const static_codebook _44c0_sm_p1_0 = {
8, 6561,
(char *)_vq_lengthlist__44c0_sm_p1_0,
1, -535822336, 1611661312, 2, 0,
(long *)_vq_quantlist__44c0_sm_p1_0,
0
};
static const long _vq_quantlist__44c0_sm_p2_0[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44c0_sm_p2_0[] = {
1, 4, 4, 6, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 5, 5, 7, 7, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 4, 5, 5, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 7, 7, 9, 9,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 7, 7, 7, 9, 9, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0,
};
static const static_codebook _44c0_sm_p2_0 = {
4, 625,
(char *)_vq_lengthlist__44c0_sm_p2_0,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44c0_sm_p2_0,
0
};
static const long _vq_quantlist__44c0_sm_p3_0[] = {
4,
3,
5,
2,
6,
1,
7,
0,
8,
};
static const char _vq_lengthlist__44c0_sm_p3_0[] = {
1, 3, 3, 7, 7, 0, 0, 0, 0, 0, 5, 4, 7, 7, 0, 0,
0, 0, 0, 5, 5, 7, 7, 0, 0, 0, 0, 0, 6, 7, 8, 8,
0, 0, 0, 0, 0, 0, 0, 8, 8, 0, 0, 0, 0, 0, 0, 0,
9,10, 0, 0, 0, 0, 0, 0, 0, 9, 9, 0, 0, 0, 0, 0,
0, 0,11,11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0,
};
static const static_codebook _44c0_sm_p3_0 = {
2, 81,
(char *)_vq_lengthlist__44c0_sm_p3_0,
1, -531628032, 1611661312, 4, 0,
(long *)_vq_quantlist__44c0_sm_p3_0,
0
};
static const long _vq_quantlist__44c0_sm_p4_0[] = {
4,
3,
5,
2,
6,
1,
7,
0,
8,
};
static const char _vq_lengthlist__44c0_sm_p4_0[] = {
1, 4, 3, 6, 6, 7, 7, 9, 9, 0, 5, 5, 7, 7, 8, 7,
9, 9, 0, 5, 5, 7, 7, 8, 8, 9, 9, 0, 7, 7, 8, 8,
8, 8,10,10, 0, 0, 0, 8, 8, 8, 8,10,10, 0, 0, 0,
9, 9, 9, 9,11,11, 0, 0, 0, 9, 9, 9, 9,11,11, 0,
0, 0,10,10,10,10,11,11, 0, 0, 0, 0, 0, 9, 9,11,
11,
};
static const static_codebook _44c0_sm_p4_0 = {
2, 81,
(char *)_vq_lengthlist__44c0_sm_p4_0,
1, -531628032, 1611661312, 4, 0,
(long *)_vq_quantlist__44c0_sm_p4_0,
0
};
static const long _vq_quantlist__44c0_sm_p5_0[] = {
8,
7,
9,
6,
10,
5,
11,
4,
12,
3,
13,
2,
14,
1,
15,
0,
16,
};
static const char _vq_lengthlist__44c0_sm_p5_0[] = {
1, 4, 4, 6, 6, 8, 8, 8, 8, 8, 8, 9, 9,10,10,11,
11, 0, 6, 6, 7, 7, 8, 8, 9, 9, 9, 9,10,10,10,11,
11,11, 0, 5, 6, 7, 7, 8, 8, 9, 9, 9, 9,10,10,10,
11,11,11, 0, 7, 7, 8, 8, 8, 8, 9, 9, 9, 9,10,10,
11,11,12,12, 0, 0, 0, 8, 8, 8, 8, 9, 9, 9, 9,10,
10,11,11,12,12, 0, 0, 0, 8, 8, 9, 9,10,10,10,10,
11,11,11,11,12,12, 0, 0, 0, 8, 8, 9, 9,10,10,10,
10,11,11,11,11,12,12, 0, 0, 0, 9, 9, 9, 9,10,10,
10,10,11,11,12,12,12,13, 0, 0, 0, 0, 0, 9, 9,10,
10,10,10,11,11,12,12,13,13, 0, 0, 0, 0, 0, 9, 9,
10,10,11,11,11,11,12,12,13,13, 0, 0, 0, 0, 0, 9,
9,10,10,11,10,11,11,12,12,13,13, 0, 0, 0, 0, 0,
10,10,10,10,11,11,12,12,12,13,13,13, 0, 0, 0, 0,
0, 0, 0,10,10,11,11,12,12,12,13,13,13, 0, 0, 0,
0, 0, 0, 0,11,11,12,12,12,12,13,13,14,14, 0, 0,
0, 0, 0, 0, 0,11,11,12,11,12,12,13,13,13,13, 0,
0, 0, 0, 0, 0, 0,12,12,12,12,13,13,13,13,14,14,
0, 0, 0, 0, 0, 0, 0, 0, 0,12,12,12,12,13,13,14,
14,
};
static const static_codebook _44c0_sm_p5_0 = {
2, 289,
(char *)_vq_lengthlist__44c0_sm_p5_0,
1, -529530880, 1611661312, 5, 0,
(long *)_vq_quantlist__44c0_sm_p5_0,
0
};
static const long _vq_quantlist__44c0_sm_p6_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44c0_sm_p6_0[] = {
1, 4, 4, 7, 6, 6, 7, 6, 6, 4, 7, 7,10, 9, 9,11,
9, 9, 4, 7, 7,10, 9, 9,11, 9, 9, 7,10,10,10,11,
11,11,10,10, 6, 9, 9,11,11,10,11,10,10, 6, 9, 9,
11,10,11,11,10,10, 7,11,10,11,11,11,11,11,11, 6,
9, 9,11,10,10,11,11,10, 6, 9, 9,11,10,10,11,10,
11,
};
static const static_codebook _44c0_sm_p6_0 = {
4, 81,
(char *)_vq_lengthlist__44c0_sm_p6_0,
1, -529137664, 1618345984, 2, 0,
(long *)_vq_quantlist__44c0_sm_p6_0,
0
};
static const long _vq_quantlist__44c0_sm_p6_1[] = {
5,
4,
6,
3,
7,
2,
8,
1,
9,
0,
10,
};
static const char _vq_lengthlist__44c0_sm_p6_1[] = {
2, 4, 4, 6, 6, 7, 7, 7, 7, 7, 8, 9, 5, 5, 6, 6,
7, 7, 8, 8, 8, 8, 9, 5, 5, 6, 6, 7, 7, 8, 8, 8,
8,10, 7, 7, 7, 7, 7, 7, 8, 8, 8, 8,10,10,10, 7,
7, 7, 7, 8, 8, 8, 8,10,10,10, 8, 8, 8, 8, 8, 8,
8, 8,10,10,10, 8, 8, 8, 8, 8, 8, 8, 8,10,10,10,
8, 8, 8, 8, 8, 8, 8, 8,10,10,10,10,10, 8, 8, 8,
8, 8, 8,10,10,10,10,10, 9, 9, 8, 8, 8, 8,10,10,
10,10,10, 8, 8, 8, 8, 8, 8,
};
static const static_codebook _44c0_sm_p6_1 = {
2, 121,
(char *)_vq_lengthlist__44c0_sm_p6_1,
1, -531365888, 1611661312, 4, 0,
(long *)_vq_quantlist__44c0_sm_p6_1,
0
};
static const long _vq_quantlist__44c0_sm_p7_0[] = {
6,
5,
7,
4,
8,
3,
9,
2,
10,
1,
11,
0,
12,
};
static const char _vq_lengthlist__44c0_sm_p7_0[] = {
1, 4, 4, 6, 6, 7, 7, 7, 7, 8, 8, 9, 9, 7, 5, 5,
7, 7, 8, 8, 8, 8, 9, 9,10,10, 7, 6, 5, 7, 7, 8,
8, 8, 8, 9, 9,10,10, 0, 8, 8, 8, 8, 9, 9, 9, 9,
10,10,11,11, 0, 8, 8, 8, 8, 9, 9, 9, 9,10,10,11,
11, 0,12,12, 9, 9,10,10,10,10,11,11,11,11, 0,13,
13, 9, 9, 9, 9,10,10,11,11,11,12, 0, 0, 0, 9,10,
10,10,11,11,12,11,12,12, 0, 0, 0,10,10, 9, 9,11,
11,12,12,12,12, 0, 0, 0,13,13,10,10,11,11,12,12,
13,13, 0, 0, 0,14,14,10,10,11,11,12,12,13,13, 0,
0, 0, 0, 0,11,12,11,11,13,12,13,13, 0, 0, 0, 0,
0,12,12,11,11,13,12,14,14,
};
static const static_codebook _44c0_sm_p7_0 = {
2, 169,
(char *)_vq_lengthlist__44c0_sm_p7_0,
1, -526516224, 1616117760, 4, 0,
(long *)_vq_quantlist__44c0_sm_p7_0,
0
};
static const long _vq_quantlist__44c0_sm_p7_1[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44c0_sm_p7_1[] = {
2, 4, 4, 4, 4, 6, 5, 5, 5, 5, 6, 5, 5, 5, 5, 6,
6, 6, 5, 5, 6, 6, 6, 5, 5,
};
static const static_codebook _44c0_sm_p7_1 = {
2, 25,
(char *)_vq_lengthlist__44c0_sm_p7_1,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44c0_sm_p7_1,
0
};
static const long _vq_quantlist__44c0_sm_p8_0[] = {
4,
3,
5,
2,
6,
1,
7,
0,
8,
};
static const char _vq_lengthlist__44c0_sm_p8_0[] = {
1, 3, 3,11,11,11,11,11,11, 3, 7, 6,11,11,11,11,
11,11, 4, 8, 7,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,
};
static const static_codebook _44c0_sm_p8_0 = {
2, 81,
(char *)_vq_lengthlist__44c0_sm_p8_0,
1, -516186112, 1627103232, 4, 0,
(long *)_vq_quantlist__44c0_sm_p8_0,
0
};
static const long _vq_quantlist__44c0_sm_p8_1[] = {
6,
5,
7,
4,
8,
3,
9,
2,
10,
1,
11,
0,
12,
};
static const char _vq_lengthlist__44c0_sm_p8_1[] = {
1, 4, 4, 6, 6, 7, 7, 9, 9,10,11,12,12, 6, 5, 5,
7, 7, 8, 8,10,10,12,11,12,12, 6, 5, 5, 7, 7, 8,
8,10,10,12,11,12,12,17, 7, 7, 8, 8, 9, 9,10,10,
12,12,13,13,18, 7, 7, 8, 7, 9, 9,10,10,12,12,12,
13,19,10,10, 8, 8,10,10,11,11,12,12,13,14,19,11,
10, 8, 7,10,10,11,11,12,12,13,12,19,19,19,10,10,
10,10,11,11,12,12,13,13,19,19,19,11, 9,11, 9,14,
12,13,12,13,13,19,20,18,13,14,11,11,12,12,13,13,
14,13,20,20,20,15,13,11,10,13,11,13,13,14,13,20,
20,20,20,20,13,14,12,12,13,13,13,13,20,20,20,20,
20,13,13,12,12,16,13,15,13,
};
static const static_codebook _44c0_sm_p8_1 = {
2, 169,
(char *)_vq_lengthlist__44c0_sm_p8_1,
1, -522616832, 1620115456, 4, 0,
(long *)_vq_quantlist__44c0_sm_p8_1,
0
};
static const long _vq_quantlist__44c0_sm_p8_2[] = {
8,
7,
9,
6,
10,
5,
11,
4,
12,
3,
13,
2,
14,
1,
15,
0,
16,
};
static const char _vq_lengthlist__44c0_sm_p8_2[] = {
2, 5, 5, 6, 6, 7, 7, 7, 7, 8, 8, 8, 8, 8, 8, 8,
8,10, 6, 6, 7, 7, 7, 7, 8, 8, 9, 9, 9, 9, 9, 9,
9, 9,10, 6, 6, 7, 7, 8, 7, 8, 8, 9, 9, 9, 9, 9,
9, 9, 9,10, 7, 7, 7, 7, 8, 8, 8, 9, 9, 9, 9, 9,
9, 9, 9, 9,10,10,10, 7, 7, 8, 8, 9, 8, 9, 9, 9,
9,10, 9, 9,10,10,10,11, 8, 8, 8, 8, 9, 9, 9, 9,
9, 9, 9,10, 9,10,10,10,10, 8, 8, 8, 8, 9, 9, 9,
9, 9, 9, 9, 9,10,10,11,10,10, 8, 8, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9,10,10,10,10,10,11,11, 8, 8, 9,
9, 9, 9, 9, 9, 9, 9, 9,10,11,11,11,11,11, 9, 9,
9, 9, 9, 9, 9, 9,10, 9,10, 9,11,11,10,11,11, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9,10, 9,11,11,10,11,11,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9,10, 9,11,10,11,11,
11,11,11, 9, 9,10, 9, 9, 9, 9, 9, 9, 9,10,11,10,
11,11,11,11,10,10,10,10, 9, 9, 9, 9, 9, 9,10,11,
11,11,11,11,11, 9,10, 9, 9, 9, 9, 9, 9, 9, 9,11,
11,10,11,11,11,10,10,10, 9, 9, 9, 9, 9, 9, 9, 9,
10,11,10,11,11,11,11,11,11, 9, 9, 9, 9, 9, 9, 9,
9,
};
static const static_codebook _44c0_sm_p8_2 = {
2, 289,
(char *)_vq_lengthlist__44c0_sm_p8_2,
1, -529530880, 1611661312, 5, 0,
(long *)_vq_quantlist__44c0_sm_p8_2,
0
};
static const char _huff_lengthlist__44c0_sm_short[] = {
6, 6,12,13,13,14,16,17,17, 4, 2, 5, 8, 7, 9,12,
15,15, 9, 4, 5, 9, 7, 9,12,16,18,11, 6, 7, 4, 6,
8,11,14,18,10, 5, 6, 5, 5, 7,10,14,17,10, 5, 7,
7, 6, 7,10,13,16,11, 5, 7, 7, 7, 8,10,12,15,13,
6, 7, 5, 5, 7, 9,12,13,16, 8, 9, 6, 6, 7, 9,10,
12,
};
static const static_codebook _huff_book__44c0_sm_short = {
2, 81,
(char *)_huff_lengthlist__44c0_sm_short,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist__44c1_s_long[] = {
5, 5, 9,10, 9, 9,10,11,12, 5, 1, 5, 6, 6, 7,10,
12,14, 9, 5, 6, 8, 8,10,12,14,14,10, 5, 8, 5, 6,
8,11,13,14, 9, 5, 7, 6, 6, 8,10,12,11, 9, 7, 9,
7, 6, 6, 7,10,10,10, 9,12, 9, 8, 7, 7,10,12,11,
11,13,12,10, 9, 8, 9,11,11,14,15,15,13,11, 9, 9,
11,
};
static const static_codebook _huff_book__44c1_s_long = {
2, 81,
(char *)_huff_lengthlist__44c1_s_long,
0, 0, 0, 0, 0,
NULL,
0
};
static const long _vq_quantlist__44c1_s_p1_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44c1_s_p1_0[] = {
2, 4, 4, 0, 0, 0, 0, 0, 0, 5, 7, 6, 0, 0, 0, 0,
0, 0, 5, 6, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 5, 7, 7, 0, 0, 0, 0, 0, 0, 7, 8, 8, 0, 0, 0,
0, 0, 0, 7, 8, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 5, 7, 7, 0, 0, 0, 0, 0, 0, 7, 8, 8, 0, 0,
0, 0, 0, 0, 7, 8, 8, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 7, 7, 0, 0, 0, 0,
0, 0, 7, 8, 8, 0, 0, 0, 0, 0, 0, 7, 8, 8, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 8, 8, 0, 0, 0,
0, 0, 0, 8, 9,10, 0, 0, 0, 0, 0, 0, 8, 9, 9, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 8, 8, 0, 0,
0, 0, 0, 0, 8, 9, 8, 0, 0, 0, 0, 0, 0, 8, 9, 9,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 4, 7, 7, 0, 0, 0, 0, 0, 0, 7, 8, 8, 0, 0,
0, 0, 0, 0, 7, 8, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 6, 8, 8, 0, 0, 0, 0, 0, 0, 8,10, 9, 0,
0, 0, 0, 0, 0, 8, 8, 9, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 7, 8, 8, 0, 0, 0, 0, 0, 0, 8, 9, 9,
0, 0, 0, 0, 0, 0, 8, 9, 9, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0,
};
static const static_codebook _44c1_s_p1_0 = {
8, 6561,
(char *)_vq_lengthlist__44c1_s_p1_0,
1, -535822336, 1611661312, 2, 0,
(long *)_vq_quantlist__44c1_s_p1_0,
0
};
static const long _vq_quantlist__44c1_s_p2_0[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44c1_s_p2_0[] = {
2, 3, 4, 6, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 4, 4, 6, 6, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 4, 4, 5, 6, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 6, 6, 8, 8,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 6, 6, 6, 8, 8, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0,
};
static const static_codebook _44c1_s_p2_0 = {
4, 625,
(char *)_vq_lengthlist__44c1_s_p2_0,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44c1_s_p2_0,
0
};
static const long _vq_quantlist__44c1_s_p3_0[] = {
4,
3,
5,
2,
6,
1,
7,
0,
8,
};
static const char _vq_lengthlist__44c1_s_p3_0[] = {
1, 3, 2, 7, 7, 0, 0, 0, 0, 0,13,13, 6, 6, 0, 0,
0, 0, 0,12, 0, 6, 6, 0, 0, 0, 0, 0, 0, 0, 7, 7,
0, 0, 0, 0, 0, 0, 0, 7, 7, 0, 0, 0, 0, 0, 0, 0,
8, 9, 0, 0, 0, 0, 0, 0, 0, 8, 8, 0, 0, 0, 0, 0,
0, 0,11,10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0,
};
static const static_codebook _44c1_s_p3_0 = {
2, 81,
(char *)_vq_lengthlist__44c1_s_p3_0,
1, -531628032, 1611661312, 4, 0,
(long *)_vq_quantlist__44c1_s_p3_0,
0
};
static const long _vq_quantlist__44c1_s_p4_0[] = {
4,
3,
5,
2,
6,
1,
7,
0,
8,
};
static const char _vq_lengthlist__44c1_s_p4_0[] = {
1, 3, 3, 6, 5, 6, 6, 8, 8, 0, 0, 0, 7, 7, 7, 7,
9, 9, 0, 0, 0, 7, 7, 7, 7, 9, 9, 0, 0, 0, 7, 7,
8, 8,10,10, 0, 0, 0, 7, 7, 8, 8,10,10, 0, 0, 0,
9, 9, 8, 8,10,10, 0, 0, 0, 8, 8, 8, 8,10,10, 0,
0, 0,10,10, 9, 9,11,11, 0, 0, 0, 0, 0, 9, 9,11,
11,
};
static const static_codebook _44c1_s_p4_0 = {
2, 81,
(char *)_vq_lengthlist__44c1_s_p4_0,
1, -531628032, 1611661312, 4, 0,
(long *)_vq_quantlist__44c1_s_p4_0,
0
};
static const long _vq_quantlist__44c1_s_p5_0[] = {
8,
7,
9,
6,
10,
5,
11,
4,
12,
3,
13,
2,
14,
1,
15,
0,
16,
};
static const char _vq_lengthlist__44c1_s_p5_0[] = {
1, 4, 3, 6, 6, 7, 7, 8, 8, 8, 8, 9, 9,10,10,11,
11, 0, 0, 0, 7, 7, 8, 8, 9, 9, 9, 9,10,10,10,10,
11,11, 0, 0, 0, 7, 7, 8, 8, 9, 9, 9, 9,10,10,10,
10,11,11, 0, 0, 0, 7, 7, 8, 8, 9, 9, 9, 9,10,10,
11,11,11,11, 0, 0, 0, 7, 7, 8, 8, 9, 9, 9, 9,10,
10,11,11,12,11, 0, 0, 0, 8, 8, 9, 9, 9,10,10,10,
10,10,11,11,12,12, 0, 0, 0, 8, 8, 9, 9,10, 9,10,
10,10,10,11,11,12,12, 0, 0, 0, 9, 9, 9, 9,10,10,
10,10,11,11,12,12,12,12, 0, 0, 0, 0, 0, 9, 9,10,
10,10,10,11,11,12,12,12,12, 0, 0, 0, 0, 0, 9, 9,
10,10,10,11,11,11,12,12,13,13, 0, 0, 0, 0, 0, 9,
9,10,10,10,10,11,11,12,12,13,13, 0, 0, 0, 0, 0,
10,10,10,10,11,11,12,12,12,12,13,13, 0, 0, 0, 0,
0, 0, 0,10,10,11,11,12,12,12,12,13,13, 0, 0, 0,
0, 0, 0, 0,11,11,12,12,12,12,13,13,13,13, 0, 0,
0, 0, 0, 0, 0,11,11,11,11,12,12,13,13,13,13, 0,
0, 0, 0, 0, 0, 0,12,12,12,12,12,12,13,13,14,14,
0, 0, 0, 0, 0, 0, 0, 0, 0,12,12,12,12,13,13,14,
14,
};
static const static_codebook _44c1_s_p5_0 = {
2, 289,
(char *)_vq_lengthlist__44c1_s_p5_0,
1, -529530880, 1611661312, 5, 0,
(long *)_vq_quantlist__44c1_s_p5_0,
0
};
static const long _vq_quantlist__44c1_s_p6_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44c1_s_p6_0[] = {
1, 4, 4, 7, 6, 6, 7, 6, 6, 4, 7, 7,10, 9, 9,11,
9, 9, 4, 7, 7,10, 9, 9,11, 9, 9, 6,10,10,11,11,
11,11,10,10, 6, 9, 9,11,10,10,11,10,10, 6, 9, 9,
11,10,11,11,10,10, 7,11,10,11,11,11,12,11,11, 7,
9, 9,11,10,10,11,11,10, 6, 9, 9,10,10,10,12,10,
11,
};
static const static_codebook _44c1_s_p6_0 = {
4, 81,
(char *)_vq_lengthlist__44c1_s_p6_0,
1, -529137664, 1618345984, 2, 0,
(long *)_vq_quantlist__44c1_s_p6_0,
0
};
static const long _vq_quantlist__44c1_s_p6_1[] = {
5,
4,
6,
3,
7,
2,
8,
1,
9,
0,
10,
};
static const char _vq_lengthlist__44c1_s_p6_1[] = {
2, 3, 3, 6, 6, 7, 7, 7, 7, 8, 8,10,10,10, 6, 6,
7, 7, 8, 8, 8, 8,10,10,10, 6, 6, 7, 7, 8, 8, 8,
8,10,10,10, 7, 7, 7, 7, 8, 8, 8, 8,10,10,10, 7,
7, 7, 7, 8, 8, 8, 8,10,10,10, 7, 7, 8, 8, 8, 8,
8, 8,10,10,10, 7, 7, 8, 8, 8, 8, 8, 8,10,10,10,
8, 8, 8, 8, 8, 8, 8, 8,10,10,10,10,10, 8, 8, 8,
8, 8, 8,10,10,10,10,10, 9, 9, 8, 8, 8, 8,10,10,
10,10,10, 8, 8, 8, 8, 8, 8,
};
static const static_codebook _44c1_s_p6_1 = {
2, 121,
(char *)_vq_lengthlist__44c1_s_p6_1,
1, -531365888, 1611661312, 4, 0,
(long *)_vq_quantlist__44c1_s_p6_1,
0
};
static const long _vq_quantlist__44c1_s_p7_0[] = {
6,
5,
7,
4,
8,
3,
9,
2,
10,
1,
11,
0,
12,
};
static const char _vq_lengthlist__44c1_s_p7_0[] = {
1, 4, 4, 6, 6, 7, 7, 7, 7, 8, 8,10, 9, 7, 5, 6,
7, 7, 8, 8, 8, 8, 9, 9,10,10, 7, 5, 5, 7, 7, 8,
8, 8, 8, 9, 9,10,10, 0, 8, 8, 8, 8, 9, 9, 9, 9,
10,10,11,10, 0, 8, 8, 8, 8, 9, 9, 9, 9,10,10,11,
11, 0,12,12, 9, 9, 9,10,10,10,11,11,11,11, 0,13,
13, 9, 9, 9, 9,10,10,11,11,11,11, 0, 0, 0,10,10,
10,10,11,11,12,11,12,12, 0, 0, 0,10,10,10, 9,11,
11,12,11,13,12, 0, 0, 0,13,13,10,10,11,11,12,12,
13,13, 0, 0, 0,14,14,10,10,11,11,12,12,13,13, 0,
0, 0, 0, 0,11,12,11,11,12,12,14,13, 0, 0, 0, 0,
0,12,11,11,11,13,10,14,13,
};
static const static_codebook _44c1_s_p7_0 = {
2, 169,
(char *)_vq_lengthlist__44c1_s_p7_0,
1, -526516224, 1616117760, 4, 0,
(long *)_vq_quantlist__44c1_s_p7_0,
0
};
static const long _vq_quantlist__44c1_s_p7_1[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44c1_s_p7_1[] = {
2, 3, 3, 5, 5, 6, 6, 6, 5, 5, 6, 6, 6, 5, 5, 6,
6, 6, 5, 5, 6, 6, 6, 5, 5,
};
static const static_codebook _44c1_s_p7_1 = {
2, 25,
(char *)_vq_lengthlist__44c1_s_p7_1,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44c1_s_p7_1,
0
};
static const long _vq_quantlist__44c1_s_p8_0[] = {
6,
5,
7,
4,
8,
3,
9,
2,
10,
1,
11,
0,
12,
};
static const char _vq_lengthlist__44c1_s_p8_0[] = {
1, 4, 3,10,10,10,10,10,10,10,10,10,10, 4, 8, 6,
10,10,10,10,10,10,10,10,10,10, 4, 8, 7,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,
};
static const static_codebook _44c1_s_p8_0 = {
2, 169,
(char *)_vq_lengthlist__44c1_s_p8_0,
1, -514541568, 1627103232, 4, 0,
(long *)_vq_quantlist__44c1_s_p8_0,
0
};
static const long _vq_quantlist__44c1_s_p8_1[] = {
6,
5,
7,
4,
8,
3,
9,
2,
10,
1,
11,
0,
12,
};
static const char _vq_lengthlist__44c1_s_p8_1[] = {
1, 4, 4, 6, 5, 7, 7, 9, 9,10,10,12,12, 6, 5, 5,
7, 7, 8, 8,10,10,12,11,12,12, 6, 5, 5, 7, 7, 8,
8,10,10,11,11,12,12,15, 7, 7, 8, 8, 9, 9,11,11,
12,12,13,12,15, 8, 8, 8, 7, 9, 9,10,10,12,12,13,
13,16,11,10, 8, 8,10,10,11,11,12,12,13,13,16,11,
11, 9, 8,11,10,11,11,12,12,13,12,16,16,16,10,11,
10,11,12,12,12,12,13,13,16,16,16,11, 9,11, 9,14,
12,12,12,13,13,16,16,16,12,14,11,12,12,12,13,13,
14,13,16,16,16,15,13,12,10,13,10,13,14,13,13,16,
16,16,16,16,13,14,12,13,13,12,13,13,16,16,16,16,
16,13,12,12,11,14,12,15,13,
};
static const static_codebook _44c1_s_p8_1 = {
2, 169,
(char *)_vq_lengthlist__44c1_s_p8_1,
1, -522616832, 1620115456, 4, 0,
(long *)_vq_quantlist__44c1_s_p8_1,
0
};
static const long _vq_quantlist__44c1_s_p8_2[] = {
8,
7,
9,
6,
10,
5,
11,
4,
12,
3,
13,
2,
14,
1,
15,
0,
16,
};
static const char _vq_lengthlist__44c1_s_p8_2[] = {
2, 4, 4, 6, 6, 6, 6, 7, 7, 8, 8, 8, 8, 8, 8, 8,
8,10,10,10, 7, 7, 7, 7, 8, 8, 9, 9, 9, 9, 9, 9,
9, 9,10,10,10, 7, 7, 8, 7, 8, 8, 9, 9, 9, 9, 9,
9, 9, 9,10,10,10, 7, 7, 8, 8, 8, 9, 9, 9, 9, 9,
9,10, 9, 9,10,10,10, 7, 7, 8, 8, 9, 8, 9, 9, 9,
9,10, 9, 9,10,10,11,11, 8, 8, 8, 8, 9, 9, 9, 9,
9, 9,10, 9, 9,10,10,10,10, 8, 8, 8, 8, 9, 9, 9,
9, 9, 9, 9, 9,10,10,11,11,11, 8, 8, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9,10,10,10,10,11,11,11, 8, 8, 9,
9, 9, 9,10, 9, 9, 9, 9, 9,11,11,11,11,11, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9,11,10,10,11,11, 9,
9, 9, 9, 9, 9, 9, 9, 9,10,10,10,10,11,10,11,11,
9, 9, 9, 9, 9, 9, 9, 9, 9,10,10, 9,10,10,11,11,
11,11,11, 9, 9, 9,10, 9, 9, 9, 9, 9, 9,10,11,11,
11,11,11,11,10,10,10,10, 9, 9, 9, 9, 9, 9,10,11,
11,11,11,11,11, 9,10, 9, 9, 9, 9,10, 9, 9, 9,11,
11,11,11,11,11,11,10,10, 9, 9, 9, 9, 9, 9,10, 9,
11,11,10,11,11,11,11,10,11, 9, 9, 9, 9, 9, 9, 9,
9,
};
static const static_codebook _44c1_s_p8_2 = {
2, 289,
(char *)_vq_lengthlist__44c1_s_p8_2,
1, -529530880, 1611661312, 5, 0,
(long *)_vq_quantlist__44c1_s_p8_2,
0
};
static const char _huff_lengthlist__44c1_s_short[] = {
6, 8,13,12,13,14,15,16,16, 4, 2, 4, 7, 6, 8,11,
13,15,10, 4, 4, 8, 6, 8,11,14,17,11, 5, 6, 5, 6,
8,12,14,17,11, 5, 5, 6, 5, 7,10,13,16,12, 6, 7,
8, 7, 8,10,13,15,13, 8, 8, 7, 7, 8,10,12,15,15,
7, 7, 5, 5, 7, 9,12,14,15, 8, 8, 6, 6, 7, 8,10,
11,
};
static const static_codebook _huff_book__44c1_s_short = {
2, 81,
(char *)_huff_lengthlist__44c1_s_short,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist__44c1_sm_long[] = {
5, 4, 8,10, 9, 9,10,11,12, 4, 2, 5, 6, 6, 8,10,
11,13, 8, 4, 6, 8, 7, 9,12,12,14,10, 6, 8, 4, 5,
6, 9,11,12, 9, 5, 6, 5, 5, 6, 9,11,11, 9, 7, 9,
6, 5, 5, 7,10,10,10, 9,11, 8, 7, 6, 7, 9,11,11,
12,13,10,10, 9, 8, 9,11,11,15,15,12,13,11, 9,10,
11,
};
static const static_codebook _huff_book__44c1_sm_long = {
2, 81,
(char *)_huff_lengthlist__44c1_sm_long,
0, 0, 0, 0, 0,
NULL,
0
};
static const long _vq_quantlist__44c1_sm_p1_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44c1_sm_p1_0[] = {
1, 5, 5, 0, 0, 0, 0, 0, 0, 5, 7, 7, 0, 0, 0, 0,
0, 0, 5, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 5, 8, 7, 0, 0, 0, 0, 0, 0, 7, 9, 9, 0, 0, 0,
0, 0, 0, 7, 8, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 5, 7, 7, 0, 0, 0, 0, 0, 0, 7, 9, 8, 0, 0,
0, 0, 0, 0, 7, 9, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 8, 7, 0, 0, 0, 0,
0, 0, 8, 9, 9, 0, 0, 0, 0, 0, 0, 8, 9, 9, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 9, 9, 0, 0, 0,
0, 0, 0, 9, 9,10, 0, 0, 0, 0, 0, 0, 9,10,10, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 9, 9, 0, 0,
0, 0, 0, 0, 8,10, 9, 0, 0, 0, 0, 0, 0, 9,10,10,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 5, 7, 8, 0, 0, 0, 0, 0, 0, 8, 9, 9, 0, 0,
0, 0, 0, 0, 8, 9, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 7, 9, 9, 0, 0, 0, 0, 0, 0, 9,10,10, 0,
0, 0, 0, 0, 0, 8, 9,10, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 7, 9, 9, 0, 0, 0, 0, 0, 0, 9,10,10,
0, 0, 0, 0, 0, 0, 9,10, 9, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0,
};
static const static_codebook _44c1_sm_p1_0 = {
8, 6561,
(char *)_vq_lengthlist__44c1_sm_p1_0,
1, -535822336, 1611661312, 2, 0,
(long *)_vq_quantlist__44c1_sm_p1_0,
0
};
static const long _vq_quantlist__44c1_sm_p2_0[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44c1_sm_p2_0[] = {
2, 3, 4, 6, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 4, 4, 6, 6, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 4, 4, 4, 6, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 6, 6, 9, 9,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 6, 6, 7, 9, 9, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0,
};
static const static_codebook _44c1_sm_p2_0 = {
4, 625,
(char *)_vq_lengthlist__44c1_sm_p2_0,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44c1_sm_p2_0,
0
};
static const long _vq_quantlist__44c1_sm_p3_0[] = {
4,
3,
5,
2,
6,
1,
7,
0,
8,
};
static const char _vq_lengthlist__44c1_sm_p3_0[] = {
1, 3, 3, 7, 7, 0, 0, 0, 0, 0, 5, 5, 6, 6, 0, 0,
0, 0, 0, 5, 5, 7, 7, 0, 0, 0, 0, 0, 7, 7, 7, 7,
0, 0, 0, 0, 0, 0, 0, 7, 7, 0, 0, 0, 0, 0, 0, 0,
8, 9, 0, 0, 0, 0, 0, 0, 0, 8, 8, 0, 0, 0, 0, 0,
0, 0,10,10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0,
};
static const static_codebook _44c1_sm_p3_0 = {
2, 81,
(char *)_vq_lengthlist__44c1_sm_p3_0,
1, -531628032, 1611661312, 4, 0,
(long *)_vq_quantlist__44c1_sm_p3_0,
0
};
static const long _vq_quantlist__44c1_sm_p4_0[] = {
4,
3,
5,
2,
6,
1,
7,
0,
8,
};
static const char _vq_lengthlist__44c1_sm_p4_0[] = {
1, 3, 3, 6, 6, 7, 7, 9, 9, 0, 6, 6, 7, 7, 8, 8,
9, 9, 0, 6, 6, 7, 7, 8, 8, 9, 9, 0, 7, 7, 8, 8,
8, 8,10,10, 0, 0, 0, 8, 8, 8, 8,10,10, 0, 0, 0,
8, 8, 9, 9,11,11, 0, 0, 0, 9, 9, 9, 9,11,11, 0,
0, 0,10,10,10,10,11,11, 0, 0, 0, 0, 0, 9, 9,11,
11,
};
static const static_codebook _44c1_sm_p4_0 = {
2, 81,
(char *)_vq_lengthlist__44c1_sm_p4_0,
1, -531628032, 1611661312, 4, 0,
(long *)_vq_quantlist__44c1_sm_p4_0,
0
};
static const long _vq_quantlist__44c1_sm_p5_0[] = {
8,
7,
9,
6,
10,
5,
11,
4,
12,
3,
13,
2,
14,
1,
15,
0,
16,
};
static const char _vq_lengthlist__44c1_sm_p5_0[] = {
2, 3, 3, 6, 6, 7, 7, 8, 8, 8, 8, 9, 9,10,10,11,
11, 0, 5, 5, 6, 6, 8, 8, 9, 9, 9, 9,10,10,10,10,
11,11, 0, 5, 5, 6, 6, 8, 8, 9, 9, 9, 9,10,10,10,
10,11,11, 0, 7, 7, 7, 7, 8, 8, 9, 9, 9, 9,10,10,
11,11,12,12, 0, 0, 0, 7, 7, 8, 8, 9, 9, 9, 9,10,
10,11,11,12,12, 0, 0, 0, 8, 8, 8, 8, 9, 9,10,10,
10,11,11,11,12,12, 0, 0, 0, 8, 8, 8, 8, 9, 9,10,
10,10,10,11,11,12,12, 0, 0, 0, 9, 9, 9, 9,10,10,
10,10,11,11,12,12,12,12, 0, 0, 0, 0, 0, 9, 9,10,
10,10,10,11,11,12,12,13,13, 0, 0, 0, 0, 0, 9, 9,
9, 9,10,10,11,11,12,12,13,13, 0, 0, 0, 0, 0, 9,
9, 9, 9,10,10,11,11,12,12,13,13, 0, 0, 0, 0, 0,
9, 9,10,10,11,11,12,12,12,12,13,13, 0, 0, 0, 0,
0, 0, 0,10,10,11,11,12,12,12,12,13,13, 0, 0, 0,
0, 0, 0, 0,11,11,11,11,12,12,13,13,13,13, 0, 0,
0, 0, 0, 0, 0,11,11,11,11,12,12,13,13,13,13, 0,
0, 0, 0, 0, 0, 0,11,11,12,12,12,12,13,13,14,14,
0, 0, 0, 0, 0, 0, 0, 0, 0,12,12,12,12,13,13,14,
14,
};
static const static_codebook _44c1_sm_p5_0 = {
2, 289,
(char *)_vq_lengthlist__44c1_sm_p5_0,
1, -529530880, 1611661312, 5, 0,
(long *)_vq_quantlist__44c1_sm_p5_0,
0
};
static const long _vq_quantlist__44c1_sm_p6_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44c1_sm_p6_0[] = {
1, 4, 4, 7, 6, 6, 7, 6, 6, 4, 7, 7,10, 9, 9,11,
9, 9, 4, 7, 7,10, 9, 9,11, 9, 9, 7,10,10,10,11,
11,11,10,10, 6, 9, 9,11,11,10,11,10,10, 6, 9, 9,
11,10,11,11,10,10, 7,11,11,11,11,11,11,11,11, 6,
9, 9,11,10,10,11,11,10, 6, 9, 9,10,10,10,11,10,
11,
};
static const static_codebook _44c1_sm_p6_0 = {
4, 81,
(char *)_vq_lengthlist__44c1_sm_p6_0,
1, -529137664, 1618345984, 2, 0,
(long *)_vq_quantlist__44c1_sm_p6_0,
0
};
static const long _vq_quantlist__44c1_sm_p6_1[] = {
5,
4,
6,
3,
7,
2,
8,
1,
9,
0,
10,
};
static const char _vq_lengthlist__44c1_sm_p6_1[] = {
2, 4, 4, 6, 6, 7, 7, 7, 7, 8, 8,10, 5, 5, 6, 6,
7, 7, 8, 8, 8, 8,10, 5, 5, 6, 6, 7, 7, 8, 8, 8,
8,10, 7, 7, 7, 7, 8, 8, 8, 8, 8, 8,10,10,10, 7,
7, 7, 7, 8, 8, 8, 8,10,10,10, 7, 7, 8, 8, 8, 8,
8, 8,10,10,10, 7, 7, 8, 8, 8, 8, 8, 8,10,10,10,
8, 8, 8, 8, 8, 8, 9, 8,10,10,10,10,10, 8, 8, 8,
8, 8, 8,10,10,10,10,10, 9, 9, 8, 8, 8, 8,10,10,
10,10,10, 8, 8, 8, 8, 8, 8,
};
static const static_codebook _44c1_sm_p6_1 = {
2, 121,
(char *)_vq_lengthlist__44c1_sm_p6_1,
1, -531365888, 1611661312, 4, 0,
(long *)_vq_quantlist__44c1_sm_p6_1,
0
};
static const long _vq_quantlist__44c1_sm_p7_0[] = {
6,
5,
7,
4,
8,
3,
9,
2,
10,
1,
11,
0,
12,
};
static const char _vq_lengthlist__44c1_sm_p7_0[] = {
1, 4, 4, 6, 6, 7, 7, 7, 7, 8, 8, 9, 9, 7, 5, 5,
7, 7, 8, 8, 8, 8, 9, 9,10,10, 7, 5, 6, 7, 7, 8,
8, 8, 8, 9, 9,11,10, 0, 8, 8, 8, 8, 9, 9, 9, 9,
10,10,11,11, 0, 8, 8, 8, 8, 9, 9, 9, 9,10,10,11,
11, 0,12,12, 9, 9,10,10,10,10,11,11,11,11, 0,13,
13, 9, 9, 9, 9,10,10,11,11,12,12, 0, 0, 0, 9,10,
9,10,11,11,12,11,13,12, 0, 0, 0,10,10, 9, 9,11,
11,12,12,13,12, 0, 0, 0,13,13,10,10,11,11,12,12,
13,13, 0, 0, 0,14,14,10,10,11,11,12,12,13,13, 0,
0, 0, 0, 0,11,12,11,11,12,13,14,13, 0, 0, 0, 0,
0,12,12,11,11,13,12,14,13,
};
static const static_codebook _44c1_sm_p7_0 = {
2, 169,
(char *)_vq_lengthlist__44c1_sm_p7_0,
1, -526516224, 1616117760, 4, 0,
(long *)_vq_quantlist__44c1_sm_p7_0,
0
};
static const long _vq_quantlist__44c1_sm_p7_1[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44c1_sm_p7_1[] = {
2, 4, 4, 4, 5, 6, 5, 5, 5, 5, 6, 5, 5, 5, 5, 6,
5, 5, 5, 5, 6, 6, 6, 5, 5,
};
static const static_codebook _44c1_sm_p7_1 = {
2, 25,
(char *)_vq_lengthlist__44c1_sm_p7_1,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44c1_sm_p7_1,
0
};
static const long _vq_quantlist__44c1_sm_p8_0[] = {
6,
5,
7,
4,
8,
3,
9,
2,
10,
1,
11,
0,
12,
};
static const char _vq_lengthlist__44c1_sm_p8_0[] = {
1, 3, 3,13,13,13,13,13,13,13,13,13,13, 3, 6, 6,
13,13,13,13,13,13,13,13,13,13, 4, 8, 7,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,
};
static const static_codebook _44c1_sm_p8_0 = {
2, 169,
(char *)_vq_lengthlist__44c1_sm_p8_0,
1, -514541568, 1627103232, 4, 0,
(long *)_vq_quantlist__44c1_sm_p8_0,
0
};
static const long _vq_quantlist__44c1_sm_p8_1[] = {
6,
5,
7,
4,
8,
3,
9,
2,
10,
1,
11,
0,
12,
};
static const char _vq_lengthlist__44c1_sm_p8_1[] = {
1, 4, 4, 6, 6, 7, 7, 9, 9,10,11,12,12, 6, 5, 5,
7, 7, 8, 7,10,10,11,11,12,12, 6, 5, 5, 7, 7, 8,
8,10,10,11,11,12,12,16, 7, 7, 8, 8, 9, 9,11,11,
12,12,13,13,17, 7, 7, 8, 7, 9, 9,11,10,12,12,13,
13,19,11,10, 8, 8,10,10,11,11,12,12,13,13,19,11,
11, 9, 7,11,10,11,11,12,12,13,12,19,19,19,10,10,
10,10,11,12,12,12,13,14,18,19,19,11, 9,11, 9,13,
12,12,12,13,13,19,20,19,13,15,11,11,12,12,13,13,
14,13,18,19,20,15,13,12,10,13,10,13,13,13,14,20,
20,20,20,20,13,14,12,12,13,12,13,13,20,20,20,20,
20,13,12,12,12,14,12,14,13,
};
static const static_codebook _44c1_sm_p8_1 = {
2, 169,
(char *)_vq_lengthlist__44c1_sm_p8_1,
1, -522616832, 1620115456, 4, 0,
(long *)_vq_quantlist__44c1_sm_p8_1,
0
};
static const long _vq_quantlist__44c1_sm_p8_2[] = {
8,
7,
9,
6,
10,
5,
11,
4,
12,
3,
13,
2,
14,
1,
15,
0,
16,
};
static const char _vq_lengthlist__44c1_sm_p8_2[] = {
2, 5, 5, 6, 6, 7, 6, 7, 7, 8, 8, 8, 8, 8, 8, 8,
8,10, 6, 6, 7, 7, 7, 7, 8, 8, 9, 9, 9, 9, 9, 9,
9, 9,10, 6, 6, 7, 7, 8, 8, 8, 8, 9, 9, 9, 9, 9,
9, 9, 9,10, 7, 7, 7, 7, 8, 8, 8, 9, 9, 9, 9, 9,
9, 9, 9, 9,10,10,10, 7, 7, 8, 8, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9,10,11,11, 8, 8, 8, 8, 9, 9, 9, 9,
9, 9,10,10, 9,10,10,10,10, 8, 8, 8, 8, 9, 9, 9,
9, 9, 9, 9, 9,10,10,11,10,10, 8, 8, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9,10, 9,10,10,10,11,11, 8, 8, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9,11,11,11,11,11, 9, 9,
9, 9, 9, 9, 9, 9,10, 9,10, 9,11,11,11,11,11, 9,
8, 9, 9, 9, 9, 9, 9, 9,10,10, 9,11,11,10,11,11,
9, 9, 9, 9, 9, 9, 9, 9, 9,10,10, 9,11,11,11,11,
11,11,11, 9, 9,10, 9, 9, 9, 9,10, 9,10,10,11,10,
11,11,11,11, 9,10,10,10, 9, 9, 9, 9, 9, 9,10,11,
11,11,11,11,11, 9, 9, 9, 9, 9, 9, 9, 9,10, 9,11,
11,10,11,11,11,11,10,10, 9, 9, 9, 9, 9, 9,10, 9,
10,11,10,11,11,11,11,11,11, 9, 9,10, 9, 9, 9, 9,
9,
};
static const static_codebook _44c1_sm_p8_2 = {
2, 289,
(char *)_vq_lengthlist__44c1_sm_p8_2,
1, -529530880, 1611661312, 5, 0,
(long *)_vq_quantlist__44c1_sm_p8_2,
0
};
static const char _huff_lengthlist__44c1_sm_short[] = {
4, 7,13,14,14,15,16,18,18, 4, 2, 5, 8, 7, 9,12,
15,15,10, 4, 5,10, 6, 8,11,15,17,12, 5, 7, 5, 6,
8,11,14,17,11, 5, 6, 6, 5, 6, 9,13,17,12, 6, 7,
6, 5, 6, 8,12,14,14, 7, 8, 6, 6, 7, 9,11,14,14,
8, 9, 6, 5, 6, 9,11,13,16,10,10, 7, 6, 7, 8,10,
11,
};
static const static_codebook _huff_book__44c1_sm_short = {
2, 81,
(char *)_huff_lengthlist__44c1_sm_short,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist__44cn1_s_long[] = {
4, 4, 7, 8, 7, 8,10,12,17, 3, 1, 6, 6, 7, 8,10,
12,15, 7, 6, 9, 9, 9,11,12,14,17, 8, 6, 9, 6, 7,
9,11,13,17, 7, 6, 9, 7, 7, 8, 9,12,15, 8, 8,10,
8, 7, 7, 7,10,14, 9,10,12,10, 8, 8, 8,10,14,11,
13,15,13,12,11,11,12,16,17,18,18,19,20,18,16,16,
20,
};
static const static_codebook _huff_book__44cn1_s_long = {
2, 81,
(char *)_huff_lengthlist__44cn1_s_long,
0, 0, 0, 0, 0,
NULL,
0
};
static const long _vq_quantlist__44cn1_s_p1_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44cn1_s_p1_0[] = {
1, 4, 4, 0, 0, 0, 0, 0, 0, 5, 7, 7, 0, 0, 0, 0,
0, 0, 5, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 5, 8, 8, 0, 0, 0, 0, 0, 0, 8, 9, 9, 0, 0, 0,
0, 0, 0, 7, 9,10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 5, 8, 8, 0, 0, 0, 0, 0, 0, 7,10, 9, 0, 0,
0, 0, 0, 0, 8,10, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 8, 8, 0, 0, 0, 0,
0, 0, 8,10,10, 0, 0, 0, 0, 0, 0, 8, 9,10, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7,10,10, 0, 0, 0,
0, 0, 0, 9, 9,11, 0, 0, 0, 0, 0, 0,10,11,11, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7,10,10, 0, 0,
0, 0, 0, 0, 9,11, 9, 0, 0, 0, 0, 0, 0,10,11,11,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 5, 8, 8, 0, 0, 0, 0, 0, 0, 8,10,10, 0, 0,
0, 0, 0, 0, 8,10,10, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 7,10,10, 0, 0, 0, 0, 0, 0,10,11,11, 0,
0, 0, 0, 0, 0, 9, 9,11, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 7,10,10, 0, 0, 0, 0, 0, 0,10,11,11,
0, 0, 0, 0, 0, 0, 9,11, 9, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0,
};
static const static_codebook _44cn1_s_p1_0 = {
8, 6561,
(char *)_vq_lengthlist__44cn1_s_p1_0,
1, -535822336, 1611661312, 2, 0,
(long *)_vq_quantlist__44cn1_s_p1_0,
0
};
static const long _vq_quantlist__44cn1_s_p2_0[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44cn1_s_p2_0[] = {
1, 4, 4, 7, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 5, 5, 7, 7, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 4, 5, 5, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 7, 7, 9, 9,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 6, 7, 7, 9, 9, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0,
};
static const static_codebook _44cn1_s_p2_0 = {
4, 625,
(char *)_vq_lengthlist__44cn1_s_p2_0,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44cn1_s_p2_0,
0
};
static const long _vq_quantlist__44cn1_s_p3_0[] = {
4,
3,
5,
2,
6,
1,
7,
0,
8,
};
static const char _vq_lengthlist__44cn1_s_p3_0[] = {
1, 2, 3, 7, 7, 0, 0, 0, 0, 0, 0, 0, 6, 6, 0, 0,
0, 0, 0, 0, 0, 6, 6, 0, 0, 0, 0, 0, 0, 0, 7, 7,
0, 0, 0, 0, 0, 0, 0, 7, 7, 0, 0, 0, 0, 0, 0, 0,
9, 8, 0, 0, 0, 0, 0, 0, 0, 8, 8, 0, 0, 0, 0, 0,
0, 0,10,10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0,
};
static const static_codebook _44cn1_s_p3_0 = {
2, 81,
(char *)_vq_lengthlist__44cn1_s_p3_0,
1, -531628032, 1611661312, 4, 0,
(long *)_vq_quantlist__44cn1_s_p3_0,
0
};
static const long _vq_quantlist__44cn1_s_p4_0[] = {
4,
3,
5,
2,
6,
1,
7,
0,
8,
};
static const char _vq_lengthlist__44cn1_s_p4_0[] = {
1, 3, 3, 6, 6, 6, 6, 8, 8, 0, 0, 0, 6, 6, 7, 7,
9, 9, 0, 0, 0, 6, 6, 7, 7, 9, 9, 0, 0, 0, 7, 7,
8, 8,10,10, 0, 0, 0, 7, 7, 8, 8,10,10, 0, 0, 0,
9, 9, 9, 9,10,10, 0, 0, 0, 9, 9, 9, 9,10,10, 0,
0, 0,10,10,10,10,11,11, 0, 0, 0, 0, 0,10,10,11,
11,
};
static const static_codebook _44cn1_s_p4_0 = {
2, 81,
(char *)_vq_lengthlist__44cn1_s_p4_0,
1, -531628032, 1611661312, 4, 0,
(long *)_vq_quantlist__44cn1_s_p4_0,
0
};
static const long _vq_quantlist__44cn1_s_p5_0[] = {
8,
7,
9,
6,
10,
5,
11,
4,
12,
3,
13,
2,
14,
1,
15,
0,
16,
};
static const char _vq_lengthlist__44cn1_s_p5_0[] = {
1, 4, 3, 6, 6, 7, 7, 8, 8, 8, 8, 9, 9,10,10,10,
10, 0, 0, 0, 7, 7, 8, 8, 9, 9, 9, 9,10,10,10,10,
11,11, 0, 0, 0, 7, 7, 8, 8, 9, 9, 9, 9,10,10,10,
10,11,11, 0, 0, 0, 7, 7, 8, 8, 9, 9, 9, 9,10,10,
11,11,11,12, 0, 0, 0, 7, 7, 8, 8, 9, 9, 9, 9,10,
10,11,11,11,11, 0, 0, 0, 8, 8, 9, 9, 9, 9,10,10,
10,10,11,11,12,12, 0, 0, 0, 8, 8, 9, 9, 9, 9,10,
10,10,11,11,11,12,12, 0, 0, 0, 9, 9,10, 9,10,10,
10,10,11,11,11,11,12,12, 0, 0, 0, 0, 0, 9, 9,10,
10,10,10,11,11,12,12,12,12, 0, 0, 0, 0, 0, 9, 9,
10,10,10,11,11,11,12,12,13,13, 0, 0, 0, 0, 0, 9,
9,10,10,10,10,11,11,12,12,13,13, 0, 0, 0, 0, 0,
10,10,11,10,11,11,11,12,13,12,13,13, 0, 0, 0, 0,
0, 0, 0,11,10,11,11,12,12,12,12,13,13, 0, 0, 0,
0, 0, 0, 0,11,11,12,12,12,12,13,13,13,14, 0, 0,
0, 0, 0, 0, 0,11,11,12,12,12,12,13,13,13,14, 0,
0, 0, 0, 0, 0, 0,12,12,12,13,13,13,13,13,14,14,
0, 0, 0, 0, 0, 0, 0, 0, 0,12,12,13,12,13,13,14,
14,
};
static const static_codebook _44cn1_s_p5_0 = {
2, 289,
(char *)_vq_lengthlist__44cn1_s_p5_0,
1, -529530880, 1611661312, 5, 0,
(long *)_vq_quantlist__44cn1_s_p5_0,
0
};
static const long _vq_quantlist__44cn1_s_p6_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44cn1_s_p6_0[] = {
1, 4, 4, 7, 6, 6, 7, 6, 6, 4, 6, 6,10, 9, 9,11,
9, 9, 4, 6, 6,10, 9, 9,10, 9, 9, 7,10,10,11,11,
11,12,11,11, 7, 9, 9,11,11,10,11,10,10, 7, 9, 9,
11,10,11,11,10,10, 7,10,10,11,11,11,12,11,11, 7,
9, 9,11,10,10,11,10,10, 7, 9, 9,11,10,10,11,10,
10,
};
static const static_codebook _44cn1_s_p6_0 = {
4, 81,
(char *)_vq_lengthlist__44cn1_s_p6_0,
1, -529137664, 1618345984, 2, 0,
(long *)_vq_quantlist__44cn1_s_p6_0,
0
};
static const long _vq_quantlist__44cn1_s_p6_1[] = {
5,
4,
6,
3,
7,
2,
8,
1,
9,
0,
10,
};
static const char _vq_lengthlist__44cn1_s_p6_1[] = {
1, 4, 4, 6, 6, 7, 7, 8, 8, 8, 8,10,10,10, 7, 6,
8, 8, 8, 8, 8, 8,10,10,10, 7, 6, 7, 7, 8, 8, 8,
8,10,10,10, 7, 7, 8, 8, 8, 8, 8, 8,10,10,10, 7,
7, 8, 8, 8, 8, 8, 8,10,10,10, 8, 8, 8, 8, 9, 9,
9, 9,10,10,10, 8, 8, 8, 8, 9, 9, 9, 9,10,10,10,
9, 9, 9, 9, 9, 9, 9, 9,10,10,10,10,10, 9, 9, 9,
9, 9, 9,10,10,10,10,10, 9, 9, 9, 9, 9, 9,10,10,
10,10,10, 9, 9, 9, 9, 9, 9,
};
static const static_codebook _44cn1_s_p6_1 = {
2, 121,
(char *)_vq_lengthlist__44cn1_s_p6_1,
1, -531365888, 1611661312, 4, 0,
(long *)_vq_quantlist__44cn1_s_p6_1,
0
};
static const long _vq_quantlist__44cn1_s_p7_0[] = {
6,
5,
7,
4,
8,
3,
9,
2,
10,
1,
11,
0,
12,
};
static const char _vq_lengthlist__44cn1_s_p7_0[] = {
1, 4, 4, 6, 6, 7, 7, 8, 8, 9, 9,10,10, 6, 5, 5,
7, 7, 8, 8, 8, 8, 9, 9,11,11, 7, 5, 5, 7, 7, 8,
8, 8, 8, 9,10,11,11, 0, 8, 8, 8, 8, 9, 9, 9, 9,
10,10,11,11, 0, 8, 8, 8, 8, 9, 9, 9, 9,10,10,11,
11, 0,12,12, 9, 9, 9,10,10,10,11,11,11,12, 0,13,
13, 9, 9, 9, 9,10,10,11,11,11,12, 0, 0, 0,10,10,
10,10,11,11,12,12,12,13, 0, 0, 0,10,10,10,10,11,
11,12,12,13,12, 0, 0, 0,14,14,11,10,11,12,12,13,
13,14, 0, 0, 0,15,15,11,11,12,11,12,12,14,13, 0,
0, 0, 0, 0,12,12,12,12,13,13,14,14, 0, 0, 0, 0,
0,13,13,12,12,13,13,13,14,
};
static const static_codebook _44cn1_s_p7_0 = {
2, 169,
(char *)_vq_lengthlist__44cn1_s_p7_0,
1, -526516224, 1616117760, 4, 0,
(long *)_vq_quantlist__44cn1_s_p7_0,
0
};
static const long _vq_quantlist__44cn1_s_p7_1[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44cn1_s_p7_1[] = {
2, 3, 3, 5, 5, 6, 6, 6, 5, 5, 6, 6, 6, 5, 5, 6,
6, 6, 5, 5, 6, 6, 6, 5, 5,
};
static const static_codebook _44cn1_s_p7_1 = {
2, 25,
(char *)_vq_lengthlist__44cn1_s_p7_1,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44cn1_s_p7_1,
0
};
static const long _vq_quantlist__44cn1_s_p8_0[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44cn1_s_p8_0[] = {
1, 7, 7,11,11, 8,11,11,11,11, 4,11, 3,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,10,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,10,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11, 7,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,10,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,10,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11, 8,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,
};
static const static_codebook _44cn1_s_p8_0 = {
4, 625,
(char *)_vq_lengthlist__44cn1_s_p8_0,
1, -518283264, 1627103232, 3, 0,
(long *)_vq_quantlist__44cn1_s_p8_0,
0
};
static const long _vq_quantlist__44cn1_s_p8_1[] = {
6,
5,
7,
4,
8,
3,
9,
2,
10,
1,
11,
0,
12,
};
static const char _vq_lengthlist__44cn1_s_p8_1[] = {
1, 4, 4, 6, 6, 8, 8, 9,10,10,11,11,11, 6, 5, 5,
7, 7, 8, 8, 9,10, 9,11,11,12, 5, 5, 5, 7, 7, 8,
9,10,10,12,12,14,13,15, 7, 7, 8, 8, 9,10,11,11,
10,12,10,11,15, 7, 8, 8, 8, 9, 9,11,11,13,12,12,
13,15,10,10, 8, 8,10,10,12,12,11,14,10,10,15,11,
11, 8, 8,10,10,12,13,13,14,15,13,15,15,15,10,10,
10,10,12,12,13,12,13,10,15,15,15,10,10,11,10,13,
11,13,13,15,13,15,15,15,13,13,10,11,11,11,12,10,
14,11,15,15,14,14,13,10,10,12,11,13,13,14,14,15,
15,15,15,15,11,11,11,11,12,11,15,12,15,15,15,15,
15,12,12,11,11,14,12,13,14,
};
static const static_codebook _44cn1_s_p8_1 = {
2, 169,
(char *)_vq_lengthlist__44cn1_s_p8_1,
1, -522616832, 1620115456, 4, 0,
(long *)_vq_quantlist__44cn1_s_p8_1,
0
};
static const long _vq_quantlist__44cn1_s_p8_2[] = {
8,
7,
9,
6,
10,
5,
11,
4,
12,
3,
13,
2,
14,
1,
15,
0,
16,
};
static const char _vq_lengthlist__44cn1_s_p8_2[] = {
3, 4, 3, 6, 6, 7, 7, 8, 8, 9, 9, 9, 9, 9, 9, 9,
9,10,11,11, 6, 6, 7, 7, 8, 8, 9, 9, 9, 9, 9, 9,
9, 9,10,10,10, 6, 6, 7, 7, 8, 8, 9, 9, 9, 9, 9,
9, 9, 9,10,10,10, 7, 7, 7, 8, 8, 8, 9, 9, 9, 9,
9, 9,10, 9,10,11,10, 7, 6, 7, 7, 8, 8, 9, 9, 9,
9, 9, 9, 9,10,10,10,11, 7, 7, 8, 8, 8, 8, 9, 9,
9, 9, 9, 9, 9, 9,10,10,10, 7, 7, 8, 8, 8, 8, 9,
9, 9, 9, 9, 9, 9,10,11,11,11, 8, 8, 8, 8, 8, 8,
9, 9, 9, 9, 9, 9, 9, 9,11,10,10,11,11, 8, 8, 8,
9, 9, 9, 9, 9, 9,10, 9,10,10,10,10,11,11, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9,11,11,10,11,11, 9,
9, 9, 9, 9, 9, 9, 9, 9,10,10,10,10,11,10,11,11,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,11,10,10,11,
11,11,11, 9, 9, 9, 9, 9, 9, 9, 9,10,10,10,11,11,
10,11,11,11, 9,10,10, 9, 9, 9, 9, 9, 9, 9,10,11,
11,11,11,11,11, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,11,
11,11,11,11,11,11,10,10, 9, 9, 9, 9, 9, 9, 9, 9,
11,11,11,10,11,11,11,11,11, 9, 9, 9,10, 9, 9, 9,
9,
};
static const static_codebook _44cn1_s_p8_2 = {
2, 289,
(char *)_vq_lengthlist__44cn1_s_p8_2,
1, -529530880, 1611661312, 5, 0,
(long *)_vq_quantlist__44cn1_s_p8_2,
0
};
static const char _huff_lengthlist__44cn1_s_short[] = {
10, 9,12,15,12,13,16,14,16, 7, 1, 5,14, 7,10,13,
16,16, 9, 4, 6,16, 8,11,16,16,16,14, 4, 7,16, 9,
12,14,16,16,10, 5, 7,14, 9,12,14,15,15,13, 8, 9,
14,10,12,13,14,15,13, 9, 9, 7, 6, 8,11,12,12,14,
8, 8, 5, 4, 5, 8,11,12,16,10,10, 6, 5, 6, 8, 9,
10,
};
static const static_codebook _huff_book__44cn1_s_short = {
2, 81,
(char *)_huff_lengthlist__44cn1_s_short,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist__44cn1_sm_long[] = {
3, 3, 8, 8, 8, 8,10,12,14, 3, 2, 6, 7, 7, 8,10,
12,16, 7, 6, 7, 9, 8,10,12,14,16, 8, 6, 8, 4, 5,
7, 9,11,13, 7, 6, 8, 5, 6, 7, 9,11,14, 8, 8,10,
7, 7, 6, 8,10,13, 9,11,12, 9, 9, 7, 8,10,12,10,
13,15,11,11,10, 9,10,13,13,16,17,14,15,14,13,14,
17,
};
static const static_codebook _huff_book__44cn1_sm_long = {
2, 81,
(char *)_huff_lengthlist__44cn1_sm_long,
0, 0, 0, 0, 0,
NULL,
0
};
static const long _vq_quantlist__44cn1_sm_p1_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44cn1_sm_p1_0[] = {
1, 4, 5, 0, 0, 0, 0, 0, 0, 5, 7, 7, 0, 0, 0, 0,
0, 0, 5, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 5, 8, 8, 0, 0, 0, 0, 0, 0, 8, 9, 9, 0, 0, 0,
0, 0, 0, 7, 8, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 5, 8, 8, 0, 0, 0, 0, 0, 0, 7, 9, 8, 0, 0,
0, 0, 0, 0, 8, 9, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 8, 8, 0, 0, 0, 0,
0, 0, 8,10, 9, 0, 0, 0, 0, 0, 0, 8, 9, 9, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7,10, 9, 0, 0, 0,
0, 0, 0, 9, 9,10, 0, 0, 0, 0, 0, 0, 9,10,10, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 9, 9, 0, 0,
0, 0, 0, 0, 8,10, 9, 0, 0, 0, 0, 0, 0, 9,10,10,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 5, 8, 8, 0, 0, 0, 0, 0, 0, 8, 9, 9, 0, 0,
0, 0, 0, 0, 8, 9,10, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 7, 9, 9, 0, 0, 0, 0, 0, 0, 9,10,10, 0,
0, 0, 0, 0, 0, 8, 9,10, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 7, 9,10, 0, 0, 0, 0, 0, 0, 9,10,10,
0, 0, 0, 0, 0, 0, 9,10, 9, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0,
};
static const static_codebook _44cn1_sm_p1_0 = {
8, 6561,
(char *)_vq_lengthlist__44cn1_sm_p1_0,
1, -535822336, 1611661312, 2, 0,
(long *)_vq_quantlist__44cn1_sm_p1_0,
0
};
static const long _vq_quantlist__44cn1_sm_p2_0[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44cn1_sm_p2_0[] = {
1, 4, 4, 6, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 5, 5, 7, 7, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 4, 5, 5, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 7, 7, 9, 9,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 7, 7, 7, 9, 9, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0,
};
static const static_codebook _44cn1_sm_p2_0 = {
4, 625,
(char *)_vq_lengthlist__44cn1_sm_p2_0,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44cn1_sm_p2_0,
0
};
static const long _vq_quantlist__44cn1_sm_p3_0[] = {
4,
3,
5,
2,
6,
1,
7,
0,
8,
};
static const char _vq_lengthlist__44cn1_sm_p3_0[] = {
1, 3, 4, 7, 7, 0, 0, 0, 0, 0, 4, 4, 7, 7, 0, 0,
0, 0, 0, 4, 5, 7, 7, 0, 0, 0, 0, 0, 6, 7, 8, 8,
0, 0, 0, 0, 0, 0, 0, 8, 8, 0, 0, 0, 0, 0, 0, 0,
9, 9, 0, 0, 0, 0, 0, 0, 0,10, 9, 0, 0, 0, 0, 0,
0, 0,11,11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0,
};
static const static_codebook _44cn1_sm_p3_0 = {
2, 81,
(char *)_vq_lengthlist__44cn1_sm_p3_0,
1, -531628032, 1611661312, 4, 0,
(long *)_vq_quantlist__44cn1_sm_p3_0,
0
};
static const long _vq_quantlist__44cn1_sm_p4_0[] = {
4,
3,
5,
2,
6,
1,
7,
0,
8,
};
static const char _vq_lengthlist__44cn1_sm_p4_0[] = {
1, 4, 3, 6, 6, 7, 7, 9, 9, 0, 5, 5, 7, 7, 8, 7,
9, 9, 0, 5, 5, 7, 7, 8, 8, 9, 9, 0, 7, 7, 8, 8,
8, 8,10,10, 0, 0, 0, 8, 8, 8, 8,10,10, 0, 0, 0,
9, 9, 9, 9,10,10, 0, 0, 0, 9, 9, 9, 9,10,10, 0,
0, 0,10,10,10,10,11,11, 0, 0, 0, 0, 0,10,10,11,
11,
};
static const static_codebook _44cn1_sm_p4_0 = {
2, 81,
(char *)_vq_lengthlist__44cn1_sm_p4_0,
1, -531628032, 1611661312, 4, 0,
(long *)_vq_quantlist__44cn1_sm_p4_0,
0
};
static const long _vq_quantlist__44cn1_sm_p5_0[] = {
8,
7,
9,
6,
10,
5,
11,
4,
12,
3,
13,
2,
14,
1,
15,
0,
16,
};
static const char _vq_lengthlist__44cn1_sm_p5_0[] = {
1, 4, 4, 6, 6, 8, 8, 9, 9, 8, 8, 9, 9,10,10,11,
11, 0, 6, 6, 7, 7, 8, 8, 9, 9, 9, 9,10,10,11,11,
12,12, 0, 6, 5, 7, 7, 8, 8, 9, 9, 9, 9,10,10,11,
11,12,12, 0, 7, 7, 7, 7, 8, 8, 9, 9, 9, 9,10,10,
11,11,12,12, 0, 0, 0, 7, 7, 8, 8, 9, 9,10,10,11,
11,11,11,12,12, 0, 0, 0, 8, 8, 9, 9,10,10,10,10,
11,11,12,12,12,12, 0, 0, 0, 8, 8, 9, 9,10,10,10,
10,11,11,12,12,12,12, 0, 0, 0, 9, 9, 9, 9,10,10,
10,10,11,11,12,12,13,13, 0, 0, 0, 0, 0, 9, 9,10,
10,10,10,11,11,12,12,13,13, 0, 0, 0, 0, 0, 9, 9,
10,10,11,11,12,12,13,13,13,13, 0, 0, 0, 0, 0, 9,
9,10,10,11,11,12,12,12,13,13,13, 0, 0, 0, 0, 0,
10,10,11,11,11,11,12,12,13,13,14,14, 0, 0, 0, 0,
0, 0, 0,11,11,11,11,12,12,13,13,14,14, 0, 0, 0,
0, 0, 0, 0,11,11,12,12,13,13,13,13,14,14, 0, 0,
0, 0, 0, 0, 0,11,11,12,12,13,13,13,13,14,14, 0,
0, 0, 0, 0, 0, 0,12,12,12,13,13,13,14,14,14,14,
0, 0, 0, 0, 0, 0, 0, 0, 0,12,12,13,13,14,14,14,
14,
};
static const static_codebook _44cn1_sm_p5_0 = {
2, 289,
(char *)_vq_lengthlist__44cn1_sm_p5_0,
1, -529530880, 1611661312, 5, 0,
(long *)_vq_quantlist__44cn1_sm_p5_0,
0
};
static const long _vq_quantlist__44cn1_sm_p6_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44cn1_sm_p6_0[] = {
1, 4, 4, 7, 6, 6, 7, 6, 6, 4, 7, 6,10, 9, 9,11,
9, 9, 4, 6, 7,10, 9, 9,11, 9, 9, 7,10,10,10,11,
11,11,11,10, 6, 9, 9,11,10,10,11,10,10, 6, 9, 9,
11,10,11,11,10,10, 7,11,11,11,11,11,12,11,11, 7,
9, 9,11,10,10,12,10,10, 7, 9, 9,11,10,10,11,10,
10,
};
static const static_codebook _44cn1_sm_p6_0 = {
4, 81,
(char *)_vq_lengthlist__44cn1_sm_p6_0,
1, -529137664, 1618345984, 2, 0,
(long *)_vq_quantlist__44cn1_sm_p6_0,
0
};
static const long _vq_quantlist__44cn1_sm_p6_1[] = {
5,
4,
6,
3,
7,
2,
8,
1,
9,
0,
10,
};
static const char _vq_lengthlist__44cn1_sm_p6_1[] = {
2, 4, 4, 5, 5, 7, 7, 7, 7, 8, 8,10, 5, 5, 6, 6,
7, 7, 8, 8, 8, 8,10, 5, 5, 6, 6, 7, 7, 8, 8, 8,
8,10, 7, 7, 7, 7, 8, 8, 8, 8, 8, 8,10,10,10, 7,
7, 7, 7, 8, 8, 8, 8,10,10,10, 8, 8, 8, 8, 8, 8,
8, 8,10,10,10, 8, 8, 8, 8, 8, 8, 8, 8,10,10,10,
8, 8, 8, 8, 8, 8, 9, 9,10,10,10,10,10, 8, 8, 8,
8, 9, 9,10,10,10,10,10, 9, 9, 9, 9, 8, 9,10,10,
10,10,10, 8, 9, 8, 8, 9, 8,
};
static const static_codebook _44cn1_sm_p6_1 = {
2, 121,
(char *)_vq_lengthlist__44cn1_sm_p6_1,
1, -531365888, 1611661312, 4, 0,
(long *)_vq_quantlist__44cn1_sm_p6_1,
0
};
static const long _vq_quantlist__44cn1_sm_p7_0[] = {
6,
5,
7,
4,
8,
3,
9,
2,
10,
1,
11,
0,
12,
};
static const char _vq_lengthlist__44cn1_sm_p7_0[] = {
1, 4, 4, 6, 6, 7, 7, 7, 7, 9, 9,10,10, 7, 5, 5,
7, 7, 8, 8, 8, 8,10, 9,11,10, 7, 5, 5, 7, 7, 8,
8, 8, 8, 9,10,11,11, 0, 8, 8, 8, 8, 9, 9, 9, 9,
10,10,11,11, 0, 8, 8, 8, 8, 9, 9, 9, 9,10,10,11,
11, 0,12,12, 9, 9, 9,10,10,10,11,11,12,12, 0,13,
13, 9, 9, 9, 9,10,10,11,11,12,12, 0, 0, 0,10,10,
10,10,11,11,12,12,12,13, 0, 0, 0,10,10,10,10,11,
11,12,12,12,12, 0, 0, 0,14,14,11,11,11,11,12,13,
13,13, 0, 0, 0,14,14,11,10,11,11,12,12,13,13, 0,
0, 0, 0, 0,12,12,12,12,13,13,13,14, 0, 0, 0, 0,
0,13,12,12,12,13,13,13,14,
};
static const static_codebook _44cn1_sm_p7_0 = {
2, 169,
(char *)_vq_lengthlist__44cn1_sm_p7_0,
1, -526516224, 1616117760, 4, 0,
(long *)_vq_quantlist__44cn1_sm_p7_0,
0
};
static const long _vq_quantlist__44cn1_sm_p7_1[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44cn1_sm_p7_1[] = {
2, 4, 4, 4, 5, 6, 5, 5, 5, 5, 6, 5, 5, 5, 5, 6,
5, 5, 5, 5, 6, 6, 6, 5, 5,
};
static const static_codebook _44cn1_sm_p7_1 = {
2, 25,
(char *)_vq_lengthlist__44cn1_sm_p7_1,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44cn1_sm_p7_1,
0
};
static const long _vq_quantlist__44cn1_sm_p8_0[] = {
4,
3,
5,
2,
6,
1,
7,
0,
8,
};
static const char _vq_lengthlist__44cn1_sm_p8_0[] = {
1, 4, 4,12,11,13,13,14,14, 4, 7, 7,11,13,14,14,
14,14, 3, 8, 3,14,14,14,14,14,14,14,10,12,14,14,
14,14,14,14,14,14, 5,14, 8,14,14,14,14,14,12,14,
13,14,14,14,14,14,14,14,13,14,10,14,14,14,14,14,
14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,
14,
};
static const static_codebook _44cn1_sm_p8_0 = {
2, 81,
(char *)_vq_lengthlist__44cn1_sm_p8_0,
1, -516186112, 1627103232, 4, 0,
(long *)_vq_quantlist__44cn1_sm_p8_0,
0
};
static const long _vq_quantlist__44cn1_sm_p8_1[] = {
6,
5,
7,
4,
8,
3,
9,
2,
10,
1,
11,
0,
12,
};
static const char _vq_lengthlist__44cn1_sm_p8_1[] = {
1, 4, 4, 6, 6, 8, 8, 9, 9,10,11,11,11, 6, 5, 5,
7, 7, 8, 8,10,10,10,11,11,11, 6, 5, 5, 7, 7, 8,
8,10,10,11,12,12,12,14, 7, 7, 7, 8, 9, 9,11,11,
11,12,11,12,17, 7, 7, 8, 7, 9, 9,11,11,12,12,12,
12,14,11,11, 8, 8,10,10,11,12,12,13,11,12,14,11,
11, 8, 8,10,10,11,12,12,13,13,12,14,15,14,10,10,
10,10,11,12,12,12,12,11,14,13,16,10,10,10, 9,12,
11,12,12,13,14,14,15,14,14,13,10,10,11,11,12,11,
13,11,14,12,15,13,14,11,10,12,10,12,12,13,13,13,
13,14,15,15,12,12,11,11,12,11,13,12,14,14,14,14,
17,12,12,11,10,13,11,13,13,
};
static const static_codebook _44cn1_sm_p8_1 = {
2, 169,
(char *)_vq_lengthlist__44cn1_sm_p8_1,
1, -522616832, 1620115456, 4, 0,
(long *)_vq_quantlist__44cn1_sm_p8_1,
0
};
static const long _vq_quantlist__44cn1_sm_p8_2[] = {
8,
7,
9,
6,
10,
5,
11,
4,
12,
3,
13,
2,
14,
1,
15,
0,
16,
};
static const char _vq_lengthlist__44cn1_sm_p8_2[] = {
3, 4, 4, 6, 6, 7, 7, 8, 8, 8, 8, 9, 9, 9, 9, 9,
9,10, 6, 6, 6, 6, 7, 7, 8, 8, 8, 9, 9, 9, 9, 9,
9, 9,10, 6, 6, 6, 6, 7, 7, 8, 8, 8, 8, 9, 9, 9,
9, 9, 9,10, 7, 7, 7, 7, 8, 8, 8, 8, 9, 9, 9, 9,
9, 9, 9, 9,10,10,10, 7, 7, 7, 8, 8, 8, 9, 9, 9,
9, 9, 9, 9, 9,10,10,10, 8, 8, 8, 8, 8, 8, 9, 9,
9, 9, 9, 9, 9, 9,10,10,10, 8, 8, 8, 8, 8, 8, 9,
9, 9, 9, 9, 9, 9, 9,11,10,11, 8, 8, 8, 8, 8, 8,
9, 9, 9, 9, 9, 9, 9, 9,10,10,10,11,11, 8, 8, 8,
8, 9, 9, 9, 9, 9, 9, 9, 9,11,10,11,11,11, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9,10,11,10,11,11, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9,10,11,11,10,11,11,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,11,10,11,11,
11,11,11, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,10,11,11,
11,11,11,11, 9,10,10,10, 9, 9, 9, 9, 9, 9,11,10,
11,11,11,11,11, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,11,
11,11,11,11,11,11,10,10, 9, 9, 9, 9, 9, 9, 9, 9,
10,11,11,11,11,11,11,11,11, 9, 9, 9, 9, 9, 9, 9,
9,
};
static const static_codebook _44cn1_sm_p8_2 = {
2, 289,
(char *)_vq_lengthlist__44cn1_sm_p8_2,
1, -529530880, 1611661312, 5, 0,
(long *)_vq_quantlist__44cn1_sm_p8_2,
0
};
static const char _huff_lengthlist__44cn1_sm_short[] = {
5, 6,12,14,12,14,16,17,18, 4, 2, 5,11, 7,10,12,
14,15, 9, 4, 5,11, 7,10,13,15,18,15, 6, 7, 5, 6,
8,11,13,16,11, 5, 6, 5, 5, 6, 9,13,15,12, 5, 7,
6, 5, 6, 9,12,14,12, 6, 7, 8, 6, 7, 9,12,13,14,
8, 8, 7, 5, 5, 8,10,12,16, 9, 9, 8, 6, 6, 7, 9,
9,
};
static const static_codebook _huff_book__44cn1_sm_short = {
2, 81,
(char *)_huff_lengthlist__44cn1_sm_short,
0, 0, 0, 0, 0,
NULL,
0
};
|
0 | repos/libvorbis/lib/books | repos/libvorbis/lib/books/coupled/res_books_51.h | /********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2010 *
* by the Xiph.Org Foundation https://xiph.org/ *
* *
********************************************************************
*
* function: static codebooks for 5.1 surround
*
********************************************************************/
static const long _vq_quantlist__44p0_l0_0[] = {
6,
5,
7,
4,
8,
3,
9,
2,
10,
1,
11,
0,
12,
};
static const char _vq_lengthlist__44p0_l0_0[] = {
1, 3, 4, 7, 7, 8, 8, 9, 9, 9,10,10,10, 5, 6, 5,
8, 7, 9, 8, 9, 9,10, 9,11,10, 5, 5, 7, 7, 8, 8,
9, 9, 9, 9,10,10,11, 8, 9, 8,10, 9,10, 9,10, 9,
11,10,11,10, 8, 8, 9, 9,10, 9,10, 9,11,10,11,10,
11,10,11,11,11,11,11,11,11,11,11,11,11,11,10,11,
11,11,12,11,11,11,11,11,11,10,12,12,12,12,12,12,
12,11,12,12,12,11,11,11,12,12,12,12,12,12,12,11,
12,11,12,11,11,13,12,12,12,13,12,12,12,12,11,12,
11,11,13,13,13,12,12,12,12,12,12,11,11,11,10,13,
13,13,12,13,12,13,11,13,10,12,11,11,13,13,12,13,
12,12,12,12,11,12,11,11,11,
};
static const static_codebook _44p0_l0_0 = {
2, 169,
(char *)_vq_lengthlist__44p0_l0_0,
1, -526516224, 1616117760, 4, 0,
(long *)_vq_quantlist__44p0_l0_0,
0
};
static const long _vq_quantlist__44p0_l0_1[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44p0_l0_1[] = {
1, 4, 4, 6, 6, 5, 5, 5, 7, 5, 5, 5, 5, 6, 7, 7,
6, 7, 7, 7, 6, 7, 7, 7, 7,
};
static const static_codebook _44p0_l0_1 = {
2, 25,
(char *)_vq_lengthlist__44p0_l0_1,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44p0_l0_1,
0
};
static const long _vq_quantlist__44p0_l1_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44p0_l1_0[] = {
1, 4, 4, 4, 4, 4, 4, 4, 4,
};
static const static_codebook _44p0_l1_0 = {
2, 9,
(char *)_vq_lengthlist__44p0_l1_0,
1, -516716544, 1630767104, 2, 0,
(long *)_vq_quantlist__44p0_l1_0,
0
};
static const char _huff_lengthlist__44p0_lfe[] = {
1, 3, 2, 3,
};
static const static_codebook _huff_book__44p0_lfe = {
2, 4,
(char *)_huff_lengthlist__44p0_lfe,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist__44p0_long[] = {
2, 3, 6, 7,10,14,16, 3, 2, 5, 7,11,14,17, 6, 5,
5, 7,10,12,14, 7, 7, 6, 6, 7, 9,13,10,11, 9, 6,
6, 9,11,15,15,13,10, 9,10,12,18,18,16,14,12,13,
16,
};
static const static_codebook _huff_book__44p0_long = {
2, 49,
(char *)_huff_lengthlist__44p0_long,
0, 0, 0, 0, 0,
NULL,
0
};
static const long _vq_quantlist__44p0_p1_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44p0_p1_0[] = {
1, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0,
};
static const static_codebook _44p0_p1_0 = {
5, 243,
(char *)_vq_lengthlist__44p0_p1_0,
1, -535822336, 1611661312, 2, 0,
(long *)_vq_quantlist__44p0_p1_0,
0
};
static const long _vq_quantlist__44p0_p2_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44p0_p2_0[] = {
1, 5, 5, 0, 7, 7, 0, 8, 8, 0, 9, 9, 0,12,12, 0,
8, 8, 0, 9, 9, 0,12,12, 0, 8, 8, 0, 6, 6, 0,11,
11, 0,12,12, 0,12,12, 0,15,15, 0,11,11, 0,12,12,
0,15,15, 0,12,12, 0, 5, 5, 0, 5, 5, 0, 6, 6, 0,
7, 7, 0,11,11, 0, 6, 6, 0, 7, 7, 0,10,11, 0, 6,
6, 0, 7, 7, 0,11,11, 0,12,12, 0,11,11, 0,15,15,
0,10,10, 0,12,12, 0,15,15, 0,12,12, 0, 6, 6, 0,
12,12, 0,12,12, 0,12,12, 0,15,15, 0,11,11, 0,12,
12, 0,15,15, 0,12,12, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 8, 8, 0,12,12, 0,12,12, 0,12,12, 0,15,
15, 0,12,12, 0,11,12, 0,15,16, 0,11,11, 0, 6, 6,
0,11,12, 0,12,12, 0,12,12, 0,16,15, 0,12,12, 0,
13,12, 0,15,14, 0,12,12, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0,
};
static const static_codebook _44p0_p2_0 = {
5, 243,
(char *)_vq_lengthlist__44p0_p2_0,
1, -533200896, 1614282752, 2, 0,
(long *)_vq_quantlist__44p0_p2_0,
0
};
static const long _vq_quantlist__44p0_p2_1[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44p0_p2_1[] = {
1, 3, 3, 0, 9, 9, 0, 9, 9, 0,10,10, 0, 9, 9, 0,
10,10, 0,10,10, 0, 9, 9, 0,10,10, 0, 7, 7, 0, 7,
7, 0, 6, 6, 0, 8, 8, 0, 7, 7, 0, 8, 8, 0, 8, 9,
0, 8, 8, 0, 8, 8, 0, 7, 7, 0, 9, 9, 0, 8, 8, 0,
10,10, 0, 9, 9, 0,10,10, 0,10,10, 0, 9, 9, 0,10,
10, 0, 9, 9, 0,11,11, 0,11,11, 0,12,12, 0,11,11,
0,12,12, 0,13,13, 0,12,12, 0,13,12, 0, 8, 8, 0,
12,12, 0,12,12, 0,13,13, 0,12,12, 0,13,13, 0,13,
13, 0,13,13, 0,13,13, 0, 7, 7, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 9, 9, 0,11,11, 0,12,12, 0,13,13, 0,12,
12, 0,13,13, 0,13,13, 0,12,12, 0,12,12, 0, 8, 8,
0,12,12, 0,12,12, 0,13,13, 0,13,13, 0,13,14, 0,
14,13, 0,13,13, 0,13,13, 0, 7, 7, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0,
};
static const static_codebook _44p0_p2_1 = {
5, 243,
(char *)_vq_lengthlist__44p0_p2_1,
1, -535822336, 1611661312, 2, 0,
(long *)_vq_quantlist__44p0_p2_1,
0
};
static const long _vq_quantlist__44p0_p3_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44p0_p3_0[] = {
1, 6, 6, 7, 8, 8, 7, 8, 8, 7, 9, 9,10,12,11, 9,
8, 8, 7, 9, 9,11,12,12, 9, 9, 9, 6, 7, 7,10,11,
11,10,11,11,10,11,11,13,13,14,12,12,12,11,11,11,
14,14,14,12,12,12, 6, 5, 5, 9, 6, 5, 9, 6, 6, 9,
7, 7,12,10,10,11, 6, 6,10, 7, 7,13,10,10,12, 7,
7, 7, 8, 8,12,10,10,12,10,10,11,10,10,15,13,13,
13, 9, 9,12,11,11,16,13,13,15,11,11, 8, 7, 7,12,
12,12,12,11,11,12,11,11,14,14,14,14,12,12,12,12,
12,16,15,15,14,12,12, 0,10,10, 0,12,12, 0,12,12,
0,11,11, 0,14,14, 0,11,11, 0,12,12, 0,15,15, 0,
11,11, 8, 8, 8,13,11,11,13,10,10,13,11,11,15,13,
13,14,11,11,12,10,10,16,14,14,14,10,10, 9, 7, 7,
13,11,11,13,11,11,12,11,11,16,14,14,14,12,12,13,
12,12,15,14,14,15,13,12, 0,11,11, 0,12,12, 0,12,
12, 0,12,12, 0,15,15, 0,12,12, 0,13,12, 0,14,15,
0,12,12,
};
static const static_codebook _44p0_p3_0 = {
5, 243,
(char *)_vq_lengthlist__44p0_p3_0,
1, -531365888, 1616117760, 2, 0,
(long *)_vq_quantlist__44p0_p3_0,
0
};
static const long _vq_quantlist__44p0_p3_1[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44p0_p3_1[] = {
2, 4, 4, 8, 8,10,12,12,11,11, 9,11,11,12,13,11,
12,12,11,11,11,12,12,12,12,10,13,12,13,13,11,12,
12,13,13,11,12,12,13,13,11,12,13,13,13,11,13,13,
13,13,10,13,13,12,13,11,12,12,14,14,11,13,12,12,
12,11,12,12,13,13,11,13,13,12,12,11,13,13,13,13,
11,12,12,13,13,11,13,13,12,12,11,12,12,13,13,11,
13,13,12,12,11,13,13,13,13,11,12,12,14,14,11,13,
13,12,12,11,12,12,13,13,11,13,13,12,12,11,10,10,
10,10,12,10,10,11,11,11, 8, 8,11,11,13,10,10,10,
10,12,10,10,10,10,13,11,11,11,11,13,10,10,11,11,
13,11,11,12,12,13,11,11,11,11,13,11,11,12,12,13,
11,11,12,12,13,10,10,11,11,13,11,11,11,11,13,11,
10,11,11,13,11,11,11,11,13,11,11,11,11,13,10,10,
11,11,13,11,11,11,11,12,10,11,11,11,13,11,11,11,
11,13,11,11,11,11,13,10,10,11,11,13,11,11,11,11,
13,11,11,11,11,13,11,11,11,11,11,10,10,10,10,12,
10,10, 9, 9,12,12,12,11,11,13,12,12, 9, 9,13,12,
12,10,10,12,12,12,12,12,13,13,13,14,14,13,12,12,
11,11,13,13,13,12,12,13,12,12,11,11,13,12,13,11,
11,13,13,13,14,14,13,12,12,10,10,13,13,13,11,11,
13,12,12,10,10,13,13,13,11,11,13,13,13,14,14,13,
12,12,10,10,13,13,13,11,11,13,12,13,10,10,13,13,
13,11,11,13,13,13,14,14,13,12,12,10,10,13,13,13,
11,11,13,13,12,10,10,14,12,12, 8, 8,14,12,12, 9,
9,14,11,11, 9, 9,14,12,12, 8, 8,14,11,11, 7, 7,
14,13,13,10,10,15,12,12,10,10,15,13,13,10,10,15,
12,12, 9, 9,15,13,13,10,10,15,13,13,10,10,15,12,
12,10,10,15,13,13,10,10,14,12,12, 9, 9,14,13,13,
9, 9,14,13,13, 9, 9,15,12,12, 9, 9,15,13,13, 9,
9,14,12,12, 9, 9,14,13,13, 9, 9,14,13,13, 9, 9,
15,12,12, 9, 9,14,13,13, 9, 9,14,12,12, 9, 9,14,
13,13, 9, 9,13,12,12, 8, 8,13,13,13, 8, 8,14,13,
13, 9, 9,13,13,13, 7, 7,14,13,13, 8, 8,14,14,14,
10,10,14,14,14,11,11,14,14,14, 9, 9,14,14,14,10,
10,14,14,14, 9, 9,14,14,14,10, 9,15,14,14,11,11,
14,14,14, 9, 9,14,14,14,10,10,14,14,14, 9, 9,14,
14,14, 9, 9,15,14,14,11,11,14,14,14, 8, 8,14,14,
14, 9, 9,14,14,14, 8, 8,14,14,14, 9, 9,15,14,14,
11,11,14,14,14, 8, 8,14,14,14, 9, 9,14,14,14, 8,
8,12,12,12,13,13,16,15,15,11,11,16,15,16,12,12,
17,16,16,11,11,17,15,15,12,11,16,16,16,12,13,16,
15,15,13,13,16,16,16,12,12,16,16,15,13,13,16,16,
16,12,12,16,16,16,13,13,17,16,16,14,14,17,17,16,
12,12,17,16,16,13,13,17,17,16,12,13,16,16,17,13,
12,17,16,16,14,13,17,16,16,12,12,17,16,16,12,12,
17,16,17,12,12,17,17,17,13,13,16,16,16,13,14,17,
17,16,12,12,16,16,16,13,13,17,17,17,12,12,13,14,
14,10,10,16,14,14,12,12,16,15,15,14,14,16,14,14,
12,12,15,14,14,13,13,17,15,15,14,13,16,16,15,15,
15,16,15,15,14,14,16,15,15,14,14,17,15,15,14,14,
16,15,15,14,14,16,16,15,15,15,17,15,15,13,13,16,
15,15,14,14,17,15,15,13,13,17,15,15,14,14,16,15,
15,15,15,16,14,14,13,13,16,15,15,14,14,16,14,14,
13,13,17,15,15,14,14,16,16,15,15,15,17,14,14,13,
13,16,15,15,14,14,17,14,14,13,13,13,11,11,10,10,
16,14,14,13,13,15,14,14,13,13,16,14,14,12,12,16,
14,14,12,12,15,15,15,14,14,16,14,14,14,14,16,15,
14,14,14,16,14,14,14,14,16,15,15,14,13,16,15,15,
14,14,16,14,14,14,14,17,15,15,14,14,16,14,14,14,
14,16,15,15,13,14,16,15,15,14,14,16,14,14,14,14,
16,15,15,13,13,16,14,14,13,13,16,15,15,13,13,16,
15,15,14,14,16,14,14,14,14,17,15,15,13,13,16,15,
14,13,13,17,15,15,13,13,14,14,14, 9, 9,14,14,14,
17,17,14,15,15,18,18,14,14,14,18,19,14,14,14,18,
18,15,15,15,19,18,15,16,15,18,20,15,15,15,18,19,
15,15,15,19,19,15,15,15,18,20,15,15,15,18,19,15,
15,16,20,18,15,15,15,18,18,15,15,15,19,19,15,15,
15,18,19,15,15,15,18,19,15,15,15,19,19,14,15,14,
19,19,15,15,15,20,19,15,14,14,19,18,14,15,15,18,
19,15,15,16,20,20,14,14,14,18,19,15,15,15,19,18,
14,14,14,18,18,14,12,12, 9, 9,13,14,14,18,18,14,
13,13,18,19,14,14,14,18,18,14,14,14,18,18,15,15,
15,19,19,15,14,14,19,18,14,15,15,19,18,15,14,14,
18,18,15,15,15,19,18,14,15,15,19,19,15,14,14,19,
18,14,15,15,19,18,15,14,14,19,18,14,15,15,19,18,
15,15,15,21,18,15,14,14,19,18,14,15,15,18,19,14,
15,14,20,19,14,15,15,18,19,14,15,15,19,19,15,14,
14,19,20,14,15,15,18,18,14,14,14,19,19,14,15,15,
19,18,12,12,12,13,13,16,15,15,11,11,16,15,15,12,
12,16,16,16,11,11,16,15,15,11,11,16,16,16,13,13,
17,16,16,13,13,17,17,17,12,12,16,16,16,13,13,17,
16,17,13,12,15,16,16,12,12,16,15,15,13,13,17,16,
16,12,12,16,16,15,12,12,16,16,16,12,12,17,17,16,
13,12,16,16,16,13,13,17,16,16,12,12,17,16,16,12,
12,17,17,16,12,12,16,17,16,12,12,17,15,15,13,13,
17,16,16,12,12,16,16,16,12,12,16,16,16,12,12,13,
13,13, 9, 9,15,14,14,13,13,16,15,14,14,14,16,14,
14,13,13,15,14,14,13,13,17,15,15,14,14,16,15,15,
15,15,16,15,15,14,14,16,15,15,15,15,17,15,15,14,
14,16,15,15,14,14,16,15,15,15,15,17,14,15,14,14,
16,15,15,14,14,17,15,15,13,14,17,15,15,14,14,16,
15,15,15,15,17,14,14,13,13,16,15,15,14,14,17,14,
14,13,13,17,15,15,14,14,16,15,16,15,15,17,14,14,
13,13,16,15,15,14,14,18,14,14,13,13,13,11,11,11,
11,15,14,14,12,12,15,14,14,13,13,16,14,14,12,12,
16,13,14,12,12,16,15,15,13,13,16,14,14,14,14,16,
15,15,13,13,16,14,14,13,13,16,14,15,13,13,15,15,
15,13,13,16,14,14,14,13,16,14,14,13,13,16,14,14,
13,13,16,15,15,13,13,16,15,15,13,13,16,14,14,14,
14,16,15,15,12,12,16,14,14,13,13,16,15,15,12,12,
16,15,15,13,13,16,14,14,14,14,17,15,14,12,12,16,
14,14,13,13,16,15,15,12,12,14,14,14, 8, 8,14,14,
14,17,18,14,15,15,17,18,14,14,14,17,18,14,14,14,
18,18,14,15,15,18,18,14,16,15,19,19,15,15,15,18,
19,15,16,15,20,19,15,15,15,18,18,14,15,15,18,19,
15,16,16,20,19,15,15,15,19,17,14,15,15,20,18,14,
15,15,18,18,14,15,15,18,19,14,15,15,19,20,14,14,
14,18,18,14,15,15,18,19,14,14,14,18,19,14,15,15,
19,18,15,16,16,20,21,14,14,15,19,19,14,15,15,19,
19,14,14,14,19,18,13,12,12, 9, 9,13,14,14,18,19,
14,14,14,18,19,14,14,14,18,18,14,14,14,18,18,14,
15,15,19,19,15,14,14,19,18,15,15,15,19,19,15,14,
14,19,20,14,15,15,18,19,14,15,15,20,18,15,14,14,
18,18,14,15,15,18,18,14,14,14,19,19,14,15,15,18,
18,14,15,15,19,18,15,14,14,19,19,14,15,15,19,18,
15,14,14,19,18,14,14,15,18,19,14,15,15,19,18,15,
14,14,18,19,14,15,14,19,20,14,14,14,19,19,14,15,
15,19,19,12,12,12,13,13,16,16,16,11,11,16,16,16,
12,12,17,16,16,11,11,17,15,15,11,11,16,16,16,13,
13,17,15,16,13,13,16,16,16,12,12,17,16,16,13,13,
17,17,16,12,12,17,17,16,13,13,17,16,16,13,13,17,
17,17,12,12,17,16,16,13,13,17,17,17,12,12,16,16,
16,12,12,17,15,15,13,13,17,16,16,11,11,17,16,16,
12,12,16,16,16,11,11,16,17,16,12,12,17,16,16,13,
13,17,17,16,12,12,17,17,16,12,12,17,16,16,11,11,
13,14,14, 9, 9,16,14,14,13,13,16,14,15,14,14,16,
14,14,12,12,16,14,14,13,13,17,15,15,14,14,16,15,
15,15,15,17,15,15,14,14,16,15,15,14,14,17,15,15,
14,14,16,15,15,14,14,16,15,15,15,16,17,14,15,14,
14,16,15,15,14,14,17,15,15,14,14,16,15,15,14,14,
16,15,15,15,15,17,14,14,13,13,16,15,15,14,14,16,
14,14,13,13,17,15,15,14,14,16,16,15,15,15,17,14,
14,13,13,16,15,15,14,14,17,14,14,13,13,13,11,11,
10,10,16,14,14,12,12,15,13,13,13,12,16,14,14,11,
11,16,14,14,11,11,16,14,15,13,14,16,14,14,13,13,
16,15,15,13,13,16,14,14,13,13,16,15,15,13,13,16,
15,15,13,13,17,14,14,14,14,17,15,15,13,13,16,14,
15,13,13,16,15,15,13,13,16,15,15,13,13,16,14,14,
13,13,17,15,15,12,12,16,14,14,12,12,16,15,15,12,
12,16,15,15,13,13,16,14,14,13,13,17,15,15,12,12,
17,14,14,12,12,16,15,15,12,12,13,14,14, 8, 8,13,
14,14,18,18,13,15,15,17,18,14,14,14,18,19,14,14,
14,19,18,14,15,15,19,18,15,15,16,21,18,15,15,15,
19,19,14,16,16,19,19,14,15,15,18,19,14,15,15,19,
20,14,16,16,19,18,15,15,15,18,19,14,15,15,19,18,
15,15,15,18,18,15,15,15,20,18,15,16,16,20,19,14,
15,14,18,19,14,15,16,19,20,14,15,15,19,18,15,15,
15,19,18,15,16,16,20,19,15,14,14,18,18,14,15,15,
19,19,14,15,15,18,18,13,12,12, 8, 8,13,14,14,19,
18,14,13,13,20,18,14,14,14,19,18,14,13,13,18,19,
14,15,15,20,19,15,14,14,19,19,14,15,15,19,18,15,
14,14,20,20,15,15,15,19,18,14,15,15,19,18,15,14,
14,19,18,14,15,15,20,19,14,14,14,20,19,14,15,15,
19,18,15,15,15,18,18,15,14,14,18,18,14,15,15,19,
19,14,14,14,19,19,14,15,15,19,19,15,15,15,19,18,
15,14,14,20,19,15,15,15,19,19,14,14,14,20,19,14,
15,15,20,20,12,12,12,13,13,17,16,16,11,11,16,16,
15,12,12,17,16,16,11,11,17,15,15,11,11,17,17,17,
13,13,17,16,16,13,13,17,17,17,12,12,17,16,16,13,
13,17,17,16,12,13,16,17,16,13,13,17,16,15,13,13,
17,16,16,12,12,17,16,16,12,13,17,16,17,12,12,17,
17,17,12,12,17,16,15,13,13,17,16,16,12,12,17,16,
16,12,12,17,16,16,11,11,16,16,16,12,12,17,15,15,
13,13,17,16,15,11,11,16,16,16,12,12,17,16,16,11,
11,13,14,14, 9, 9,16,14,14,13,13,16,14,15,14,14,
16,14,14,12,12,16,14,14,13,13,17,15,15,14,15,16,
15,15,15,15,17,15,15,14,14,16,15,15,15,14,16,15,
15,14,14,16,15,15,14,14,16,15,16,15,15,17,15,14,
14,14,16,15,15,14,14,17,15,15,13,13,16,15,15,14,
14,16,16,16,15,15,17,14,14,13,13,16,15,15,14,14,
18,14,15,13,13,16,15,15,14,14,16,16,15,15,15,16,
14,14,13,13,16,15,15,14,14,17,14,15,13,13,13,11,
11,10,10,15,14,14,12,12,15,14,14,13,13,16,14,14,
12,12,16,13,14,12,12,16,14,15,14,13,16,14,14,14,
14,16,15,15,13,13,16,14,14,13,13,16,15,15,13,13,
15,15,15,13,13,16,14,14,14,14,17,15,15,13,13,16,
14,14,13,13,16,15,15,13,13,16,15,15,13,13,16,14,
14,13,13,17,15,15,12,12,16,14,14,12,12,16,14,15,
12,12,16,15,15,13,13,16,14,14,13,13,17,15,15,12,
12,16,14,14,12,12,16,15,15,12,12,14,14,14, 8, 8,
14,14,14,17,17,14,15,15,18,18,14,14,14,18,17,14,
14,14,18,18,14,15,15,18,20,15,16,15,19,18,15,15,
15,19,18,15,15,16,19,18,15,15,15,18,18,14,15,15,
18,18,15,16,16,18,19,15,15,15,18,18,15,15,15,19,
20,15,15,15,18,18,15,15,15,18,18,15,16,16,19,19,
15,14,15,19,19,15,15,15,19,20,14,14,15,18,18,15,
15,15,19,19,15,16,16,19,19,15,15,14,18,19,15,15,
15,20,20,15,15,14,18,18,13,12,12, 8, 8,13,14,14,
18,18,14,14,14,18,18,14,14,14,18,20,14,14,14,18,
18,14,15,15,19,18,15,14,14,18,19,15,15,15,18,19,
15,14,14,18,19,15,15,15,18,18,14,15,14,18,19,15,
14,14,21,19,15,15,15,19,18,14,14,14,19,18,14,15,
15,19,18,15,15,15,20,19,15,14,14,20,18,14,15,15,
18,19,14,14,14,19,18,14,15,15,18,19,15,15,15,18,
19,15,14,14,19,19,15,15,15,19,19,14,14,14,19,20,
14,15,15,18,19,
};
static const static_codebook _44p0_p3_1 = {
5, 3125,
(char *)_vq_lengthlist__44p0_p3_1,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44p0_p3_1,
0
};
static const long _vq_quantlist__44p0_p4_0[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44p0_p4_0[] = {
2, 6, 6,14,14, 6, 8, 8,14,14, 7, 7, 7,14,14, 0,
13,13,15,16, 0,13,13,15,15, 7, 8, 8,15,15, 9,10,
10,16,16, 9, 8, 8,14,15, 0,13,13,17,17, 0,13,13,
16,16, 8, 8, 8,15,15,12,11,11,16,16, 9, 8, 8,14,
14, 0,13,13,17,17, 0,13,13,15,15, 0,14,14,16,16,
0, 0, 0,18,19, 0,12,12,16,15, 0,16,16, 0,20, 0,
14,14,16,16, 0,14,14,17,17, 0, 0, 0,19,19, 0,12,
12,15,15, 0,18,17,21,21, 0,14,14,16,16, 5, 7, 7,
12,13, 9,10, 9,14,14,11,10,10,14,14, 0, 0, 0,18,
17, 0,20,21,18,18, 9,10,10,14,14,12,12,12,17,16,
12,10,10,14,14, 0,20,20,18,17, 0,21,21,17,17,11,
10,10,14,14,15,13,13,18,18,13,11,11,14,14, 0,20,
0,18,18, 0,20,21,18,17, 0,21, 0,18,19, 0, 0, 0,
0,21, 0,21,20,16,17, 0, 0, 0,21,21, 0, 0, 0,20,
18, 0,20, 0,17,18, 0, 0, 0, 0, 0, 0, 0,20,16,17,
0, 0, 0,20, 0, 0, 0, 0,18,18, 6, 6, 6,13,13, 8,
5, 5,11,11, 9, 6, 6,13,13, 0, 9, 9,12,12, 0,10,
10,14,14, 9, 7, 7,13,13,12, 9, 9,13,13,10, 6, 6,
13,13, 0,10,10,14,14, 0,10,10,13,13, 9, 7, 7,13,
13,13,10,10,13,13,11, 6, 6,13,13, 0,10,10,15,15,
0,10,10,13,13, 0,12,11,15,15, 0,20,19,17,16, 0,
9, 9,13,13, 0,13,13,20,19, 0,11,11,13,13, 0,11,
11,15,15, 0,20,19,17,17, 0,10,10,13,13, 0,14,15,
0,21, 0,12,12,13,13, 0,10,10,12,12, 0,11,11,15,
15, 0,11,11,15,15, 0,15,15,20,20, 0,16,16, 0, 0,
0,11,11,15,15, 0,14,14,17,17, 0,11,11,15,15, 0,
15,15,20,21, 0,16,16,21,21, 0,12,12,15,15, 0,15,
15,18,20, 0,11,11,16,15, 0,15,15,21,21, 0,16,16,
0,21, 0,16,16, 0, 0, 0, 0, 0, 0, 0, 0,14,14,21,
21, 0,17,18, 0, 0, 0,16,17,20, 0, 0,16,16, 0, 0,
0, 0, 0, 0, 0, 0,15,15,20,20, 0,19,18, 0,21, 0,
18,17, 0, 0, 0,10,10,11,11, 0,10,10,10,10, 0,11,
11,12,12, 0,11,11, 9, 9, 0,13,13,12,12, 0,11,11,
12,12, 0,13,13,12,12, 0,10,10,12,12, 0,12,12,13,
13, 0,12,12,12,12, 0,11,11,12,12, 0,13,13,12,12,
0,10,10,12,12, 0,13,13,13,13, 0,12,12,12,12, 0,
14,13,13,13, 0,19,21,15,15, 0,12,11,12,12, 0,16,
15,19,19, 0,13,13,11,11, 0,13,13,13,13, 0, 0,21,
15,16, 0,12,12,12,12, 0,16,16,19,21, 0,13,13,12,
12, 7, 7, 7,16,16,11, 9, 9,16,16,12, 9, 9,16,16,
0,13,13,16,16, 0,14,14,17,16,11, 9, 9,16,16,14,
12,11,17,17,13, 8, 9,15,15, 0,13,13,19,19, 0,13,
13,16,15,12,10,10,17,17,15,12,12,19,18,14, 9, 9,
17,16, 0,14,14,18, 0, 0,14,13,16,16, 0,14,15,18,
17, 0,21, 0,19,21, 0,12,12,16,16, 0,16,16, 0, 0,
0,14,14,16,16, 0,14,14,18,18, 0, 0,21,20, 0, 0,
13,13,16,17, 0,18,18, 0, 0, 0,15,14,17,16, 8, 7,
7,14,14,11,10,10,15,15,13,10,10,15,15, 0,21,20,
19,19, 0,21, 0,17,18,11,10,10,15,16,14,12,12,18,
18,14,11,11,15,14, 0,21,20,18,19, 0, 0,21,18,18,
12,11,11,16,16,16,14,14,18,20,14,11,11,16,15, 0,
20,20,19,19, 0, 0,20,18,18, 0,21, 0,18,19, 0, 0,
0, 0, 0, 0,20,20,17,18, 0, 0, 0,20,20, 0, 0, 0,
19,19, 0, 0, 0,20,18, 0, 0, 0, 0, 0, 0, 0,21,18,
18, 0,21,21, 0,21, 0, 0, 0,19,20,11, 9, 9,14,14,
13,10,10,14,14,13,11,11,15,15, 0,13,13,13,13, 0,
14,14,16,16,13,11,11,15,15,16,12,12,15,15,14,10,
10,14,14, 0,14,14,16,16, 0,14,14,15,15,13,10,10,
15,15,17,13,14,15,16,15,10,10,15,15, 0,14,14,17,
16, 0,14,14,15,15, 0,15,15,17,17, 0, 0,21,18,18,
0,13,13,15,15, 0,16,16,21,20, 0,14,14,15,14, 0,
15,14,16,17, 0, 0,20,20,19, 0,13,13,15,15, 0,19,
18, 0, 0, 0,15,15,15,15, 0,11,11,14,14, 0,12,12,
16,16, 0,12,12,16,16, 0,15,16,21,21, 0,16,17,21,
0, 0,12,12,17,16, 0,14,14,18,19, 0,11,11,16,16,
0,15,15,20,21, 0,16,16,21, 0, 0,12,12,17,16, 0,
15,15,19,19, 0,12,12,16,17, 0,16,15, 0, 0, 0,16,
16, 0, 0, 0,17,17, 0,21, 0, 0, 0, 0, 0, 0,14,15,
20, 0, 0,17,17, 0, 0, 0,17,17, 0, 0, 0,17,16, 0,
0, 0, 0, 0, 0, 0, 0,15,15, 0, 0, 0,18,18, 0, 0,
0,18,17, 0, 0, 0,11,11,14,14, 0,12,12,15,15, 0,
12,12,15,15, 0,13,13,14,14, 0,14,14,17,17, 0,12,
12,16,16, 0,14,14,16,16, 0,11,11,15,15, 0,13,13,
16,17, 0,13,13,16,16, 0,12,12,15,15, 0,14,14,17,
16, 0,11,11,15,15, 0,14,14,17,17, 0,13,13,16,16,
0,15,15,17,18, 0,21,20,20,21, 0,12,12,15,15, 0,
16,16,20,21, 0,14,14,15,15, 0,14,14,17,17, 0, 0,
0,18,19, 0,12,13,15,15, 0,18,17,21, 0, 0,14,15,
15,15, 8, 8, 8,16,16,12,10,10,16,16,13, 9, 9,16,
16, 0,14,14,18,17, 0,14,14,16,17,12,10,10,18,17,
14,12,11,18,18,14, 9, 9,16,16, 0,13,13,18,18, 0,
13,13,17,16,12, 9, 9,16,17,17,13,13,17,17,14, 9,
9,15,15, 0,14,14,20,19, 0,13,13,16,16, 0,15,15,
19,18, 0, 0, 0,20,19, 0,12,13,17,17, 0,16,16,20,
0, 0,14,14,16,17, 0,14,14,19,18, 0, 0, 0,20,20,
0,13,13,16,16, 0,18,17, 0, 0, 0,15,15,16,16, 9,
7, 7,14,14,12,10,10,15,15,13,10,10,15,15, 0,21,
0,18,19, 0,20,21,19,18,12,10,10,16,15,15,13,13,
18,18,14,11,11,15,15, 0, 0, 0,19,18, 0, 0,21,18,
18,13,11,11,15,15,16,14,14,17,19,15,11,11,15,15,
0,21,21,20,18, 0, 0,21,18,18, 0, 0,21,21,19, 0,
0, 0, 0, 0, 0,19,20,18,17, 0, 0, 0,21,21, 0,21,
0,20,18, 0, 0,21,19,19, 0, 0, 0, 0, 0, 0,20,21,
17,17, 0, 0, 0, 0, 0, 0,21, 0,18,20, 0,10,10,14,
14, 0,11,11,15,15, 0,11,11,15,15, 0,14,14,15,15,
0,15,15,16,16, 0,11,12,16,16, 0,13,13,16,16, 0,
11,11,15,15, 0,14,14,17,17, 0,14,14,15,15, 0,11,
11,16,15, 0,14,14,15,15, 0,11,11,15,15, 0,15,15,
17,17, 0,14,14,15,15, 0,16,16,18,18, 0, 0, 0,20,
19, 0,14,13,16,15, 0,17,17,21, 0, 0,15,15,15,15,
0,16,15,17,16, 0,20, 0,20,18, 0,13,14,15,15, 0,
19,18, 0,21, 0,15,15,15,15, 0,11,11,14,14, 0,12,
12,16,16, 0,12,12,16,16, 0,16,15,20,21, 0,17,16,
0, 0, 0,12,12,16,16, 0,14,14,18,18, 0,11,11,16,
16, 0,15,15,21,20, 0,16,16, 0, 0, 0,12,12,16,17,
0,15,14,19,19, 0,11,12,16,16, 0,15,15,21, 0, 0,
16,16, 0, 0, 0,16,17, 0, 0, 0, 0, 0, 0, 0, 0,15,
15,21, 0, 0,17,17, 0, 0, 0,17,17, 0, 0, 0,17,16,
0, 0, 0, 0, 0, 0, 0, 0,15,15, 0,20, 0,19,20, 0,
0, 0,17,17, 0, 0, 0,12,12,15,15, 0,12,12,15,15,
0,12,12,16,16, 0,13,13,15,15, 0,15,15,17,17, 0,
13,13,17,16, 0,14,14,17,17, 0,11,11,16,16, 0,14,
14,17,17, 0,13,13,16,16, 0,12,12,16,16, 0,15,15,
16,17, 0,11,11,15,16, 0,14,14,17,17, 0,13,14,16,
16, 0,15,15,18,18, 0,21,20,20,19, 0,13,13,16,17,
0,16,16, 0, 0, 0,14,14,16,16, 0,15,15,18,18, 0,
0, 0,20,19, 0,13,13,16,16, 0,17,17, 0, 0, 0,14,
14,16,16, 0,11,11,16,16, 0,13,13,18,17, 0,13,13,
17,17, 0,16,16,17,17, 0,16,16,17,18, 0,12,12,17,
17, 0,15,15,18,18, 0,12,12,16,16, 0,16,16,19,19,
0,15,15,16,17, 0,12,12,17,17, 0,17,17,18,18, 0,
12,12,17,17, 0,16,16,19,19, 0,15,16,17,17, 0,16,
16,18,17, 0, 0, 0,21,21, 0,13,13,16,16, 0,17,17,
0,20, 0,15,15,16,17, 0,16,16,19,18, 0, 0,21,20,
21, 0,14,14,17,16, 0,20, 0, 0, 0, 0,15,16,16,17,
0, 9, 9,14,14, 0,13,13,16,16, 0,14,14,15,15, 0,
0,20,19,19, 0, 0, 0,19,19, 0,12,12,15,15, 0,15,
16,19,18, 0,14,14,15,15, 0,21, 0,18,18, 0,20, 0,
17,18, 0,13,13,16,16, 0,17,17,17,19, 0,14,14,16,
15, 0,21,20,20,19, 0, 0, 0,19,19, 0, 0, 0,19,18,
0, 0, 0, 0, 0, 0,20,20,17,18, 0, 0, 0,21,21, 0,
0, 0,18,18, 0,21, 0,18,19, 0, 0, 0, 0, 0, 0,20,
21,18,18, 0, 0, 0,20,21, 0, 0, 0,19,19, 0,18,18,
15,15, 0,20,21,17,17, 0,19,21,17,17, 0, 0, 0,17,
18, 0, 0, 0,20,19, 0,19,19,17,17, 0, 0, 0,18,18,
0,19,20,16,17, 0, 0,21,20,20, 0,19,20,19,18, 0,
19,20,16,16, 0, 0, 0,18,19, 0,19,20,17,17, 0, 0,
21, 0,20, 0,21,21,17,19, 0,20, 0,19,20, 0, 0, 0,
20, 0, 0,19,18,17,16, 0, 0, 0, 0, 0, 0, 0,20,17,
17, 0,20,21,18,20, 0, 0, 0, 0,21, 0,19,20,17,17,
0, 0, 0, 0, 0, 0,20,21,17,17, 0,11,11,14,14, 0,
13,13,16,17, 0,13,13,16,16, 0,17,17, 0,21, 0,18,
17,21, 0, 0,13,13,16,16, 0,15,15,18,18, 0,12,12,
16,16, 0,17,16,21, 0, 0,17,17, 0, 0, 0,12,12,17,
17, 0,17,17,19,21, 0,13,12,16,16, 0,17,17, 0, 0,
0,17,17, 0, 0, 0,18,17, 0,21, 0, 0, 0, 0, 0, 0,
15,15,20, 0, 0,20,18, 0, 0, 0,17,18, 0, 0, 0,16,
17, 0, 0, 0, 0, 0, 0, 0, 0,15,15, 0, 0, 0,19,19,
0, 0, 0,18,18, 0, 0, 0,14,14,18,18, 0,16,16, 0,
21, 0,16,16,21,21, 0,17,17, 0,20, 0,17,17,20, 0,
0,16,15, 0, 0, 0,20,20, 0, 0, 0,15,15,20,20, 0,
17,17,21, 0, 0,17,18,20,20, 0,15,15,20,20, 0,18,
18, 0, 0, 0,15,15,19,20, 0,17,18, 0, 0, 0,17,17,
20,20, 0,18,17,21, 0, 0, 0, 0, 0,21, 0,15,15,20,
20, 0,19,19, 0, 0, 0,17,17,21, 0, 0,17,17, 0, 0,
0, 0, 0,21, 0, 0,15,15,19,19, 0,20,21, 0, 0, 0,
18,17,21,21, 0,12,12,16,16, 0,14,14,17,17, 0,13,
13,17,18, 0,16,16,18,17, 0,16,16,18,18, 0,13,13,
18,18, 0,15,16,19,18, 0,13,13,16,16, 0,16,16,20,
18, 0,16,16,17,17, 0,12,13,17,17, 0,17,16,18,18,
0,12,12,16,16, 0,17,16,20,19, 0,16,16,16,16, 0,
16,17,18,20, 0, 0, 0,21,20, 0,14,14,17,16, 0,19,
18, 0,20, 0,16,16,17,16, 0,16,16,17,18, 0, 0,21,
21,21, 0,14,14,16,16, 0,20,20,21, 0, 0,16,16,16,
16, 0,10,10,14,14, 0,14,14,15,16, 0,14,14,15,15,
0, 0,21,18,18, 0, 0,21,18,19, 0,13,13,16,16, 0,
16,16,18,18, 0,14,14,15,15, 0,21, 0,18,18, 0,21,
0,18,18, 0,13,13,16,16, 0,17,17,19,20, 0,14,14,
15,15, 0, 0, 0,18,20, 0, 0,21,18,18, 0, 0,21,19,
18, 0, 0, 0, 0, 0, 0,20,21,18,17, 0, 0, 0,21,21,
0, 0, 0,19,19, 0,21, 0,18,19, 0, 0, 0, 0, 0, 0,
21,20,17,17, 0, 0,21,20, 0, 0, 0, 0,19,19, 0,19,
20,15,16, 0, 0,20,18,17, 0,20,21,17,18, 0,21, 0,
18,18, 0, 0, 0,19,19, 0,20,20,17,18, 0, 0, 0,18,
19, 0,20,20,18,17, 0, 0, 0, 0,20, 0, 0,21,17,18,
0,20,21,17,17, 0, 0, 0,18,18, 0,19,19,17,17, 0,
0, 0,21,21, 0,20,20,17,17, 0, 0, 0,21,19, 0, 0,
0,20,19, 0,21,20,17,18, 0, 0, 0, 0, 0, 0, 0,20,
18,17, 0,21,20,18,18, 0, 0, 0,20,21, 0,20,20,17,
17, 0, 0, 0, 0, 0, 0,20, 0,17,17, 0,11,11,13,14,
0,13,13,16,16, 0,13,13,16,16, 0,17,17, 0, 0, 0,
17,18, 0, 0, 0,13,13,16,16, 0,15,16,18,18, 0,13,
13,16,17, 0,16,17,20, 0, 0,17,18,20, 0, 0,13,13,
17,17, 0,16,16,20,21, 0,13,13,16,16, 0,17,17,21,
0, 0,17,18, 0, 0, 0,17,18, 0,21, 0, 0, 0, 0, 0,
0,15,15,20, 0, 0,19,19, 0, 0, 0,17,17, 0, 0, 0,
18,17,21,20, 0, 0, 0, 0, 0, 0,16,16,20,21, 0,21,
20, 0,21, 0,19,21, 0, 0, 0,15,15, 0, 0, 0,16,17,
0,19, 0,16,16, 0, 0, 0,17,17, 0, 0, 0,19,18, 0,
0, 0,16,16,20,20, 0,20,18,21, 0, 0,15,15,21,21,
0,18,18, 0, 0, 0,18,19, 0, 0, 0,16,15, 0,21, 0,
20,19, 0, 0, 0,16,16, 0, 0, 0,20,18, 0,21, 0,17,
18,21, 0, 0,18,19, 0, 0, 0, 0, 0, 0, 0, 0,16,16,
20,20, 0,19,20, 0, 0, 0,17,17, 0, 0, 0,18,17,20,
21, 0, 0, 0, 0, 0, 0,16,16, 0,20, 0,20,22, 0, 0,
0,18,18, 0,22,
};
static const static_codebook _44p0_p4_0 = {
5, 3125,
(char *)_vq_lengthlist__44p0_p4_0,
1, -528744448, 1616642048, 3, 0,
(long *)_vq_quantlist__44p0_p4_0,
0
};
static const long _vq_quantlist__44p0_p4_1[] = {
3,
2,
4,
1,
5,
0,
6,
};
static const char _vq_lengthlist__44p0_p4_1[] = {
2, 3, 3, 3, 3, 3, 3,
};
static const static_codebook _44p0_p4_1 = {
1, 7,
(char *)_vq_lengthlist__44p0_p4_1,
1, -533200896, 1611661312, 3, 0,
(long *)_vq_quantlist__44p0_p4_1,
0
};
static const long _vq_quantlist__44p0_p5_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44p0_p5_0[] = {
1, 6, 6, 6, 8, 8, 7, 8, 8, 7, 9, 8,10,11,11, 9,
8, 8, 7, 8, 8,11,11,11, 9, 8, 8, 6, 7, 7,10,10,
10,10,10,10,10,10,10,14,13,13,12,11,11,10,10,10,
14,14,13,13,11,11, 6, 6, 6, 8, 5, 5, 8, 7, 7, 8,
7, 7,11, 9, 9, 9, 7, 7, 8, 7, 7,12,10,10,10, 7,
7, 7, 8, 8,12,11,11,12,10,10,11,10,10,14,13,13,
13,10,10,11,10,11,16,14,14,13,10,10, 7, 8, 7,12,
12,12,12,11,11,12,11,11,16,14,15,13,12,12,11,11,
11,17,15,14,14,13,13,10, 9, 9,13,11,11,13,11,11,
12,11,11,16,14,13,14,11,11,12,11,11,16,15,14,14,
11,11, 7, 8, 8,12,11,11,12,10,10,12,10,10,16,14,
13,13,11,11,12,10,10,16,14,14,13,10,10, 8, 8, 8,
12,12,12,12,11,11,12,11,11,16,14,15,14,12,12,12,
11,11,16,15,15,14,12,12,10,10,10,13,11,11,13,11,
11,12,12,12,16,14,14,14,11,11,12,11,11,17,14,15,
14,11,11,
};
static const static_codebook _44p0_p5_0 = {
5, 243,
(char *)_vq_lengthlist__44p0_p5_0,
1, -527106048, 1620377600, 2, 0,
(long *)_vq_quantlist__44p0_p5_0,
0
};
static const long _vq_quantlist__44p0_p5_1[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44p0_p5_1[] = {
2, 7, 7, 7, 8, 8, 7, 7, 7, 7, 8, 8, 8, 8, 9, 8,
7, 7, 8, 8, 8, 9, 9, 9, 9, 7, 7, 6, 6, 6, 9, 7,
7, 9, 7, 7, 9, 8, 8,10, 8, 8,10, 8, 8,10, 8, 8,
10, 8, 8,10, 8, 8, 7, 6, 6, 9, 6, 6, 9, 6, 6, 9,
7, 7,10, 8, 8, 9, 6, 6, 9, 7, 7,10, 8, 8, 9, 7,
7, 7, 8, 8,11, 9, 9,11, 9, 9,11, 9, 9,12, 9, 9,
12, 8, 8,12, 9, 9,12,10, 9,12, 8, 8, 8, 7, 7,10,
9, 9,11, 9, 9,11, 9, 9,11,11,10,11, 9, 9,11,10,
9,11,10,11,11, 9, 9,10, 8, 8,11, 9, 9,11, 9, 9,
11, 9, 9,11,10,10,11, 9, 9,11, 9, 9,11,10,10,11,
9, 9, 9, 8, 8,12, 9, 9,12, 9, 9,11, 9, 9,12, 9,
9,12, 8, 8,12, 9, 9,12, 9, 9,12, 8, 8, 9, 7, 7,
11, 9,10,11,10, 9,11, 9, 9,11,11,11,11, 9, 9,11,
10,10,11,11,11,11, 9, 9,10, 9, 9,11, 9, 9,11,10,
10,11,10, 9,11,10,10,11, 9, 9,11,10,10,11,10,11,
11, 9, 9,
};
static const static_codebook _44p0_p5_1 = {
5, 243,
(char *)_vq_lengthlist__44p0_p5_1,
1, -530841600, 1616642048, 2, 0,
(long *)_vq_quantlist__44p0_p5_1,
0
};
static const long _vq_quantlist__44p0_p6_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44p0_p6_0[] = {
1, 8, 8, 8, 8, 8, 8, 8, 8, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 8, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 8, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 7, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 8, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9,
};
static const static_codebook _44p0_p6_0 = {
5, 243,
(char *)_vq_lengthlist__44p0_p6_0,
1, -516716544, 1630767104, 2, 0,
(long *)_vq_quantlist__44p0_p6_0,
0
};
static const long _vq_quantlist__44p0_p6_1[] = {
12,
11,
13,
10,
14,
9,
15,
8,
16,
7,
17,
6,
18,
5,
19,
4,
20,
3,
21,
2,
22,
1,
23,
0,
24,
};
static const char _vq_lengthlist__44p0_p6_1[] = {
1, 3, 2, 5, 5, 6, 6, 7, 7, 8, 8, 9, 9,10,10,11,
11,12,12,12,14,14,14,15,15,
};
static const static_codebook _44p0_p6_1 = {
1, 25,
(char *)_vq_lengthlist__44p0_p6_1,
1, -518864896, 1620639744, 5, 0,
(long *)_vq_quantlist__44p0_p6_1,
0
};
static const long _vq_quantlist__44p0_p6_2[] = {
12,
11,
13,
10,
14,
9,
15,
8,
16,
7,
17,
6,
18,
5,
19,
4,
20,
3,
21,
2,
22,
1,
23,
0,
24,
};
static const char _vq_lengthlist__44p0_p6_2[] = {
3, 4, 4, 5, 4, 5, 4, 5, 5, 5, 5, 5, 5, 5, 5, 5,
5, 5, 5, 5, 5, 5, 5, 5, 5,
};
static const static_codebook _44p0_p6_2 = {
1, 25,
(char *)_vq_lengthlist__44p0_p6_2,
1, -529006592, 1611661312, 5, 0,
(long *)_vq_quantlist__44p0_p6_2,
0
};
static const char _huff_lengthlist__44p0_short[] = {
3, 3, 7, 8,10,13,16, 3, 2, 5, 7, 9,13,16, 6, 4,
4, 6,10,14,15, 7, 5, 5, 7,10,13,14, 9, 8, 9, 9,
9,11,13,12,11,12, 9, 7, 8,11,14,12,10, 6, 5, 7,
10,
};
static const static_codebook _huff_book__44p0_short = {
2, 49,
(char *)_huff_lengthlist__44p0_short,
0, 0, 0, 0, 0,
NULL,
0
};
static const long _vq_quantlist__44p1_l0_0[] = {
6,
5,
7,
4,
8,
3,
9,
2,
10,
1,
11,
0,
12,
};
static const char _vq_lengthlist__44p1_l0_0[] = {
1, 4, 4, 7, 7, 8, 8, 9, 9,10,10,11,11, 4, 6, 5,
8, 6, 9, 8,10, 9,10,10,11,10, 5, 5, 6, 6, 8, 8,
9, 9,10,10,10,10,11, 7, 8, 8, 9, 8,10, 9,10, 9,
11,10,11,10, 7, 8, 8, 8,10, 9,10,10,10,10,11,10,
11, 9,10,10,11,11,11,11,12,11,12,11,12,11, 9,10,
10,11,11,11,11,11,11,11,12,11,12,11,11,11,12,12,
12,12,12,12,12,12,12,11,11,12,11,12,12,12,12,12,
12,12,12,11,12,12,12,12,12,13,12,13,12,12,12,12,
12,12,12,12,12,13,13,13,13,12,13,12,12,12,12,12,
13,13,12,13,12,13,12,13,12,12,12,12,13,13,13,13,
13,13,12,12,12,12,12,11,12,
};
static const static_codebook _44p1_l0_0 = {
2, 169,
(char *)_vq_lengthlist__44p1_l0_0,
1, -526516224, 1616117760, 4, 0,
(long *)_vq_quantlist__44p1_l0_0,
0
};
static const long _vq_quantlist__44p1_l0_1[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44p1_l0_1[] = {
1, 4, 4, 6, 6, 5, 5, 5, 6, 6, 5, 6, 5, 6, 6, 6,
6, 7, 7, 7, 6, 7, 6, 7, 7,
};
static const static_codebook _44p1_l0_1 = {
2, 25,
(char *)_vq_lengthlist__44p1_l0_1,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44p1_l0_1,
0
};
static const long _vq_quantlist__44p1_l1_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44p1_l1_0[] = {
1, 4, 4, 4, 4, 4, 4, 4, 4,
};
static const static_codebook _44p1_l1_0 = {
2, 9,
(char *)_vq_lengthlist__44p1_l1_0,
1, -516716544, 1630767104, 2, 0,
(long *)_vq_quantlist__44p1_l1_0,
0
};
static const char _huff_lengthlist__44p1_lfe[] = {
1, 3, 2, 3,
};
static const static_codebook _huff_book__44p1_lfe = {
2, 4,
(char *)_huff_lengthlist__44p1_lfe,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist__44p1_long[] = {
3, 3, 7, 7, 9,13,16, 3, 2, 4, 6,10,13,17, 7, 4,
4, 6, 9,12,14, 7, 6, 6, 5, 7, 9,12,10,10, 9, 6,
6, 9,12,14,14,13, 9, 8,10,11,18,18,15,13,11,10,
11,
};
static const static_codebook _huff_book__44p1_long = {
2, 49,
(char *)_huff_lengthlist__44p1_long,
0, 0, 0, 0, 0,
NULL,
0
};
static const long _vq_quantlist__44p1_p1_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44p1_p1_0[] = {
1, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0,
};
static const static_codebook _44p1_p1_0 = {
5, 243,
(char *)_vq_lengthlist__44p1_p1_0,
1, -535822336, 1611661312, 2, 0,
(long *)_vq_quantlist__44p1_p1_0,
0
};
static const long _vq_quantlist__44p1_p2_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44p1_p2_0[] = {
1, 4, 4, 0, 7, 7, 0, 8, 8, 0, 9, 9, 0,12,12, 0,
8, 8, 0, 9, 9, 0,12,12, 0, 8, 8, 0, 6, 6, 0,11,
11, 0,11,11, 0,12,12, 0,14,14, 0,11,11, 0,12,12,
0,14,14, 0,11,11, 0, 6, 6, 0, 6, 5, 0, 7, 6, 0,
7, 7, 0,10,10, 0, 6, 6, 0, 7, 7, 0,10,10, 0, 7,
7, 0, 7, 7, 0,10,10, 0,11,11, 0,11,11, 0,14,14,
0,10,10, 0,12,12, 0,14,14, 0,12,12, 0, 6, 6, 0,
11,11, 0,11,11, 0,12,12, 0,14,14, 0,11,11, 0,12,
12, 0,15,15, 0,11,11, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 8, 8, 0,11,11, 0,11,11, 0,12,12, 0,15,
15, 0,12,12, 0,11,11, 0,15,15, 0,11,11, 0, 6, 6,
0,11,11, 0,12,12, 0,12,12, 0,15,15, 0,11,11, 0,
12,12, 0,14,14, 0,12,12, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0,
};
static const static_codebook _44p1_p2_0 = {
5, 243,
(char *)_vq_lengthlist__44p1_p2_0,
1, -533200896, 1614282752, 2, 0,
(long *)_vq_quantlist__44p1_p2_0,
0
};
static const long _vq_quantlist__44p1_p2_1[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44p1_p2_1[] = {
1, 3, 3, 0, 8, 8, 0, 8, 8, 0,10,10, 0, 9, 9, 0,
10,10, 0,10,10, 0, 9, 9, 0,10,10, 0, 7, 7, 0, 7,
7, 0, 7, 7, 0, 8, 8, 0, 8, 8, 0, 8, 8, 0, 9, 9,
0, 8, 8, 0, 8, 8, 0, 7, 7, 0, 8, 8, 0, 8, 8, 0,
10,10, 0, 9, 9, 0, 9, 9, 0,10,10, 0, 9, 9, 0,10,
10, 0, 8, 8, 0,11,11, 0,11,11, 0,12,12, 0,11,11,
0,12,12, 0,12,12, 0,12,12, 0,12,12, 0, 8, 8, 0,
11,11, 0,11,11, 0,13,12, 0,12,12, 0,13,12, 0,13,
13, 0,12,12, 0,13,13, 0, 7, 7, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 8, 8, 0,11,11, 0,11,11, 0,13,12, 0,12,
12, 0,12,12, 0,12,12, 0,11,11, 0,12,12, 0, 8, 8,
0,12,12, 0,12,12, 0,13,13, 0,12,12, 0,13,13, 0,
13,13, 0,12,13, 0,13,13, 0, 7, 7, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0,
};
static const static_codebook _44p1_p2_1 = {
5, 243,
(char *)_vq_lengthlist__44p1_p2_1,
1, -535822336, 1611661312, 2, 0,
(long *)_vq_quantlist__44p1_p2_1,
0
};
static const long _vq_quantlist__44p1_p3_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44p1_p3_0[] = {
1, 6, 6, 6, 7, 7, 7, 8, 8, 7, 8, 8,10,11,11, 9,
8, 8, 7, 9, 9,11,12,12, 9, 8, 8, 6, 7, 7, 9,11,
11,10,11,11,10,11,11,13,13,13,11,12,12,10,11,11,
13,14,14,12,12,12, 6, 6, 6, 8, 6, 6, 8, 6, 6, 9,
7, 7,12,10,10,10, 6, 6, 9, 7, 7,12,10,10,11, 7,
6, 7, 8, 8,12,10,10,12,10,10,11,10,10,15,13,13,
13,10,10,12,11,11,15,13,13,14,11,11, 8, 7, 7,12,
11,11,12,11,11,11,11,11,14,14,14,13,12,12,12,11,
11,16,15,15,14,12,12, 0,10,10, 0,11,11, 0,12,12,
0,11,11, 0,14,14, 0,11,11, 0,11,11, 0,15,15, 0,
11,11, 7, 8, 8,13,10,10,12,10,10,12,11,11,15,13,
13,14,11,11,12,10,10,16,14,14,14,10,10, 8, 7, 7,
12,11,11,13,11,11,12,11,11,15,14,14,14,12,12,13,
12,12,15,14,14,15,12,12, 0,11,11, 0,12,12, 0,12,
12, 0,12,12, 0,15,15, 0,12,12, 0,12,12, 0,15,14,
0,12,12,
};
static const static_codebook _44p1_p3_0 = {
5, 243,
(char *)_vq_lengthlist__44p1_p3_0,
1, -531365888, 1616117760, 2, 0,
(long *)_vq_quantlist__44p1_p3_0,
0
};
static const long _vq_quantlist__44p1_p3_1[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44p1_p3_1[] = {
2, 3, 4, 7, 7,10,12,12,12,12,10,11,11,13,13,11,
12,12,11,11,12,12,12,12,12,11,13,13,13,13,12,12,
12,13,14,12,13,13,13,13,12,13,13,13,13,12,13,13,
13,13,11,13,13,13,13,12,12,12,14,14,12,13,13,12,
12,12,12,13,13,13,12,13,13,13,13,12,13,13,13,13,
12,12,12,14,14,12,13,13,12,12,12,13,13,13,13,12,
13,13,12,12,12,13,13,13,13,12,12,12,14,14,12,13,
13,12,12,12,13,13,13,13,12,13,13,12,12,10,10,11,
10,10,11,11,11,11,11,11, 9, 9,10,10,12,11,11,10,
10,12,10,10,10,10,13,12,12,12,12,13,11,11,11,11,
13,12,12,12,12,13,11,11,11,11,13,12,12,12,12,13,
12,12,12,12,13,11,11,11,11,13,12,12,12,12,13,11,
11,11,11,13,12,12,11,11,13,12,12,11,11,13,11,11,
11,11,13,12,12,11,11,13,11,11,11,11,13,12,12,11,
11,13,12,12,11,11,13,11,11,11,11,13,12,12,11,11,
13,11,11,11,11,13,12,12,11,11,11,11,11,10,10,11,
11,11, 9, 9,11,12,12,11,11,12,12,12, 9, 9,13,13,
13,10,10,13,13,13,11,11,13,13,13,14,14,13,13,13,
11,10,13,13,14,12,12,13,13,13,11,11,13,13,13,11,
11,13,13,13,14,14,13,13,13,10,10,13,13,13,11,11,
13,13,13,10,10,13,14,13,11,11,13,14,14,14,14,13,
13,13,10,10,13,14,14,11,11,13,13,13,10,10,13,14,
14,11,11,13,13,13,14,14,14,13,13,10,10,13,14,14,
11,11,13,13,13,10,10,14,12,12, 9, 9,14,12,12, 9,
9,14,11,11, 9, 9,14,12,12, 8, 8,14,11,11, 7, 7,
15,13,13,10,10,15,12,12,10,10,15,13,13,10,10,15,
12,12,10,10,15,13,13,10,10,15,13,13,10,10,15,12,
12,10,10,15,13,13,10,10,15,12,12,10,10,15,13,13,
10,10,15,13,13,10,10,15,12,12,10,10,15,13,13, 9,
9,15,12,12, 9, 9,14,13,13, 9, 9,15,13,13,10,10,
15,12,12,10,10,15,13,13, 9, 9,15,12,12, 9, 9,15,
13,13, 9, 9,13,12,12, 9, 9,13,13,13, 8, 8,13,13,
13, 9, 9,13,13,13, 7, 7,14,13,13, 8, 8,14,14,14,
10,10,15,14,14,11,11,14,14,14, 9, 9,15,14,14,10,
10,15,14,14, 9, 9,14,14,14,10,10,15,14,14,11,11,
15,14,14, 9, 9,14,14,14,10,10,14,14,14, 9, 9,15,
14,15,10,10,15,14,14,11,11,14,14,14, 9, 9,14,14,
14, 9, 9,14,14,14, 8, 8,15,14,14,10,10,15,14,14,
11,11,14,14,14, 9, 9,15,14,14, 9, 9,14,14,14, 8,
8,12,12,12,13,13,16,16,16,11,11,17,16,16,12,12,
17,16,16,11,11,17,16,16,11,11,17,17,16,13,13,17,
16,16,13,13,18,17,16,12,12,17,16,16,13,13,17,16,
17,12,12,18,17,17,13,13,17,16,16,14,14,18,17,17,
12,12,18,16,16,13,13,17,17,17,13,12,17,17,17,13,
13,17,16,16,13,13,18,17,17,12,12,17,16,16,13,12,
17,17,17,12,12,18,17,17,13,13,18,16,16,14,14,18,
17,17,12,12,17,17,17,13,13,18,17,18,12,12,13,14,
14,10,10,16,14,14,13,13,17,15,15,14,14,17,14,14,
12,13,16,14,14,13,13,17,15,15,14,14,16,16,16,15,
15,17,15,15,14,14,17,16,16,14,15,17,15,15,14,14,
17,15,16,14,14,17,16,16,15,15,17,15,15,13,13,17,
15,15,14,14,18,15,15,13,14,17,15,15,14,14,16,16,
16,15,15,17,15,15,13,13,17,15,15,14,14,17,15,15,
13,13,17,15,15,14,14,16,16,16,15,15,17,15,15,13,
13,17,15,15,14,14,18,15,15,13,13,13,11,11,10,10,
16,14,14,13,12,16,14,14,13,13,16,15,14,12,12,16,
14,14,12,12,16,15,15,14,14,16,14,14,14,14,17,15,
15,13,13,16,15,15,14,14,17,15,15,13,14,17,15,15,
14,14,17,15,14,14,14,17,15,15,13,13,17,15,15,14,
14,17,15,15,13,13,17,15,15,14,14,17,14,14,14,14,
17,15,15,13,13,17,15,15,13,13,17,15,15,13,13,17,
15,15,14,14,17,15,15,14,14,17,15,15,13,13,17,15,
15,13,13,17,15,15,13,13,14,14,15, 8, 8,14,14,14,
19,19,14,15,15,18,19,14,14,14,19,18,14,14,14,19,
19,15,15,15,19,18,15,16,16,19,19,15,15,15,19,19,
15,16,16,20,19,15,15,15,19,19,15,15,15,19,19,16,
16,16,20,19,15,15,15,19,18,15,16,16,20,19,15,15,
15,18,18,15,15,15,19,20,15,16,16,19,19,15,15,15,
20,19,15,15,15,20,19,15,15,15,19,18,15,15,15,19,
19,15,16,16,19,20,15,15,15,19,19,15,15,15,19,20,
15,15,15,19,19,14,12,12, 9, 9,14,14,14,19,19,14,
14,14,19,19,14,14,15,20,19,15,14,14,18,19,15,15,
15,19,19,15,15,14,20,19,15,15,15,20,19,15,15,14,
20,19,15,15,15,20,19,15,15,15,19,20,15,14,14,19,
20,15,15,15,20,20,15,14,14,20,19,15,15,15,19,19,
15,15,15,19,19,15,14,14,19,19,15,15,15,19,20,15,
15,15,20,20,15,15,15,19,19,15,15,15,20,19,16,14,
14,19,19,15,15,15,20,19,15,14,15,20,19,14,15,15,
20,19,12,12,12,13,13,16,16,16,11,11,16,16,16,12,
12,17,16,16,11,11,17,15,16,11,11,17,17,17,13,13,
18,16,17,13,13,18,17,17,13,12,17,16,17,13,13,17,
17,17,13,13,16,16,16,12,12,17,16,16,13,13,17,16,
16,12,12,17,16,16,12,13,17,17,17,12,12,17,17,17,
13,13,18,16,16,13,13,18,17,17,12,12,18,17,17,12,
12,17,17,17,12,12,17,17,17,12,12,17,16,16,13,13,
17,17,17,12,12,17,16,16,12,12,17,17,17,12,12,13,
14,14, 9, 9,16,14,14,13,13,16,15,15,14,14,17,14,
14,13,13,16,14,14,13,13,17,15,15,15,15,16,16,16,
15,15,17,15,15,14,14,17,15,15,15,15,17,15,15,14,
14,17,15,15,14,14,16,16,16,15,15,17,15,15,14,14,
17,15,15,14,14,17,15,15,14,14,17,15,15,14,14,16,
16,16,15,15,18,15,15,14,13,17,15,15,14,14,17,15,
15,13,13,17,15,15,14,14,16,16,16,15,15,17,15,15,
14,13,17,15,15,14,14,17,15,15,13,13,13,11,11,11,
11,16,14,14,12,12,16,14,14,13,13,16,15,14,12,12,
17,14,14,12,12,17,15,15,13,13,17,14,14,14,14,17,
15,15,13,13,17,14,15,14,13,17,15,15,13,13,16,15,
15,13,13,16,14,14,14,14,17,15,15,13,13,16,14,14,
13,13,16,15,15,13,13,17,15,15,13,13,17,14,14,14,
14,17,15,15,12,12,17,15,15,13,13,17,15,15,12,12,
16,15,15,13,13,17,14,14,13,14,17,15,15,12,12,17,
14,14,13,13,17,15,15,12,12,14,14,14, 8, 8,14,14,
14,18,18,14,15,15,19,19,14,14,14,19,19,14,15,14,
18,19,15,15,15,18,19,15,16,16,20,20,15,15,15,19,
20,15,16,16,19,20,15,15,15,19,20,15,15,16,19,19,
15,16,16,20,20,15,15,15,20,19,15,16,16,20,19,15,
15,15,19,20,15,15,15,19,19,15,16,16,20,19,15,15,
15,19,19,15,16,15,20,19,15,15,15,19,19,15,15,15,
19,20,15,16,16,20,20,15,15,15,19,19,15,15,15,20,
20,15,15,15,19,19,14,12,12, 9, 9,14,14,14,18,18,
14,14,14,19,20,14,14,14,18,18,14,14,14,18,19,15,
15,15,19,20,15,14,14,19,19,15,15,15,19,19,15,14,
15,19,19,15,15,15,18,20,15,15,15,19,19,15,14,14,
19,19,15,15,15,20,19,15,15,14,20,20,15,15,15,19,
19,15,15,15,19,19,15,14,14,19,19,15,15,15,19,19,
15,14,14,19,20,14,15,15,19,19,15,15,15,19,19,15,
14,14,20,19,15,15,15,19,19,15,14,14,20,19,15,15,
15,19,19,13,12,12,13,13,17,17,16,11,11,16,16,16,
12,12,17,17,16,11,11,17,16,16,11,11,17,17,17,13,
13,17,16,16,13,13,18,17,17,12,12,17,16,16,13,13,
18,17,17,12,12,18,17,17,13,13,18,16,17,13,13,17,
17,17,12,12,18,17,17,13,13,18,17,17,12,12,17,16,
17,12,12,17,16,16,13,13,17,16,16,11,11,17,16,16,
12,12,17,17,17,11,11,17,17,17,12,12,18,16,16,13,
13,18,17,17,12,11,17,16,16,12,12,18,17,17,11,11,
13,14,14, 9, 9,16,14,14,13,13,16,15,15,14,14,17,
14,14,12,12,16,14,14,13,13,17,15,15,14,14,17,16,
16,15,16,18,15,15,14,14,17,15,15,14,14,17,15,15,
14,14,18,15,15,14,14,16,16,16,15,16,18,15,15,14,
14,17,16,15,14,14,18,15,15,14,14,17,15,15,14,14,
17,16,16,15,15,18,14,15,13,13,17,15,15,14,14,18,
15,15,13,13,17,15,15,14,14,17,16,15,15,15,17,15,
15,13,13,17,15,15,14,14,18,15,15,13,13,13,11,11,
10,10,16,14,14,12,12,16,14,14,12,12,17,14,15,11,
11,17,14,14,11,11,17,15,15,13,13,17,14,14,14,13,
17,15,15,13,13,16,15,15,13,13,17,15,15,13,13,17,
15,15,13,13,17,14,14,14,14,17,15,15,13,13,17,14,
15,13,13,16,15,15,13,13,17,15,15,13,13,17,14,14,
13,13,17,15,15,12,12,16,14,14,12,12,17,15,15,12,
12,17,15,15,13,13,17,14,14,13,13,17,15,15,12,12,
17,14,14,12,12,17,15,15,12,12,13,15,14, 8, 8,14,
14,14,19,19,14,15,15,18,19,14,14,14,18,19,14,15,
14,19,19,15,16,15,19,19,15,16,16,19,20,15,15,15,
19,19,15,16,16,19,19,15,16,16,19,19,15,15,15,19,
19,15,16,16,20,20,15,15,15,19,19,15,15,15,19,19,
15,15,15,19,19,15,15,15,19,19,15,16,16,20,19,15,
15,15,19,19,15,15,15,19,19,15,15,15,19,19,15,16,
15,19,19,15,16,16,21,19,15,15,15,20,20,15,15,15,
20,21,15,15,15,19,20,14,12,12, 8, 8,14,14,14,19,
19,14,13,13,19,19,14,14,14,19,19,14,13,14,19,19,
15,15,15,20,20,15,14,14,20,19,15,15,15,19,20,15,
14,14,19,20,15,15,15,20,19,15,15,15,19,20,15,14,
14,20,20,15,15,15,20,19,15,14,14,19,19,15,15,15,
19,19,15,15,15,20,19,15,14,14,21,19,15,15,15,20,
21,15,14,14,21,19,15,15,15,19,19,15,15,15,20,20,
15,14,14,19,21,15,15,15,19,19,15,14,14,19,20,15,
15,15,19,19,13,12,12,13,13,17,16,16,11,11,17,16,
15,12,12,18,16,16,11,11,17,16,16,11,11,18,17,17,
13,13,18,16,16,13,13,17,17,17,12,13,18,17,16,13,
13,18,17,17,13,13,17,17,17,13,13,17,16,16,13,13,
18,16,17,12,12,17,16,16,13,12,17,17,17,12,12,18,
17,17,13,12,18,16,16,13,13,18,17,17,12,12,17,16,
16,12,12,17,17,17,11,11,17,16,16,12,12,17,16,16,
13,13,17,16,16,11,11,17,16,16,12,12,17,17,17,11,
11,13,14,14, 9, 9,16,14,14,13,13,16,15,15,14,14,
17,14,14,12,12,16,14,14,13,13,17,15,15,14,14,17,
15,16,15,15,17,15,15,14,14,17,15,16,14,15,18,15,
15,14,14,17,15,15,14,14,16,16,16,15,15,18,15,15,
13,14,17,15,15,14,14,18,15,15,14,14,17,15,15,14,
14,17,16,16,15,15,17,15,15,13,13,17,15,15,14,14,
18,15,15,13,13,17,15,15,14,14,17,16,16,15,15,17,
15,15,13,13,17,15,15,14,14,18,15,15,13,13,13,11,
11,10,10,16,14,14,12,12,16,14,14,13,13,17,14,14,
11,11,17,14,14,12,12,17,15,15,14,14,17,14,14,14,
14,17,15,15,13,13,17,15,14,13,13,16,15,15,13,13,
16,15,15,13,13,17,14,14,14,14,17,15,15,13,13,17,
14,14,13,13,16,15,15,13,13,16,15,15,13,13,17,14,
14,13,13,17,15,15,12,12,17,14,14,12,12,16,15,15,
12,12,17,15,15,13,13,17,14,14,13,13,17,15,15,12,
12,17,14,14,12,12,16,15,15,12,12,14,14,14, 8, 8,
14,14,14,18,18,14,15,15,19,18,14,14,14,18,18,14,
14,14,18,19,15,16,15,19,19,15,17,16,20,20,15,15,
15,19,19,15,16,16,19,19,15,15,15,19,19,15,16,15,
18,19,15,16,16,20,20,15,15,15,19,19,15,16,16,19,
20,15,15,15,19,19,15,15,16,19,19,15,16,16,20,20,
15,15,15,19,19,15,15,15,19,20,15,15,15,19,19,15,
15,15,19,19,15,16,16,20,20,15,15,15,19,20,15,16,
16,20,20,15,15,15,19,19,13,12,12, 8, 8,14,14,14,
19,20,14,14,14,19,19,14,14,14,18,19,14,14,14,19,
20,15,15,15,19,20,15,14,14,21,20,15,15,15,20,20,
15,15,14,19,19,15,15,15,19,19,15,15,15,19,19,15,
14,14,19,20,15,15,15,19,20,15,14,14,19,19,15,15,
15,19,19,15,15,15,19,19,16,14,14,19,19,15,15,15,
20,20,15,14,14,21,19,15,15,15,19,19,15,15,15,19,
20,16,14,14,19,20,15,15,15,19,19,15,14,14,19,19,
15,15,15,20,19,
};
static const static_codebook _44p1_p3_1 = {
5, 3125,
(char *)_vq_lengthlist__44p1_p3_1,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44p1_p3_1,
0
};
static const long _vq_quantlist__44p1_p4_0[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44p1_p4_0[] = {
2, 6, 6,14,14, 6, 7, 7,14,14, 7, 7, 7,14,14, 0,
13,13,16,16, 0,13,13,15,14, 7, 8, 8,15,15, 9,10,
10,16,16, 9, 8, 8,15,15, 0,13,13,17,16, 0,13,13,
15,16, 8, 8, 8,15,15,12,11,11,16,16, 9, 8, 8,14,
14, 0,13,13,17,18, 0,13,13,15,15, 0,14,14,16,16,
0, 0, 0,19,18, 0,12,12,16,15, 0,15,16, 0,20, 0,
14,14,16,16, 0,14,14,17,17, 0, 0, 0,19,18, 0,12,
12,15,15, 0,17,17, 0,20, 0,14,14,16,16, 5, 6, 7,
12,12, 9, 9, 9,14,14,10,10,10,14,14, 0,21,21,18,
17, 0,20,20,18,17, 9,10,10,14,14,12,12,12,16,16,
12,10,10,14,14, 0,20,19,18,17, 0, 0,20,17,18,11,
10,10,14,14,14,13,13,18,18,13,11,11,14,14, 0,20,
20,17,18, 0,21,21,17,17, 0,21, 0,18,18, 0, 0, 0,
0, 0, 0,20,19,16,17, 0, 0, 0,19,19, 0, 0, 0,18,
18, 0,21,21,18,18, 0, 0, 0, 0, 0, 0,20,20,16,17,
0, 0, 0,21,21, 0, 0, 0,18,19, 6, 6, 6,13,12, 8,
6, 6,11,11, 8, 6, 6,13,13, 0, 9, 9,11,11, 0,11,
10,14,14, 9, 7, 7,13,13,11, 9, 9,13,13,10, 6, 6,
13,13, 0,10,10,14,15, 0,10,10,13,13, 9, 7, 7,13,
13,13,10, 9,13,13,10, 6, 6,13,13, 0,10,10,15,14,
0,10,10,13,13, 0,11,11,15,15, 0,19,20,17,17, 0,
9, 9,13,13, 0,13,13,20,20, 0,11,11,13,13, 0,11,
11,15,15, 0,19,19,17,17, 0,10,10,13,13, 0,15,15,
20,20, 0,12,12,13,13, 0,10,10,12,12, 0,11,11,15,
15, 0,11,11,15,15, 0,15,15,20, 0, 0,16,16, 0,21,
0,11,11,15,15, 0,14,14,18,17, 0,11,11,15,15, 0,
15,16,19,20, 0,16,16,21,21, 0,12,12,15,15, 0,15,
14,18,18, 0,11,11,16,16, 0,15,15,21,21, 0,16,15,
0, 0, 0,16,16,21, 0, 0, 0, 0, 0, 0, 0,14,14,20,
20, 0,18,18, 0, 0, 0,16,17,21, 0, 0,16,16,21,21,
0, 0, 0, 0, 0, 0,15,15,21,21, 0,20,19, 0,21, 0,
17,17, 0, 0, 0,10,10,12,11, 0,10,10,10,11, 0,11,
11,12,12, 0,11,11, 9, 9, 0,13,13,11,12, 0,11,11,
12,12, 0,13,13,12,12, 0,10,10,12,12, 0,12,12,13,
13, 0,12,12,12,12, 0,11,11,12,12, 0,13,13,12,12,
0,10,10,12,12, 0,13,13,14,14, 0,12,12,12,12, 0,
14,14,14,13, 0,19,20,15,15, 0,12,11,12,12, 0,15,
15,21,20, 0,13,13,11,11, 0,13,13,13,13, 0,19, 0,
15,15, 0,12,12,12,12, 0,17,16,19, 0, 0,13,13,12,
12, 7, 7, 7,16,16,11, 9, 9,15,15,12, 9, 9,16,16,
0,13,13,15,14, 0,14,14,17,16,10, 9, 9,16,16,14,
11,11,17,16,12, 9, 8,15,15, 0,13,13,18,18, 0,13,
13,15,15,12,10,10,18,17,15,12,12,17,17,14, 9, 9,
16,16, 0,13,13,18,19, 0,14,13,17,16, 0,14,14,18,
18, 0, 0, 0,20,21, 0,12,12,16,16, 0,16,16,20,21,
0,14,14,17,16, 0,14,14,18,19, 0, 0, 0,19,21, 0,
13,13,17,17, 0,17,17, 0,21, 0,15,15,16,16, 8, 7,
7,14,14,11,10,10,15,15,12,10,10,15,15, 0,20,20,
18,18, 0, 0, 0,17,17,11,10,10,16,16,14,12,12,18,
17,14,11,11,15,15, 0,20,21,18,18, 0, 0,19,18,17,
12,10,10,16,16,17,14,14,19,19,14,11,11,15,15, 0,
21,21,19,19, 0,21,20,19,18, 0,21, 0,18,19, 0, 0,
0, 0, 0, 0,20,20,18,17, 0,21, 0, 0, 0, 0, 0, 0,
19,18, 0, 0, 0,18,19, 0, 0, 0, 0, 0, 0, 0,21,17,
18, 0, 0, 0, 0,21, 0, 0,21,18,19,11, 9, 9,14,14,
13,10,10,13,13,13,11,11,15,15, 0,13,13,12,12, 0,
15,15,16,16,13,10,10,15,15,16,12,12,15,15,15,10,
10,15,15, 0,14,13,16,15, 0,14,13,15,15,13,10,10,
15,15,18,14,14,15,15,15,10,10,14,15, 0,14,14,16,
16, 0,14,14,16,15, 0,15,15,17,16, 0,21, 0,18,18,
0,12,13,15,15, 0,16,16, 0, 0, 0,14,14,15,15, 0,
15,15,16,16, 0,21,20,18,18, 0,13,13,15,15, 0,19,
18, 0, 0, 0,15,15,15,15, 0,11,11,13,13, 0,12,12,
16,16, 0,12,12,16,16, 0,15,16,20, 0, 0,16,17, 0,
0, 0,12,12,16,16, 0,14,14,18,18, 0,11,11,16,17,
0,15,15,20, 0, 0,16,16, 0, 0, 0,12,12,16,16, 0,
15,15,19,19, 0,11,11,17,17, 0,16,16,21, 0, 0,16,
16, 0, 0, 0,17,17,20,20, 0, 0, 0, 0, 0, 0,15,15,
20, 0, 0,17,18, 0, 0, 0,17,17, 0, 0, 0,16,16, 0,
21, 0, 0, 0, 0, 0, 0,15,15,21, 0, 0,19,18, 0, 0,
0,18,17, 0, 0, 0,11,11,14,14, 0,11,11,15,15, 0,
12,12,16,16, 0,13,13,14,14, 0,14,14,17,17, 0,12,
12,16,16, 0,14,14,16,16, 0,11,11,16,15, 0,13,13,
16,17, 0,13,13,16,16, 0,12,12,15,16, 0,15,14,16,
16, 0,11,11,15,15, 0,14,14,17,17, 0,13,13,16,16,
0,15,14,18,18, 0,21, 0,19,19, 0,13,13,15,15, 0,
16,16,20,20, 0,14,14,16,15, 0,14,14,17,17, 0,21,
0,20,18, 0,13,13,15,15, 0,17,17, 0, 0, 0,14,14,
16,15, 8, 8, 8,16,16,12, 9, 9,16,16,13, 9, 9,16,
16, 0,14,14,18,17, 0,14,14,16,17,12,10,10,18,17,
14,11,11,18,18,14, 9, 9,16,16, 0,13,13,18,18, 0,
13,13,17,16,12, 9, 9,16,17,17,13,13,16,16,14, 9,
9,15,15, 0,14,14,20,20, 0,13,13,15,15, 0,15,14,
18,18, 0, 0, 0,20,21, 0,12,13,16,17, 0,16,16,20,
21, 0,14,14,16,17, 0,14,14,18,17, 0, 0, 0,20,21,
0,13,13,16,16, 0,19,17, 0,21, 0,14,15,16,16, 8,
7, 7,14,13,12,10,10,15,15,13,10,10,15,15, 0,21,
21,18,19, 0,20,21,18,18,12,10,10,16,15,15,12,12,
17,17,14,11,11,15,15, 0,21,21,19,18, 0, 0,21,17,
18,13,11,11,15,15,16,13,13,18,19,15,11,11,15,14,
0,21, 0,19,19, 0, 0,21,18,18, 0, 0,21,19,19, 0,
0, 0, 0, 0, 0,20,19,17,17, 0, 0, 0,21, 0, 0,21,
0,18,19, 0, 0,20,20,19, 0, 0, 0, 0, 0, 0,21,20,
18,17, 0, 0, 0, 0,20, 0, 0, 0,18,19, 0,10,10,15,
14, 0,11,11,14,14, 0,11,11,15,16, 0,14,14,15,15,
0,15,15,16,16, 0,11,11,16,16, 0,14,13,16,16, 0,
11,11,15,15, 0,14,14,16,16, 0,14,14,15,15, 0,11,
11,15,15, 0,13,13,15,15, 0,11,11,15,15, 0,15,15,
18,17, 0,14,14,15,15, 0,15,16,18,18, 0, 0, 0,20,
20, 0,14,13,16,15, 0,17,17,21, 0, 0,15,15,15,15,
0,16,15,17,17, 0, 0, 0,19,19, 0,13,13,15,15, 0,
20,19, 0, 0, 0,15,15,15,15, 0,11,11,13,13, 0,12,
12,16,16, 0,12,12,16,16, 0,15,15,21,21, 0,17,16,
0, 0, 0,12,12,16,16, 0,14,14,17,17, 0,11,11,16,
16, 0,15,15, 0, 0, 0,16,16,21, 0, 0,12,12,17,16,
0,14,15,20,20, 0,11,11,16,16, 0,15,15, 0,20, 0,
16,16, 0,21, 0,16,17,21, 0, 0, 0, 0, 0, 0, 0,15,
15, 0,21, 0,18,18, 0, 0, 0,17,16, 0, 0, 0,17,17,
21, 0, 0, 0, 0, 0, 0, 0,15,15, 0,20, 0,19,20,21,
0, 0,17,18, 0, 0, 0,12,12,15,15, 0,12,12,15,15,
0,12,12,16,16, 0,13,13,15,15, 0,15,15,17,17, 0,
13,12,17,16, 0,14,14,17,16, 0,11,11,16,16, 0,14,
14,17,17, 0,14,14,17,17, 0,12,12,16,16, 0,15,15,
17,17, 0,11,11,16,16, 0,14,14,17,17, 0,14,14,16,
16, 0,15,15,18,17, 0, 0, 0,19, 0, 0,13,13,16,16,
0,16,16, 0,21, 0,14,14,16,16, 0,15,15,18,17, 0,
0, 0,19,19, 0,13,13,16,16, 0,18,17, 0,21, 0,14,
15,16,16, 0,11,11,16,16, 0,13,13,17,17, 0,13,13,
17,17, 0,16,16,16,17, 0,16,16,18,18, 0,12,12,17,
17, 0,16,15,18,17, 0,12,12,16,16, 0,16,15,19,19,
0,16,15,17,17, 0,12,12,17,18, 0,16,16,18,18, 0,
12,12,16,16, 0,16,16,19,19, 0,15,16,17,17, 0,15,
16,18,18, 0, 0, 0,20,20, 0,13,13,16,16, 0,18,18,
21,20, 0,15,15,16,16, 0,16,16,19,18, 0, 0, 0,19,
20, 0,14,14,17,17, 0,19,19, 0,21, 0,15,16,16,16,
0, 9, 9,14,14, 0,13,13,15,15, 0,14,14,15,15, 0,
0,21,19,19, 0, 0,21,18,18, 0,12,12,15,15, 0,15,
15,18,18, 0,14,13,15,15, 0,21,21,18,19, 0,21,20,
18,18, 0,13,13,16,16, 0,17,17,18,19, 0,14,14,15,
15, 0, 0,21,19,19, 0,21,20,18,19, 0,20,20,19,19,
0, 0, 0, 0, 0, 0,19,20,17,17, 0, 0, 0,21,21, 0,
21, 0,18,20, 0,21, 0,18,21, 0, 0, 0, 0, 0, 0,21,
21,19,18, 0, 0, 0, 0, 0, 0, 0, 0,19,19, 0,18,18,
15,15, 0,18,20,17,16, 0,20, 0,17,17, 0,21, 0,17,
17, 0,21,20,19,20, 0,19,19,16,16, 0,21,21,17,18,
0,19,19,17,17, 0,20,21,21,21, 0,20,20,18,18, 0,
19,19,16,16, 0, 0,21,18,19, 0,18,19,16,17, 0,21,
21,19,20, 0,21,19,18,18, 0,21,20,19,21, 0, 0, 0,
20,21, 0,19,19,17,16, 0, 0, 0, 0, 0, 0,21,20,17,
17, 0,20,21,19,18, 0, 0, 0, 0,21, 0,19,18,16,17,
0, 0, 0, 0, 0, 0,20,20,17,17, 0,11,11,14,14, 0,
13,13,16,16, 0,13,13,16,16, 0,17,17,21, 0, 0,17,
18, 0, 0, 0,12,12,16,16, 0,15,15,17,18, 0,12,12,
16,16, 0,16,16, 0,20, 0,17,17, 0,21, 0,12,12,17,
17, 0,16,16,19,20, 0,12,12,17,17, 0,17,17, 0,20,
0,17,17, 0, 0, 0,17,17,21, 0, 0, 0, 0, 0, 0, 0,
15,15, 0,20, 0,19,19, 0, 0, 0,18,18, 0, 0, 0,17,
17, 0, 0, 0, 0, 0, 0, 0, 0,15,15, 0, 0, 0,20,19,
0, 0, 0,19,18, 0, 0, 0,14,14,21,19, 0,16,16,20,
21, 0,16,16,20,20, 0,17,17,20, 0, 0,17,17,20,20,
0,15,15,20,20, 0,19,18,20, 0, 0,15,15,20,20, 0,
17,18,21,20, 0,17,17,20,21, 0,15,15,19,19, 0,19,
18,21,21, 0,15,15,19,20, 0,17,18, 0, 0, 0,17,17,
20,20, 0,17,18,20,21, 0, 0, 0, 0, 0, 0,15,15,20,
20, 0,19,19, 0, 0, 0,17,17,19,21, 0,17,17, 0,21,
0, 0, 0, 0,21, 0,15,15,20,19, 0, 0,20, 0, 0, 0,
17,17,21,20, 0,12,12,16,16, 0,14,14,17,17, 0,13,
13,17,17, 0,16,16,17,18, 0,17,16,18,18, 0,13,13,
18,17, 0,15,16,19,18, 0,13,13,16,16, 0,16,16,19,
19, 0,16,16,17,17, 0,13,12,17,17, 0,16,16,18,17,
0,12,12,16,16, 0,17,17,19,18, 0,16,15,16,16, 0,
16,17,18,19, 0, 0, 0,20,20, 0,14,14,17,16, 0,18,
18,21, 0, 0,16,16,16,16, 0,16,16,18,17, 0, 0,21,
21,21, 0,14,14,16,16, 0,21,20,21, 0, 0,16,16,16,
16, 0,10,10,14,14, 0,14,14,15,16, 0,14,14,15,15,
0, 0,21,18,18, 0, 0,21,18,19, 0,13,13,16,16, 0,
16,16,18,17, 0,14,14,15,15, 0,20, 0,18,18, 0,21,
0,18,17, 0,13,13,16,15, 0,17,17,19,19, 0,14,14,
15,15, 0,20,20,18,19, 0, 0, 0,18,17, 0, 0,21,18,
18, 0, 0, 0, 0, 0, 0,20,21,18,17, 0, 0, 0, 0, 0,
0, 0, 0,19,19, 0, 0,21,18,18, 0, 0, 0, 0, 0, 0,
21, 0,18,17, 0, 0, 0, 0,21, 0, 0, 0,19,20, 0,19,
19,16,16, 0, 0,21,18,17, 0,21, 0,18,18, 0,20, 0,
19,18, 0,21,20,19,19, 0,21,19,17,18, 0, 0,21,19,
19, 0,21,19,18,18, 0,21, 0,20,18, 0, 0,21,18,18,
0,20,21,17,17, 0,21, 0,18,18, 0,21,19,17,17, 0,
21, 0, 0,20, 0, 0,20,17,18, 0, 0, 0,19,20, 0, 0,
0,20,19, 0,19,21,17,18, 0,21, 0, 0, 0, 0,21,21,
18,17, 0, 0,21,18,18, 0, 0, 0, 0,21, 0,20,19,16,
17, 0, 0, 0, 0, 0, 0,21,20,17,17, 0,11,11,13,13,
0,13,13,16,16, 0,13,13,16,16, 0,17,17, 0,21, 0,
18,19,21, 0, 0,12,12,16,16, 0,15,15,19,18, 0,13,
13,16,16, 0,16,17,21,19, 0,17,17,21,21, 0,13,13,
16,16, 0,16,16,20,18, 0,13,13,16,16, 0,17,17, 0,
0, 0,18,18, 0, 0, 0,18,17, 0,20, 0, 0, 0, 0, 0,
0,15,15,21,21, 0,19,18, 0, 0, 0,17,17,21,21, 0,
17,17, 0, 0, 0, 0, 0, 0, 0, 0,15,15,20,21, 0,20,
20, 0, 0, 0,19,19, 0, 0, 0,14,15,21,19, 0,16,16,
0,21, 0,17,16,21,21, 0,17,18,21,20, 0,18,18, 0,
21, 0,16,16, 0,20, 0,19,19, 0, 0, 0,16,15, 0,20,
0,18,18, 0, 0, 0,17,17, 0,21, 0,16,16,20,20, 0,
20,19, 0, 0, 0,15,16,21,22, 0,18,18, 0, 0, 0,18,
17, 0, 0, 0,18,18, 0, 0, 0, 0, 0, 0, 0, 0,16,16,
21,20, 0,19,20, 0, 0, 0,18,17,21, 0, 0,17,18, 0,
0, 0, 0, 0, 0, 0, 0,16,16, 0,20, 0, 0,20, 0, 0,
0,18,18,22, 0,
};
static const static_codebook _44p1_p4_0 = {
5, 3125,
(char *)_vq_lengthlist__44p1_p4_0,
1, -528744448, 1616642048, 3, 0,
(long *)_vq_quantlist__44p1_p4_0,
0
};
static const long _vq_quantlist__44p1_p4_1[] = {
3,
2,
4,
1,
5,
0,
6,
};
static const char _vq_lengthlist__44p1_p4_1[] = {
2, 3, 3, 3, 3, 3, 3,
};
static const static_codebook _44p1_p4_1 = {
1, 7,
(char *)_vq_lengthlist__44p1_p4_1,
1, -533200896, 1611661312, 3, 0,
(long *)_vq_quantlist__44p1_p4_1,
0
};
static const long _vq_quantlist__44p1_p5_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44p1_p5_0[] = {
1, 6, 6, 7, 8, 8, 7, 8, 8, 7, 9, 8,10,11,11, 9,
8, 8, 7, 8, 8,11,11,11, 9, 8, 8, 6, 7, 7,10,10,
10,10,10,10,10,10,10,14,13,13,12,11,11,10,10,10,
14,14,13,12,11,11, 6, 6, 6, 8, 5, 5, 8, 7, 7, 9,
7, 7,11,10,10, 9, 7, 7, 9, 7, 7,12,10,10,10, 7,
7, 7, 8, 8,12,11,10,12,10,10,11,10,10,15,13,13,
13,10,10,11,10,10,17,14,13,13,10,10, 7, 7, 7,12,
11,12,12,11,11,12,11,11,16,14,14,13,12,12,12,11,
11,17,15,14,14,12,12,10, 9, 9,13,11,11,13,11,11,
13,11,11,17,14,13,14,11,11,12,11,11,16,15,14,14,
11,11, 7, 8, 8,12,11,11,12,10,10,12,10,10,15,13,
13,14,11,10,12,10,10,16,14,14,14,10,10, 8, 7, 7,
12,11,11,12,11,11,12,11,11,17,14,14,14,12,12,12,
11,11,16,15,15,14,12,12,10,10,10,13,11,11,13,11,
11,13,11,12,16,14,14,14,11,11,13,12,11,16,15,15,
14,11,11,
};
static const static_codebook _44p1_p5_0 = {
5, 243,
(char *)_vq_lengthlist__44p1_p5_0,
1, -527106048, 1620377600, 2, 0,
(long *)_vq_quantlist__44p1_p5_0,
0
};
static const long _vq_quantlist__44p1_p5_1[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44p1_p5_1[] = {
2, 7, 7, 7, 7, 7, 7, 7, 7, 7, 8, 8, 9, 8, 8, 8,
7, 7, 8, 8, 8, 9, 8, 8, 9, 7, 7, 6, 6, 6, 9, 8,
7, 9, 7, 7, 9, 8, 8,10, 8, 8,10, 8, 8,10, 8, 8,
10, 8, 8,10, 8, 8, 7, 6, 6, 9, 6, 6, 9, 7, 7, 9,
7, 7,10, 8, 8, 9, 6, 6, 9, 7, 7,10, 8, 8, 9, 7,
7, 7, 8, 8,11, 9, 9,11, 9, 9,11, 8, 9,12, 9, 9,
12, 8, 8,11, 9, 9,12, 9, 9,12, 8, 8, 8, 7, 7,10,
9, 9,10,10, 9,10, 9, 9,11,10,10,11, 9, 9,11, 9,
9,11,10,11,11, 9, 9,10, 8, 8,11, 9, 9,10, 9, 9,
11, 9, 9,11,10,10,11, 9, 9,11, 9, 9,11,10,10,11,
9, 9, 9, 8, 8,11, 9, 9,12, 9, 9,11, 9, 9,12, 9,
9,12, 8, 8,12, 9, 9,12, 9, 9,12, 8, 8, 9, 7, 7,
11, 9, 9,11,10,10,11, 9, 9,11,11,11,11, 9, 9,11,
10,10,11,11,11,11, 9, 9,10, 9, 9,11, 9, 9,11,10,
10,11, 9, 9,11,10,10,11, 9, 9,11, 9,10,11,10,10,
11, 9, 9,
};
static const static_codebook _44p1_p5_1 = {
5, 243,
(char *)_vq_lengthlist__44p1_p5_1,
1, -530841600, 1616642048, 2, 0,
(long *)_vq_quantlist__44p1_p5_1,
0
};
static const long _vq_quantlist__44p1_p6_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44p1_p6_0[] = {
1, 8, 8, 8, 8, 8, 8, 8, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 8, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 7, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 7, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9,
};
static const static_codebook _44p1_p6_0 = {
5, 243,
(char *)_vq_lengthlist__44p1_p6_0,
1, -516716544, 1630767104, 2, 0,
(long *)_vq_quantlist__44p1_p6_0,
0
};
static const long _vq_quantlist__44p1_p6_1[] = {
12,
11,
13,
10,
14,
9,
15,
8,
16,
7,
17,
6,
18,
5,
19,
4,
20,
3,
21,
2,
22,
1,
23,
0,
24,
};
static const char _vq_lengthlist__44p1_p6_1[] = {
1, 3, 2, 5, 4, 7, 7, 8, 8, 9, 9,10,10,11,11,12,
12,13,13,13,14,16,16,16,16,
};
static const static_codebook _44p1_p6_1 = {
1, 25,
(char *)_vq_lengthlist__44p1_p6_1,
1, -518864896, 1620639744, 5, 0,
(long *)_vq_quantlist__44p1_p6_1,
0
};
static const long _vq_quantlist__44p1_p6_2[] = {
12,
11,
13,
10,
14,
9,
15,
8,
16,
7,
17,
6,
18,
5,
19,
4,
20,
3,
21,
2,
22,
1,
23,
0,
24,
};
static const char _vq_lengthlist__44p1_p6_2[] = {
3, 4, 4, 5, 4, 5, 4, 5, 5, 5, 5, 5, 5, 5, 5, 5,
5, 5, 5, 5, 5, 5, 5, 5, 5,
};
static const static_codebook _44p1_p6_2 = {
1, 25,
(char *)_vq_lengthlist__44p1_p6_2,
1, -529006592, 1611661312, 5, 0,
(long *)_vq_quantlist__44p1_p6_2,
0
};
static const char _huff_lengthlist__44p1_short[] = {
4, 5, 7, 8,10,13,14, 4, 2, 4, 6, 8,11,12, 7, 4,
3, 5, 8,12,14, 8, 5, 4, 4, 8,12,12, 9, 7, 7, 7,
9,10,11,13,11,11, 9, 7, 8,10,13,11,10, 6, 5, 7,
9,
};
static const static_codebook _huff_book__44p1_short = {
2, 49,
(char *)_huff_lengthlist__44p1_short,
0, 0, 0, 0, 0,
NULL,
0
};
static const long _vq_quantlist__44p2_l0_0[] = {
6,
5,
7,
4,
8,
3,
9,
2,
10,
1,
11,
0,
12,
};
static const char _vq_lengthlist__44p2_l0_0[] = {
1, 4, 4, 7, 7, 8, 8, 9, 9,10,10,11,11, 4, 6, 5,
8, 7, 9, 8,10, 9,11,10,11,11, 4, 5, 6, 7, 8, 8,
9, 9,10,10,10,10,11, 8, 9, 8,10, 8,10, 9,11,10,
11,11,11,11, 8, 8, 9, 8,10, 9,10,10,11,11,11,11,
11, 9,10,10,11,11,11,11,11,11,12,11,12,11, 9,10,
10,10,11,11,11,11,11,11,12,11,12,10,11,11,12,11,
12,12,12,12,12,12,12,12,10,11,11,11,11,12,12,12,
13,12,12,12,12,11,12,12,12,12,13,13,12,12,12,12,
12,12,11,12,12,12,12,13,13,12,13,12,12,12,12,12,
13,13,13,13,13,13,12,13,12,13,12,12,12,13,13,13,
13,13,13,13,12,13,12,12,12,
};
static const static_codebook _44p2_l0_0 = {
2, 169,
(char *)_vq_lengthlist__44p2_l0_0,
1, -526516224, 1616117760, 4, 0,
(long *)_vq_quantlist__44p2_l0_0,
0
};
static const long _vq_quantlist__44p2_l0_1[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44p2_l0_1[] = {
2, 4, 4, 5, 5, 4, 5, 5, 6, 5, 4, 5, 5, 5, 6, 5,
5, 6, 6, 6, 5, 6, 5, 6, 6,
};
static const static_codebook _44p2_l0_1 = {
2, 25,
(char *)_vq_lengthlist__44p2_l0_1,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44p2_l0_1,
0
};
static const long _vq_quantlist__44p2_l1_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44p2_l1_0[] = {
1, 4, 4, 4, 4, 4, 4, 4, 4,
};
static const static_codebook _44p2_l1_0 = {
2, 9,
(char *)_vq_lengthlist__44p2_l1_0,
1, -516716544, 1630767104, 2, 0,
(long *)_vq_quantlist__44p2_l1_0,
0
};
static const char _huff_lengthlist__44p2_lfe[] = {
1, 3, 2, 3,
};
static const static_codebook _huff_book__44p2_lfe = {
2, 4,
(char *)_huff_lengthlist__44p2_lfe,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist__44p2_long[] = {
3, 4, 9, 8, 8,10,13,16, 4, 2, 9, 5, 7,10,14,18,
9, 7, 6, 5, 7, 9,12,16, 7, 5, 5, 3, 5, 8,11,13,
8, 7, 7, 5, 5, 7, 9,11,10,10, 9, 8, 6, 6, 8,10,
13,14,13,11, 9, 8, 9,10,17,18,16,14,11,10,10,10,
};
static const static_codebook _huff_book__44p2_long = {
2, 64,
(char *)_huff_lengthlist__44p2_long,
0, 0, 0, 0, 0,
NULL,
0
};
static const long _vq_quantlist__44p2_p1_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44p2_p1_0[] = {
1, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0,
};
static const static_codebook _44p2_p1_0 = {
5, 243,
(char *)_vq_lengthlist__44p2_p1_0,
1, -535822336, 1611661312, 2, 0,
(long *)_vq_quantlist__44p2_p1_0,
0
};
static const long _vq_quantlist__44p2_p2_0[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44p2_p2_0[] = {
1, 4, 4, 0, 0, 0, 8, 8, 0, 0, 0, 9, 9, 0, 0, 0,
10,10, 0, 0, 0, 0, 0, 0, 0, 0,10,10, 0, 0, 0, 0,
0, 0, 0, 0, 9, 9, 0, 0, 0,11,11, 0, 0, 0, 0, 0,
0, 0, 0,10,10, 0, 0, 0, 0, 0, 0, 0, 0, 9, 9, 0,
0, 0,11,11, 0, 0, 0, 0, 0, 0, 0, 0,11,11, 0, 0,
0, 0, 0, 0, 0, 0,10,10, 0, 0, 0,11,11, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 7,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 7, 0, 0, 0,
6, 6, 0, 0, 0, 7, 7, 0, 0, 0, 8, 8, 0, 0, 0, 0,
0, 0, 0, 0, 8, 8, 0, 0, 0, 0, 0, 0, 0, 0, 7, 7,
0, 0, 0, 9, 9, 0, 0, 0, 0, 0, 0, 0, 0, 8, 8, 0,
0, 0, 0, 0, 0, 0, 0, 7, 7, 0, 0, 0, 9, 9, 0, 0,
0, 0, 0, 0, 0, 0, 9, 9, 0, 0, 0, 0, 0, 0, 0, 0,
8, 8, 0, 0, 0, 9, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 8, 8, 0, 0, 0, 8, 8, 0,
0, 0,10,10, 0, 0, 0, 9, 9, 0, 0, 0, 0, 0, 0, 0,
0,10,10, 0, 0, 0, 0, 0, 0, 0, 0, 9, 9, 0, 0, 0,
11,11, 0, 0, 0, 0, 0, 0, 0, 0,10,10, 0, 0, 0, 0,
0, 0, 0, 0, 9, 9, 0, 0, 0,11,10, 0, 0, 0, 0, 0,
0, 0, 0,11,11, 0, 0, 0, 0, 0, 0, 0, 0,10,10, 0,
0, 0,11,11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 8, 8, 0, 0, 0,10,10, 0, 0, 0,11,11, 0, 0,
0,12,12, 0, 0, 0, 0, 0, 0, 0, 0,11,11, 0, 0, 0,
0, 0, 0, 0, 0,10,10, 0, 0, 0,13,13, 0, 0, 0, 0,
0, 0, 0, 0,13,13, 0, 0, 0, 0, 0, 0, 0, 0,12,12,
0, 0, 0,13,13, 0, 0, 0, 0, 0, 0, 0, 0,13,13, 0,
0, 0, 0, 0, 0, 0, 0,12,12, 0, 0, 0,13,13, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6,
6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 9, 9, 0, 0, 0,11,11,
0, 0, 0,12,12, 0, 0, 0,12,12, 0, 0, 0, 0, 0, 0,
0, 0,13,13, 0, 0, 0, 0, 0, 0, 0, 0,12,11, 0, 0,
0,12,12, 0, 0, 0, 0, 0, 0, 0, 0,13,13, 0, 0, 0,
0, 0, 0, 0, 0,12,12, 0, 0, 0,13,13, 0, 0, 0, 0,
0, 0, 0, 0,13,13, 0, 0, 0, 0, 0, 0, 0, 0,12,12,
0, 0, 0,13,13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 8, 8, 0, 0, 0,10,10, 0, 0, 0,11,11, 0,
0, 0,12,12, 0, 0, 0, 0, 0, 0, 0, 0,13,13, 0, 0,
0, 0, 0, 0, 0, 0,12,12, 0, 0, 0,13,13, 0, 0, 0,
0, 0, 0, 0, 0,11,11, 0, 0, 0, 0, 0, 0, 0, 0,10,
10, 0, 0, 0,13,13, 0, 0, 0, 0, 0, 0, 0, 0,14,13,
0, 0, 0, 0, 0, 0, 0, 0,13,12, 0, 0, 0,13,13, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
6, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9, 9, 0, 0, 0,11,
11, 0, 0, 0,12,12, 0, 0, 0,12,12, 0, 0, 0, 0, 0,
0, 0, 0,12,12, 0, 0, 0, 0, 0, 0, 0, 0,12,12, 0,
0, 0,13,13, 0, 0, 0, 0, 0, 0, 0, 0,13,13, 0, 0,
0, 0, 0, 0, 0, 0,12,12, 0, 0, 0,12,12, 0, 0, 0,
0, 0, 0, 0, 0,13,13, 0, 0, 0, 0, 0, 0, 0, 0,12,
12, 0, 0, 0,13,13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 9, 9, 0, 0, 0,11,11, 0, 0, 0,12,12,
0, 0, 0,12,12, 0, 0, 0, 0, 0, 0, 0, 0,12,12, 0,
0, 0, 0, 0, 0, 0, 0,11,11, 0, 0, 0,14,14, 0, 0,
0, 0, 0, 0, 0, 0,13,13, 0, 0, 0, 0, 0, 0, 0, 0,
12,12, 0, 0, 0,12,13, 0, 0, 0, 0, 0, 0, 0, 0,12,
12, 0, 0, 0, 0, 0, 0, 0, 0,11,11, 0, 0, 0,14,13,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9, 9, 0, 0, 0,
11,11, 0, 0, 0,12,12, 0, 0, 0,13,13, 0, 0, 0, 0,
0, 0, 0, 0,13,13, 0, 0, 0, 0, 0, 0, 0, 0,12,12,
0, 0, 0,13,13, 0, 0, 0, 0, 0, 0, 0, 0,12,12, 0,
0, 0, 0, 0, 0, 0, 0,12,12, 0, 0, 0,14,14, 0, 0,
0, 0, 0, 0, 0, 0,14,14, 0, 0, 0, 0, 0, 0, 0, 0,
12,12, 0, 0, 0,13,13, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0,
};
static const static_codebook _44p2_p2_0 = {
5, 3125,
(char *)_vq_lengthlist__44p2_p2_0,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44p2_p2_0,
0
};
static const long _vq_quantlist__44p2_p3_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44p2_p3_0[] = {
1, 5, 5, 6, 7, 7, 0, 8, 8, 6, 9, 9, 8,11,11, 0,
8, 8, 0, 9, 9, 0,12,12, 0, 8, 8, 5, 7, 7, 7,10,
10, 0,12,12, 8,11,11, 9,12,12, 0,11,12, 0,12,12,
0,15,15, 0,12,12, 0, 6, 6, 0, 6, 6, 0, 7, 7, 0,
7, 7, 0,10,10, 0, 7, 7, 0, 8, 8, 0,11,11, 0, 7,
7, 6, 7, 7,10, 9, 9, 0,11,10,10, 9, 9,12,12,12,
0,10,10, 0,11,11, 0,13,13, 0,11,11, 7, 6, 6,10,
10,10, 0,11,11,11,11,11,12,12,12, 0,11,11, 0,12,
12, 0,15,15, 0,11,11, 0,11,11, 0,11,11, 0,12,12,
0,12,12, 0,14,14, 0,12,12, 0,12,12, 0,15,15, 0,
11,11, 0, 8, 8, 0,10,10, 0,11,11, 0,11,11, 0,12,
12, 0,12,12, 0,11,11, 0,15,15, 0,11,11, 0, 6, 6,
0,10,10, 0,12,12, 0,10,10, 0,13,13, 0,12,12, 0,
13,13, 0,14,14, 0,12,12, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0,
};
static const static_codebook _44p2_p3_0 = {
5, 243,
(char *)_vq_lengthlist__44p2_p3_0,
1, -533200896, 1614282752, 2, 0,
(long *)_vq_quantlist__44p2_p3_0,
0
};
static const long _vq_quantlist__44p2_p3_1[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44p2_p3_1[] = {
2, 3, 3, 0, 8, 8, 0, 8, 8, 0, 9, 9, 0, 9, 9, 0,
9, 9, 0, 9, 9, 0, 9, 9, 0, 8, 8, 0, 6, 6, 0, 7,
7, 0, 7, 7, 0, 8, 8, 0, 8, 8, 0, 8, 8, 0, 8, 8,
0, 8, 8, 0, 8, 8, 0, 6, 6, 0, 6, 6, 0, 6, 6, 0,
8, 8, 0, 9, 9, 0, 7, 7, 0, 8, 8, 0, 9, 9, 0, 6,
6, 0, 8, 8, 0, 9, 9, 0, 9, 9, 0,10,10, 0,10,10,
0,10,10, 0,10,10, 0,11,11, 0, 9, 9, 0, 7, 7, 0,
10,10, 0,10,10, 0,12,11, 0,12,12, 0,11,11, 0,11,
11, 0,12,12, 0,10,10, 0, 7, 7, 0,10,10, 0,10,10,
0,12,12, 0,11,12, 0,11,11, 0,11,11, 0,11,11, 0,
10,10, 0, 8, 8, 0, 9, 9, 0, 9, 9, 0,10,10, 0,10,
10, 0,10, 9, 0,10,10, 0,10,10, 0, 9, 9, 0, 6, 6,
0,10,10, 0,10,10, 0,11,11, 0,12,12, 0,11,11, 0,
11,11, 0,12,12, 0,11,11, 0, 7, 7, 0, 9, 9, 0, 9,
9, 0,11,11, 0,11,11, 0,10,10, 0,10,10, 0,11,11,
0, 9, 9,
};
static const static_codebook _44p2_p3_1 = {
5, 243,
(char *)_vq_lengthlist__44p2_p3_1,
1, -535822336, 1611661312, 2, 0,
(long *)_vq_quantlist__44p2_p3_1,
0
};
static const long _vq_quantlist__44p2_p4_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44p2_p4_0[] = {
1, 6, 6, 6, 7, 7, 7, 8, 8, 7, 8, 8,10,11,11, 9,
8, 8, 7, 8, 8,11,11,11, 9, 8, 8, 6, 7, 7, 9,11,
11, 9,11,11,10,11,11,12,13,13,11,12,12,10,11,11,
13,14,14,12,12,12, 6, 6, 6, 8, 6, 6, 8, 7, 7, 9,
7, 7,11,10,10,10, 6, 6, 9, 7, 7,12,10,10,11, 6,
7, 7, 7, 7,11,10,10,12,10,10,11,10,10,14,13,13,
13,10,10,12,11,11,15,13,13,14,10,10, 8, 7, 7,12,
11,11,12,11,11,11,11,11,14,14,14,13,12,12,12,11,
11,15,15,15,13,12,12, 0,10,10, 0,11,11, 0,11,11,
0,11,11, 0,14,14, 0,11,11, 0,11,11, 0,15,15, 0,
11,11, 7, 8, 8,12,10,10,12,10,10,12,11,11,15,13,
13,14,11,11,12,10,10,16,14,14,14,10,10, 8, 7, 7,
12,11,11,12,11,11,12,11,11,16,14,14,14,12,12,13,
12,12,15,14,14,15,12,12, 0,11,11, 0,12,12, 0,12,
12, 0,12,12, 0,15,15, 0,12,12, 0,12,12, 0,14,14,
0,12,12,
};
static const static_codebook _44p2_p4_0 = {
5, 243,
(char *)_vq_lengthlist__44p2_p4_0,
1, -531365888, 1616117760, 2, 0,
(long *)_vq_quantlist__44p2_p4_0,
0
};
static const long _vq_quantlist__44p2_p4_1[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44p2_p4_1[] = {
3, 4, 4, 8, 8,11, 9, 9,12,12,11,10,10,12,12,12,
10,10,11,11,12,12,12,12,12,12,11,11,13,13,12,12,
12,13,13,12,10,10,12,12,12,11,11,13,13,12,13,13,
13,13,12,11,11,13,13,12,12,12,13,13,12,10,10,12,
12,12,11,11,13,13,12,13,13,12,12,12,11,11,13,13,
12,13,13,13,13,12,11,11,12,12,12,11,11,12,12,12,
13,13,12,12,12,13,13,13,13,12,13,13,13,13,13,13,
13,12,12,12,13,13,13,13,12,13,13,12,12,11, 8, 8,
10,10,12,11,11,11,11,12,10,10,10,10,13,11,11,10,
10,13,11,11,10,10,13,12,12,12,12,13,11,11,11,11,
13,12,12,11,11,13,12,12,11,11,13,12,12,12,11,13,
12,12,12,12,13,11,11,11,11,13,12,12,11,11,13,11,
12,11,11,13,12,12,11,11,14,12,12,11,11,13,11,11,
11,11,14,12,12,11,11,13,11,12,10,10,14,12,12,11,
11,14,12,12,11,11,14,11,11,11,11,14,12,12,11,11,
13,12,12,11,11,14,12,12,11,11,11, 8, 8,10,10,12,
7, 7,10,10,12, 9, 9,11,11,13, 9, 9, 9, 9,13,13,
13,10,10,13, 9, 9,12,12,13,13,13,12,12,13, 9, 8,
11,11,13,10,10,12,12,14,13,13,11,11,13, 9, 9,11,
11,13,13,13,12,12,13, 9, 9,10,10,13,10,10,11,11,
13,13,13,10,10,14,10,10,11,11,14,14,14,12,12,13,
9, 9,10,10,13,10,10,11,11,14,13,14,10,10,14,14,
14,11,12,14,14,14,14,14,14,13,13,10,10,13,14,14,
11,11,14,14,14,10,10,14, 9, 9, 9, 9,14, 9, 9, 9,
9,14,10,10, 9, 9,14,10,10, 8, 8,14,11,11, 8, 8,
15,11,11,10,10,15,12,12,10,10,15,10,10,10,10,15,
11,11,10,10,15,13,13,10,10,15,11,11,10,10,15,12,
12,10,10,15,10,10,10,10,15,11,11,10,10,15,13,13,
10,10,15,11,11,10,10,15,12,12,10,10,15,11,11, 9,
9,15,11,11, 9, 9,15,13,13, 9, 9,15,13,13,10,10,
15,12,12,10,10,15,13,13,10,10,15,13,12, 9, 9,15,
13,13, 9, 9,14,12,12, 9, 9,14,13,13, 9, 9,14,13,
13, 9, 9,14,13,13, 7, 7,14,13,13, 8, 8,15,14,14,
10,10,15,14,14,10,10,15,14,14,10,10,15,14,14,10,
10,15,14,14, 9, 9,15,14,14,10,10,15,14,14,10,10,
14,14,14, 9, 9,15,14,14,10,10,14,14,14, 9, 9,15,
14,14,10,10,15,14,14,10,10,14,14,14, 9, 9,14,14,
14, 9, 9,14,14,14, 8, 8,15,14,14,10,10,15,14,14,
11,11,15,14,14, 9, 9,15,14,14, 9, 9,14,14,14, 8,
8,13, 9, 9,12,12,17,11,11,12,12,17,12,12,12,12,
17,12,12,11,11,18,15,15,12,12,17,12,12,12,12,17,
14,15,13,13,17,12,12,12,12,17,13,13,12,13,17,15,
15,12,12,18,13,13,13,13,18,15,15,13,13,18,12,12,
12,12,18,13,13,13,13,18,15,15,12,12,18,13,13,12,
12,18,15,15,13,13,18,13,13,12,12,17,13,13,12,12,
17,15,15,12,12,18,15,15,13,13,18,15,15,13,14,18,
15,16,12,12,18,15,15,12,12,18,16,16,12,12,13, 8,
8,10,10,14,15,14,11,11,14,15,15,12,12,15,14,14,
12,11,15,15,15,12,12,15,15,15,12,12,15,15,15,13,
13,15,15,15,12,12,15,15,15,13,13,15,15,15,13,13,
15,15,15,13,13,15,15,16,13,13,15,15,15,12,12,15,
15,15,13,13,15,15,15,13,13,15,15,15,13,13,15,15,
15,13,13,15,15,14,12,12,15,15,15,12,12,16,15,14,
12,12,16,15,15,13,13,16,16,16,13,13,16,15,15,12,
12,15,15,15,13,13,15,15,15,12,12,13,12,12,10,10,
14,14,14,11,11,15,14,14,12,12,15,14,14,11,11,15,
14,14,11,11,15,15,15,13,13,15,14,14,13,13,15,15,
15,12,12,15,14,15,13,13,16,15,15,12,12,15,15,15,
13,13,16,14,14,13,13,15,15,15,12,12,15,15,15,13,
13,16,15,15,12,12,16,15,15,12,12,16,14,14,13,13,
15,15,15,11,11,15,15,15,12,12,16,15,15,11,11,16,
15,15,13,13,16,14,15,14,14,16,15,15,12,12,16,15,
14,12,12,16,15,15,12,12,14,10,10, 9, 9,14,11,11,
12,12,14,12,12,13,13,14,12,12,12,12,15,14,14,13,
13,15,13,13,14,14,15,14,14,15,15,15,12,12,13,13,
15,13,13,14,14,15,14,14,13,13,15,13,13,13,14,15,
14,14,15,15,15,12,12,13,13,15,13,13,14,14,15,14,
14,13,13,15,13,13,14,14,15,14,14,15,15,15,13,13,
12,12,15,13,13,13,13,15,14,14,13,12,15,15,15,14,
15,15,15,14,20,20,15,14,14,13,13,15,14,14,13,13,
15,14,14,13,13,14,12,12, 9, 9,14,14,14,12,12,14,
13,13,12,13,14,14,14,12,12,15,14,14,12,12,15,14,
14,14,13,15,14,14,14,14,15,14,14,13,13,15,14,14,
13,13,15,15,15,14,14,15,14,14,13,13,15,14,14,14,
14,15,14,14,13,13,15,14,14,13,13,15,15,15,15,14,
15,15,15,13,13,15,14,14,14,14,15,14,14,13,13,15,
14,14,13,13,14,15,15,14,14,15,15,15,14,14,15,14,
14,14,14,15,15,15,14,14,15,14,14,13,14,15,15,15,
14,14,13,10,10,12,12,17,11,11,12,12,17,12,12,12,
12,17,12,12,11,11,17,15,15,12,11,18,13,13,13,13,
18,15,15,13,13,17,12,12,12,12,18,13,13,13,13,17,
15,15,12,12,17,12,12,12,12,17,15,15,13,13,17,12,
12,12,12,17,13,13,12,12,17,15,15,12,12,18,14,13,
12,12,18,15,15,13,13,18,13,13,12,12,18,13,13,12,
12,18,16,16,12,12,18,16,16,12,12,18,15,15,13,13,
18,16,16,12,12,17,15,15,12,12,17,16,16,12,12,13,
8, 8,10,10,14,14,15,12,12,14,15,15,12,12,15,14,
14,12,12,15,15,14,12,12,15,15,15,13,13,15,15,15,
13,13,15,15,15,12,12,16,15,15,13,13,16,15,15,13,
13,15,15,15,12,12,15,15,15,14,14,15,15,15,12,12,
15,15,15,13,13,16,15,15,13,13,15,15,15,13,13,16,
15,15,13,13,15,15,14,12,12,15,15,15,12,12,16,14,
15,13,13,16,15,15,13,13,15,16,15,13,13,16,15,14,
13,13,16,15,15,13,13,16,15,15,13,13,13,12,12,11,
11,14,14,14,11,11,14,14,14,12,12,15,14,14,11,11,
16,14,14,11,11,15,15,15,12,13,16,14,14,13,13,15,
15,15,12,12,15,14,14,13,13,16,15,15,12,12,15,15,
15,12,12,15,14,14,13,13,15,15,15,12,12,15,14,14,
12,12,16,15,15,12,12,16,15,15,12,12,16,14,14,13,
13,15,15,15,11,11,15,15,14,12,12,16,15,15,11,11,
16,15,15,12,12,16,14,14,13,13,16,15,15,11,11,16,
14,14,12,12,16,15,15,11,11,14,10,10, 9, 9,14,11,
11,12,12,14,12,12,13,14,14,12,12,12,12,14,14,14,
13,13,15,13,13,14,14,15,14,14,15,15,15,12,12,13,
13,15,13,13,14,14,15,15,15,14,14,15,13,13,14,14,
15,15,15,15,15,15,12,12,13,13,15,13,13,14,14,15,
14,14,13,13,15,13,13,14,14,15,14,14,15,15,15,12,
12,13,13,15,13,13,13,13,14,14,14,13,13,15,15,15,
14,15,15,15,15,21,19,15,14,14,13,13,15,14,14,14,
14,14,14,14,13,13,14,12,12, 9, 9,14,14,14,12,12,
14,14,13,13,13,14,14,14,12,12,14,14,14,12,12,15,
14,14,13,13,15,14,14,14,14,15,14,14,13,13,15,14,
14,13,13,15,15,15,15,15,15,14,14,13,13,15,14,14,
14,14,15,14,14,13,13,15,14,14,13,13,14,15,15,15,
15,15,14,15,13,13,15,14,14,14,14,15,14,14,13,13,
15,14,14,13,13,14,15,15,14,14,15,15,15,14,14,15,
14,14,14,14,15,15,15,15,15,15,14,14,14,13,14,15,
15,14,14,13,10,10,12,12,18,12,12,12,12,17,12,12,
12,12,18,13,13,11,11,18,15,14,11,11,17,13,13,13,
13,18,15,15,12,12,18,12,12,12,12,17,13,13,12,12,
18,15,15,12,12,18,13,13,13,12,18,15,15,13,13,18,
13,13,12,12,18,13,13,12,12,18,15,15,12,12,17,13,
13,12,12,17,15,15,12,12,17,12,12,11,11,17,13,13,
11,11,17,15,15,11,11,18,16,16,12,12,18,15,15,13,
13,18,15,15,11,11,17,15,15,12,12,18,15,15,11,11,
13, 8, 8,10,10,14,14,14,11,11,15,15,15,12,12,15,
14,14,11,11,16,14,14,12,12,15,15,15,12,12,15,15,
15,13,13,15,15,15,12,12,15,15,15,12,12,16,15,15,
13,13,15,15,15,12,12,15,15,15,13,13,16,15,15,12,
12,15,15,15,12,12,16,15,15,13,13,16,15,15,12,12,
15,15,15,13,13,15,14,14,12,12,15,15,15,12,12,16,
15,14,12,12,16,15,15,13,13,16,16,16,13,13,16,14,
15,13,13,15,15,15,13,13,16,15,15,12,12,13,12,12,
10,10,14,14,14,11,11,15,14,14,12,12,15,14,14,11,
11,16,14,14,11,11,15,14,15,12,12,15,14,14,13,13,
15,15,15,12,12,15,14,14,12,12,15,14,15,12,12,15,
15,15,12,12,16,14,14,13,13,15,15,15,11,12,16,14,
14,12,12,16,15,15,12,12,15,15,15,12,12,16,14,14,
12,12,15,15,15,11,11,15,14,14,11,12,15,15,14,11,
11,16,15,15,12,12,16,14,14,13,13,16,15,15,11,11,
16,14,14,12,12,16,15,15,11,11,13,10,10, 8, 8,14,
12,12,12,12,14,12,12,13,13,14,12,12,12,12,14,14,
14,13,13,15,13,13,14,14,15,15,14,15,15,15,13,13,
13,13,15,13,13,14,14,15,14,15,14,14,15,13,13,13,
13,15,15,15,15,15,15,12,12,13,12,15,13,13,14,14,
15,14,14,13,13,15,13,13,14,13,15,15,15,16,16,15,
13,13,12,12,15,13,13,13,13,14,14,14,12,12,15,15,
15,14,14,15,15,15,20,20,15,14,14,13,13,15,15,14,
14,14,15,14,14,13,13,13,12,12, 9, 9,14,13,13,12,
12,14,13,13,12,12,14,14,14,12,12,14,14,14,13,13,
15,14,14,13,13,15,14,14,14,14,15,15,14,12,12,15,
14,14,13,13,15,14,15,14,15,15,14,14,13,13,15,14,
14,14,14,15,14,14,12,12,15,14,14,13,13,14,15,14,
15,14,15,14,14,13,13,15,14,14,14,14,15,14,14,12,
12,15,14,14,13,13,15,15,15,14,14,15,15,15,14,14,
16,14,14,14,14,15,15,15,14,14,15,14,14,14,14,14,
15,15,14,14,13,13,13,12,13,17,15,15,12,12,17,15,
15,12,12,18,15,15,11,11,17,16,16,11,11,18,16,16,
13,13,18,17,16,13,13,18,16,16,12,12,18,16,16,12,
12,18,17,17,12,12,17,16,16,12,13,17,16,16,12,13,
17,16,16,12,12,17,16,16,12,12,18,17,16,12,12,18,
16,16,12,12,17,16,17,12,12,18,15,15,11,11,18,15,
15,12,12,17,17,17,11,11,17,17,17,12,12,17,16,16,
13,13,18,16,16,11,11,18,16,16,12,12,18,17,16,11,
11,14,14,14,10,10,16,15,14,11,11,16,15,15,12,12,
16,14,14,12,12,17,14,14,13,13,17,15,15,13,13,17,
15,15,14,14,16,15,15,12,12,16,15,15,13,13,18,15,
15,14,14,16,15,15,12,12,16,15,15,14,14,16,15,15,
12,12,16,15,15,13,13,17,15,15,13,13,17,15,15,13,
13,17,15,15,14,14,16,14,14,12,12,17,15,15,12,12,
18,15,15,13,13,17,15,15,14,14,17,16,16,15,15,17,
15,14,13,13,17,15,15,14,14,17,15,15,13,13,14,12,
12,11,11,15,14,14,12,12,16,14,14,12,12,16,14,14,
11,11,17,14,14,12,12,16,15,14,13,13,16,14,14,13,
13,16,15,15,12,12,16,14,14,13,13,17,15,15,13,13,
16,15,15,13,13,17,14,14,13,13,16,15,15,12,12,16,
14,14,12,12,16,15,15,12,12,17,15,15,12,12,17,14,
14,13,13,16,15,15,12,12,16,14,14,12,12,16,15,15,
12,12,17,15,15,13,13,17,14,14,13,13,17,15,15,12,
12,17,14,14,12,12,17,15,15,12,12,14,14,14, 8, 8,
14,14,14,13,13,14,15,15,14,14,14,14,14,14,14,15,
15,15,19,19,15,15,15,14,14,15,15,16,20,19,15,15,
15,14,14,15,16,16,15,15,15,15,15,19,19,15,15,15,
14,14,15,16,16,19,20,15,15,15,14,14,15,15,15,15,
15,15,15,15,19,19,15,15,15,15,15,15,15,16,19,20,
15,14,15,14,14,15,15,15,15,15,15,15,15,20,19,15,
15,15,21,19,15,16,16,20,20,15,15,14,19,19,15,15,
16,20,21,15,15,15,20,19,13,12,12, 9, 9,14,14,14,
12,12,14,13,13,13,13,14,14,14,13,13,15,14,14,20,
19,15,14,14,14,13,15,14,14,19,19,15,15,14,13,13,
15,14,14,14,14,15,15,15,19,20,15,14,14,13,13,15,
14,14,20,19,14,15,14,13,13,15,14,14,14,13,15,15,
15,19,20,15,15,14,14,14,15,14,14,21,19,15,15,15,
13,13,15,14,14,14,14,14,15,15,20,20,15,15,15,21,
20,15,14,14,19,20,15,15,15,20,20,15,14,14,19,20,
15,15,15,21,19,
};
static const static_codebook _44p2_p4_1 = {
5, 3125,
(char *)_vq_lengthlist__44p2_p4_1,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44p2_p4_1,
0
};
static const long _vq_quantlist__44p2_p5_0[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44p2_p5_0[] = {
2, 6, 6,14,14, 6, 7, 7,14,14, 7, 7, 7,15,15, 0,
13,13,16,16, 0,13,13,15,15, 7, 8, 8,15,15, 9,10,
10,17,16, 9, 8, 8,15,15, 0,13,13,18,17, 0,13,13,
16,16, 8, 8, 8,15,15,12,11,11,16,17, 9, 8, 8,14,
14, 0,13,13,18,17, 0,13,13,16,15, 0,14,14,18,17,
0,20,22,18,20, 0,12,12,16,16, 0,16,16,22,20, 0,
14,14,16,16, 0,14,14,17,17, 0,22,22,22,19, 0,12,
13,16,16, 0,17,17, 0, 0, 0,15,15,16,16, 5, 7, 7,
13,13, 9, 9, 9,15,14,10,10,10,14,14, 0,21,21,18,
17, 0,21,22,18,17, 9,10,10,14,14,12,12,12,17,17,
12,10,10,14,14, 0,19,21,18,17, 0,20,22,18,18,11,
10,10,14,14,14,13,13,18,17,12,11,11,14,14, 0,22,
19,17,18, 0,20, 0,18,17, 0,22,21,17,17, 0, 0, 0,
0, 0, 0,20,22,17,17, 0,22, 0,21,19, 0,22, 0,18,
18, 0, 0,22,18,19, 0, 0, 0, 0, 0, 0,19,21,17,17,
0, 0, 0,20,20, 0, 0, 0,18,18, 6, 6, 6,13,12, 8,
6, 6,11,11, 8, 6, 6,13,13, 0, 9, 9,11,11, 0,11,
11,14,14, 9, 7, 7,13,13,11, 9, 9,13,13,10, 6, 6,
13,13, 0,10,10,14,14, 0,10,10,13,13, 9, 7, 7,13,
14,13, 9, 9,13,13,10, 6, 6,13,12, 0,11,11,15,15,
0,10,10,13,13, 0,12,12,15,15, 0,19, 0,17,17, 0,
9, 9,13,13, 0,13,14,19,20, 0,11,11,13,13, 0,11,
11,14,14, 0,19,20,17,18, 0,10,10,13,13, 0,15,15,
21,19, 0,12,12,13,13, 0,10,10,12,13, 0,11,11,15,
15, 0,11,11,15,15, 0,15,15,22, 0, 0,16,17,22, 0,
0,11,11,15,15, 0,14,14,18,17, 0,11,11,15,16, 0,
15,15,22,21, 0,16,16, 0,20, 0,12,12,16,15, 0,15,
14,19,19, 0,11,11,16,16, 0,15,15,21, 0, 0,16,15,
0, 0, 0,16,16,22,21, 0, 0, 0, 0, 0, 0,15,15,20,
20, 0,18,18, 0, 0, 0,16,17, 0, 0, 0,17,17, 0,22,
0, 0, 0, 0, 0, 0,15,15,21,22, 0,20,18, 0, 0, 0,
18,17,22, 0, 0,10,10,12,11, 0,10,10,10,10, 0,11,
11,12,12, 0,11,11, 9, 9, 0,13,13,12,12, 0,11,11,
12,12, 0,13,13,12,12, 0,10,10,12,12, 0,13,12,13,
13, 0,12,12,12,12, 0,11,11,12,12, 0,13,13,12,12,
0,10,10,12,12, 0,13,13,13,14, 0,12,12,12,12, 0,
13,14,14,14, 0,20,21,15,15, 0,12,11,12,12, 0,15,
16,20,22, 0,13,12,11,11, 0,13,13,14,13, 0,20, 0,
16,15, 0,12,12,12,12, 0,16,16,22,21, 0,13,13,12,
12, 6, 7, 7,16,16,11, 9, 9,15,15,12, 9, 9,16,16,
0,13,13,14,14, 0,14,14,16,17,10, 9, 9,16,16,14,
12,12,16,16,12, 9, 9,15,15, 0,13,13,18,18, 0,13,
13,15,16,12,10,10,17,18,15,12,12,17,17,13, 9, 9,
16,16, 0,13,13,17,18, 0,14,14,16,16, 0,15,15,18,
18, 0,22, 0,20,20, 0,12,12,16,16, 0,16,16,20,22,
0,14,14,16,16, 0,15,14,18,18, 0, 0,22,19,21, 0,
13,13,16,17, 0,17,17,22,22, 0,15,15,16,16, 7, 7,
7,14,14,11,10,10,15,15,12,10,10,15,14, 0,22, 0,
18,18, 0, 0,21,17,18,11,10,10,15,15,14,12,12,17,
17,14,11,11,15,15, 0,22,20,18,18, 0, 0,20,18,17,
12,10,10,16,16,17,14,14,19,18,14,11,11,15,15, 0,
21,22,19,19, 0,21,22,18,18, 0,22, 0,19,21, 0, 0,
0, 0, 0, 0,22,22,18,17, 0, 0, 0,21,20, 0,22,22,
20,19, 0, 0,22,20,20, 0, 0, 0, 0, 0, 0,20,21,17,
17, 0, 0,22,21,21, 0, 0, 0,18,18,10, 9, 9,14,14,
13,10,10,13,13,13,10,11,14,14, 0,13,13,12,12, 0,
15,15,16,16,13,10,10,15,15,15,12,12,14,14,15,10,
10,14,15, 0,14,14,16,15, 0,14,14,15,15,13,10,10,
15,15,18,13,13,15,15,15,10,10,14,15, 0,14,14,16,
16, 0,14,14,15,15, 0,15,15,16,16, 0,22, 0,18,18,
0,12,13,14,14, 0,17,17,22, 0, 0,14,14,14,14, 0,
15,15,16,16, 0,22, 0,18,17, 0,13,13,14,14, 0,19,
18,21,22, 0,15,15,14,14, 0,11,11,13,13, 0,12,12,
16,16, 0,12,12,16,16, 0,15,16,21, 0, 0,16,17, 0,
22, 0,12,12,16,16, 0,14,14,17,18, 0,11,11,16,16,
0,15,15,21,22, 0,16,16, 0, 0, 0,12,12,16,16, 0,
15,15, 0,19, 0,12,12,16,17, 0,16,16,22, 0, 0,16,
16, 0,22, 0,17,17, 0,22, 0, 0, 0, 0, 0, 0,15,15,
20,19, 0,18,18, 0, 0, 0,17,18, 0, 0, 0,17,17, 0,
0, 0, 0, 0, 0, 0, 0,15,15, 0,22, 0,20,18, 0, 0,
0,18,18,22,22, 0,11,11,14,14, 0,12,12,14,14, 0,
12,12,15,15, 0,13,13,14,14, 0,14,14,17,16, 0,12,
12,16,16, 0,14,14,16,16, 0,11,11,15,15, 0,13,13,
16,16, 0,13,13,15,15, 0,12,12,15,15, 0,15,14,16,
16, 0,11,11,15,15, 0,14,14,17,17, 0,13,13,15,15,
0,15,15,17,17, 0, 0, 0,19,18, 0,13,12,15,15, 0,
16,16, 0, 0, 0,14,14,15,15, 0,14,14,16,17, 0,22,
0,18,18, 0,13,13,15,15, 0,17,17, 0, 0, 0,14,14,
15,15, 8, 8, 8,16,16,12,10,10,16,16,13, 9, 9,16,
16, 0,14,14,17,17, 0,14,14,17,16,12,10,10,18,17,
14,11,11,18,18,14, 9,10,16,16, 0,13,13,18,19, 0,
14,13,16,16,12, 9, 9,16,16,17,13,13,17,17,14, 9,
9,15,15, 0,14,14,19,20, 0,13,13,15,15, 0,15,15,
18,19, 0, 0,22,22,22, 0,13,13,17,17, 0,16,16,19,
21, 0,14,14,16,16, 0,14,14,18,18, 0, 0, 0, 0, 0,
0,13,13,16,16, 0,18,18, 0, 0, 0,15,15,16,16, 8,
7, 7,14,14,12,10,10,15,15,13,10,10,15,14, 0,22,
0,18,18, 0,22, 0,18,18,12,10,10,16,15,15,12,12,
17,17,14,11,11,15,15, 0,20,21,19,18, 0, 0, 0,17,
18,13,11,11,15,15,16,13,13,18,18,15,11,11,14,14,
0,22,21,19,19, 0,21,22,18,18, 0,22,22,20,18, 0,
0, 0, 0, 0, 0,22,19,17,17, 0, 0, 0,22,21, 0, 0,
22,19,17, 0, 0,22,19,19, 0, 0, 0, 0, 0, 0,22,21,
18,17, 0, 0, 0,22, 0, 0, 0, 0,19,19, 0,10,10,14,
14, 0,11,11,15,14, 0,11,11,15,15, 0,14,14,15,14,
0,15,15,16,16, 0,11,11,16,16, 0,13,13,16,16, 0,
11,11,15,15, 0,14,14,17,16, 0,14,14,15,15, 0,11,
11,16,16, 0,14,13,15,15, 0,11,11,15,15, 0,15,15,
17,17, 0,14,14,15,14, 0,16,16,17,17, 0, 0,22,18,
18, 0,13,13,15,15, 0,17,17,22, 0, 0,15,15,15,14,
0,15,16,16,17, 0, 0,22,18,19, 0,13,13,15,15, 0,
20,18,21, 0, 0,15,15,14,14, 0,11,11,13,13, 0,12,
12,16,16, 0,12,12,16,15, 0,15,16,22,22, 0,17,17,
0, 0, 0,12,12,16,16, 0,14,14,18,18, 0,11,11,16,
16, 0,15,16,22,20, 0,16,16, 0,22, 0,12,12,16,16,
0,15,15,18,20, 0,11,11,16,16, 0,15,15, 0, 0, 0,
16,16, 0, 0, 0,17,17,22, 0, 0, 0, 0, 0, 0, 0,15,
15, 0,21, 0,18,18, 0, 0, 0,17,16, 0, 0, 0,17,17,
22,22, 0, 0, 0, 0, 0, 0,15,15,21, 0, 0,20,22, 0,
0, 0,18,18, 0, 0, 0,12,12,15,15, 0,12,12,15,15,
0,12,12,16,16, 0,13,13,15,15, 0,15,15,17,17, 0,
13,12,16,16, 0,14,14,16,16, 0,12,11,16,16, 0,14,
14,17,17, 0,14,14,16,16, 0,12,12,16,16, 0,15,15,
17,16, 0,11,11,15,16, 0,14,14,17,17, 0,14,14,16,
16, 0,15,15,18,18, 0, 0, 0,22,19, 0,13,13,15,16,
0,16,17, 0, 0, 0,14,14,16,16, 0,15,15,18,17, 0,
0, 0,20,20, 0,13,13,16,15, 0,17,17,22,22, 0,14,
14,15,15, 0,11,11,16,16, 0,13,13,16,17, 0,13,13,
17,18, 0,16,16,17,17, 0,17,17,18,18, 0,12,12,17,
17, 0,16,15,18,18, 0,12,12,16,16, 0,16,16,18,18,
0,15,15,17,17, 0,12,12,17,17, 0,16,16,19,18, 0,
12,12,16,17, 0,16,16,19,19, 0,15,16,16,17, 0,16,
16,19,17, 0, 0, 0,20,22, 0,13,13,16,16, 0,19,18,
21, 0, 0,15,15,16,16, 0,16,16,18,18, 0, 0, 0,22,
21, 0,14,14,16,16, 0,21,19,21,22, 0,16,16,16,16,
0, 9, 9,14,14, 0,13,13,15,15, 0,14,14,15,15, 0,
0,20,18,19, 0, 0,22,18,18, 0,12,12,15,15, 0,15,
15,17,18, 0,14,13,14,14, 0,20, 0,18,18, 0,21, 0,
18,17, 0,13,13,15,16, 0,17,17,18,18, 0,14,14,15,
15, 0,22,22,20,19, 0,20,21,18,18, 0,20,22,19,19,
0, 0, 0, 0, 0, 0,20,20,17,17, 0, 0,22,22,21, 0,
22, 0,18,18, 0,20,22,19,19, 0, 0, 0, 0, 0, 0,21,
21,17,18, 0, 0, 0,21,20, 0, 0,22,19,18, 0,18,18,
15,15, 0,22,21,17,16, 0, 0,22,17,17, 0,20,22,18,
18, 0, 0,22,20,20, 0,21,19,16,16, 0,21,21,18,18,
0,19,19,17,17, 0, 0,22,19,19, 0,22,20,17,17, 0,
21,19,16,16, 0,22,22,19,18, 0,19,20,16,16, 0,22,
21,19,21, 0,21,22,17,18, 0,21,20,18,18, 0, 0, 0,
19,20, 0,20,19,16,16, 0,22,22, 0, 0, 0,21,21,17,
16, 0,22,20,19,18, 0, 0, 0,20,20, 0,20,19,16,16,
0, 0, 0, 0, 0, 0,21,22,17,17, 0,11,11,13,13, 0,
13,13,15,16, 0,13,13,16,16, 0,17,18,21, 0, 0,17,
18, 0, 0, 0,12,12,15,16, 0,15,15,19,18, 0,12,12,
16,16, 0,17,17,22, 0, 0,17,17, 0,22, 0,12,12,17,
16, 0,16,16,19,20, 0,12,12,16,16, 0,17,17, 0, 0,
0,17,17, 0,21, 0,17,16,22, 0, 0, 0, 0, 0, 0, 0,
15,15,20,22, 0,20,18, 0, 0, 0,18,18, 0, 0, 0,17,
17,21, 0, 0, 0, 0, 0, 0, 0,15,15,21,22, 0,19,20,
22, 0, 0,19,18, 0, 0, 0,14,14,18,18, 0,16,16,22,
20, 0,16,16,22,19, 0,17,17,20,22, 0,19,19, 0, 0,
0,15,15,20, 0, 0,18,21, 0,20, 0,15,15,21,20, 0,
18,17, 0, 0, 0,17,17, 0,22, 0,15,15,19,19, 0,19,
18, 0, 0, 0,15,15,20, 0, 0,18,18,22,22, 0,17,17,
0,20, 0,18,18, 0, 0, 0, 0,22, 0, 0, 0,15,15,19,
20, 0,20,19, 0, 0, 0,17,17,20,21, 0,17,18,20,22,
0, 0, 0, 0,22, 0,15,15,20,20, 0,22,20, 0, 0, 0,
17,18,20, 0, 0,12,12,17,16, 0,14,14,17,17, 0,13,
13,17,17, 0,16,16,18,18, 0,17,16,17,17, 0,13,13,
17,17, 0,15,16,18,18, 0,13,13,16,16, 0,16,16,18,
18, 0,16,16,17,16, 0,13,13,16,16, 0,17,17,18,17,
0,12,12,15,16, 0,17,17,19,19, 0,16,16,16,16, 0,
16,17,19,18, 0, 0, 0,21,22, 0,14,14,16,16, 0,18,
18, 0,22, 0,16,16,16,16, 0,16,16,18,17, 0, 0, 0,
21,20, 0,14,14,16,16, 0,21,22,22, 0, 0,16,16,16,
16, 0, 9, 9,14,13, 0,13,14,15,16, 0,14,13,15,14,
0,22, 0,18,18, 0,21, 0,17,18, 0,13,13,15,15, 0,
15,16,18,17, 0,14,14,15,14, 0,20,22,18,18, 0,22,
21,17,17, 0,13,13,15,15, 0,17,17,19,19, 0,14,14,
14,14, 0, 0,22,18,18, 0, 0,22,17,17, 0, 0,22,19,
20, 0, 0, 0, 0, 0, 0,21,20,17,16, 0, 0, 0,21,22,
0, 0, 0,18,19, 0, 0, 0,18,18, 0, 0, 0, 0, 0, 0,
22, 0,17,17, 0, 0, 0,20,22, 0, 0, 0,18,19, 0,18,
19,16,16, 0,22,20,17,17, 0,22,22,17,18, 0,22,22,
18,17, 0, 0,22,18,19, 0,20,20,17,18, 0, 0,22,19,
18, 0,22,22,17,17, 0,22, 0,19,19, 0, 0,22,18,18,
0,20,22,17,17, 0, 0,22,18,18, 0,19,20,17,17, 0,
22, 0,20,19, 0,22,21,17,17, 0, 0, 0,18,18, 0, 0,
0,22,19, 0,20, 0,17,17, 0,22, 0, 0,22, 0, 0,20,
17,18, 0,22, 0,19,19, 0, 0, 0, 0,19, 0,19,21,17,
17, 0, 0, 0, 0, 0, 0,20,21,17,16, 0,11,11,13,13,
0,13,13,16,16, 0,13,13,15,16, 0,17,17,21,22, 0,
17,18, 0, 0, 0,12,12,16,16, 0,15,15,18,18, 0,13,
13,16,16, 0,17,16,21,21, 0,17,17, 0, 0, 0,13,13,
16,16, 0,16,16,19,18, 0,13,13,16,16, 0,17,17, 0,
22, 0,17,18,20,22, 0,17,18, 0, 0, 0, 0, 0, 0, 0,
0,15,15,20, 0, 0,18,19, 0, 0, 0,17,17, 0, 0, 0,
18,17,22, 0, 0, 0, 0, 0, 0, 0,15,16,21,20, 0,20,
20, 0, 0, 0,18,19, 0, 0, 0,15,15,22,22, 0,17,16,
20,22, 0,17,17,20,22, 0,18,18, 0,21, 0,19,18, 0,
0, 0,16,16,20,20, 0,19,19,22, 0, 0,15,16,21,22,
0,18,19,22, 0, 0,17,18, 0, 0, 0,16,16,22, 0, 0,
19,19, 0,21, 0,15,16,20, 0, 0,18,18, 0,22, 0,18,
17, 0, 0, 0,18,18, 0, 0, 0, 0, 0, 0, 0, 0,16,16,
22,21, 0,20,21, 0, 0, 0,17,18,22, 0, 0,18,18, 0,
0, 0, 0, 0, 0, 0, 0,16,16,20,19, 0,22,21, 0, 0,
0,18,18,22,22,
};
static const static_codebook _44p2_p5_0 = {
5, 3125,
(char *)_vq_lengthlist__44p2_p5_0,
1, -528744448, 1616642048, 3, 0,
(long *)_vq_quantlist__44p2_p5_0,
0
};
static const long _vq_quantlist__44p2_p5_1[] = {
3,
2,
4,
1,
5,
0,
6,
};
static const char _vq_lengthlist__44p2_p5_1[] = {
2, 3, 3, 3, 3, 3, 3,
};
static const static_codebook _44p2_p5_1 = {
1, 7,
(char *)_vq_lengthlist__44p2_p5_1,
1, -533200896, 1611661312, 3, 0,
(long *)_vq_quantlist__44p2_p5_1,
0
};
static const long _vq_quantlist__44p2_p6_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44p2_p6_0[] = {
1, 7, 7, 7, 8, 8, 7, 8, 8, 7, 9, 9,10,11,11, 9,
8, 8, 7, 8, 9,11,11,11, 9, 8, 8, 6, 7, 7,10,10,
10,10,10,10,10,10,10,14,14,14,12,11,11,10,11,11,
15,14,14,13,11,11, 6, 6, 6, 8, 5, 5, 8, 7, 7, 8,
7, 7,11,10,10, 9, 7, 7, 9, 7, 7,12,10,10,10, 7,
7, 6, 8, 7,12,10,10,12,10,10,11,10,10,15,14,13,
13,10,10,11,10,10,16,14,14,14,10,10, 7, 7, 7,12,
11,11,12,11,11,11,11,11,16,14,14,13,12,12,11,11,
11,17,15,15,14,12,12,10, 9, 9,13,11,11,13,11,11,
12,11,11,16,14,13,14,11,11,12,11,11,17,15,14,14,
11,11, 7, 8, 8,12,11,11,12,10,10,12,10,10,16,13,
14,13,10,10,11,10,10,17,14,14,14,10,10, 7, 7, 7,
12,11,11,12,11,11,12,11,11,15,14,15,14,12,12,12,
11,11,17,15,15,14,12,12,10,10, 9,13,11,11,13,11,
11,13,11,11,16,14,14,14,11,11,13,11,11,16,15,15,
15,11,11,
};
static const static_codebook _44p2_p6_0 = {
5, 243,
(char *)_vq_lengthlist__44p2_p6_0,
1, -527106048, 1620377600, 2, 0,
(long *)_vq_quantlist__44p2_p6_0,
0
};
static const long _vq_quantlist__44p2_p6_1[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44p2_p6_1[] = {
2, 6, 6, 7, 7, 7, 7, 7, 7, 7, 8, 8, 9, 9, 9, 8,
7, 7, 8, 8, 8, 9, 9, 9, 9, 8, 8, 6, 7, 7, 9, 8,
8, 9, 7, 7, 9, 8, 8,10, 8, 8,10, 8, 8,10, 8, 8,
10, 8, 9,10, 8, 8, 7, 6, 6, 8, 6, 6, 9, 6, 6, 9,
7, 7,10, 8, 8, 9, 6, 6, 9, 7, 7,10, 9, 8, 9, 7,
7, 7, 7, 7,11, 8, 8,11, 9, 9,10, 9, 9,12, 9, 9,
12, 8, 8,11, 9, 9,12, 9, 9,12, 8, 8, 8, 7, 7,10,
9, 9,10, 9, 9,10, 9, 9,11,10,11,11, 9, 9,11, 9,
9,11,11,11,11, 9, 9,10, 8, 8,11, 9, 9,10, 9, 9,
11, 9, 9,11,10,10,11, 9, 9,11, 9, 9,12,10,10,11,
9, 9, 8, 8, 8,11, 9, 9,12, 9, 9,11, 9, 9,12, 9,
9,12, 8, 8,12, 9, 9,12, 9,10,12, 8, 8, 9, 7, 7,
11, 9, 9,11,10,10,11, 9, 9,11,11,11,11, 9, 9,11,
10,10,12,11,11,11, 9,10,10, 9, 9,11, 9, 9,11,10,
10,11,10,10,11,11,11,11, 9, 9,11, 9,10,11,11,11,
11, 9, 9,
};
static const static_codebook _44p2_p6_1 = {
5, 243,
(char *)_vq_lengthlist__44p2_p6_1,
1, -530841600, 1616642048, 2, 0,
(long *)_vq_quantlist__44p2_p6_1,
0
};
static const long _vq_quantlist__44p2_p7_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44p2_p7_0[] = {
1, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9,
};
static const static_codebook _44p2_p7_0 = {
5, 243,
(char *)_vq_lengthlist__44p2_p7_0,
1, -513979392, 1633504256, 2, 0,
(long *)_vq_quantlist__44p2_p7_0,
0
};
static const long _vq_quantlist__44p2_p7_1[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44p2_p7_1[] = {
1, 9, 9, 6, 9, 9, 5, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,
};
static const static_codebook _44p2_p7_1 = {
5, 243,
(char *)_vq_lengthlist__44p2_p7_1,
1, -516716544, 1630767104, 2, 0,
(long *)_vq_quantlist__44p2_p7_1,
0
};
static const long _vq_quantlist__44p2_p7_2[] = {
12,
11,
13,
10,
14,
9,
15,
8,
16,
7,
17,
6,
18,
5,
19,
4,
20,
3,
21,
2,
22,
1,
23,
0,
24,
};
static const char _vq_lengthlist__44p2_p7_2[] = {
1, 3, 2, 5, 4, 7, 7, 8, 8, 9, 9,10,10,11,11,12,
12,13,13,14,14,15,15,15,15,
};
static const static_codebook _44p2_p7_2 = {
1, 25,
(char *)_vq_lengthlist__44p2_p7_2,
1, -518864896, 1620639744, 5, 0,
(long *)_vq_quantlist__44p2_p7_2,
0
};
static const long _vq_quantlist__44p2_p7_3[] = {
12,
11,
13,
10,
14,
9,
15,
8,
16,
7,
17,
6,
18,
5,
19,
4,
20,
3,
21,
2,
22,
1,
23,
0,
24,
};
static const char _vq_lengthlist__44p2_p7_3[] = {
3, 4, 4, 4, 4, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5,
5, 5, 5, 5, 5, 5, 5, 5, 5,
};
static const static_codebook _44p2_p7_3 = {
1, 25,
(char *)_vq_lengthlist__44p2_p7_3,
1, -529006592, 1611661312, 5, 0,
(long *)_vq_quantlist__44p2_p7_3,
0
};
static const char _huff_lengthlist__44p2_short[] = {
4, 4,12, 9, 8,12,15,17, 4, 2,11, 6, 5, 9,13,15,
11, 7, 8, 7, 7,10,14,13, 8, 5, 7, 5, 5, 8,12,12,
8, 4, 7, 4, 3, 6,11,12,11, 8, 9, 7, 6, 8,11,12,
15,13,14,12, 9, 7,10,13,16,12,17,12, 7, 5, 8,11,
};
static const static_codebook _huff_book__44p2_short = {
2, 64,
(char *)_huff_lengthlist__44p2_short,
0, 0, 0, 0, 0,
NULL,
0
};
static const long _vq_quantlist__44p3_l0_0[] = {
6,
5,
7,
4,
8,
3,
9,
2,
10,
1,
11,
0,
12,
};
static const char _vq_lengthlist__44p3_l0_0[] = {
1, 4, 4, 8, 8, 8, 8, 9, 9,10,10,10,10, 4, 6, 5,
8, 7, 9, 9, 9, 9,10, 9,11, 9, 4, 5, 6, 7, 8, 9,
9, 9, 9, 9,10, 9,10, 8, 9, 8, 9, 8,10, 9,11, 9,
12,10,12,10, 8, 8, 9, 8, 9, 9,10, 9,11,10,12,10,
12, 9,10,10,11,10,12,11,12,11,12,12,12,12, 9,10,
10,11,11,11,11,11,12,12,12,12,12,10,11,11,12,12,
12,12,12,12,12,12,12,12,10,11,11,12,12,12,12,12,
12,12,12,12,12,11,12,12,12,12,12,13,12,13,12,13,
12,12,11,12,12,12,12,12,12,13,12,12,12,12,12,12,
12,12,13,13,12,13,12,13,12,13,12,12,12,13,12,13,
12,13,12,13,12,13,12,12,12,
};
static const static_codebook _44p3_l0_0 = {
2, 169,
(char *)_vq_lengthlist__44p3_l0_0,
1, -526516224, 1616117760, 4, 0,
(long *)_vq_quantlist__44p3_l0_0,
0
};
static const long _vq_quantlist__44p3_l0_1[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44p3_l0_1[] = {
3, 4, 4, 5, 5, 4, 4, 5, 5, 5, 4, 5, 4, 5, 5, 5,
5, 6, 5, 6, 5, 6, 5, 6, 5,
};
static const static_codebook _44p3_l0_1 = {
2, 25,
(char *)_vq_lengthlist__44p3_l0_1,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44p3_l0_1,
0
};
static const long _vq_quantlist__44p3_l1_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44p3_l1_0[] = {
1, 4, 4, 4, 4, 4, 4, 4, 4,
};
static const static_codebook _44p3_l1_0 = {
2, 9,
(char *)_vq_lengthlist__44p3_l1_0,
1, -516716544, 1630767104, 2, 0,
(long *)_vq_quantlist__44p3_l1_0,
0
};
static const char _huff_lengthlist__44p3_lfe[] = {
1, 3, 2, 3,
};
static const static_codebook _huff_book__44p3_lfe = {
2, 4,
(char *)_huff_lengthlist__44p3_lfe,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist__44p3_long[] = {
3, 4,13, 9, 9,12,15,17, 4, 2,18, 5, 7,10,14,18,
11, 8, 6, 5, 6, 8,11,14, 8, 5, 5, 3, 5, 8,11,13,
9, 6, 7, 5, 5, 7, 9,10,11,10, 9, 8, 6, 6, 8,10,
14,14,11,11, 9, 8, 9,10,17,17,14,13,10, 9,10,10,
};
static const static_codebook _huff_book__44p3_long = {
2, 64,
(char *)_huff_lengthlist__44p3_long,
0, 0, 0, 0, 0,
NULL,
0
};
static const long _vq_quantlist__44p3_p1_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44p3_p1_0[] = {
1, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0,
};
static const static_codebook _44p3_p1_0 = {
5, 243,
(char *)_vq_lengthlist__44p3_p1_0,
1, -535822336, 1611661312, 2, 0,
(long *)_vq_quantlist__44p3_p1_0,
0
};
static const long _vq_quantlist__44p3_p2_0[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44p3_p2_0[] = {
3, 7, 7, 0, 0, 0, 8, 8, 0, 0, 0, 8, 8, 0, 0, 0,
11,11, 0, 0, 0, 0, 0, 0, 0, 0,10, 9, 0, 0, 0, 0,
0, 0, 0, 0, 9, 9, 0, 0, 0,10,11, 0, 0, 0, 0, 0,
0, 0, 0, 9, 9, 0, 0, 0, 0, 0, 0, 0, 0, 9, 9, 0,
0, 0,10,10, 0, 0, 0, 0, 0, 0, 0, 0,12,12, 0, 0,
0, 0, 0, 0, 0, 0,11,11, 0, 0, 0,12,12, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 7,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 7, 0, 0, 0,
5, 5, 0, 0, 0, 7, 7, 0, 0, 0, 9, 9, 0, 0, 0, 0,
0, 0, 0, 0, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 5, 5,
0, 0, 0, 8, 8, 0, 0, 0, 0, 0, 0, 0, 0, 7, 7, 0,
0, 0, 0, 0, 0, 0, 0, 5, 6, 0, 0, 0, 7, 7, 0, 0,
0, 0, 0, 0, 0, 0, 9, 9, 0, 0, 0, 0, 0, 0, 0, 0,
8, 8, 0, 0, 0, 9, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0,11,11, 0, 0, 0, 9, 9, 0,
0, 0,10,10, 0, 0, 0,10,10, 0, 0, 0, 0, 0, 0, 0,
0,10,10, 0, 0, 0, 0, 0, 0, 0, 0, 9, 9, 0, 0, 0,
10,10, 0, 0, 0, 0, 0, 0, 0, 0,10,10, 0, 0, 0, 0,
0, 0, 0, 0, 9, 9, 0, 0, 0,10,10, 0, 0, 0, 0, 0,
0, 0, 0,11,12, 0, 0, 0, 0, 0, 0, 0, 0,11,11, 0,
0, 0,12,12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 9, 9, 0, 0, 0, 7, 7, 0, 0, 0, 8, 8, 0, 0,
0,10,10, 0, 0, 0, 0, 0, 0, 0, 0, 8, 8, 0, 0, 0,
0, 0, 0, 0, 0, 7, 7, 0, 0, 0, 9, 9, 0, 0, 0, 0,
0, 0, 0, 0, 9, 9, 0, 0, 0, 0, 0, 0, 0, 0, 8, 8,
0, 0, 0, 9, 9, 0, 0, 0, 0, 0, 0, 0, 0,10,10, 0,
0, 0, 0, 0, 0, 0, 0, 9, 9, 0, 0, 0,11,11, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5,
5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 9, 9, 0, 0, 0, 7, 7,
0, 0, 0, 9, 9, 0, 0, 0,10,10, 0, 0, 0, 0, 0, 0,
0, 0, 9, 9, 0, 0, 0, 0, 0, 0, 0, 0, 8, 8, 0, 0,
0, 9, 9, 0, 0, 0, 0, 0, 0, 0, 0, 9, 9, 0, 0, 0,
0, 0, 0, 0, 0, 7, 7, 0, 0, 0, 9, 9, 0, 0, 0, 0,
0, 0, 0, 0,11,11, 0, 0, 0, 0, 0, 0, 0, 0, 9, 9,
0, 0, 0,10,10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 9, 9, 0, 0, 0, 7, 7, 0, 0, 0, 8, 8, 0,
0, 0,10,10, 0, 0, 0, 0, 0, 0, 0, 0, 9, 9, 0, 0,
0, 0, 0, 0, 0, 0, 8, 7, 0, 0, 0, 9, 9, 0, 0, 0,
0, 0, 0, 0, 0, 8, 8, 0, 0, 0, 0, 0, 0, 0, 0, 7,
7, 0, 0, 0, 9, 9, 0, 0, 0, 0, 0, 0, 0, 0,11,11,
0, 0, 0, 0, 0, 0, 0, 0, 9, 9, 0, 0, 0,10,10, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
5, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9, 9, 0, 0, 0, 7,
7, 0, 0, 0, 9, 9, 0, 0, 0,10,10, 0, 0, 0, 0, 0,
0, 0, 0, 9, 9, 0, 0, 0, 0, 0, 0, 0, 0, 7, 7, 0,
0, 0, 9, 9, 0, 0, 0, 0, 0, 0, 0, 0, 9, 9, 0, 0,
0, 0, 0, 0, 0, 0, 8, 8, 0, 0, 0, 9, 9, 0, 0, 0,
0, 0, 0, 0, 0,10,10, 0, 0, 0, 0, 0, 0, 0, 0, 9,
9, 0, 0, 0,11,11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0,10,10, 0, 0, 0, 9, 9, 0, 0, 0,10,10,
0, 0, 0,11,12, 0, 0, 0, 0, 0, 0, 0, 0,10,10, 0,
0, 0, 0, 0, 0, 0, 0, 8, 8, 0, 0, 0,11,11, 0, 0,
0, 0, 0, 0, 0, 0,10,10, 0, 0, 0, 0, 0, 0, 0, 0,
9, 9, 0, 0, 0,10,10, 0, 0, 0, 0, 0, 0, 0, 0,11,
11, 0, 0, 0, 0, 0, 0, 0, 0, 9, 9, 0, 0, 0,12,12,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,10,10, 0, 0, 0,
9, 9, 0, 0, 0,10,10, 0, 0, 0,12,12, 0, 0, 0, 0,
0, 0, 0, 0,10,10, 0, 0, 0, 0, 0, 0, 0, 0, 9, 9,
0, 0, 0,11,11, 0, 0, 0, 0, 0, 0, 0, 0,10,10, 0,
0, 0, 0, 0, 0, 0, 0, 9, 9, 0, 0, 0,11,11, 0, 0,
0, 0, 0, 0, 0, 0,12,12, 0, 0, 0, 0, 0, 0, 0, 0,
10,10, 0, 0, 0,11,11, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0,
};
static const static_codebook _44p3_p2_0 = {
5, 3125,
(char *)_vq_lengthlist__44p3_p2_0,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44p3_p2_0,
0
};
static const long _vq_quantlist__44p3_p3_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44p3_p3_0[] = {
1, 5, 5, 5, 8, 8, 0, 8, 8, 6, 9, 9, 8,10,10, 0,
8, 8, 0, 9, 9, 0,12,12, 0, 8, 8, 4, 7, 7, 6,10,
10, 0,12,12, 7,11,11, 9,12,12, 0,12,12, 0,13,13,
0,15,15, 0,12,12, 0, 7, 7, 0, 7, 7, 0, 8, 8, 0,
8, 8, 0,10,10, 0, 7, 7, 0, 8, 8, 0,11,11, 0, 7,
7, 5, 7, 7, 9, 9, 9, 0,11,10, 9, 9, 9,11,12,12,
0,10,10, 0,11,11, 0,13,13, 0,11,11, 6, 7, 7, 9,
10,10, 0,12,12,10,11,11,11,12,12, 0,12,12, 0,13,
13, 0,15,15, 0,12,12, 0,10,10, 0,11,11, 0,11,11,
0,12,12, 0,13,13, 0,11,11, 0,12,12, 0,15,15, 0,
11,11, 0, 8, 8, 0,10,10, 0,12,12, 0,11,11, 0,12,
12, 0,12,12, 0,12,12, 0,15,15, 0,11,11, 0, 7, 7,
0,10,10, 0,12,12, 0,10,10, 0,12,13, 0,12,12, 0,
13,13, 0,14,14, 0,12,12, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0,
};
static const static_codebook _44p3_p3_0 = {
5, 243,
(char *)_vq_lengthlist__44p3_p3_0,
1, -533200896, 1614282752, 2, 0,
(long *)_vq_quantlist__44p3_p3_0,
0
};
static const long _vq_quantlist__44p3_p3_1[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44p3_p3_1[] = {
3, 4, 4, 0, 8, 8, 0, 8, 8, 0, 9, 9, 0,10,10, 0,
8, 8, 0, 9, 9, 0,10,10, 0, 8, 8, 0, 7, 7, 0, 8,
8, 0, 8, 8, 0, 8, 8, 0, 8, 8, 0, 8, 8, 0, 8, 8,
0, 8, 8, 0, 8, 8, 0, 7, 7, 0, 6, 6, 0, 7, 7, 0,
7, 7, 0,10,10, 0, 6, 6, 0, 7, 7, 0,10,10, 0, 6,
5, 0, 8, 8, 0, 7, 7, 0, 8, 8, 0, 8, 8, 0, 9, 9,
0, 7, 7, 0, 8, 8, 0, 9, 9, 0, 7, 7, 0, 6, 6, 0,
9,10, 0,10,10, 0,10,10, 0,11,11, 0, 9, 9, 0,10,
10, 0,11,11, 0, 9, 9, 0, 8, 8, 0, 8, 8, 0, 8, 8,
0, 9, 9, 0, 9, 9, 0, 8, 8, 0, 8, 8, 0, 9, 9, 0,
7, 7, 0, 8, 8, 0, 7, 7, 0, 7, 7, 0, 8, 8, 0, 9,
9, 0, 7, 7, 0, 7, 7, 0, 9, 9, 0, 6, 6, 0, 6, 6,
0,10,10, 0,10,10, 0,10,10, 0,12,12, 0, 9, 9, 0,
10,10, 0,12,12, 0, 9, 9, 0, 8, 8, 0, 7, 7, 0, 8,
8, 0, 8, 8, 0, 9, 9, 0, 7, 7, 0, 8, 8, 0, 9, 9,
0, 7, 7,
};
static const static_codebook _44p3_p3_1 = {
5, 243,
(char *)_vq_lengthlist__44p3_p3_1,
1, -535822336, 1611661312, 2, 0,
(long *)_vq_quantlist__44p3_p3_1,
0
};
static const long _vq_quantlist__44p3_p4_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44p3_p4_0[] = {
1, 6, 6, 7, 7, 7, 7, 7, 7, 7, 8, 8,10,11,11, 9,
8, 8, 8, 8, 8,11,11,11,10, 8, 8, 5, 7, 7, 9,11,
11,10,11,11,10,11,11,12,13,14,11,12,12,10,11,11,
13,14,14,12,12,12, 5, 6, 6, 8, 6, 6, 8, 7, 7, 8,
7, 7,11,10,10,10, 7, 7, 9, 7, 7,12,11,11,11, 7,
7, 7, 7, 7,11,10,10,12,10,10,11,10,10,15,13,13,
13,10,10,12,11,11,15,13,13,14,11,11, 7, 7, 7,11,
11,11,12,11,11,12,11,11,14,14,14,14,12,12,12,12,
12,16,15,15,14,12,12, 0,10,10, 0,11,11, 0,11,12,
0,11,11, 0,14,14, 0,11,11, 0,12,12, 0,15,15, 0,
11,11, 8, 8, 8,12,10,10,12,10,10,13,11,11,15,13,
13,14,11,11,12,10,10,16,14,14,14,10,10, 8, 7, 7,
12,11,11,13,11,11,12,11,11,15,14,14,14,12,12,13,
12,12,15,14,14,15,12,12, 0,11,11, 0,12,12, 0,12,
12, 0,12,12, 0,15,15, 0,12,12, 0,13,13, 0,14,15,
0,12,12,
};
static const static_codebook _44p3_p4_0 = {
5, 243,
(char *)_vq_lengthlist__44p3_p4_0,
1, -531365888, 1616117760, 2, 0,
(long *)_vq_quantlist__44p3_p4_0,
0
};
static const long _vq_quantlist__44p3_p4_1[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44p3_p4_1[] = {
3, 4, 5, 8, 8,12,10,10,12,12,12,10,10,12,12,13,
11,11,12,12,13,12,12,12,12,13,10,10,13,13,13,13,
13,13,13,13,10,10,13,13,13,11,11,13,13,14,13,13,
12,12,13,10,10,13,13,13,13,13,13,13,13,10,10,12,
12,13,11,11,13,13,13,13,13,12,12,13,12,12,13,13,
13,13,13,13,13,14,11,11,12,12,14,12,12,13,12,14,
14,14,12,12,13,14,14,13,13,14,13,13,13,13,14,14,
14,12,12,14,13,13,13,13,14,14,14,12,12,12, 8, 8,
11,11,12,12,12,11,11,12,11,11,10,10,13,12,12,10,
10,13,12,12,10,10,13,12,12,12,12,14,12,12,12,12,
13,13,13,11,11,14,12,12,11,11,14,12,12,12,12,14,
12,12,12,12,13,12,12,12,12,13,13,13,11,11,14,12,
12,11,11,14,12,12,12,12,14,13,13,12,12,14,12,12,
12,11,14,13,13,11,11,14,13,12,11,11,14,13,13,11,
11,14,13,13,12,12,14,12,12,12,12,15,13,13,12,12,
14,12,12,11,11,14,13,13,11,11,12, 9, 9,10,10,12,
7, 7,11,11,12, 9, 9,12,12,13,10,10,10,10,14,14,
14,11,11,13, 9, 9,12,12,14,14,14,12,12,13, 8, 8,
11,11,14, 9, 9,12,12,14,14,14,11,11,13, 9, 9,12,
12,14,14,14,12,12,14, 8, 8,11,11,14, 9, 9,12,12,
14,14,14,11,11,14,10,10,12,12,14,14,14,13,13,14,
9, 9,11,11,14,10,10,12,12,14,14,14,11,11,14,14,
15,12,12,15,14,14,14,14,15,14,14,11,11,14,14,14,
12,12,14,14,14,11,11,14,11,11,10,10,14,10,10,10,
10,14,10,10,10,10,15,11,11, 9, 9,14,12,12, 9, 9,
15,11,11,11,11,15,13,13,11,11,15,10,10,10,10,15,
11,11,10,10,15,13,13,11,11,15,11,11,11,11,15,13,
13,11,11,15,10,10,10,10,15,11,11,10,10,15,13,13,
11,11,15,12,12,11,11,15,13,13,11,11,15,11,11,10,
10,15,12,12,10,10,15,13,13,10,10,15,14,14,11,11,
15,13,13,11,11,15,14,14,10,11,15,13,13,10,10,15,
13,14,10,10,14,13,13,10,10,14,13,13,10,10,14,13,
13,10,10,14,13,13, 9, 9,14,14,14, 9, 9,15,14,14,
11,11,15,14,14,10,10,15,14,14,10,10,15,14,14,11,
11,15,14,14,10,10,15,14,14,11,11,15,14,14,10,10,
14,14,14,10,10,15,14,14,10,10,14,14,14,10,10,15,
14,14,11,11,15,14,14,11,11,14,14,14,10,10,15,14,
14,10,10,14,14,14, 9, 9,15,15,15,11,11,15,14,14,
12,12,15,15,14,10,10,15,14,14,10,10,14,15,15, 9,
9,14,10,10,12,12,17, 9, 9,12,12,17,10,10,13,13,
17,11,11,12,12,18,14,14,12,12,17,10,10,13,13,17,
14,14,12,12,17, 9, 9,12,12,17,11,11,12,12,17,14,
14,12,12,18,10,10,13,13,18,14,14,13,13,18, 9, 9,
12,12,18,10,10,13,13,18,14,14,12,12,18,11,11,13,
13,18,14,14,13,13,18,10,10,12,12,17,11,11,12,12,
17,14,14,12,12,18,15,15,13,13,18,14,14,14,14,18,
15,15,12,12,18,14,14,12,12,18,15,15,12,12,13, 7,
7,11,11,14,15,15,11,11,14,15,15,12,12,14,15,15,
11,11,15,15,15,11,11,14,15,15,12,12,14,15,15,12,
12,14,15,15,11,11,14,15,15,11,11,15,15,15,12,12,
14,15,15,12,12,14,15,15,12,12,14,15,15,11,11,14,
15,15,11,11,15,15,15,12,12,15,15,15,12,12,14,15,
15,12,12,14,15,14,12,12,14,15,15,11,11,15,14,14,
12,12,15,15,15,12,12,15,16,16,12,12,15,15,15,12,
12,15,15,15,12,12,15,15,15,12,12,13,13,13,11,10,
14,14,15,11,11,14,14,14,12,12,15,14,14,10,10,15,
15,15,11,11,14,15,15,12,12,14,14,14,11,11,14,15,
15,11,11,14,15,15,12,12,15,15,15,11,11,14,15,15,
12,12,14,14,14,12,12,14,15,15,11,11,14,15,15,12,
12,15,15,15,11,11,15,15,15,12,12,15,14,14,12,12,
14,15,15,11,11,14,15,15,11,11,15,15,15,10,10,15,
15,16,12,12,15,15,15,14,14,15,15,15,11,11,15,15,
15,12,12,15,15,15,11,11,14,11,11,10,10,15, 9, 9,
12,12,15,10,10,12,12,15,11,11,11,11,15,14,14,12,
12,15,10,10,13,13,15,14,14,12,12,15, 9, 9,12,12,
15,10,10,13,13,15,13,13,12,11,15,10,10,12,12,15,
14,14,12,12,15, 9, 9,11,11,15,11,11,12,12,15,13,
13,11,11,15,11,11,13,13,15,13,14,13,14,15,11,11,
11,11,15,11,11,12,12,15,14,14,11,11,15,14,14,13,
13,15,14,14,20,20,15,14,14,12,12,15,14,14,12,12,
15,14,14,11,11,14,13,13,10,10,14,13,13,12,12,14,
14,13,12,12,15,14,14,12,12,15,14,14,11,11,15,14,
14,12,12,15,14,14,13,13,15,14,14,12,11,15,14,14,
11,11,15,14,14,13,13,15,14,14,12,12,15,14,14,13,
13,15,14,14,12,11,15,14,14,12,12,15,14,14,13,13,
15,14,14,13,13,15,14,14,12,12,15,14,14,12,12,15,
14,14,12,12,15,15,15,13,13,15,15,15,13,13,15,14,
14,13,13,15,15,15,13,13,15,14,15,12,12,15,15,15,
13,13,14,10,10,12,13,17, 9, 9,12,12,17,10,10,13,
13,17,11,11,12,12,18,14,14,12,12,18,10,10,13,13,
18,14,14,12,12,17, 9, 9,12,12,18,10,11,13,13,18,
14,14,12,12,17,10,10,12,12,17,14,14,12,12,17, 9,
9,12,12,17,11,11,12,12,17,14,14,12,12,18,11,11,
12,12,18,14,14,13,13,18,11,11,12,12,18,11,11,12,
12,18,14,14,12,12,18,15,15,12,12,18,14,14,13,13,
18,15,15,12,12,17,14,14,12,12,17,15,15,12,12,13,
7, 7,11,11,14,15,15,11,11,14,15,15,11,11,14,15,
14,12,12,15,15,15,12,11,14,15,15,12,12,14,15,15,
12,12,14,15,15,11,11,14,15,15,11,11,15,15,15,13,
13,14,15,15,11,11,14,15,15,13,12,14,15,15,11,11,
14,15,15,11,11,15,15,15,13,13,14,15,15,12,12,15,
15,15,12,12,15,15,15,11,11,15,15,15,11,11,15,15,
15,12,12,15,15,15,13,13,15,16,16,12,12,15,15,15,
12,13,15,15,15,12,12,15,15,15,12,12,13,13,13,11,
11,14,14,14,11,11,14,14,14,12,12,14,14,14,10,10,
15,14,14,11,11,14,15,15,12,12,14,14,14,12,12,14,
15,15,11,11,14,15,14,12,12,15,14,14,11,11,14,15,
15,12,12,14,14,14,11,11,14,15,15,11,11,14,14,14,
12,12,15,15,14,11,11,15,15,15,12,12,15,14,14,12,
12,14,15,15,11,11,14,15,14,11,11,15,15,15,10,10,
15,15,15,12,12,15,14,14,14,13,15,15,15,11,11,15,
15,15,11,11,15,15,15,10,10,14,11,11,10,10,15, 9,
9,12,12,15,10,10,12,12,15,11,11,11,11,15,14,14,
12,12,15,10,10,13,13,15,13,13,12,12,15, 9, 9,12,
12,15,11,11,13,13,15,14,14,12,12,15,10,10,13,13,
15,13,14,12,12,15, 9, 9,12,12,15,10,10,13,13,15,
13,13,11,11,15,11,11,13,13,15,14,14,13,13,15,10,
10,11,11,15,11,11,12,12,15,14,14,11,11,15,14,14,
13,13,15,14,14,21,20,15,14,14,11,11,15,14,14,12,
12,15,14,14,11,11,14,13,13,10,10,14,13,13,11,11,
15,14,14,12,12,15,14,14,12,12,14,14,14,12,12,15,
14,14,12,12,15,14,14,13,13,14,14,14,11,11,15,14,
14,11,11,15,14,14,13,13,15,14,14,12,12,15,14,14,
13,13,14,14,14,11,11,15,14,14,11,11,14,14,14,13,
13,15,14,14,12,12,15,14,14,12,12,15,14,14,12,12,
15,14,14,12,12,14,14,14,13,13,15,15,15,13,13,16,
14,14,12,13,15,15,15,13,13,15,14,14,12,12,15,15,
15,13,13,15,11,11,13,12,18,10,10,12,12,17,11,11,
12,12,18,12,12,11,11,18,14,14,12,12,18,11,11,13,
13,17,14,14,12,12,18,10,10,12,12,18,12,12,12,12,
18,14,15,12,12,18,11,11,13,13,18,14,14,12,12,17,
10,10,12,12,18,11,11,12,12,18,15,14,12,12,17,12,
12,12,12,17,14,14,12,12,17,11,11,11,11,17,12,12,
12,11,17,15,15,11,11,18,15,15,12,12,18,14,15,13,
13,18,15,15,11,11,17,15,15,12,12,18,15,15,11,11,
14, 9, 9,11,11,14,15,15,11,11,15,15,15,11,11,15,
15,15,12,11,15,15,15,12,12,15,15,15,11,11,15,15,
15,13,13,14,15,15,11,11,15,15,15,11,11,15,15,15,
13,13,15,15,15,11,11,15,15,15,13,13,15,15,15,11,
11,15,15,15,11,11,15,15,15,13,13,15,15,15,12,12,
15,15,15,13,13,15,15,14,11,11,15,15,15,12,12,15,
15,15,12,12,16,15,15,13,13,15,16,16,13,13,16,15,
15,12,12,15,15,15,13,12,15,15,15,12,12,13,12,12,
11,11,14,14,14,11,11,14,14,14,12,12,15,14,14,11,
11,15,14,14,12,12,15,14,14,12,12,15,14,14,12,12,
14,15,15,11,11,15,14,14,12,12,15,14,14,11,11,15,
14,14,12,12,15,14,14,12,12,14,15,15,11,11,15,14,
14,12,12,15,14,14,11,11,15,15,15,12,12,15,14,14,
12,12,15,15,15,11,11,15,14,14,11,11,15,14,15,11,
11,15,15,15,12,12,15,14,14,13,13,16,15,15,11,11,
15,14,14,12,12,15,15,15,11,11,14,11,11, 9, 9,15,
10,10,12,12,14,11,11,12,12,15,12,12,12,12,15,14,
14,13,13,15,11,11,13,13,15,14,14,13,13,15,10,10,
12,12,15,12,12,13,13,15,14,14,13,13,15,11,11,12,
12,15,14,14,13,13,14,10,10,12,12,15,12,12,13,13,
15,14,14,12,12,15,12,12,13,13,15,14,14,15,15,15,
11,11,12,12,15,12,12,12,13,15,14,14,12,12,15,15,
15,14,14,15,14,14,20,20,15,14,14,12,12,15,14,14,
13,13,15,14,14,12,12,14,13,13,10,10,14,13,13,11,
11,14,13,13,12,12,14,14,14,12,12,15,14,14,13,13,
15,14,14,12,12,14,14,14,14,14,14,14,14,11,11,15,
14,14,12,12,15,14,14,14,14,15,14,14,12,12,14,14,
14,14,14,14,14,14,11,11,15,14,14,12,12,14,14,14,
14,14,15,14,14,12,12,15,14,14,13,13,15,14,14,12,
12,15,14,14,12,12,14,14,14,14,13,15,15,15,14,14,
15,14,14,13,13,15,15,15,14,14,15,14,14,13,13,15,
15,15,13,13,14,13,13,13,13,18,15,15,12,12,18,15,
15,13,12,18,15,16,11,11,18,16,17,12,12,18,15,15,
13,13,18,17,17,12,12,18,15,15,12,12,17,15,15,12,
12,18,17,17,12,12,18,15,15,13,13,18,16,17,12,12,
17,15,15,12,12,18,15,15,12,12,18,16,17,11,12,18,
16,16,12,12,17,16,17,12,12,18,15,15,11,11,18,15,
15,12,12,18,17,17,11,11,17,17,17,12,12,18,16,16,
13,13,18,17,17,11,11,18,16,16,12,12,18,17,17,11,
11,15,14,14,11,11,16,15,15,11,11,16,15,15,12,12,
16,15,15,12,12,17,15,15,14,13,16,15,15,12,12,17,
15,15,14,14,16,15,15,11,11,16,15,15,12,12,18,15,
15,13,13,16,15,15,11,11,17,15,15,14,14,16,15,15,
11,11,16,15,15,12,12,17,15,15,13,13,16,15,15,12,
12,17,16,15,14,14,16,14,15,12,12,16,15,15,12,12,
18,15,15,13,13,17,15,15,14,14,17,16,16,15,15,17,
15,15,13,13,17,15,15,14,14,18,15,15,13,13,15,12,
13,11,11,15,14,14,12,12,16,14,14,12,12,16,14,14,
12,12,16,14,14,12,12,16,14,14,13,12,17,14,14,13,
13,16,15,15,12,12,16,14,14,12,12,17,14,14,12,12,
16,14,14,12,12,17,14,14,13,13,15,15,15,12,12,16,
14,14,12,12,17,14,14,12,12,17,15,15,12,12,17,14,
14,13,13,16,15,15,12,12,16,14,14,12,12,17,15,15,
12,12,18,15,15,13,13,17,14,14,13,13,17,15,15,12,
12,17,14,14,12,12,17,15,15,12,12,14,15,15, 9, 9,
15,15,15,12,12,15,15,15,13,13,15,15,15,14,14,15,
15,15,19,19,15,15,16,13,13,15,15,16,19,20,15,15,
15,13,12,15,16,16,14,14,15,15,15,19,19,15,15,15,
13,13,15,16,15,20,19,14,15,15,13,13,15,15,15,14,
14,15,15,15,19,19,15,15,15,14,14,15,16,16,19,20,
15,15,15,14,14,15,15,15,14,14,15,15,15,19,19,15,
15,15,20,19,15,16,16,20,19,15,15,15,19,19,15,16,
16,20,20,15,15,15,19,20,14,13,13,10,10,14,14,14,
11,11,14,14,14,12,12,15,14,14,13,13,15,14,14,19,
20,15,14,14,12,12,14,14,14,20,19,14,14,14,11,11,
15,14,14,12,12,15,14,14,20,20,15,14,14,12,12,14,
14,14,20,19,14,14,14,11,11,15,14,14,12,12,15,14,
14,19,20,15,14,14,13,13,15,14,14,22,19,15,15,14,
12,12,15,14,14,13,13,14,15,15,22,20,15,15,15,20,
20,15,14,14,21,20,15,15,15,20,21,15,14,14,20,20,
14,15,15,20,20,
};
static const static_codebook _44p3_p4_1 = {
5, 3125,
(char *)_vq_lengthlist__44p3_p4_1,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44p3_p4_1,
0
};
static const long _vq_quantlist__44p3_p5_0[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44p3_p5_0[] = {
2, 6, 6,14,14, 6, 7, 7,14,14, 7, 7, 7,15,15, 0,
12,12,15,15, 0,13,13,15,15, 7, 8, 8,15,15,10,10,
10,16,16, 9, 8, 8,15,15, 0,13,13,18,17, 0,13,13,
16,16, 8, 8, 8,15,15,12,11,11,16,16, 9, 8, 8,15,
15, 0,13,13,18,18, 0,13,13,16,16, 0,14,14,17,17,
0,20, 0,19,20, 0,12,12,16,16, 0,16,16,20,22, 0,
14,14,16,16, 0,14,14,17,17, 0,20,22,20,19, 0,13,
13,15,16, 0,17,18, 0,21, 0,15,15,16,16, 5, 7, 7,
13,13, 8, 9, 9,14,14,10,10,10,14,14, 0,20,22,18,
18, 0,22,21,18,17, 9,10,10,14,14,12,12,12,17,17,
12,10,10,14,14, 0, 0,20,17,17, 0,22,21,17,18,11,
10,10,14,14,14,13,13,18,18,12,11,11,14,14, 0,22,
21,18,19, 0,20, 0,17,17, 0,22, 0,18,18, 0, 0, 0,
0, 0, 0,20,20,17,17, 0,22, 0,22,21, 0,21, 0,19,
18, 0,22,22,18,18, 0, 0, 0, 0, 0, 0,21, 0,17,17,
0,22, 0,20,20, 0, 0, 0,19,18, 6, 6, 6,12,12, 8,
6, 6,10,10, 8, 6, 6,13,12, 0,10,10,11,11, 0,11,
11,13,13, 8, 7, 7,13,13,11, 9, 9,13,13,10, 6, 6,
12,12, 0,10,10,14,14, 0,10,10,13,13, 9, 7, 7,13,
13,12,10,10,13,13,10, 6, 6,12,12, 0,11,11,15,15,
0,10,10,13,13, 0,12,12,15,14, 0,19,20,16,17, 0,
9, 9,13,13, 0,14,14,20,21, 0,12,11,13,12, 0,12,
12,15,14, 0,20,19,17,17, 0,10,10,12,13, 0,15,15,
22,21, 0,12,12,12,13, 0,10,10,12,12, 0,11,11,15,
15, 0,11,11,15,15, 0,15,15,22,22, 0,16,17, 0, 0,
0,11,11,15,15, 0,14,14,18,18, 0,11,11,16,16, 0,
16,15, 0,21, 0,16,16, 0, 0, 0,12,12,15,15, 0,14,
14,19,19, 0,11,11,15,15, 0,15,15,22, 0, 0,16,16,
22, 0, 0,16,16, 0,21, 0, 0, 0, 0, 0, 0,15,15,19,
20, 0,18,18, 0, 0, 0,17,17, 0, 0, 0,17,17, 0, 0,
0, 0, 0, 0, 0, 0,16,15,22,21, 0,20,20, 0, 0, 0,
18,18, 0, 0, 0,10,10,12,12, 0,10,10,11,11, 0,11,
11,12,12, 0,11,11, 9, 9, 0,13,12,12,12, 0,11,11,
13,13, 0,13,13,12,12, 0,10,10,12,12, 0,13,12,13,
13, 0,12,12,12,12, 0,11,11,13,13, 0,13,13,12,12,
0,10,10,12,12, 0,13,13,14,13, 0,12,12,12,12, 0,
14,13,13,14, 0,20,21,15,15, 0,11,11,12,12, 0,15,
16,20,20, 0,12,13,10,10, 0,13,13,14,13, 0,20,20,
15,15, 0,11,11,12,12, 0,16,17,21,21, 0,13,13,11,
11, 6, 7, 7,16,15,11, 9, 9,14,15,12, 9, 9,16,16,
0,13,13,15,15, 0,14,14,17,17,10, 9, 9,16,16,14,
12,12,16,16,12, 9, 9,15,15, 0,13,13,17,18, 0,13,
13,15,15,12,10,10,17,17,15,12,12,17,17,13, 9, 9,
16,16, 0,13,13,18,19, 0,14,14,16,16, 0,15,15,18,
18, 0, 0, 0,20,19, 0,12,12,17,16, 0,16,17, 0,21,
0,14,15,16,16, 0,15,15,18,18, 0, 0,22,19,21, 0,
13,13,16,16, 0,18,17,22,22, 0,15,15,16,16, 7, 7,
7,13,13,11,10,10,15,15,12,10,10,14,14, 0,21, 0,
18,17, 0,21,22,18,18,11,10,10,15,15,14,12,12,17,
17,14,11,11,14,14, 0,21,20,18,18, 0,22,21,18,17,
12,11,10,16,16,16,14,14,17,19,14,11,11,15,15, 0,
0,22,19,19, 0,21,22,18,18, 0,21, 0,18,19, 0, 0,
0,22, 0, 0,22,21,17,17, 0, 0, 0,20,22, 0, 0,21,
18,18, 0, 0, 0,19,20, 0, 0, 0, 0, 0, 0, 0,21,17,
17, 0, 0, 0,22,21, 0, 0, 0,19,19,10, 9, 9,14,13,
13,10,10,12,12,13,10,10,14,14, 0,13,13,12,12, 0,
15,14,16,15,13,10,10,14,14,15,12,12,14,14,15,10,
10,14,14, 0,14,14,15,15, 0,14,13,14,14,13,10,10,
15,15,17,13,13,15,15,14,10,10,14,14, 0,14,14,15,
16, 0,14,14,15,15, 0,15,15,16,16, 0,21,22,17,18,
0,12,12,14,14, 0,17,17,20,21, 0,14,14,14,14, 0,
15,15,16,16, 0,21,22,18,18, 0,13,13,14,14, 0,18,
18,22, 0, 0,15,15,14,14, 0,11,11,13,13, 0,12,12,
16,15, 0,12,12,16,16, 0,16,16, 0, 0, 0,16,17, 0,
22, 0,12,12,16,16, 0,14,14,17,18, 0,11,11,16,16,
0,15,15, 0,21, 0,16,16,21,22, 0,12,12,16,16, 0,
15,15,19,19, 0,12,12,17,16, 0,16,16,21,22, 0,16,
16, 0, 0, 0,17,17, 0,22, 0, 0, 0, 0, 0, 0,15,15,
19,20, 0,17,19, 0, 0, 0,17,17,22, 0, 0,17,17, 0,
22, 0, 0, 0, 0, 0, 0,15,15,21, 0, 0,19,20, 0, 0,
0,19,18,22, 0, 0,11,12,14,14, 0,11,11,14,14, 0,
12,12,15,15, 0,13,13,13,13, 0,14,14,16,16, 0,12,
12,15,15, 0,14,14,16,15, 0,11,11,15,15, 0,13,13,
16,16, 0,13,13,15,15, 0,12,12,15,15, 0,15,14,16,
16, 0,11,11,15,15, 0,14,14,17,17, 0,13,13,15,15,
0,15,15,16,16, 0, 0, 0,18,18, 0,12,12,14,14, 0,
16,16,22, 0, 0,14,14,15,15, 0,15,15,16,17, 0,21,
22,18,18, 0,13,13,15,14, 0,18,17,22, 0, 0,14,14,
15,15, 8, 8, 8,16,15,12,10,10,16,15,12,10,10,16,
16, 0,14,14,16,17, 0,14,14,17,16,12,10,10,17,18,
14,12,12,18,18,14,10,10,16,16, 0,14,14,18,18, 0,
14,14,16,16,12, 9, 9,16,16,17,13,13,16,17,14, 9,
9,15,15, 0,14,14,18,19, 0,13,13,15,15, 0,15,15,
18,19, 0, 0, 0,22,21, 0,13,13,16,16, 0,16,16,22,
0, 0,15,15,16,16, 0,14,14,18,17, 0, 0, 0,20, 0,
0,13,13,16,16, 0,18,18, 0, 0, 0,15,15,16,16, 8,
7, 7,13,13,12,10,10,15,15,12,10,10,14,14, 0,22,
22,19,18, 0, 0, 0,18,18,12,10,10,15,15,14,13,13,
17,17,14,11,11,15,15, 0,19,20,18,18, 0,22,21,17,
18,13,11,11,15,15,16,13,13,18,18,14,11,11,14,15,
0,22,21,20,19, 0,22,21,17,17, 0, 0,22,19,18, 0,
0, 0, 0, 0, 0,22,20,17,17, 0, 0, 0,21,20, 0, 0,
0,19,17, 0, 0,22,19,19, 0, 0, 0, 0, 0, 0,22,20,
18,17, 0, 0, 0, 0, 0, 0, 0, 0,18,18, 0,10,10,14,
14, 0,11,11,14,14, 0,11,11,15,15, 0,14,14,14,14,
0,15,15,16,16, 0,11,11,16,16, 0,13,13,16,16, 0,
11,11,15,15, 0,14,14,16,16, 0,14,14,15,15, 0,11,
11,15,15, 0,13,13,15,15, 0,10,10,15,15, 0,15,15,
17,17, 0,14,14,14,14, 0,16,16,16,16, 0, 0,22,19,
19, 0,13,13,14,14, 0,17,17, 0, 0, 0,15,15,14,14,
0,16,16,17,17, 0, 0,22,18,18, 0,13,13,14,14, 0,
21,18, 0, 0, 0,15,15,14,14, 0,11,11,13,13, 0,12,
12,15,15, 0,12,12,16,15, 0,16,16, 0, 0, 0,17,17,
22,22, 0,12,12,16,16, 0,14,14,18,18, 0,11,12,16,
16, 0,15,16, 0,21, 0,16,16,22,21, 0,12,12,16,16,
0,15,15,19,20, 0,11,12,16,16, 0,15,15,20,22, 0,
16,16, 0,22, 0,17,17,22, 0, 0, 0, 0, 0, 0, 0,15,
15,21,22, 0,19,18, 0, 0, 0,17,17, 0, 0, 0,17,17,
0,22, 0, 0, 0, 0, 0, 0,16,15,22, 0, 0,19,19, 0,
0, 0,17,18, 0, 0, 0,12,12,15,15, 0,12,12,15,15,
0,12,12,15,15, 0,13,13,14,14, 0,15,15,16,17, 0,
12,12,16,16, 0,14,14,16,16, 0,12,11,15,16, 0,14,
14,16,17, 0,14,14,16,16, 0,13,12,16,16, 0,15,15,
16,16, 0,11,11,15,15, 0,14,14,16,16, 0,14,14,15,
15, 0,15,15,18,17, 0, 0,22, 0,20, 0,13,13,15,15,
0,16,17,22,22, 0,14,14,15,15, 0,15,15,17,18, 0,
20, 0,19,19, 0,13,13,15,15, 0,18,18,22, 0, 0,14,
14,15,15, 0,11,11,16,16, 0,14,14,17,16, 0,13,13,
17,17, 0,16,16,17,17, 0,17,17,18,19, 0,12,12,16,
17, 0,15,15,18,18, 0,12,12,16,16, 0,16,16,19,18,
0,16,16,17,16, 0,12,13,17,17, 0,17,16,18,17, 0,
13,12,16,16, 0,16,16,18,19, 0,16,16,16,17, 0,16,
16,18,18, 0,22, 0,22,22, 0,13,13,16,16, 0,19,18,
22,20, 0,16,15,16,16, 0,16,17,18,18, 0, 0, 0,22,
20, 0,14,14,16,16, 0,19,19, 0, 0, 0,16,16,16,16,
0, 9, 9,13,13, 0,13,13,15,15, 0,14,14,15,15, 0,
0,22,17,18, 0,22, 0,18,19, 0,12,12,15,15, 0,15,
16,17,17, 0,14,14,14,14, 0,22, 0,18,18, 0,21,22,
17,17, 0,13,13,15,15, 0,17,17,17,18, 0,14,14,15,
15, 0,22,21,21,19, 0,20,21,17,17, 0,21,21,19,18,
0, 0, 0, 0, 0, 0,21,21,17,17, 0, 0, 0,22,22, 0,
0,22,19,18, 0, 0,21,19,18, 0, 0, 0, 0,22, 0,19,
20,17,17, 0, 0, 0, 0,22, 0, 0, 0,19,18, 0,19,19,
15,16, 0,21,19,16,17, 0, 0,21,17,17, 0, 0,22,17,
17, 0,22,22,18,19, 0,20,20,16,16, 0, 0,22,18,18,
0,20,19,16,17, 0,22,21,20,19, 0, 0,21,17,17, 0,
21,20,17,17, 0, 0, 0,18,18, 0,19,19,17,16, 0,22,
0,19,19, 0,21,22,17,18, 0, 0,22,19,18, 0, 0, 0,
19,20, 0,19,19,16,16, 0,22,22,22, 0, 0,20,22,16,
16, 0,22,20,18,19, 0, 0, 0,20,19, 0,20,20,16,16,
0, 0, 0, 0, 0, 0,22,20,17,16, 0,11,11,13,13, 0,
14,13,15,15, 0,13,13,16,15, 0,18,17,21, 0, 0,18,
18,21, 0, 0,12,12,15,15, 0,15,16,17,18, 0,12,12,
15,15, 0,17,17,22,20, 0,17,18,22, 0, 0,12,12,17,
16, 0,16,17,19,19, 0,13,13,16,16, 0,17,17, 0,22,
0,17,17, 0,21, 0,18,18,20,22, 0, 0, 0, 0, 0, 0,
15,15,21,20, 0,20,19, 0, 0, 0,18,18,22, 0, 0,17,
17,22, 0, 0, 0, 0, 0, 0, 0,15,16,20,22, 0,20,21,
0, 0, 0,19,18, 0, 0, 0,15,15,19,19, 0,17,16,20,
20, 0,16,17,20,21, 0,18,17, 0, 0, 0,19,19, 0, 0,
0,15,15,21,19, 0,19,19, 0, 0, 0,15,15,22,22, 0,
18,18, 0,22, 0,17,18,22,21, 0,15,15,20,19, 0,19,
19, 0, 0, 0,15,15,20,22, 0,18,19,20, 0, 0,18,17,
21,21, 0,18,18,19,22, 0, 0, 0, 0, 0, 0,15,15,20,
19, 0,19,19, 0, 0, 0,18,18,21,22, 0,18,18,22, 0,
0, 0, 0, 0, 0, 0,15,15,19,20, 0,21,21, 0, 0, 0,
17,17,20,20, 0,12,12,17,17, 0,14,14,16,17, 0,13,
14,17,17, 0,16,16,17,17, 0,17,17,17,19, 0,13,13,
17,17, 0,16,16,18,18, 0,13,13,16,16, 0,16,16,18,
18, 0,16,16,17,17, 0,13,13,17,17, 0,17,17,18,17,
0,12,12,15,16, 0,17,18,19,20, 0,16,16,16,16, 0,
17,16,18,19, 0, 0,22,21,22, 0,14,14,16,16, 0,19,
19, 0, 0, 0,16,16,16,16, 0,16,16,18,17, 0, 0,22,
21,21, 0,14,14,16,16, 0,22,20,22, 0, 0,16,16,15,
15, 0, 9, 9,13,13, 0,14,14,15,15, 0,14,14,14,14,
0,22,22,18,18, 0, 0,22,18,18, 0,12,12,15,15, 0,
16,16,18,17, 0,14,14,14,14, 0,20,21,18,18, 0,22,
21,17,17, 0,13,13,15,15, 0,17,17,18,18, 0,14,14,
14,14, 0, 0,21,18,19, 0, 0,22,17,17, 0,22,22,19,
18, 0, 0, 0, 0, 0, 0,19,21,17,17, 0, 0, 0,22,20,
0, 0,21,18,19, 0, 0,22,18,18, 0, 0, 0, 0,22, 0,
20,22,17,17, 0, 0, 0,20,22, 0, 0, 0,18,18, 0,19,
21,16,16, 0,20,22,16,17, 0,20, 0,17,17, 0,22, 0,
18,17, 0,21, 0,18,19, 0,20,20,17,17, 0,22, 0,18,
18, 0,21,20,17,17, 0, 0,20,20,19, 0, 0,21,18,17,
0,21,21,17,17, 0,22, 0,18,17, 0,19,19,17,17, 0,
0,22,20,21, 0, 0,21,17,17, 0,22, 0,18,18, 0, 0,
0,20,22, 0,20,19,16,16, 0, 0, 0, 0, 0, 0,22,22,
17,17, 0,22, 0,18,19, 0, 0, 0,21,20, 0,19,21,16,
17, 0, 0, 0, 0, 0, 0,22,22,17,16, 0,11,11,13,13,
0,13,13,15,15, 0,13,13,15,15, 0,17,17,22,21, 0,
18,18,22, 0, 0,12,13,16,15, 0,15,16,18,18, 0,13,
13,16,16, 0,17,17, 0,22, 0,17,17,22,22, 0,13,13,
16,16, 0,16,16,19,18, 0,13,13,16,16, 0,18,17, 0,
20, 0,18,17,20, 0, 0,17,17,21, 0, 0, 0, 0, 0, 0,
0,15,15,21,22, 0,19,20, 0, 0, 0,18,18, 0, 0, 0,
18,17, 0, 0, 0, 0, 0, 0, 0, 0,16,16,22,22, 0,20,
20, 0, 0, 0,21,19, 0, 0, 0,15,15,20,19, 0,16,16,
22,20, 0,17,17, 0,22, 0,18,18, 0,22, 0,19,17, 0,
0, 0,15,16,22,20, 0,18,19, 0, 0, 0,16,16,22,20,
0,18,18, 0,22, 0,18,18,22, 0, 0,16,16,21,20, 0,
19,20, 0,22, 0,16,16, 0,22, 0,18,18, 0,22, 0,18,
18, 0,21, 0,19,18, 0,22, 0, 0, 0, 0, 0, 0,16,16,
21,20, 0,20, 0, 0, 0, 0,18,18,21, 0, 0,18,18, 0,
0, 0, 0, 0, 0, 0, 0,16,16,21,19, 0, 0, 0, 0, 0,
0,18,18, 0,21,
};
static const static_codebook _44p3_p5_0 = {
5, 3125,
(char *)_vq_lengthlist__44p3_p5_0,
1, -528744448, 1616642048, 3, 0,
(long *)_vq_quantlist__44p3_p5_0,
0
};
static const long _vq_quantlist__44p3_p5_1[] = {
3,
2,
4,
1,
5,
0,
6,
};
static const char _vq_lengthlist__44p3_p5_1[] = {
2, 3, 3, 3, 3, 3, 3,
};
static const static_codebook _44p3_p5_1 = {
1, 7,
(char *)_vq_lengthlist__44p3_p5_1,
1, -533200896, 1611661312, 3, 0,
(long *)_vq_quantlist__44p3_p5_1,
0
};
static const long _vq_quantlist__44p3_p6_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44p3_p6_0[] = {
1, 6, 6, 7, 7, 7, 7, 8, 8, 7, 9, 9,11,11,11, 9,
8, 8, 8, 9, 9,12,11,11, 9, 8, 8, 6, 7, 7,10,11,
10,10,10,10,11,11,10,14,13,14,12,11,11,11,11,11,
15,14,14,13,12,12, 5, 6, 6, 8, 5, 5, 8, 7, 7, 8,
8, 8,12,10,10, 9, 7, 7, 9, 7, 8,12,10,10,10, 7,
7, 7, 8, 8,12,10,10,12,10,10,11,10,10,15,13,13,
13,10,10,11,10,10,16,13,14,14,10,10, 7, 7, 7,12,
11,11,12,11,11,11,11,11,16,15,15,14,12,12,12,11,
11,16,15,16,14,12,12,10, 9, 9,14,11,11,13,11,11,
12,11,11,16,14,14,14,11,11,12,11,11,17,15,15,14,
11,11, 7, 8, 8,12,11,11,12,10,10,12,10,10,16,14,
13,14,10,10,12,10,10,17,14,14,14,10,10, 8, 7, 7,
13,11,11,12,11,11,12,11,11,16,15,14,14,12,12,12,
11,11,16,15,14,15,12,12,11,10,10,13,11,11,13,12,
11,13,11,11,17,14,14,14,11,11,13,11,11,17,14,15,
14,11,11,
};
static const static_codebook _44p3_p6_0 = {
5, 243,
(char *)_vq_lengthlist__44p3_p6_0,
1, -527106048, 1620377600, 2, 0,
(long *)_vq_quantlist__44p3_p6_0,
0
};
static const long _vq_quantlist__44p3_p6_1[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44p3_p6_1[] = {
2, 6, 6, 7, 7, 7, 7, 7, 7, 7, 8, 8, 9, 9, 9, 9,
7, 7, 8, 8, 8, 9, 9, 9, 9, 7, 8, 6, 7, 7, 8, 8,
8, 8, 8, 8, 9, 8, 8,10, 9, 9,10, 8, 8,10, 8, 8,
10, 9, 9,10, 8, 8, 6, 6, 6, 8, 6, 6, 8, 7, 7, 8,
7, 7,10, 8, 8, 9, 7, 7, 9, 7, 7,10, 8, 9, 9, 7,
7, 7, 7, 7,10, 8, 8,11, 8, 8,10, 8, 8,12, 9, 9,
12, 8, 8,11, 9, 9,12, 9, 9,11, 8, 8, 7, 7, 7,10,
9, 9,10, 9, 9,10, 9, 9,11,10,10,10, 9, 9,11, 9,
9,11,10,10,11, 9, 9, 9, 8, 8,10, 9, 9,10, 9, 9,
11, 9, 9,11,10,10,11, 9, 9,11, 9, 9,11,10,10,11,
9, 9, 8, 8, 8,11, 9, 9,11, 9, 9,11, 9, 9,12, 9,
9,12, 8, 8,12, 9, 9,12, 9, 9,12, 8, 8, 8, 7, 7,
10, 9, 9,10, 9, 9,11, 9, 9,11,11,11,11, 9, 9,11,
10,10,11,11,11,11, 9, 9,10, 9, 9,11, 9, 9,11, 9,
10,11,10, 9,11,10,10,11, 9, 9,11, 9,10,11,10,10,
11, 9, 9,
};
static const static_codebook _44p3_p6_1 = {
5, 243,
(char *)_vq_lengthlist__44p3_p6_1,
1, -530841600, 1616642048, 2, 0,
(long *)_vq_quantlist__44p3_p6_1,
0
};
static const long _vq_quantlist__44p3_p7_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44p3_p7_0[] = {
1, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9,
};
static const static_codebook _44p3_p7_0 = {
5, 243,
(char *)_vq_lengthlist__44p3_p7_0,
1, -513979392, 1633504256, 2, 0,
(long *)_vq_quantlist__44p3_p7_0,
0
};
static const long _vq_quantlist__44p3_p7_1[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44p3_p7_1[] = {
1, 9, 9, 6, 9, 9, 5, 9, 9, 8, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 8, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 8, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 7, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 8, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,
};
static const static_codebook _44p3_p7_1 = {
5, 243,
(char *)_vq_lengthlist__44p3_p7_1,
1, -516716544, 1630767104, 2, 0,
(long *)_vq_quantlist__44p3_p7_1,
0
};
static const long _vq_quantlist__44p3_p7_2[] = {
12,
11,
13,
10,
14,
9,
15,
8,
16,
7,
17,
6,
18,
5,
19,
4,
20,
3,
21,
2,
22,
1,
23,
0,
24,
};
static const char _vq_lengthlist__44p3_p7_2[] = {
1, 3, 2, 5, 4, 7, 7, 8, 8, 9, 9,10,10,11,11,12,
12,13,13,14,14,15,15,15,15,
};
static const static_codebook _44p3_p7_2 = {
1, 25,
(char *)_vq_lengthlist__44p3_p7_2,
1, -518864896, 1620639744, 5, 0,
(long *)_vq_quantlist__44p3_p7_2,
0
};
static const long _vq_quantlist__44p3_p7_3[] = {
12,
11,
13,
10,
14,
9,
15,
8,
16,
7,
17,
6,
18,
5,
19,
4,
20,
3,
21,
2,
22,
1,
23,
0,
24,
};
static const char _vq_lengthlist__44p3_p7_3[] = {
4, 4, 4, 4, 4, 4, 4, 5, 5, 5, 5, 5, 5, 5, 5, 5,
5, 5, 5, 5, 5, 5, 5, 5, 5,
};
static const static_codebook _44p3_p7_3 = {
1, 25,
(char *)_vq_lengthlist__44p3_p7_3,
1, -529006592, 1611661312, 5, 0,
(long *)_vq_quantlist__44p3_p7_3,
0
};
static const char _huff_lengthlist__44p3_short[] = {
4, 5,16, 9, 9,12,17,18, 4, 2,18, 6, 5, 9,13,15,
10, 7, 7, 6, 7, 9,13,13, 8, 5, 6, 5, 5, 7,11,12,
8, 4, 7, 4, 3, 6,10,12,11, 8, 9, 7, 6, 8,11,12,
15,13,13,11, 9, 7,10,12,16,12,16,12, 6, 5, 8,11,
};
static const static_codebook _huff_book__44p3_short = {
2, 64,
(char *)_huff_lengthlist__44p3_short,
0, 0, 0, 0, 0,
NULL,
0
};
static const long _vq_quantlist__44p4_l0_0[] = {
6,
5,
7,
4,
8,
3,
9,
2,
10,
1,
11,
0,
12,
};
static const char _vq_lengthlist__44p4_l0_0[] = {
1, 4, 4, 8, 8, 9, 8, 9, 9,10,10,10,10, 4, 6, 5,
8, 7, 9, 9, 9, 9,10, 9,10,10, 4, 5, 6, 7, 8, 9,
9, 9, 9, 9,10, 9,10, 8, 9, 8, 9, 8,10, 9,11, 9,
12,10,11,10, 8, 8, 9, 8, 9, 9,10, 9,11,10,11,10,
12, 9,10,10,11,10,11,11,12,11,12,12,12,12, 9,10,
10,11,11,11,11,11,12,12,12,12,12,10,11,11,12,12,
12,12,12,12,12,12,12,12,10,11,11,12,12,12,12,12,
12,12,12,12,12,11,12,12,12,12,12,12,12,12,12,13,
12,12,11,12,11,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,13,12,12,12,12,12,12,11,13,12,12,
12,13,12,12,12,12,12,12,12,
};
static const static_codebook _44p4_l0_0 = {
2, 169,
(char *)_vq_lengthlist__44p4_l0_0,
1, -526516224, 1616117760, 4, 0,
(long *)_vq_quantlist__44p4_l0_0,
0
};
static const long _vq_quantlist__44p4_l0_1[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44p4_l0_1[] = {
3, 4, 4, 5, 5, 4, 4, 5, 5, 5, 4, 5, 4, 5, 5, 5,
5, 6, 5, 6, 5, 6, 5, 6, 5,
};
static const static_codebook _44p4_l0_1 = {
2, 25,
(char *)_vq_lengthlist__44p4_l0_1,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44p4_l0_1,
0
};
static const long _vq_quantlist__44p4_l1_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44p4_l1_0[] = {
1, 4, 4, 4, 4, 4, 4, 4, 4,
};
static const static_codebook _44p4_l1_0 = {
2, 9,
(char *)_vq_lengthlist__44p4_l1_0,
1, -516716544, 1630767104, 2, 0,
(long *)_vq_quantlist__44p4_l1_0,
0
};
static const char _huff_lengthlist__44p4_lfe[] = {
1, 3, 2, 3,
};
static const static_codebook _huff_book__44p4_lfe = {
2, 4,
(char *)_huff_lengthlist__44p4_lfe,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist__44p4_long[] = {
3, 5,13, 9, 9,12,16,18, 4, 2,20, 6, 7,10,15,20,
10, 7, 5, 5, 6, 8,10,13, 8, 5, 5, 3, 5, 7,10,11,
9, 7, 6, 5, 5, 7, 9, 9,11,10, 8, 7, 6, 6, 8, 8,
15,15,10,10, 9, 7, 8, 9,17,19,13,12,10, 8, 9, 9,
};
static const static_codebook _huff_book__44p4_long = {
2, 64,
(char *)_huff_lengthlist__44p4_long,
0, 0, 0, 0, 0,
NULL,
0
};
static const long _vq_quantlist__44p4_p1_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44p4_p1_0[] = {
1, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0,
};
static const static_codebook _44p4_p1_0 = {
5, 243,
(char *)_vq_lengthlist__44p4_p1_0,
1, -535822336, 1611661312, 2, 0,
(long *)_vq_quantlist__44p4_p1_0,
0
};
static const long _vq_quantlist__44p4_p2_0[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44p4_p2_0[] = {
3, 9, 9, 0, 0, 0, 8, 8, 0, 0, 0, 9, 9, 0, 0, 0,
12,12, 0, 0, 0, 0, 0, 0, 0, 0,10,10, 0, 0, 0, 0,
0, 0, 0, 0, 9, 9, 0, 0, 0,11,11, 0, 0, 0, 0, 0,
0, 0, 0,10,10, 0, 0, 0, 0, 0, 0, 0, 0, 9, 9, 0,
0, 0,11,11, 0, 0, 0, 0, 0, 0, 0, 0,12,12, 0, 0,
0, 0, 0, 0, 0, 0,11,11, 0, 0, 0,12,12, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 7,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7, 7, 0, 0, 0,
5, 5, 0, 0, 0, 7, 7, 0, 0, 0, 9, 9, 0, 0, 0, 0,
0, 0, 0, 0, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 5, 5,
0, 0, 0, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 7, 7, 0,
0, 0, 0, 0, 0, 0, 0, 5, 5, 0, 0, 0, 7, 7, 0, 0,
0, 0, 0, 0, 0, 0, 9, 9, 0, 0, 0, 0, 0, 0, 0, 0,
7, 7, 0, 0, 0, 9, 9, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0,11,11, 0, 0, 0, 9, 9, 0,
0, 0,10,10, 0, 0, 0,10,10, 0, 0, 0, 0, 0, 0, 0,
0,10,10, 0, 0, 0, 0, 0, 0, 0, 0, 9, 9, 0, 0, 0,
10,10, 0, 0, 0, 0, 0, 0, 0, 0,10,10, 0, 0, 0, 0,
0, 0, 0, 0, 9, 9, 0, 0, 0,10,10, 0, 0, 0, 0, 0,
0, 0, 0,12,12, 0, 0, 0, 0, 0, 0, 0, 0,11,11, 0,
0, 0,12,12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 9, 9, 0, 0, 0, 7, 7, 0, 0, 0, 8, 8, 0, 0,
0,10,10, 0, 0, 0, 0, 0, 0, 0, 0, 8, 8, 0, 0, 0,
0, 0, 0, 0, 0, 7, 7, 0, 0, 0, 9, 9, 0, 0, 0, 0,
0, 0, 0, 0, 9, 9, 0, 0, 0, 0, 0, 0, 0, 0, 8, 8,
0, 0, 0, 9, 9, 0, 0, 0, 0, 0, 0, 0, 0,10,10, 0,
0, 0, 0, 0, 0, 0, 0, 9, 9, 0, 0, 0,11,11, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5,
5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0,10,10, 0, 0, 0, 7, 7,
0, 0, 0, 9, 9, 0, 0, 0,10,10, 0, 0, 0, 0, 0, 0,
0, 0, 9, 9, 0, 0, 0, 0, 0, 0, 0, 0, 8, 8, 0, 0,
0, 9, 9, 0, 0, 0, 0, 0, 0, 0, 0, 9, 9, 0, 0, 0,
0, 0, 0, 0, 0, 8, 8, 0, 0, 0, 9, 9, 0, 0, 0, 0,
0, 0, 0, 0,11,11, 0, 0, 0, 0, 0, 0, 0, 0, 9, 9,
0, 0, 0,10,10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 9, 9, 0, 0, 0, 7, 7, 0, 0, 0, 8, 8, 0,
0, 0,10,11, 0, 0, 0, 0, 0, 0, 0, 0, 9, 9, 0, 0,
0, 0, 0, 0, 0, 0, 8, 8, 0, 0, 0, 9, 9, 0, 0, 0,
0, 0, 0, 0, 0, 8, 8, 0, 0, 0, 0, 0, 0, 0, 0, 7,
7, 0, 0, 0, 9, 9, 0, 0, 0, 0, 0, 0, 0, 0,11,11,
0, 0, 0, 0, 0, 0, 0, 0, 9, 9, 0, 0, 0,10,10, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
5, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0,10,10, 0, 0, 0, 7,
7, 0, 0, 0, 9, 9, 0, 0, 0,10,10, 0, 0, 0, 0, 0,
0, 0, 0, 9, 9, 0, 0, 0, 0, 0, 0, 0, 0, 7, 8, 0,
0, 0, 9, 9, 0, 0, 0, 0, 0, 0, 0, 0, 9, 9, 0, 0,
0, 0, 0, 0, 0, 0, 8, 8, 0, 0, 0, 9, 9, 0, 0, 0,
0, 0, 0, 0, 0,10,10, 0, 0, 0, 0, 0, 0, 0, 0, 9,
9, 0, 0, 0,11,11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0,10,10, 0, 0, 0, 9, 9, 0, 0, 0,10,10,
0, 0, 0,11,11, 0, 0, 0, 0, 0, 0, 0, 0, 9, 9, 0,
0, 0, 0, 0, 0, 0, 0, 8, 8, 0, 0, 0,10,10, 0, 0,
0, 0, 0, 0, 0, 0,10,10, 0, 0, 0, 0, 0, 0, 0, 0,
9, 9, 0, 0, 0,10,10, 0, 0, 0, 0, 0, 0, 0, 0,11,
11, 0, 0, 0, 0, 0, 0, 0, 0, 9, 9, 0, 0, 0,12,12,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 7, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,10,10, 0, 0, 0,
9, 9, 0, 0, 0,10,10, 0, 0, 0,12,12, 0, 0, 0, 0,
0, 0, 0, 0,10,10, 0, 0, 0, 0, 0, 0, 0, 0, 9, 9,
0, 0, 0,10,10, 0, 0, 0, 0, 0, 0, 0, 0,10,10, 0,
0, 0, 0, 0, 0, 0, 0, 8, 8, 0, 0, 0,10,10, 0, 0,
0, 0, 0, 0, 0, 0,11,11, 0, 0, 0, 0, 0, 0, 0, 0,
10,10, 0, 0, 0,11,11, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0,
};
static const static_codebook _44p4_p2_0 = {
5, 3125,
(char *)_vq_lengthlist__44p4_p2_0,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44p4_p2_0,
0
};
static const long _vq_quantlist__44p4_p3_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44p4_p3_0[] = {
1, 6, 6, 5, 7, 8, 0, 8, 8, 6, 9, 9, 7,10,10, 0,
8, 8, 0, 9, 9, 0,12,12, 0, 8, 8, 4, 7, 7, 6,10,
10, 0,12,12, 7,11,11, 8,12,12, 0,12,12, 0,13,12,
0,15,15, 0,12,12, 0, 7, 7, 0, 7, 7, 0, 7, 7, 0,
8, 8, 0,10,10, 0, 7, 7, 0, 8, 8, 0,11,11, 0, 7,
7, 5, 7, 7, 8, 9, 9, 0,10,10, 8, 9, 9,11,11,11,
0,10, 9, 0,11,11, 0,13,13, 0,10,10, 6, 7, 7, 8,
10,10, 0,12,12, 9,10,10,10,12,12, 0,12,12, 0,12,
12, 0,15,15, 0,12,12, 0,10,10, 0,11,11, 0,11,11,
0,11,11, 0,13,13, 0,11,11, 0,11,11, 0,15,15, 0,
10,10, 0, 8, 8, 0,10,10, 0,12,12, 0,11,11, 0,12,
12, 0,12,12, 0,12,12, 0,15,15, 0,11,11, 0, 7, 7,
0,10,10, 0,12,12, 0,10,10, 0,12,12, 0,12,12, 0,
13,13, 0,14,14, 0,12,12, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0,
};
static const static_codebook _44p4_p3_0 = {
5, 243,
(char *)_vq_lengthlist__44p4_p3_0,
1, -533200896, 1614282752, 2, 0,
(long *)_vq_quantlist__44p4_p3_0,
0
};
static const long _vq_quantlist__44p4_p3_1[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44p4_p3_1[] = {
3, 5, 5, 0, 8, 8, 0, 8, 8, 0, 9, 9, 0,10,10, 0,
8, 8, 0, 8, 8, 0,10,10, 0, 8, 8, 0, 7, 7, 0, 8,
8, 0, 7, 7, 0, 8, 8, 0, 8, 8, 0, 8, 8, 0, 8, 8,
0, 8, 8, 0, 8, 8, 0, 7, 7, 0, 6, 6, 0, 7, 7, 0,
7, 7, 0,10,10, 0, 6, 6, 0, 7, 7, 0,10,10, 0, 5,
5, 0, 8, 8, 0, 7, 7, 0, 8, 8, 0, 8, 8, 0, 9, 9,
0, 7, 7, 0, 8, 8, 0, 9, 9, 0, 7, 7, 0, 6, 6, 0,
9,10, 0,10,10, 0,10,10, 0,11,11, 0, 9, 9, 0,10,
10, 0,11,11, 0, 9, 9, 0, 8, 8, 0, 8, 8, 0, 8, 8,
0, 9, 9, 0, 9, 9, 0, 7, 7, 0, 8, 8, 0, 9, 9, 0,
7, 7, 0, 8, 8, 0, 7, 7, 0, 7, 7, 0, 8, 8, 0, 9,
9, 0, 7, 7, 0, 7, 7, 0, 8, 8, 0, 6, 6, 0, 6, 6,
0,10,10, 0,10,10, 0,10,10, 0,12,12, 0, 9, 9, 0,
10,10, 0,12,12, 0, 9, 9, 0, 8, 8, 0, 7, 7, 0, 7,
7, 0, 8, 8, 0, 9, 9, 0, 7, 7, 0, 8, 8, 0, 9, 9,
0, 6, 6,
};
static const static_codebook _44p4_p3_1 = {
5, 243,
(char *)_vq_lengthlist__44p4_p3_1,
1, -535822336, 1611661312, 2, 0,
(long *)_vq_quantlist__44p4_p3_1,
0
};
static const long _vq_quantlist__44p4_p4_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44p4_p4_0[] = {
1, 6, 6, 6, 7, 7, 7, 8, 8, 7, 8, 8,10,11,11, 9,
8, 8, 8, 8, 8,11,11,12, 9, 8, 8, 5, 7, 7, 9,11,
11,10,11,11,10,11,11,12,14,14,11,12,12,10,12,12,
13,14,14,12,12,12, 5, 6, 6, 7, 6, 6, 8, 7, 7, 8,
7, 7,11,10,10,10, 7, 7, 9, 8, 8,12,11,11,10, 7,
7, 7, 7, 7,11,10,10,12,10,10,11,10,10,15,13,13,
13,10,10,12,11,11,15,13,13,14,11,11, 7, 7, 7,11,
11,11,12,11,11,12,11,11,14,14,14,13,12,12,12,12,
12,16,15,15,14,12,12, 0,10,10, 0,11,11, 0,12,12,
0,11,11, 0,14,14, 0,11,11, 0,12,12, 0,15,15, 0,
11,11, 7, 8, 8,12,11,10,12,10,10,12,11,11,15,13,
13,14,11,11,12,10,10,16,14,14,14,10,10, 8, 7, 7,
12,11,11,12,11,11,12,11,11,15,14,14,14,12,12,13,
12,12,15,14,14,15,13,13, 0,11,11, 0,12,12, 0,12,
12, 0,12,12, 0,15,15, 0,12,12, 0,13,13, 0,15,14,
0,12,12,
};
static const static_codebook _44p4_p4_0 = {
5, 243,
(char *)_vq_lengthlist__44p4_p4_0,
1, -531365888, 1616117760, 2, 0,
(long *)_vq_quantlist__44p4_p4_0,
0
};
static const long _vq_quantlist__44p4_p4_1[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44p4_p4_1[] = {
4, 5, 5, 9, 9,12, 9, 9,12,12,12,10,10,13,13,13,
11,11,12,12,13,13,13,12,12,13,10,10,13,13,13,13,
13,13,13,13,10,10,13,12,13,11,11,13,13,13,14,14,
13,12,13,10,10,13,13,12,13,13,13,13,13,10,10,12,
12,13,11,11,13,13,13,14,14,12,12,13,12,12,13,13,
13,13,13,13,13,13,11,11,12,12,13,11,11,13,13,13,
14,14,12,12,13,14,14,13,13,14,13,13,14,14,14,14,
14,12,12,13,14,14,13,13,14,14,14,12,12,12, 8, 8,
12,12,13,12,12,11,11,13,11,11,11,11,14,12,12,11,
11,14,12,12,10,11,14,12,12,12,12,14,12,12,12,12,
13,13,13,11,11,14,12,12,11,11,14,12,12,12,12,14,
12,12,12,12,14,12,12,12,12,14,13,13,11,11,14,12,
12,11,11,14,12,12,12,12,14,13,13,12,12,14,12,12,
12,12,14,13,13,11,11,14,12,12,11,11,14,13,13,11,
11,15,13,13,12,12,14,12,12,12,12,15,13,13,12,12,
14,12,12,11,11,15,13,13,11,11,12, 9, 9,11,11,13,
7, 7,11,11,13, 8, 8,12,12,14,10,10,10,10,14,14,
14,11,11,14, 8, 8,12,12,14,14,14,12,12,14, 7, 7,
11,11,14, 9, 9,12,12,14,14,14,11,11,14, 8, 8,12,
12,14,14,14,12,12,14, 7, 7,11,11,14, 9, 9,12,12,
14,14,14,11,11,14,10,10,12,12,14,14,14,13,13,14,
9, 9,11,11,14,10,10,12,11,15,14,14,11,11,14,15,
15,12,12,15,14,14,14,14,15,14,14,11,11,15,14,14,
12,12,15,14,14,11,11,14,11,11,10,10,15,10,10,10,
10,15,10,10,10,10,15,11,11, 9, 9,15,12,13, 9, 9,
15,11,11,11,11,15,13,13,11,11,15,10,10,10,10,15,
11,11,10,10,15,13,13,11,11,15,11,11,11,11,15,13,
13,11,11,15,10,10,10,10,15,11,11,10,10,15,13,13,
10,11,15,12,12,11,11,15,13,13,11,10,15,11,11,10,
10,15,11,12,10, 9,15,13,13,10,10,15,14,14,11,11,
15,13,13,11,11,15,14,14,10,10,15,13,13,10,10,15,
14,14,10,10,14,13,13,10,10,15,13,13,10,10,15,13,
13,10,10,14,14,14, 8, 9,15,14,14, 9, 9,15,14,14,
11,11,15,14,14,10,10,15,14,14,10,10,15,14,14,11,
11,15,14,14,10,10,15,14,14,11,11,15,14,14,10,10,
15,14,14,10,10,15,14,14,10,10,15,14,14, 9, 9,15,
14,14,11,11,15,14,14,11,11,15,14,14,10,10,15,14,
14,10,10,14,14,14, 9, 9,15,15,15,11,11,15,14,14,
12,12,15,15,15,10,10,15,14,15,10,10,15,15,15, 9,
9,15,10,10,13,13,17, 8, 8,12,12,17,10, 9,13,13,
18,11,11,12,12,18,14,14,12,12,17, 9, 9,13,13,17,
13,13,12,12,18, 8, 8,12,12,18,10,10,12,12,18,14,
14,12,12,18,10,10,13,13,18,13,13,13,13,18, 9, 9,
12,12,18,10,10,13,13,18,14,14,12,12,18,11,11,13,
13,18,14,14,13,13,18,10,10,12,12,17,11,11,12,12,
18,14,14,12,12,18,14,14,13,13,18,14,14,13,13,19,
14,15,12,12,18,14,14,12,12,18,15,15,12,12,13, 7,
7,11,11,14,15,15,11,11,14,16,15,11,11,14,15,15,
11,11,14,15,15,11,11,14,15,15,11,12,14,15,15,12,
12,13,15,15,11,11,14,15,15,11,11,15,15,15,12,12,
14,15,15,12,12,14,16,16,12,12,14,15,15,11,11,14,
15,15,11,11,15,15,15,12,12,15,15,15,12,12,14,15,
15,12,12,14,15,15,11,11,14,15,15,11,11,15,14,15,
12,12,15,15,15,12,12,15,16,16,12,12,15,15,15,12,
12,14,15,15,12,12,15,15,15,12,12,13,13,13,11,11,
14,14,15,11,11,14,14,14,12,12,14,15,15,10,10,15,
15,15,11,11,14,15,15,12,12,14,14,14,11,11,14,15,
15,11,11,14,15,15,12,12,15,15,15,11,11,14,15,15,
12,12,14,14,15,11,11,14,15,15,11,11,14,15,15,12,
12,15,15,15,11,11,15,15,15,12,12,14,15,15,12,12,
14,15,15,10,10,14,15,15,11,11,15,15,15,10,10,15,
15,15,12,12,15,15,15,14,14,15,15,15,11,11,15,15,
15,11,11,15,15,15,11,11,14,10,10,10,10,15, 9, 9,
12,11,15,10,10,12,12,15,11,11,11,11,15,13,13,12,
12,16,10,10,12,12,15,13,13,12,12,15, 9, 9,11,11,
15,10,10,13,12,15,13,13,11,11,15,10,10,12,12,15,
13,13,12,12,15, 9, 9,11,11,15,10,10,12,12,15,13,
13,11,11,15,11,11,12,12,15,13,13,13,13,15,10,10,
11,11,15,11,11,12,12,15,13,14,11,11,15,14,14,13,
13,16,14,14,20,19,15,14,14,11,11,15,13,14,12,12,
15,14,14,11,11,14,13,13,10,10,14,14,13,11,11,15,
13,14,12,12,15,14,14,12,12,15,14,14,11,11,15,14,
14,12,12,15,15,14,13,13,15,14,14,11,11,15,14,14,
11,11,15,14,14,13,13,15,14,14,12,12,15,14,14,13,
13,15,14,14,11,11,15,14,14,11,11,15,14,14,13,13,
15,14,14,12,12,15,14,14,12,12,15,14,14,12,12,15,
14,14,11,11,15,15,15,12,12,15,15,15,13,13,16,14,
14,12,12,15,15,15,13,13,15,15,15,12,12,15,15,15,
12,12,14,10,10,13,13,17, 9, 9,12,12,17, 9, 9,13,
13,17,11,11,12,12,18,14,14,12,12,18,10,10,13,13,
18,14,13,12,12,18, 9, 9,12,12,18,10,10,12,13,18,
14,14,12,12,17, 9, 9,12,12,17,13,14,12,12,17, 9,
9,12,12,17,10,10,12,12,17,14,14,11,11,18,11,11,
12,12,18,14,14,12,13,18,10,10,12,12,18,11,11,12,
12,18,14,14,11,11,18,15,15,12,12,18,14,14,13,13,
18,14,15,12,12,17,14,14,12,12,17,15,15,12,12,13,
7, 7,11,11,14,15,15,11,11,14,15,15,11,11,14,15,
15,11,11,14,15,15,11,11,14,15,15,11,11,14,15,15,
12,12,14,15,15,11,11,14,15,15,11,11,15,15,15,12,
12,14,15,15,11,11,14,15,15,12,12,14,15,15,11,11,
15,15,15,11,11,15,15,15,12,12,14,15,15,12,12,14,
15,16,12,12,14,15,15,11,11,14,15,15,11,11,15,15,
15,12,12,15,15,15,12,12,15,16,16,12,12,15,15,15,
12,12,15,15,15,12,12,15,15,15,12,12,13,13,13,12,
12,14,14,14,11,11,14,14,14,12,12,14,14,14,10,10,
15,15,15,11,11,14,15,15,12,12,14,14,14,11,11,14,
15,15,11,11,14,14,14,12,12,15,15,14,11,11,14,15,
15,12,12,14,14,14,11,11,14,15,15,11,11,14,14,14,
11,11,15,14,14,10,10,14,15,15,12,12,14,14,14,12,
12,14,15,15,10,10,14,15,15,11,11,15,15,15,10,10,
15,15,15,12,12,15,14,14,13,13,15,15,15,10,10,15,
14,14,11,11,15,15,15,10,10,14,10,10,10,10,14, 9,
9,12,12,15,10,10,12,12,14,11,11,11,11,15,13,14,
12,12,15,10,10,13,13,15,13,13,12,12,15, 9, 9,12,
12,15,10,10,13,13,15,13,14,11,11,15,10,10,12,12,
15,13,13,12,12,15, 9, 9,11,11,15,10,10,12,12,15,
13,13,11,11,15,11,11,12,12,15,13,13,13,13,15,10,
10,11,11,15,11,11,12,12,15,14,14,11,11,15,14,14,
13,13,15,14,14,20,19,15,14,14,11,11,15,14,14,12,
12,15,14,14,11,11,14,13,13,11,11,15,13,13,11,11,
15,14,13,12,12,15,14,14,11,12,15,14,14,11,11,15,
14,14,12,12,14,14,14,13,13,15,14,14,11,11,15,14,
14,11,11,15,14,14,13,13,15,14,14,12,12,15,14,14,
13,13,14,14,14,11,11,15,14,14,11,11,15,14,14,13,
13,15,14,14,12,12,15,14,14,12,12,15,14,14,12,12,
15,14,14,11,11,14,14,14,12,12,15,15,15,13,13,16,
14,14,12,12,15,15,15,13,13,15,14,14,12,12,15,15,
15,12,12,15,11,11,13,13,18,10,10,12,12,17,11,11,
12,12,18,12,12,11,11,18,14,14,12,12,18,10,10,13,
13,18,14,14,12,12,18,10,10,12,12,18,11,11,12,12,
18,14,14,12,12,18,11,11,12,13,18,14,14,12,12,18,
10,10,12,12,18,11,11,12,12,18,14,14,11,11,18,11,
11,12,12,18,14,14,12,12,17,10,10,11,11,17,12,12,
11,11,17,14,14,11,11,18,15,15,12,12,18,14,14,13,
13,18,15,15,11,11,18,15,14,12,12,18,15,15,11,11,
14, 8, 8,11,11,14,15,15,10,10,14,15,15,11,11,14,
15,15,11,11,15,15,15,12,12,15,15,15,11,11,15,15,
15,12,12,14,15,15,10,10,15,15,15,11,11,15,15,15,
12,12,15,15,15,11,11,15,15,15,13,13,14,15,15,10,
10,15,15,15,11,11,15,15,15,12,12,15,15,15,12,12,
15,16,16,12,12,15,14,14,11,11,15,15,15,11,11,15,
15,15,12,12,16,15,15,13,13,15,16,16,13,13,16,15,
15,12,12,15,15,15,12,12,15,15,15,12,12,14,13,13,
11,11,14,14,14,11,11,14,14,14,12,12,15,14,14,11,
11,15,15,14,11,11,15,14,14,12,12,15,14,14,12,12,
14,15,15,11,11,15,14,14,12,12,15,14,14,11,11,15,
14,15,12,12,15,14,14,12,12,14,15,15,11,11,15,14,
14,11,11,15,14,14,11,11,15,15,14,12,12,15,14,14,
12,12,15,15,15,10,11,15,14,14,11,11,15,15,15,10,
10,15,15,15,12,12,16,14,14,13,13,15,15,15,11,11,
15,14,14,11,11,15,15,15,11,11,14,11,11, 9, 9,14,
10,10,12,12,15,11,11,12,12,15,12,12,12,12,15,14,
14,13,13,15,11,11,12,12,15,14,14,13,13,14,10,10,
12,12,15,11,11,13,13,15,14,14,12,12,15,10,10,12,
12,14,14,14,13,13,14,10,10,11,11,15,11,11,12,12,
15,14,14,12,12,15,12,12,13,13,15,14,14,14,14,15,
11,11,11,11,15,12,11,12,12,15,14,14,11,11,15,15,
15,13,14,15,14,14,20,19,15,14,14,12,12,15,14,14,
13,13,15,14,14,12,12,14,13,13,10,10,14,13,13,11,
11,14,13,13,11,11,15,14,14,12,12,15,14,14,12,12,
15,14,14,12,11,14,14,14,13,13,15,14,14,11,11,15,
14,14,11,11,15,14,14,14,14,15,14,14,11,12,15,14,
14,13,13,14,14,14,11,11,15,14,14,11,11,15,14,14,
14,14,15,14,14,12,12,15,14,14,13,13,15,14,14,11,
11,14,14,14,12,12,15,14,14,13,13,15,15,15,13,13,
15,14,14,13,13,15,15,15,13,13,15,14,14,13,13,15,
15,15,13,13,15,14,14,13,13,18,15,15,12,12,18,15,
15,12,12,18,16,16,11,11,18,17,17,12,12,18,15,15,
13,13,18,17,17,12,12,18,15,15,12,12,18,15,16,12,
12,18,17,17,12,12,18,15,15,13,12,17,16,17,12,12,
17,15,15,11,12,18,15,15,12,12,18,17,17,11,11,18,
16,16,12,12,18,17,16,12,12,18,15,15,11,11,18,15,
15,12,12,18,17,17,11,11,18,17,17,12,12,18,16,16,
13,13,18,17,17,11,11,17,16,16,11,11,18,17,17,11,
11,15,15,15,11,11,16,15,15,11,11,16,15,15,11,11,
16,15,15,12,12,17,15,15,14,14,16,15,15,11,11,17,
15,15,14,14,16,15,15,11,11,16,15,15,12,12,18,15,
15,13,13,16,15,15,11,11,17,15,15,14,14,16,15,15,
11,11,16,15,15,12,12,17,15,15,13,13,16,15,15,12,
12,17,16,15,14,14,16,15,15,11,11,16,15,15,12,12,
18,15,15,13,13,17,15,15,14,14,17,16,16,15,15,18,
14,15,13,13,18,15,15,14,14,18,15,15,13,13,15,13,
13,12,12,15,14,14,12,12,16,14,14,12,12,16,14,14,
12,12,17,14,15,12,12,16,14,14,12,12,17,14,14,13,
13,16,15,15,12,12,16,14,14,12,12,17,14,14,12,12,
16,14,14,12,12,17,14,14,13,13,15,15,15,11,11,16,
14,14,12,12,17,14,14,12,12,16,15,15,12,12,17,14,
14,13,12,16,15,15,11,11,16,14,14,12,12,17,15,15,
11,11,17,15,15,13,13,17,14,14,13,13,18,15,15,12,
12,17,14,14,12,12,17,15,15,12,12,14,15,15, 9, 9,
14,15,15,12,12,15,16,15,13,13,15,15,15,14,14,15,
15,15,21,19,15,15,15,13,13,15,15,15,19,19,15,15,
15,12,12,15,16,16,14,14,15,15,15,19,19,15,16,15,
13,13,15,16,16,19,20,15,15,15,12,13,15,16,16,14,
14,15,15,15,20,19,15,15,15,14,14,15,16,16,19,19,
15,15,15,14,13,15,15,15,14,14,15,15,15,19,19,15,
16,16,20,19,15,17,16,21,20,15,15,15,20,19,15,16,
16,20,20,15,15,15,19,20,14,13,13,10,10,14,14,14,
11,11,14,14,14,12,12,15,14,14,13,13,15,15,14,20,
20,15,14,14,12,12,14,14,14,19,19,15,14,14,11,11,
15,14,14,12,12,15,14,14,20,19,15,14,14,12,12,14,
14,14,20,20,14,14,14,11,11,15,14,14,12,12,15,14,
14,20,21,15,14,14,13,13,15,14,14,20,20,15,14,14,
12,12,15,14,14,13,13,14,15,15,20,20,15,15,15,20,
19,15,14,14,20,19,15,15,15,20,20,15,14,14,21,20,
15,15,15,20,20,
};
static const static_codebook _44p4_p4_1 = {
5, 3125,
(char *)_vq_lengthlist__44p4_p4_1,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44p4_p4_1,
0
};
static const long _vq_quantlist__44p4_p5_0[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44p4_p5_0[] = {
1, 7, 6,15,15, 7, 8, 8,15,15, 8, 8, 8,15,15, 0,
13,13,16,16, 0,14,14,16,16, 7, 9, 9,16,16,10,11,
11,17,17,10, 8, 8,15,16, 0,14,14,18,18, 0,14,14,
16,16, 9, 9, 9,16,16,12,11,11,17,17,10, 9, 9,15,
15, 0,14,14,19,19, 0,14,14,16,16, 0,15,15,18,17,
0, 0, 0,20,20, 0,13,13,16,16, 0,17,17,22,20, 0,
15,15,17,17, 0,15,15,18,18, 0,22,21,20,21, 0,13,
13,16,16, 0,18,18, 0,22, 0,15,15,17,17, 6, 7, 7,
13,13, 9,10,10,15,15,11,10,10,15,15, 0,21,22,18,
18, 0, 0, 0,18,18,10,10,10,15,15,12,13,13,17,17,
12,11,11,15,15, 0,22,22,18,18, 0, 0,21,18,18,12,
11,11,15,15,15,14,14,18,18,13,11,11,15,15, 0, 0,
21,18,19, 0,21,22,18,19, 0,22, 0,18,19, 0, 0, 0,
0, 0, 0,21,21,18,18, 0,22, 0, 0,21, 0, 0, 0,19,
18, 0, 0, 0,18,19, 0, 0, 0, 0, 0, 0,20,20,18,17,
0, 0,22, 0,21, 0, 0, 0,19,19, 6, 6, 6,13,13, 8,
6, 6,11,11, 9, 7, 7,13,13, 0,10,10,11,11, 0,12,
12,14,14, 9, 8, 8,14,14,12,10,10,13,13,10, 7, 7,
13,13, 0,11,11,15,15, 0,11,11,13,13, 9, 8, 8,14,
14,13,10,10,13,14,11, 7, 7,13,13, 0,11,11,15,15,
0,11,11,13,13, 0,12,12,15,15, 0,21,21,17,17, 0,
10,10,13,13, 0,14,14,20,20, 0,12,12,13,13, 0,12,
12,15,15, 0,21,22,17,18, 0,10,10,13,13, 0,16,16,
20,21, 0,12,12,13,13, 0,11,11,13,13, 0,12,12,16,
16, 0,12,12,16,16, 0,16,16, 0,21, 0,17,18, 0, 0,
0,12,12,15,15, 0,15,15,18,18, 0,12,12,16,16, 0,
16,16,21,22, 0,17,17,22,21, 0,12,12,16,16, 0,15,
15,19,19, 0,12,12,16,16, 0,16,16,22,22, 0,17,16,
22, 0, 0,17,18, 0, 0, 0, 0, 0, 0, 0, 0,15,15,21,
20, 0,19,20, 0,22, 0,18,18, 0, 0, 0,18,17, 0, 0,
0, 0, 0, 0, 0, 0,16,16,22,21, 0,20,20, 0,22, 0,
20,19, 0, 0, 0,11,11,12,12, 0,10,10,11,11, 0,11,
11,12,12, 0,12,12,10,10, 0,13,13,12,12, 0,11,11,
13,13, 0,13,13,12,12, 0,10,10,12,12, 0,13,13,14,
13, 0,12,12,12,12, 0,12,12,13,13, 0,14,14,13,13,
0,10,10,12,12, 0,13,13,14,14, 0,13,12,12,12, 0,
14,14,14,14, 0,21,21,16,16, 0,12,12,12,12, 0,16,
16,20,21, 0,13,13,11,11, 0,14,14,14,14, 0,20,20,
16,15, 0,12,12,12,12, 0,17,17,20,20, 0,13,13,11,
11, 7, 8, 8,16,16,11,10,10,15,15,12,10,10,17,17,
0,14,14,16,15, 0,15,15,17,17,11, 9, 9,16,16,14,
12,12,17,17,13, 9, 9,16,15, 0,14,14,19,18, 0,14,
14,16,16,12,10,10,17,18,16,13,13,17,18,14,10,10,
16,16, 0,14,14,19,19, 0,14,15,17,17, 0,15,15,18,
19, 0, 0, 0,20,20, 0,13,13,17,17, 0,17,18, 0,22,
0,15,15,16,17, 0,15,15,18,18, 0, 0, 0,20,21, 0,
14,14,17,17, 0,19,18, 0, 0, 0,16,16,17,17, 8, 7,
7,14,14,12,11,11,15,15,13,11,11,15,15, 0, 0, 0,
18,19, 0,21,20,18,18,12,10,11,15,16,14,13,13,18,
18,14,11,11,15,15, 0,20,20,19,18, 0,20, 0,18,18,
13,11,11,16,16,17,15,15,19,19,14,12,12,15,15, 0,
21, 0,18,20, 0,22,22,18,19, 0,22,22,19,19, 0, 0,
0, 0, 0, 0,21,22,19,18, 0, 0, 0, 0,21, 0, 0, 0,
19,19, 0, 0,22,20,20, 0, 0, 0, 0, 0, 0,22, 0,18,
18, 0, 0, 0, 0,22, 0, 0, 0,19,20,11,10,10,14,14,
14,11,11,13,13,14,11,11,15,15, 0,14,13,12,12, 0,
15,15,16,16,13,11,11,15,15,16,13,13,15,15,15,10,
10,14,15, 0,14,14,16,16, 0,14,14,15,15,13,11,11,
15,15,18,14,14,15,15,15,10,10,15,14, 0,14,14,16,
16, 0,14,14,15,15, 0,15,15,17,16, 0,21,22,18,18,
0,13,13,14,14, 0,18,17,20,21, 0,15,15,14,14, 0,
15,16,16,17, 0, 0, 0,19,18, 0,13,13,15,14, 0,19,
19, 0, 0, 0,15,15,14,14, 0,12,12,14,13, 0,13,13,
16,16, 0,12,12,16,16, 0,16,16,22, 0, 0,17,18, 0,
22, 0,13,13,16,16, 0,15,15,18,18, 0,12,12,16,16,
0,16,16,22,22, 0,17,17, 0, 0, 0,13,13,17,17, 0,
16,16,19,20, 0,12,12,17,17, 0,17,17,22, 0, 0,17,
17,22,21, 0,18,18, 0, 0, 0, 0, 0, 0, 0, 0,16,16,
21,21, 0,19,19, 0, 0, 0,18,18, 0,22, 0,18,18, 0,
22, 0, 0, 0, 0, 0, 0,16,16,22, 0, 0,20,20, 0, 0,
0,19,18, 0, 0, 0,12,12,15,15, 0,12,12,15,14, 0,
13,13,15,15, 0,14,14,14,14, 0,15,15,16,16, 0,13,
13,15,16, 0,15,15,16,16, 0,12,12,15,15, 0,14,14,
16,16, 0,14,14,15,15, 0,13,13,15,16, 0,15,15,16,
16, 0,12,12,15,15, 0,15,15,17,17, 0,14,14,15,15,
0,15,15,17,17, 0,21,21,19,19, 0,13,13,14,14, 0,
17,17,22, 0, 0,14,14,15,15, 0,15,15,17,17, 0,22,
0,18,20, 0,13,13,15,15, 0,18,18, 0,22, 0,15,15,
14,15, 8, 8, 8,17,16,12,10,10,16,16,13,10,10,17,
16, 0,15,15,17,17, 0,15,15,17,17,12,11,11,18,18,
15,12,12,18,18,15,10,10,16,17, 0,14,14,18,18, 0,
14,14,17,17,13,10,10,16,16,17,14,14,17,17,15,10,
10,16,15, 0,15,15,19,20, 0,14,14,15,16, 0,16,16,
19,19, 0, 0, 0,21,22, 0,13,13,17,17, 0,18,17, 0,
21, 0,15,15,17,17, 0,15,15,18,19, 0, 0,22, 0,21,
0,13,13,16,17, 0,19,19, 0,22, 0,16,15,16,16, 9,
8, 8,14,14,12,11,11,15,15,13,11,11,15,15, 0,21,
20,19,18, 0, 0, 0,19,18,12,11,11,16,15,15,13,13,
17,18,14,11,11,15,15, 0,22,22,19,18, 0,22,21,18,
18,14,11,11,15,15,17,14,14,18,18,15,12,12,15,15,
0,22,22,20,19, 0, 0,21,18,18, 0, 0,22,20,20, 0,
0, 0, 0, 0, 0,20,21,18,18, 0, 0, 0,21,21, 0, 0,
0,20,19, 0,22,21,19,19, 0, 0, 0, 0, 0, 0, 0,22,
17,18, 0, 0,22, 0,22, 0,22, 0,19,19, 0,11,11,15,
15, 0,11,11,14,14, 0,12,12,15,15, 0,15,15,14,14,
0,16,16,16,16, 0,12,12,16,16, 0,14,14,16,16, 0,
11,11,15,15, 0,15,15,17,17, 0,15,15,15,15, 0,12,
12,16,16, 0,14,14,15,15, 0,11,11,15,15, 0,15,15,
17,17, 0,15,15,14,15, 0,16,16,17,17, 0, 0, 0,19,
19, 0,14,14,15,15, 0,18,18,21, 0, 0,15,15,14,15,
0,16,16,17,17, 0,21, 0,19,19, 0,14,14,15,15, 0,
20,20,22, 0, 0,16,15,14,14, 0,12,12,13,13, 0,12,
12,16,16, 0,12,12,16,16, 0,16,16,22,21, 0,18,17,
21, 0, 0,13,13,16,16, 0,15,15,18,19, 0,12,12,16,
16, 0,16,17,22, 0, 0,17,17, 0,22, 0,13,13,17,16,
0,15,15,19,19, 0,12,12,16,16, 0,16,16,21,20, 0,
17,16,22, 0, 0,18,18,22,21, 0, 0, 0, 0, 0, 0,15,
16,21,21, 0,19,19, 0, 0, 0,18,17, 0, 0, 0,18,18,
21, 0, 0, 0, 0, 0, 0, 0,16,16,22,22, 0,20,21, 0,
0, 0,18,19, 0,22, 0,13,13,16,16, 0,12,12,15,15,
0,13,13,16,16, 0,14,14,15,15, 0,15,15,17,17, 0,
13,13,17,16, 0,15,15,17,17, 0,12,12,16,16, 0,15,
15,17,17, 0,14,14,16,16, 0,13,13,16,17, 0,15,15,
17,17, 0,12,12,16,16, 0,14,14,17,17, 0,14,14,16,
16, 0,16,16,17,17, 0,21, 0,21,19, 0,13,13,16,16,
0,17,17, 0, 0, 0,15,15,16,16, 0,16,15,18,18, 0,
22, 0,20,20, 0,13,13,15,15, 0,18,18, 0, 0, 0,15,
15,15,15, 0,12,12,17,17, 0,14,14,17,17, 0,14,14,
17,17, 0,17,17,18,17, 0,17,17,19,18, 0,13,13,17,
17, 0,16,16,18,18, 0,13,13,16,16, 0,17,17,19,19,
0,16,16,17,17, 0,13,13,18,18, 0,17,17,18,18, 0,
13,13,17,17, 0,17,17,19,19, 0,16,17,17,17, 0,17,
17,19,19, 0,21, 0,21,19, 0,14,14,16,16, 0,20,19,
0,21, 0,16,16,16,16, 0,17,18,19,19, 0, 0, 0, 0,
21, 0,15,15,16,17, 0,21,20, 0, 0, 0,17,18,16,17,
0, 9, 9,14,14, 0,14,14,15,16, 0,14,14,15,15, 0,
0, 0,18,18, 0,21, 0,18,19, 0,12,12,15,15, 0,16,
16,17,17, 0,14,14,14,14, 0,22, 0,19,18, 0,22, 0,
17,18, 0,14,14,16,15, 0,18,18,19,18, 0,14,15,15,
15, 0, 0,21,20,20, 0, 0, 0,18,18, 0,21,21,19,19,
0, 0, 0, 0, 0, 0,21,21,18,18, 0,22, 0,20,20, 0,
22, 0,19,19, 0,22, 0,19,20, 0, 0, 0, 0, 0, 0, 0,
21,17,18, 0, 0, 0,22,22, 0, 0, 0,19,18, 0,18,20,
16,16, 0,21,20,17,17, 0, 0,21,18,18, 0,22,21,18,
18, 0, 0,22,19,19, 0,20,20,17,17, 0, 0, 0,18,18,
0,19,20,17,17, 0,22, 0,19,21, 0,22,21,18,18, 0,
20,19,17,18, 0, 0, 0,19,19, 0,20,20,17,17, 0,22,
22,21,21, 0,20, 0,18,18, 0,22,22,18,18, 0, 0, 0,
20,22, 0,20,20,16,16, 0, 0, 0,21, 0, 0,21,20,16,
17, 0,22, 0,19,20, 0, 0, 0,21,20, 0,19,21,17,17,
0, 0, 0, 0, 0, 0,21,21,17,17, 0,12,12,13,13, 0,
14,14,16,16, 0,14,14,16,16, 0,18,18, 0, 0, 0,19,
18,22, 0, 0,13,13,16,16, 0,16,16,18,18, 0,13,13,
16,16, 0,17,18,21, 0, 0,18,18,21, 0, 0,13,13,16,
16, 0,17,17,19,20, 0,13,13,16,17, 0,18,18,21, 0,
0,18,18,21, 0, 0,18,19, 0,21, 0, 0, 0, 0, 0, 0,
16,16,21,20, 0,20,20, 0, 0, 0,18,19, 0, 0, 0,18,
18, 0, 0, 0, 0, 0, 0, 0, 0,16,16, 0,21, 0,22,22,
0, 0, 0,19,19, 0, 0, 0,16,16,19,20, 0,17,16,22,
21, 0,17,17,21,20, 0,19,18, 0,22, 0,19,19,22,22,
0,16,15,22,22, 0,19,19, 0,21, 0,15,15,20,20, 0,
18,19, 0,21, 0,18,18,22,22, 0,16,16,21,20, 0,20,
19,21,22, 0,16,15,20,20, 0,19,19, 0,22, 0,18,18,
21, 0, 0,19,18,21,22, 0, 0, 0, 0, 0, 0,16,16,19,
21, 0,20,22, 0,22, 0,18,18,20,21, 0,19,18, 0,22,
0, 0, 0,22, 0, 0,16,16,20,20, 0,21,21, 0, 0, 0,
18,18,21, 0, 0,12,12,17,17, 0,15,14,17,17, 0,14,
14,18,18, 0,17,17,17,18, 0,18,18,18,18, 0,13,13,
18,18, 0,16,17,19,18, 0,13,13,16,17, 0,17,17,18,
19, 0,17,17,17,17, 0,13,13,17,17, 0,17,18,18,18,
0,13,13,16,16, 0,18,18,19,20, 0,16,17,17,16, 0,
17,18,19,18, 0, 0, 0,22,21, 0,15,15,16,16, 0,20,
20,21,22, 0,17,17,16,16, 0,16,17,18,18, 0, 0, 0,
21,21, 0,15,15,16,16, 0,21,20, 0, 0, 0,17,17,16,
16, 0,10,10,14,14, 0,14,14,15,15, 0,14,14,15,15,
0,22, 0,18,18, 0, 0, 0,19,19, 0,13,13,15,16, 0,
17,16,18,18, 0,14,14,15,15, 0,21,21,19,18, 0,22,
21,18,17, 0,14,14,15,15, 0,18,18,19,18, 0,15,15,
14,14, 0,22,21,19,19, 0,22,21,17,18, 0, 0, 0,19,
19, 0, 0, 0, 0, 0, 0,20,22,17,17, 0, 0,22,22,20,
0, 0, 0,19,18, 0,21,22,19,18, 0, 0, 0, 0, 0, 0,
22,22,17,18, 0, 0, 0,21,22, 0, 0, 0,19,18, 0,20,
20,17,17, 0,21,21,17,18, 0,21,22,18,18, 0,21, 0,
18,18, 0,22, 0,19,19, 0,19,21,18,18, 0, 0,22,18,
18, 0,22,21,17,17, 0,22, 0,20,20, 0, 0, 0,18,18,
0,22,21,18,18, 0,21, 0,19,19, 0,20,21,17,17, 0,
0,22,22,20, 0,21,22,17,17, 0, 0,21,19,18, 0, 0,
0,21,21, 0,21,20,16,17, 0, 0, 0, 0, 0, 0,21, 0,
17,17, 0,21, 0,19,20, 0, 0, 0,20,22, 0,20,20,17,
17, 0, 0, 0, 0, 0, 0,21,21,17,17, 0,12,12,13,13,
0,14,14,16,16, 0,14,14,16,16, 0,18,18,21, 0, 0,
19,19,22, 0, 0,13,13,16,16, 0,16,16,18,18, 0,13,
13,16,16, 0,18,18,21,22, 0,18,18, 0,22, 0,13,13,
16,16, 0,17,17,20,18, 0,13,13,16,16, 0,19,18, 0,
22, 0,18,18,22,21, 0,18,19, 0, 0, 0, 0, 0, 0, 0,
0,16,16,21,21, 0,21,21, 0, 0, 0,18,19, 0, 0, 0,
19,19,21, 0, 0, 0, 0, 0, 0, 0,16,16, 0,21, 0,20,
20, 0, 0, 0,20,20, 0, 0, 0,16,16,21,20, 0,18,17,
21,22, 0,17,18, 0,21, 0,18,19,22,22, 0,19,19, 0,
22, 0,16,17,21,22, 0,20,19, 0, 0, 0,16,16,20,21,
0,19,19, 0, 0, 0,19,19, 0,22, 0,17,17,21,21, 0,
19,20, 0, 0, 0,16,16, 0,20, 0,19,20, 0,21, 0,18,
18, 0,22, 0,19,20,22,22, 0, 0, 0, 0,22, 0,17,17,
0,21, 0,21,21, 0, 0, 0,18,19,23,21, 0,20,19, 0,
0, 0, 0, 0, 0, 0, 0,17,17, 0,20, 0, 0, 0, 0, 0,
0,19,19,23,22,
};
static const static_codebook _44p4_p5_0 = {
5, 3125,
(char *)_vq_lengthlist__44p4_p5_0,
1, -528744448, 1616642048, 3, 0,
(long *)_vq_quantlist__44p4_p5_0,
0
};
static const long _vq_quantlist__44p4_p5_1[] = {
3,
2,
4,
1,
5,
0,
6,
};
static const char _vq_lengthlist__44p4_p5_1[] = {
2, 3, 3, 3, 3, 3, 3,
};
static const static_codebook _44p4_p5_1 = {
1, 7,
(char *)_vq_lengthlist__44p4_p5_1,
1, -533200896, 1611661312, 3, 0,
(long *)_vq_quantlist__44p4_p5_1,
0
};
static const long _vq_quantlist__44p4_p6_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44p4_p6_0[] = {
1, 7, 7, 7, 8, 8, 7, 8, 8, 7, 9, 9,11,11,11, 9,
8, 8, 8, 9, 9,12,11,12, 9, 8, 8, 6, 7, 7,10,11,
11,10,10,10,11,11,11,14,14,14,12,11,12,11,11,11,
15,15,14,13,12,12, 5, 6, 6, 8, 5, 5, 8, 7, 7, 8,
7, 7,12,10,10,10, 7, 6, 9, 8, 8,12,10,10,10, 6,
6, 7, 8, 8,12,10,10,12,10,10,11,10,10,16,14,14,
13,10,10,12,10,10,15,14,14,14,10,10, 7, 7, 7,13,
11,11,13,11,11,12,11,11,16,14,14,14,12,12,12,11,
11,18,15,15,14,12,12,10, 9,10,14,11,11,13,11,11,
12,11,11,17,14,14,14,11,11,13,11,11,16,15,15,14,
11,11, 7, 8, 8,13,11,11,12,10,10,12,10,10,16,14,
13,13,10,10,12,10,10,17,14,14,14,10,10, 8, 7, 7,
12,11,11,13,11,11,12,11,11,16,15,14,14,12,12,12,
11,11,16,15,15,14,12,12,11,10,10,14,11,11,13,11,
11,13,11,11,17,14,14,14,11,11,13,11,11,18,14,15,
15,11,10,
};
static const static_codebook _44p4_p6_0 = {
5, 243,
(char *)_vq_lengthlist__44p4_p6_0,
1, -527106048, 1620377600, 2, 0,
(long *)_vq_quantlist__44p4_p6_0,
0
};
static const long _vq_quantlist__44p4_p6_1[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44p4_p6_1[] = {
2, 6, 6, 6, 7, 7, 7, 7, 7, 7, 8, 8, 9, 9, 9, 9,
7, 7, 8, 8, 8, 9, 9, 9, 9, 8, 8, 6, 7, 7, 8, 8,
8, 8, 8, 8, 9, 8, 8, 9, 8, 9, 9, 8, 8,10, 8, 8,
10, 9, 9,10, 8, 8, 6, 6, 6, 8, 6, 6, 8, 7, 7, 8,
7, 7,10, 8, 8, 9, 7, 7, 9, 7, 7,10, 8, 8, 9, 7,
7, 7, 7, 7,10, 8, 8,11, 9, 9,10, 9, 9,11, 9, 9,
11, 8, 8,11, 9, 9,12, 9, 9,12, 8, 8, 7, 7, 7,10,
9, 9,10, 9, 9,10, 9, 9,11,10,10,10, 9, 9,11, 9,
10,11,10,11,10, 9, 9, 9, 8, 8,10, 9, 9,10, 9, 9,
11, 9, 9,11,10,10,11, 9, 9,11, 9, 9,11,10,10,11,
9, 9, 8, 8, 8,11, 9, 9,11, 9, 9,11, 9, 9,12, 9,
9,12, 8, 8,11, 9, 9,12, 9, 9,12, 8, 8, 8, 7, 7,
10, 9, 9,10, 9, 9,10, 9, 9,11,11,11,11, 9, 9,11,
10,10,11,11,11,11, 9, 9,10, 9, 9,11, 9, 9,11, 9,
10,11,10,10,11,10,10,11, 9, 9,11,10,10,11,10,10,
11, 9, 9,
};
static const static_codebook _44p4_p6_1 = {
5, 243,
(char *)_vq_lengthlist__44p4_p6_1,
1, -530841600, 1616642048, 2, 0,
(long *)_vq_quantlist__44p4_p6_1,
0
};
static const long _vq_quantlist__44p4_p7_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44p4_p7_0[] = {
1, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9,
};
static const static_codebook _44p4_p7_0 = {
5, 243,
(char *)_vq_lengthlist__44p4_p7_0,
1, -513979392, 1633504256, 2, 0,
(long *)_vq_quantlist__44p4_p7_0,
0
};
static const long _vq_quantlist__44p4_p7_1[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44p4_p7_1[] = {
1, 9, 9, 7, 9, 9, 8, 8, 9, 9, 9, 9, 9, 9, 9, 8,
9, 9, 7, 9, 9, 9, 9, 9, 9, 9, 9, 7, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 6, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 5, 9, 8, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 8, 9, 8, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 5,10, 9,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10, 8,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,
};
static const static_codebook _44p4_p7_1 = {
5, 243,
(char *)_vq_lengthlist__44p4_p7_1,
1, -516716544, 1630767104, 2, 0,
(long *)_vq_quantlist__44p4_p7_1,
0
};
static const long _vq_quantlist__44p4_p7_2[] = {
12,
11,
13,
10,
14,
9,
15,
8,
16,
7,
17,
6,
18,
5,
19,
4,
20,
3,
21,
2,
22,
1,
23,
0,
24,
};
static const char _vq_lengthlist__44p4_p7_2[] = {
1, 3, 2, 5, 4, 7, 7, 8, 8, 9, 9,10,10,11,11,12,
12,13,13,14,14,15,15,15,15,
};
static const static_codebook _44p4_p7_2 = {
1, 25,
(char *)_vq_lengthlist__44p4_p7_2,
1, -518864896, 1620639744, 5, 0,
(long *)_vq_quantlist__44p4_p7_2,
0
};
static const long _vq_quantlist__44p4_p7_3[] = {
12,
11,
13,
10,
14,
9,
15,
8,
16,
7,
17,
6,
18,
5,
19,
4,
20,
3,
21,
2,
22,
1,
23,
0,
24,
};
static const char _vq_lengthlist__44p4_p7_3[] = {
4, 4, 4, 4, 4, 4, 4, 5, 5, 5, 5, 5, 5, 5, 5, 5,
5, 5, 5, 5, 5, 5, 5, 5, 5,
};
static const static_codebook _44p4_p7_3 = {
1, 25,
(char *)_vq_lengthlist__44p4_p7_3,
1, -529006592, 1611661312, 5, 0,
(long *)_vq_quantlist__44p4_p7_3,
0
};
static const char _huff_lengthlist__44p4_short[] = {
3, 5,16, 9, 9,13,18,21, 4, 2,21, 6, 6,10,15,21,
16,19, 6, 5, 7,10,13,16, 8, 6, 5, 4, 4, 8,13,16,
8, 5, 6, 4, 4, 7,12,15,13,10, 9, 7, 7, 9,13,16,
18,15,13,12, 9, 7,10,14,21,18,13,13, 7, 5, 8,12,
};
static const static_codebook _huff_book__44p4_short = {
2, 64,
(char *)_huff_lengthlist__44p4_short,
0, 0, 0, 0, 0,
NULL,
0
};
static const long _vq_quantlist__44p5_l0_0[] = {
6,
5,
7,
4,
8,
3,
9,
2,
10,
1,
11,
0,
12,
};
static const char _vq_lengthlist__44p5_l0_0[] = {
1, 4, 4, 8, 8,10,10,10,10, 9, 8,11,11, 4, 6, 5,
8, 6,10,10,10,10,10, 9,10, 9, 4, 5, 6, 6, 9,10,
10,10,10, 9,10, 9,10, 8, 9, 8, 9, 8, 9, 9,10, 9,
11,10,12,10, 8, 8, 9, 8, 9, 9, 9, 9,10,10,11,10,
12, 9,10,10,11,10,11,10,12,11,12,11,13,11, 9,10,
10,10,11,10,11,11,12,11,12,11,12,11,12,12,12,12,
13,12,13,12,13,12,13,13,11,12,12,12,12,12,12,12,
13,13,13,13,13,12,12,12,13,13,13,13,13,13,13,13,
13,13,12,13,12,13,13,13,13,13,13,13,13,13,13,12,
13,13,13,14,14,13,13,13,13,13,13,13,12,13,12,13,
13,13,13,13,13,13,13,13,13,
};
static const static_codebook _44p5_l0_0 = {
2, 169,
(char *)_vq_lengthlist__44p5_l0_0,
1, -526516224, 1616117760, 4, 0,
(long *)_vq_quantlist__44p5_l0_0,
0
};
static const long _vq_quantlist__44p5_l0_1[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44p5_l0_1[] = {
4, 4, 4, 5, 5, 4, 5, 5, 5, 5, 4, 5, 4, 4, 5, 5,
5, 5, 5, 5, 5, 5, 5, 5, 5,
};
static const static_codebook _44p5_l0_1 = {
2, 25,
(char *)_vq_lengthlist__44p5_l0_1,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44p5_l0_1,
0
};
static const long _vq_quantlist__44p5_l1_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44p5_l1_0[] = {
1, 4, 4, 4, 4, 4, 4, 4, 4,
};
static const static_codebook _44p5_l1_0 = {
2, 9,
(char *)_vq_lengthlist__44p5_l1_0,
1, -516716544, 1630767104, 2, 0,
(long *)_vq_quantlist__44p5_l1_0,
0
};
static const char _huff_lengthlist__44p5_lfe[] = {
1, 3, 2, 3,
};
static const static_codebook _huff_book__44p5_lfe = {
2, 4,
(char *)_huff_lengthlist__44p5_lfe,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist__44p5_long[] = {
3, 7,12,14,14,16,18,19, 6, 2, 4, 6, 8, 9,12,14,
12, 3, 3, 5, 7, 8,11,13,13, 6, 4, 5, 7, 8,10,11,
14, 8, 7, 7, 7, 7, 9,10,15, 9, 8, 7, 7, 6, 8, 9,
17,11,11,10, 9, 8, 9, 9,19,14,13,11,10, 9, 9, 9,
};
static const static_codebook _huff_book__44p5_long = {
2, 64,
(char *)_huff_lengthlist__44p5_long,
0, 0, 0, 0, 0,
NULL,
0
};
static const long _vq_quantlist__44p5_p1_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44p5_p1_0[] = {
2, 5, 5, 5, 7, 7, 5, 7, 7, 5, 7, 7, 7, 8, 9, 7,
9, 9, 5, 7, 7, 7, 9, 9, 7, 9, 8, 5, 7, 8, 8, 9,
10, 8, 9,10, 8, 9,10, 9,10,12,10,11,11, 8,10,10,
10,11,11, 9,11,11, 5, 8, 7, 8, 9, 9, 8,10, 9, 8,
10,10, 9,11,11,10,11,11, 8,10, 9,10,11,11, 9,12,
10, 5, 8, 8, 7, 9,10, 8,10, 9, 7, 9, 9, 9,10,11,
9,11,11, 8,10, 9,10,11,11,10,11,11, 7, 9, 9, 9,
10,11, 9,11,11, 9, 9,11,10,10,13,11,11,12, 9,11,
11,11,12,13,11,13,12, 7, 9, 9, 9,11,11, 9,11,10,
9,11,10,10,11,12,11,13,12, 9,11,11,11,12,13,11,
13,11, 5, 8, 8, 8, 9,10, 7,10, 9, 8, 9,10,10,11,
11,10,11,11, 7, 9, 9, 9,11,11, 9,11,10, 7, 9, 9,
9,10,11, 9,11,11, 9,11,11,11,11,13,11,13,12, 9,
10,11,11,12,13,10,12,11, 7, 9, 9, 9,11,11, 9,11,
10, 9,11,11,11,12,13,11,13,12, 9,11, 9,11,12,11,
10,13,10,
};
static const static_codebook _44p5_p1_0 = {
5, 243,
(char *)_vq_lengthlist__44p5_p1_0,
1, -535822336, 1611661312, 2, 0,
(long *)_vq_quantlist__44p5_p1_0,
0
};
static const long _vq_quantlist__44p5_p2_0[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44p5_p2_0[] = {
4, 6, 6, 9, 9, 6, 7, 8,10,10, 6, 8, 7,10,10, 8,
10,10,12,13, 8,10,10,13,12, 6, 7, 8,10,10, 7, 8,
9,10,11, 8, 9, 9,11,11,10,10,11,12,14,10,11,11,
14,13, 6, 8, 7,10,10, 8, 9, 9,11,11, 7, 9, 8,11,
10,10,11,11,13,14,10,11,10,14,12, 9,10,10,12,12,
10,10,11,12,13,10,11,11,13,13,12,12,13,12,15,13,
14,13,15,14, 9,10,10,12,12,10,11,11,13,13,10,11,
10,13,12,13,13,14,14,15,12,13,12,15,12, 6, 7, 8,
10,11, 8, 9,10,11,12, 8, 9, 9,11,12,10,11,12,13,
14,10,11,11,14,13, 8, 9,10,11,12, 9,10,11,12,13,
9,10,11,12,13,11,12,13,13,15,12,12,13,15,14, 8,
9, 9,12,12, 9,10,11,12,13, 9,10,10,13,12,12,12,
13,14,15,11,12,12,14,14,11,11,12,13,14,11,12,13,
13,15,12,13,13,14,15,14,13,15,14,16,14,15,15,16,
16,11,12,11,14,13,12,13,13,15,14,11,13,12,14,13,
14,15,15,15,16,13,14,14,16,14, 6, 8, 7,11,10, 8,
9, 9,11,12, 8,10, 9,12,11,10,11,11,13,14,10,12,
11,14,13, 8, 9, 9,12,12, 9,10,10,12,13, 9,11,10,
13,12,11,12,12,13,14,12,13,12,15,14, 8,10, 9,12,
11, 9,11,10,13,12, 9,11,10,13,12,12,13,12,14,15,
11,13,12,15,13,11,11,12,13,14,11,12,13,13,15,12,
13,13,14,15,13,14,14,14,16,14,15,15,16,16,11,12,
11,14,13,12,13,13,15,14,11,13,12,15,13,14,15,15,
16,16,13,15,13,16,14, 9,10,11,12,14,11,11,12,13,
15,11,12,12,13,14,13,14,15,15,17,13,14,14,15,16,
11,11,12,13,15,12,12,13,14,16,12,13,13,14,15,14,
14,16,15,17,15,15,15,16,17,11,12,12,14,14,12,13,
13,15,16,12,13,13,15,15,15,15,15,16,17,14,15,15,
16,16,14,14,15,15,17,14,15,15,15,17,15,15,16,16,
17,16,16,17,16,18,17,17,17,18,18,14,15,14,16,16,
15,15,16,17,17,14,15,15,17,16,17,17,17,18,18,16,
16,16,17,17, 9,11,10,14,12,11,12,12,14,13,11,12,
11,15,13,13,14,14,16,15,13,15,14,17,15,11,12,12,
15,14,12,13,13,15,15,12,13,13,15,15,14,15,15,16,
16,15,15,15,17,16,11,12,11,15,13,12,13,13,15,14,
12,13,12,16,14,15,15,15,17,16,14,15,14,17,15,14,
14,15,16,16,14,15,15,16,16,15,16,15,17,17,16,16,
16,17,17,17,17,17,18,17,14,15,14,16,15,15,15,15,
17,16,15,15,15,17,15,17,17,17,18,18,16,17,16,18,
16, 6, 8, 8,11,11, 8, 9, 9,11,12, 8, 9, 9,12,11,
10,11,11,13,14,10,12,11,14,13, 7, 9, 9,11,12, 9,
10,10,12,13, 9,10,10,13,13,11,11,12,13,15,11,12,
12,15,14, 8, 9, 9,12,11, 9,11,10,13,13, 9,11,10,
13,12,12,13,12,14,15,11,13,12,15,13,10,11,12,13,
14,11,12,12,13,15,12,12,13,14,15,13,13,14,14,16,
14,15,15,16,16,11,12,11,14,13,12,13,13,15,14,11,
13,12,15,13,14,15,15,15,16,13,14,14,16,14, 7, 9,
9,11,12, 9,10,11,12,13, 9,10,10,13,12,11,12,12,
14,15,11,12,12,15,14, 9, 9,11,11,13,10,10,12,12,
14,10,11,12,13,14,12,12,13,14,16,12,13,13,15,15,
9,11,10,13,13,10,12,12,13,14,10,12,11,14,13,12,
13,13,15,16,12,13,13,15,14,11,11,13,13,15,12,12,
14,13,16,13,13,13,14,15,14,14,15,14,17,15,15,15,
16,16,12,13,12,15,14,13,14,14,15,15,12,14,13,16,
14,15,15,16,16,17,14,15,14,17,15, 7, 9, 9,12,11,
9,10,10,12,13, 9,11,10,13,12,11,12,12,14,14,11,
13,12,15,14, 9,10,10,13,12,10,10,11,12,13,10,12,
11,14,13,12,12,13,13,15,12,14,13,16,15, 9,10,10,
13,12,11,11,12,13,13,10,12,10,14,12,13,13,13,15,
15,12,13,12,15,13,11,12,12,14,14,12,12,13,14,15,
13,14,13,15,15,14,13,15,13,16,15,16,15,17,16,12,
13,12,14,14,13,14,14,15,15,12,13,12,15,14,15,15,
16,16,17,14,15,13,16,13,10,11,12,13,14,11,12,13,
14,15,12,13,13,15,15,14,14,15,15,17,14,15,15,16,
16,12,12,13,12,15,12,12,14,13,16,13,13,14,14,16,
14,14,16,15,17,15,15,16,16,17,12,13,13,15,15,13,
14,14,16,16,13,14,13,16,15,15,16,16,17,17,14,15,
15,17,16,14,14,15,14,17,15,15,16,15,17,15,15,16,
15,17,16,16,17,16,18,17,17,17,17,18,14,15,15,17,
16,15,16,16,17,17,15,16,15,17,16,17,17,17,18,18,
16,17,16,18,17,10,12,11,14,14,12,13,13,15,15,12,
13,12,15,14,14,15,15,16,16,14,15,15,17,16,11,13,
12,15,14,12,13,13,15,15,13,14,13,16,14,15,15,15,
16,16,15,16,15,17,16,12,13,13,15,15,13,14,14,16,
16,12,14,13,16,15,15,16,16,17,17,15,16,15,17,16,
14,15,15,16,16,14,15,15,16,16,15,16,16,17,16,16,
16,16,16,17,17,18,17,18,17,14,15,15,17,16,15,16,
16,17,17,15,16,15,17,16,17,17,18,18,18,16,17,16,
18,16, 6, 8, 8,11,11, 8, 9, 9,11,12, 8, 9, 9,12,
11,10,11,12,13,14,10,11,11,14,13, 8, 9, 9,11,12,
9,10,11,12,13, 9,10,11,13,13,11,12,13,13,15,12,
12,12,15,14, 7, 9, 9,12,11, 9,10,10,13,13, 9,10,
10,13,12,11,12,12,14,15,11,12,11,15,13,11,11,12,
13,14,11,12,13,13,15,12,13,13,14,15,13,14,14,14,
16,14,15,15,16,16,10,12,11,14,13,12,13,12,14,14,
11,12,12,15,13,14,15,15,16,16,13,14,13,16,14, 7,
9, 9,11,12, 9,10,11,12,13, 9,10,10,13,12,11,12,
13,14,15,11,12,12,14,14, 9,10,10,12,13,10,10,12,
12,14,11,12,11,13,13,12,12,14,13,15,13,13,13,15,
15, 9,10,10,12,13,10,11,12,13,14,10,11,10,13,12,
13,13,14,15,16,12,13,12,15,13,12,13,13,14,14,12,
12,13,14,15,13,14,14,15,15,14,13,15,13,16,15,16,
15,17,16,11,12,12,14,14,13,13,14,15,15,12,13,12,
15,14,15,15,16,16,17,14,14,13,16,13, 7, 9, 9,12,
11, 9,10,10,12,13, 9,11,10,13,12,11,12,12,14,15,
11,12,12,15,14, 9,10,11,13,13,10,11,12,13,14,10,
12,12,14,13,12,13,13,14,16,12,13,13,16,15, 9,11,
9,13,11,10,12,11,13,13,10,12,10,14,12,12,13,13,
15,15,12,13,12,16,14,12,12,13,14,15,12,13,14,14,
15,13,14,14,15,15,14,14,15,15,17,15,16,15,17,16,
11,13,11,15,13,13,14,13,15,14,12,14,12,16,13,15,
15,15,16,16,14,15,14,17,14,10,11,12,14,14,12,12,
13,14,15,12,13,13,15,15,14,15,15,16,17,14,15,15,
16,16,12,12,13,15,15,13,13,14,15,16,13,14,14,16,
16,15,15,16,16,17,15,16,16,17,17,11,12,13,14,15,
13,13,14,15,16,12,13,13,15,15,15,15,16,16,17,15,
15,15,16,16,14,15,15,16,17,15,15,16,16,17,15,16,
16,17,17,16,16,17,16,18,17,17,17,18,18,14,15,15,
16,16,15,16,16,16,17,15,15,15,16,16,17,17,17,18,
18,16,16,16,17,16,10,12,11,14,13,12,13,13,15,15,
11,13,12,15,14,14,15,15,16,16,14,15,14,17,15,12,
13,13,15,15,13,13,14,16,16,13,14,14,16,16,15,15,
15,16,17,15,16,16,17,17,12,13,12,15,12,13,14,13,
16,14,12,14,12,16,13,15,16,15,17,16,14,16,14,17,
15,14,15,15,16,17,15,15,16,17,17,15,16,16,17,17,
16,16,17,17,18,17,18,17,18,18,14,15,14,17,14,15,
16,15,17,15,15,16,15,17,15,17,17,17,18,17,16,17,
16,18,16, 9,11,11,14,14,11,12,12,14,14,11,12,12,
15,14,13,14,14,16,16,13,15,14,16,16,10,11,12,14,
14,11,12,13,15,15,12,13,13,15,15,13,14,15,16,17,
14,15,15,17,16,11,12,12,15,14,12,13,13,15,15,12,
13,13,15,15,14,15,15,16,16,14,15,15,17,16,12,13,
14,15,16,13,14,14,15,16,13,14,15,16,16,15,15,16,
16,18,16,16,16,18,17,14,14,14,16,15,15,15,15,17,
16,14,15,15,17,16,16,17,17,18,17,16,16,16,18,16,
10,12,12,14,14,11,12,13,15,15,12,13,13,15,15,13,
14,15,16,17,14,15,15,17,16,11,12,13,14,15,12,12,
14,15,16,13,13,14,15,16,14,14,15,16,17,15,15,16,
17,17,12,13,13,15,15,13,14,14,16,16,13,14,13,16,
15,15,16,15,17,17,15,16,15,17,16,13,13,15,14,17,
14,13,16,15,17,15,14,16,15,17,15,15,17,16,18,16,
16,17,17,18,14,15,15,17,16,15,16,16,17,17,15,16,
15,17,16,17,17,17,18,18,16,17,16,18,17,10,12,11,
14,14,11,12,13,15,15,12,13,12,15,15,14,15,15,16,
16,14,15,15,17,16,11,12,12,15,15,12,13,13,15,15,
13,14,13,16,15,14,15,15,16,16,15,16,15,17,16,11,
13,13,15,15,13,14,14,15,15,12,14,13,16,15,15,16,
15,17,17,15,16,15,17,16,13,15,14,16,16,14,15,14,
16,16,15,16,15,17,16,15,16,16,16,17,16,17,16,18,
17,14,15,15,16,16,15,16,16,17,17,15,15,15,17,16,
17,17,17,18,18,16,16,16,18,16,12,13,13,15,16,13,
14,14,15,16,13,14,14,16,16,15,15,16,16,18,15,16,
16,17,17,13,13,14,15,16,14,14,15,15,17,14,15,15,
16,17,15,15,17,16,18,16,16,17,17,17,13,14,14,16,
16,14,15,15,17,17,14,15,14,17,16,16,17,16,17,18,
16,17,16,18,17,15,15,16,14,17,16,15,17,14,18,16,
16,16,15,18,16,16,18,15,19,18,18,18,17,19,15,16,
16,18,17,16,17,17,18,17,16,17,16,18,17,18,18,18,
19,19,17,18,16,18,17,11,12,12,15,15,13,13,14,15,
16,13,14,13,16,15,15,16,16,16,17,15,16,16,17,16,
12,14,13,16,15,13,13,14,15,16,14,15,14,17,15,15,
15,16,16,17,16,17,16,18,17,12,13,14,15,16,14,15,
15,16,16,13,14,13,16,15,16,16,16,17,17,15,16,15,
17,15,15,16,15,17,16,15,15,15,16,16,16,17,16,18,
16,16,15,16,15,17,17,18,17,18,17,15,15,16,17,17,
16,16,17,17,17,15,16,15,17,16,18,18,18,18,18,16,
17,16,18,15, 9,11,11,14,14,11,12,12,14,15,10,12,
12,15,14,13,14,15,16,16,13,14,14,16,16,11,12,12,
14,15,12,12,13,15,15,12,13,13,15,15,14,15,15,16,
17,14,15,15,16,16,10,12,12,14,14,12,13,13,15,15,
11,13,12,15,15,14,15,15,16,17,13,15,14,16,16,14,
14,14,15,16,14,15,15,16,17,14,15,15,16,17,16,16,
17,16,18,16,17,17,17,17,12,14,13,16,15,13,15,14,
16,16,13,14,14,16,15,16,16,16,17,17,15,16,15,17,
16,10,11,11,14,14,12,12,13,14,15,11,13,12,15,14,
14,15,15,16,17,14,15,15,16,16,12,13,13,15,15,12,
13,14,15,16,13,14,14,15,15,15,15,16,16,17,15,15,
16,17,17,11,12,12,15,15,13,13,14,15,16,12,13,13,
15,15,15,15,16,16,17,14,15,15,16,16,14,15,15,16,
16,15,15,15,16,17,15,16,16,17,17,16,16,17,16,18,
17,17,17,17,18,13,14,15,16,16,15,15,16,16,17,14,
14,14,16,16,16,16,17,17,18,16,16,16,17,16,10,12,
12,14,14,12,13,13,15,15,11,13,12,15,15,14,15,15,
16,17,13,15,14,17,16,12,13,13,15,15,13,13,14,15,
16,13,14,14,16,16,15,15,16,16,17,15,15,16,17,17,
11,13,12,15,14,13,14,13,16,15,12,14,12,16,15,15,
16,15,17,17,14,15,14,17,16,14,15,15,16,17,15,15,
16,16,17,15,16,16,17,17,16,16,17,17,18,17,17,17,
18,18,13,15,13,17,14,14,16,14,17,16,14,15,13,17,
15,16,17,16,18,17,15,17,15,18,16,11,12,12,15,15,
13,13,14,15,16,13,14,13,16,15,15,16,16,16,17,15,
16,16,17,16,12,14,13,16,15,13,13,14,15,16,14,15,
15,16,16,16,15,16,16,17,16,16,16,17,17,12,13,14,
15,16,14,14,15,15,17,13,14,13,16,15,16,16,17,17,
18,15,16,15,17,15,15,16,15,17,17,15,15,16,16,17,
16,17,16,17,17,16,15,17,15,18,17,18,17,18,18,15,
15,16,16,17,16,16,17,16,18,15,15,15,16,16,17,17,
18,17,18,16,16,15,17,15,12,13,13,15,15,13,14,14,
16,16,13,14,14,16,16,15,16,16,17,18,15,16,15,18,
16,13,14,14,16,16,14,14,15,16,17,14,15,15,17,17,
16,16,17,17,18,16,16,17,18,17,13,14,13,16,14,14,
15,15,17,16,14,15,14,17,15,16,17,17,18,17,15,17,
15,18,16,15,16,16,17,17,16,16,17,17,18,16,17,17,
18,18,17,16,18,17,19,18,18,18,18,18,15,16,15,17,
14,16,16,16,18,15,16,17,15,18,14,18,18,18,18,17,
17,18,16,19,15,
};
static const static_codebook _44p5_p2_0 = {
5, 3125,
(char *)_vq_lengthlist__44p5_p2_0,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44p5_p2_0,
0
};
static const long _vq_quantlist__44p5_p3_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44p5_p3_0[] = {
1, 5, 6, 5, 7, 8, 5, 8, 7, 5, 7, 8, 7, 8,10, 8,
10,10, 5, 8, 7, 8,10,10, 7,10, 8, 6, 8, 9, 8,10,
11, 9,10,10, 9,10,11,10,11,12,11,12,12, 9,11,10,
11,12,12,10,12,11, 6, 9, 8, 9,10,10, 8,11,10, 9,
10,11,10,11,12,11,12,12, 9,11,10,11,12,12,10,12,
11, 6, 9, 9, 8,10,11, 9,11,10, 8,10,10,10,10,12,
11,12,12, 9,11,10,11,12,12,10,12,11, 8,10,10,10,
11,12,10,12,11,10,10,12,11,11,13,12,13,13,10,12,
11,12,13,13,11,13,11, 7,10,10,10,11,12,10,12,11,
10,12,11,11,11,12,12,14,13,10,12,12,12,14,14,11,
13,11, 6, 9, 9, 9,10,11, 8,11,10, 9,10,11,10,11,
12,11,12,12, 8,11,10,11,12,12,10,12,10, 7,10,10,
10,11,12,10,12,11,10,12,12,11,11,13,12,13,13,10,
11,12,12,13,14,11,12,11, 8,10,10,10,11,12,10,12,
11,10,11,12,11,11,13,12,13,13,10,12,10,12,13,13,
11,13,11,
};
static const static_codebook _44p5_p3_0 = {
5, 243,
(char *)_vq_lengthlist__44p5_p3_0,
1, -533200896, 1614282752, 2, 0,
(long *)_vq_quantlist__44p5_p3_0,
0
};
static const long _vq_quantlist__44p5_p3_1[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44p5_p3_1[] = {
5, 6, 6, 6, 7, 7, 6, 7, 7, 6, 7, 7, 7, 7, 8, 7,
8, 8, 6, 7, 7, 7, 8, 8, 7, 8, 7, 7, 8, 8, 8, 8,
8, 8, 8, 8, 8, 8, 8, 8, 8, 9, 8, 9, 9, 8, 8, 8,
8, 9, 9, 8, 9, 9, 7, 8, 7, 8, 8, 8, 8, 8, 8, 8,
8, 8, 8, 9, 9, 8, 9, 9, 8, 8, 8, 8, 9, 9, 8, 9,
8, 6, 8, 8, 7, 8, 8, 7, 8, 8, 7, 8, 8, 8, 8, 9,
8, 9, 9, 8, 8, 8, 8, 9, 9, 8, 9, 8, 7, 8, 8, 8,
9, 9, 8, 9, 9, 8, 8, 9, 9, 9, 9, 9, 9, 9, 8, 9,
9, 9, 9, 9, 9, 9, 9, 7, 8, 8, 8, 8, 9, 8, 9, 8,
8, 8, 8, 8, 9, 9, 9, 9, 9, 8, 9, 8, 9, 9, 9, 8,
9, 9, 6, 8, 8, 7, 8, 8, 7, 8, 8, 8, 8, 8, 8, 8,
9, 8, 9, 9, 7, 8, 8, 8, 9, 9, 8, 9, 8, 7, 8, 8,
8, 8, 9, 8, 9, 8, 8, 8, 9, 8, 9, 9, 9, 9, 9, 8,
8, 8, 9, 9, 9, 8, 9, 9, 7, 8, 8, 8, 9, 9, 8, 9,
9, 8, 9, 9, 9, 9, 9, 9, 9, 9, 8, 9, 8, 9, 9, 9,
9, 9, 9,
};
static const static_codebook _44p5_p3_1 = {
5, 243,
(char *)_vq_lengthlist__44p5_p3_1,
1, -535822336, 1611661312, 2, 0,
(long *)_vq_quantlist__44p5_p3_1,
0
};
static const long _vq_quantlist__44p5_p4_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44p5_p4_0[] = {
1, 5, 5, 5, 7, 9, 5, 9, 7, 5, 7, 8, 7, 7,10, 9,
10,10, 5, 8, 7, 9,10,10, 7,10, 7, 6, 8, 9, 9,10,
12, 9,11,11, 9,10,11,11,11,13,12,13,13, 9,11,11,
11,12,13,11,13,11, 6, 9, 8, 9,11,11, 9,12,10, 9,
11,11,11,11,13,11,13,12, 9,11,10,12,13,13,11,13,
11, 6, 9, 9, 8,10,11, 9,12,11, 9,10,11,10,10,12,
11,13,13, 9,11,11,11,13,12,11,13,11, 8,10,10, 9,
10,12,10,12,11,10,10,12,10,10,13,12,13,13,10,12,
11,12,13,13,10,13,10, 7,10,10,11,11,13,11,14,11,
10,12,11,11,11,13,13,14,13,10,12,12,14,14,14,11,
14,11, 6, 9, 9, 9,11,12, 8,11,10, 9,11,11,11,11,
13,11,12,13, 8,11,10,11,13,13,10,12,10, 7,10,10,
11,11,14,11,13,11,10,12,12,11,11,14,14,14,14,10,
11,12,13,13,14,11,13,11, 8,10,10,10,11,12, 9,12,
10,10,11,12,11,10,13,12,13,13,10,12,10,12,13,13,
11,13,10,
};
static const static_codebook _44p5_p4_0 = {
5, 243,
(char *)_vq_lengthlist__44p5_p4_0,
1, -531365888, 1616117760, 2, 0,
(long *)_vq_quantlist__44p5_p4_0,
0
};
static const long _vq_quantlist__44p5_p4_1[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44p5_p4_1[] = {
5, 7, 7,10,10, 7, 8, 9,10,11, 7, 9, 8,11,10, 9,
10,10,11,11, 9,10,10,11,11, 7, 9, 9,10,10, 8, 9,
10,10,11, 9,10,10,11,11,10,10,11,11,11,10,11,11,
12,12, 7, 9, 9,10,10, 9,10,10,11,11, 8,10, 9,11,
10,10,11,11,11,11,10,11,10,11,11,10,10,10,11,11,
10,10,11,11,11,11,11,11,11,11,11,11,12,11,12,11,
12,11,12,12,10,10,10,11,11,10,11,11,11,11,10,11,
10,11,11,11,12,11,12,12,11,12,11,12,11, 8, 9, 9,
11,11, 9,10,10,11,12, 9,10,10,11,11,10,11,11,12,
12,10,11,11,12,12, 9,10,10,11,11,10,10,11,11,12,
10,11,11,12,12,11,11,12,12,12,11,12,12,12,12, 9,
10,10,11,11,10,11,11,12,12,10,11,10,12,12,11,12,
12,12,12,11,12,12,12,12,11,11,11,12,12,11,11,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,11,11,11,12,12,11,12,12,12,12,11,12,12,12,12,
12,12,12,12,12,12,12,12,12,12, 8, 9, 9,11,11, 9,
10,10,11,11, 9,10,10,11,11,10,11,11,12,12,10,11,
11,12,12, 9,10,10,11,11,10,10,11,12,12,10,11,11,
12,12,11,12,12,12,12,11,12,12,12,12, 9,10,10,11,
11,10,11,11,12,12,10,11,10,12,11,11,12,12,12,12,
11,12,11,12,12,11,11,11,12,12,11,12,12,12,12,11,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,11,11,
11,12,12,11,12,12,12,12,11,12,11,12,12,12,12,12,
12,12,12,12,12,12,12,10,11,11,12,12,11,12,12,12,
12,11,12,12,12,12,12,12,13,13,13,12,12,12,13,13,
11,12,12,12,12,12,12,12,12,13,12,12,12,13,13,12,
12,13,13,13,12,13,13,13,13,11,12,12,12,12,12,12,
12,13,13,12,12,12,13,13,12,13,13,13,13,12,13,13,
13,13,12,12,12,12,13,12,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,12,12,12,13,12,
13,13,13,13,13,12,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,10,11,11,12,12,11,12,12,12,12,11,12,
11,12,12,12,12,12,13,12,12,12,12,13,13,11,12,12,
12,12,12,12,12,13,13,12,12,12,13,13,12,13,13,13,
13,12,13,13,13,13,11,12,12,12,12,12,12,12,13,13,
12,12,12,13,12,12,13,13,13,13,12,13,12,13,13,12,
12,12,12,13,12,13,13,13,13,12,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,12,12,12,13,12,13,13,13,
13,13,12,13,13,13,13,13,13,13,13,13,13,13,13,13,
13, 8, 9, 9,11,11, 9,10,10,11,11, 9,10,10,12,11,
10,11,11,12,12,10,11,11,12,12, 9,10,10,11,11,10,
10,11,11,12,10,11,11,12,12,11,11,12,12,12,11,12,
12,12,12, 9,10,10,11,11,10,11,11,12,12,10,11,10,
12,12,11,12,12,12,12,11,12,12,12,12,11,11,11,12,
12,11,11,12,12,12,11,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,11,11,11,12,12,11,12,12,12,12,11,
12,12,12,12,12,12,12,12,12,12,12,12,12,12, 9,10,
10,11,11,10,10,11,12,12,10,11,11,12,12,11,11,12,
12,12,11,12,12,12,12,10,10,11,11,12,11,11,12,12,
12,11,11,12,12,12,11,11,12,12,13,12,12,12,12,12,
10,11,11,12,12,11,12,11,12,12,11,12,11,12,12,12,
12,12,12,12,12,12,12,12,12,11,11,12,12,12,12,12,
12,12,12,12,12,12,12,13,12,12,13,12,13,12,12,13,
13,13,11,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,13,12,12,12,12,13,12, 8,10,10,11,11,
10,11,11,12,12,10,11,10,12,12,11,12,12,12,12,11,
12,12,12,12,10,11,10,12,12,10,10,11,12,12,11,12,
12,12,12,12,12,12,12,13,12,12,12,13,13,10,11,11,
12,12,11,12,12,12,12,10,12,11,12,12,12,12,12,13,
13,12,13,12,13,12,11,12,12,12,12,11,12,12,12,13,
12,12,12,13,13,12,12,13,12,13,12,13,13,13,13,11,
12,12,12,12,12,12,12,13,13,12,12,12,13,12,12,13,
13,13,13,12,13,12,13,12,11,11,11,12,12,11,12,12,
12,13,11,12,12,12,12,12,12,12,13,13,12,12,13,13,
13,11,12,12,12,12,12,12,12,12,13,12,12,13,13,13,
12,12,13,13,13,13,13,13,13,13,11,12,12,12,12,12,
13,12,13,13,12,12,12,13,13,12,13,13,13,13,12,13,
13,13,13,12,12,12,12,13,12,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,12,12,12,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,10,11,11,12,12,11,12,12,12,13,11,
12,12,13,12,12,13,13,13,13,12,13,13,13,13,11,12,
12,12,12,12,12,12,13,13,12,13,12,13,13,13,13,13,
13,13,13,13,13,13,13,11,12,12,13,12,12,13,12,13,
13,12,13,12,13,13,13,13,13,13,13,13,13,13,13,13,
12,13,13,13,13,12,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,12,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13, 8, 9, 9,11,11, 9,10,10,11,12, 9,10,10,11,
11,10,11,11,12,12,10,11,11,12,12, 9,10,10,11,11,
10,10,11,12,12,10,11,11,12,12,11,11,12,12,12,11,
12,12,12,12, 9,10,10,11,11,10,11,11,12,12,10,11,
10,12,12,11,12,12,12,12,11,12,11,12,12,11,11,11,
12,12,11,11,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,11,11,11,12,12,11,12,12,12,12,
11,12,11,12,12,12,12,12,12,12,12,12,12,12,12, 8,
10,10,11,11,10,10,11,12,12,10,11,11,12,12,11,12,
12,12,12,11,12,12,12,12,10,11,11,12,12,10,11,12,
12,12,11,12,12,12,12,12,12,12,12,13,12,12,12,13,
13,10,10,11,12,12,11,12,12,12,12,10,11,10,12,12,
12,12,12,13,13,12,12,12,13,12,11,12,12,12,12,11,
12,12,12,13,12,12,12,13,13,12,12,13,12,13,12,13,
13,13,13,11,12,12,12,12,12,12,12,13,13,11,12,12,
13,12,12,13,13,13,13,12,13,12,13,12, 9,10,10,11,
11,10,11,11,12,12,10,11,11,12,12,11,12,12,12,12,
11,12,11,12,12,10,11,11,12,12,11,11,12,12,12,11,
11,12,12,12,12,12,12,12,13,12,12,12,13,12,10,11,
10,12,11,11,12,11,12,12,11,12,11,12,12,12,12,12,
12,12,12,12,11,12,12,11,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,13,12,13,12,13,13,13,13,
11,12,11,12,12,12,12,12,13,12,12,12,12,12,12,12,
13,12,13,13,12,12,12,13,12,10,11,11,12,12,11,12,
12,12,13,11,12,12,13,12,12,12,13,13,13,12,13,13,
13,13,11,12,12,12,13,12,12,13,13,13,12,12,13,13,
13,13,13,13,13,13,13,13,13,13,13,11,12,12,12,12,
12,12,13,13,13,12,13,12,13,13,13,13,13,13,13,13,
13,13,13,13,12,13,13,13,13,12,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,12,12,13,
13,13,13,13,13,13,13,12,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,11,11,11,12,12,11,12,12,12,12,
11,12,12,12,12,12,12,13,13,13,12,13,12,13,13,11,
12,12,12,12,12,12,13,13,13,12,12,13,13,13,12,13,
13,13,13,12,13,13,13,13,11,12,12,12,12,12,13,12,
13,13,12,12,12,13,12,13,13,13,13,13,12,13,12,13,
13,12,12,12,13,13,12,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,12,12,12,13,12,13,
13,13,13,13,12,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,10,11,11,12,12,11,12,12,12,12,11,12,12,
12,12,12,12,12,13,13,12,12,12,13,13,11,12,12,12,
12,11,12,12,13,13,12,12,12,13,13,12,12,13,13,13,
12,13,13,13,13,11,12,12,12,12,12,12,12,13,13,12,
12,12,13,12,12,13,13,13,13,12,13,12,13,13,12,12,
12,12,12,12,12,13,13,13,12,13,13,13,13,12,13,13,
13,13,13,13,13,13,13,12,12,12,13,12,12,13,13,13,
13,12,13,12,13,13,13,13,13,13,13,13,13,13,13,13,
10,11,11,12,12,11,12,12,12,13,11,12,12,13,12,12,
12,12,13,13,12,12,12,13,13,11,12,12,12,12,12,12,
13,13,13,12,12,12,13,13,12,12,13,13,13,12,13,13,
13,13,11,12,12,12,12,12,12,12,13,13,12,12,12,13,
13,12,13,13,13,13,12,13,13,13,13,12,12,12,12,13,
12,12,13,13,13,12,13,13,13,13,12,13,13,13,13,13,
13,13,13,13,12,12,12,13,13,13,13,13,13,13,12,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,10,11,11,
12,12,11,12,12,12,13,11,12,12,13,12,12,13,13,13,
13,12,13,12,13,13,11,12,12,13,13,12,12,12,13,13,
12,12,13,13,13,12,13,13,13,13,13,13,13,13,13,11,
12,12,13,12,12,13,12,13,13,12,13,12,13,13,13,13,
13,13,13,12,13,13,13,13,12,12,12,13,13,12,13,13,
13,13,12,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,12,12,12,13,13,12,13,13,13,13,12,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,11,11,11,12,12,11,
12,12,12,12,11,12,12,12,12,12,12,12,13,13,12,12,
12,13,13,11,12,12,12,12,12,12,12,12,13,12,12,12,
13,13,12,12,13,13,13,12,13,13,13,13,11,12,12,12,
12,12,12,12,13,13,12,12,12,13,12,12,13,13,13,13,
12,13,12,13,13,12,12,12,12,12,12,12,13,12,13,12,
13,13,13,13,12,13,13,12,13,13,13,13,13,13,12,12,
12,12,12,12,13,13,13,13,12,13,12,13,13,13,13,13,
13,13,12,13,13,13,12,10,11,11,12,12,11,12,12,12,
12,11,12,12,12,12,12,12,12,13,13,12,13,12,13,13,
11,12,12,12,12,12,12,12,13,13,12,12,12,13,13,12,
12,13,13,13,13,13,13,13,13,11,12,12,12,12,12,13,
12,13,13,12,13,12,13,13,12,13,13,13,13,12,13,12,
13,13,12,12,12,12,12,12,13,13,13,13,12,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,12,12,12,13,12,
12,13,13,13,13,12,13,12,13,13,13,13,13,13,13,13,
13,13,13,13,10,11,11,12,12,11,12,12,12,12,11,12,
12,12,12,12,12,12,13,13,12,12,12,13,13,11,12,12,
12,12,12,12,12,13,13,12,12,12,13,13,12,12,13,13,
13,12,12,13,13,13,11,12,11,12,12,12,12,12,13,13,
11,12,12,13,13,12,13,13,13,13,12,13,12,13,13,12,
12,12,12,12,12,13,13,13,13,12,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,12,12,12,13,12,12,13,13,
13,13,12,13,12,13,13,13,13,13,13,13,12,13,13,13,
13,10,11,11,12,12,11,12,12,12,13,11,12,12,13,12,
12,12,13,13,13,12,13,13,13,13,11,12,12,13,13,12,
12,13,13,13,12,12,13,13,13,12,13,13,13,13,13,13,
13,13,13,11,12,12,13,12,12,13,12,13,13,12,12,12,
13,13,12,13,13,13,13,13,13,13,13,13,12,12,13,13,
13,12,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,12,12,12,13,13,13,13,13,13,13,12,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,10,12,
11,12,12,11,12,12,12,13,11,12,12,12,12,12,12,12,
13,13,12,12,12,13,13,11,12,12,12,13,12,12,12,13,
13,12,12,12,13,13,12,13,13,13,13,12,13,13,13,13,
11,12,12,13,12,12,12,12,13,13,12,12,12,13,13,12,
13,13,13,13,12,13,12,13,13,12,13,12,13,13,12,13,
13,13,13,12,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,12,12,12,13,12,13,13,13,13,13,12,13,12,13,
13,13,13,13,13,13,12,13,13,13,13,10,11,11,12,12,
11,12,12,12,13,11,12,12,12,12,12,12,12,13,13,12,
12,12,13,13,11,12,12,12,12,12,12,13,13,13,12,13,
13,13,13,12,12,13,13,13,13,13,13,13,13,11,12,12,
12,12,12,13,12,13,13,12,12,12,13,13,12,13,13,13,
13,12,13,12,13,13,12,12,12,12,13,12,13,13,13,13,
12,13,13,13,13,12,13,13,13,13,13,13,13,13,13,12,
12,12,12,12,12,13,13,13,13,12,13,13,13,13,13,13,
13,13,13,12,13,13,13,13,11,12,11,12,12,11,12,12,
12,12,11,12,12,12,12,12,12,12,12,13,12,12,12,13,
12,11,12,12,12,12,12,12,12,12,13,12,12,12,13,13,
12,12,13,13,13,12,13,13,13,13,11,12,12,12,12,12,
12,12,13,13,12,12,12,13,12,12,13,13,13,13,12,13,
12,13,13,12,12,12,12,12,12,12,13,13,13,12,13,13,
13,13,13,13,13,12,13,13,13,13,13,13,12,12,12,12,
12,12,13,13,13,13,12,13,12,13,12,13,13,13,13,13,
13,13,13,13,12,
};
static const static_codebook _44p5_p4_1 = {
5, 3125,
(char *)_vq_lengthlist__44p5_p4_1,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44p5_p4_1,
0
};
static const long _vq_quantlist__44p5_p5_0[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44p5_p5_0[] = {
1, 6, 6,10,10, 6, 7, 9,11,13, 5, 9, 7,13,11, 8,
11,12,13,15, 8,12,11,15,13, 6, 7, 8,11,11, 7, 8,
10,11,13, 9,10,10,13,13,11,11,13,12,16,12,13,13,
16,15, 6, 8, 7,11,11, 9,10,10,13,13, 7,10, 7,13,
11,12,13,13,15,16,11,13,11,16,12,10,11,11,11,13,
11,11,13,12,15,13,13,13,14,15,13,12,15,12,17,15,
16,16,16,16,10,11,11,14,11,13,13,13,15,14,11,13,
11,15,12,15,15,16,16,16,13,15,12,17,12, 6, 8, 9,
12,12, 9,10,12,13,15, 9,11,11,15,14,12,13,15,16,
18,13,14,14,17,16, 9,10,11,13,14,11,10,13,14,16,
11,12,12,15,15,14,13,16,15,18,14,15,15,17,17, 9,
11,11,14,14,11,12,13,15,16,11,13,11,15,14,15,15,
15,17,18,14,15,14,17,15,13,14,14,15,16,14,14,15,
15,17,15,16,15,17,17,16,16,17,15,19,17,18,18,19,
18,13,14,14,16,15,15,15,16,17,17,14,15,14,18,15,
17,17,17,19,19,16,17,15,19,16, 6, 9, 8,13,12, 9,
11,11,14,15, 9,12,10,15,13,13,14,14,16,17,12,15,
13,18,16, 9,11,11,14,14,11,11,13,14,15,11,13,12,
16,15,14,14,15,15,18,14,15,15,18,17, 9,11,10,14,
13,11,12,12,15,15,11,13,10,16,14,14,15,15,16,18,
14,16,13,18,15,13,14,14,16,16,14,14,15,15,17,15,
16,15,17,17,16,16,17,16,19,17,18,17,18,19,13,14,
14,16,15,15,15,15,17,17,14,15,14,17,15,17,17,17,
18,19,16,17,15,19,15,11,13,13,15,16,13,14,15,16,
18,14,15,15,17,17,16,16,18,18,20,17,18,17,19,20,
13,14,14,16,17,15,15,16,17,18,15,16,16,17,17,18,
17,19,18,19,18,18,18,19,21,14,14,15,16,17,15,15,
16,18,18,15,16,16,17,18,18,18,19,19,21,18,19,19,
22,20,16,16,17,17,19,17,17,17,18,20,17,18,18,20,
19,19,19,20,19, 0,19,19,20,20,21,17,17,17,19,18,
18,18,20,19,19,18,18,18,20,20,19,19,20,20,20,20,
21,20,21,19,11,13,13,16,15,14,15,15,17,17,14,15,
14,18,16,16,18,18,20,19,16,19,17,21,18,13,14,15,
16,17,15,15,16,18,18,15,16,15,19,18,18,18,18,19,
19,18,18,18,22,20,13,14,14,16,16,15,16,16,18,17,
15,16,15,18,17,18,18,18,19,19,17,18,17,21,18,16,
17,17,18,18,17,18,19,19,19,18,20,18,19,19,19,20,
21,19,21,20,20,20, 0,21,16,17,17,19,19,18,18,18,
19,21,17,18,18,19,18,20,19,21,20,21,19,20,20,22,
19, 7, 9, 9,13,13, 8,10,11,14,15, 9,12,11,15,14,
11,13,14,16,17,13,15,14,17,16, 8,10,11,14,14,10,
10,12,14,16,11,12,12,16,15,13,12,15,15,18,14,15,
15,19,17, 9,11,11,14,14,11,12,12,15,15,11,13,11,
16,14,14,15,14,17,17,14,16,14,18,15,12,13,14,15,
16,13,13,15,14,17,15,15,15,17,17,15,14,17,14,19,
17,18,18,19,18,13,14,14,16,16,15,15,15,17,17,14,
15,14,18,15,17,18,17,18,17,16,18,16,19,15, 7,10,
10,13,13, 9,10,12,14,15,10,12,11,15,14,12,13,14,
16,17,13,15,14,18,16,10,10,12,13,14,10,10,13,13,
16,12,12,13,15,15,13,12,15,15,18,15,15,16,18,17,
10,11,11,14,14,12,13,13,15,16,10,13,10,16,14,14,
15,15,17,17,14,15,13,17,15,13,13,14,15,16,14,13,
15,14,18,15,15,16,16,17,16,15,18,15,18,17,18,18,
18,18,13,15,14,17,16,15,16,16,17,17,14,15,13,17,
15,17,17,18,18,18,16,17,14,20,14, 8,10,10,14,14,
11,11,13,14,16,11,13,11,16,14,14,15,16,16,18,14,
16,15,18,16,10,12,11,15,14,11,11,13,14,16,13,14,
13,16,15,15,14,16,15,19,16,17,16,20,18,10,11,12,
14,15,13,13,14,16,16,11,14,11,16,14,16,16,17,18,
19,15,17,14,20,15,14,15,14,17,16,13,14,15,15,18,
16,17,16,19,18,16,15,18,15,19,18,19,18,21,21,14,
14,15,16,17,16,16,17,18,18,13,15,14,17,15,18,18,
19,18,22,16,18,15,21,15,12,13,14,16,16,14,14,16,
16,18,14,15,15,17,18,16,16,18,18,20,18,18,17,20,
20,13,14,15,15,17,15,14,16,16,18,16,16,16,17,19,
17,15,18,17,21,18,18,18,19,19,14,15,15,18,17,15,
16,16,18,19,15,16,15,18,18,17,18,18,20,21,17,19,
17,20,19,16,16,17,16,19,17,17,18,17,20,18,18,18,
18,19,19,18,20,17,22,20,20,19,20,20,17,17,18,18,
19,18,18,20,21,20,17,18,17,20,20,21,21,21,21,21,
19,21,18,22,20,11,13,13,17,16,14,14,16,16,18,14,
16,14,18,16,17,18,19,19,20,18,19,18,21,19,14,15,
14,17,16,14,14,16,18,18,16,17,16,18,17,18,17,19,
18,20,19,19,18,20,20,13,14,15,16,17,16,16,17,18,
19,14,16,14,19,17,18,19,18,20,20,18,20,17,21,18,
17,17,17,19,18,16,17,18,18,19,18,19,18,21,21,18,
18,20,17,21,19,20,20,22,21,16,17,18,18,19,18,18,
19,21,20,16,17,17,20,18,21,21,22,21,22,18,21,18,
0,18, 7, 9, 9,13,13, 9,11,12,14,15, 8,11,10,15,
14,13,14,15,16,18,11,14,13,17,15, 9,11,11,14,14,
11,11,13,14,16,11,12,12,15,15,14,14,16,15,18,14,
14,15,17,17, 8,11,10,14,14,11,12,12,15,15,10,12,
10,16,14,14,15,15,17,18,13,15,12,18,15,13,14,14,
16,16,14,14,15,15,17,15,15,15,16,17,16,15,17,15,
19,17,17,17,18,18,12,14,13,16,15,15,15,15,17,17,
13,15,13,17,14,17,18,18,18,19,15,17,14,19,14, 8,
10,10,14,14,11,11,13,14,16,11,13,11,16,14,14,15,
16,17,19,14,16,15,18,17,10,12,11,15,14,11,11,14,
14,17,13,14,13,17,15,15,14,17,15,19,16,17,16,19,
17,10,11,12,14,15,13,13,14,15,17,11,13,11,17,14,
16,16,17,18,19,15,16,14,18,15,14,15,14,16,16,13,
14,15,15,18,16,16,16,18,18,16,15,18,15,20,18,19,
18,21,18,14,14,15,16,17,16,16,17,17,18,13,15,14,
17,16,19,19,19,19,19,15,18,15,20,15, 7,10,10,13,
13,10,11,12,14,15, 9,12,10,15,14,13,14,15,16,17,
12,15,13,17,16,10,11,11,14,14,10,10,13,14,16,12,
13,13,16,15,14,13,16,15,18,15,15,16,17,17,10,12,
10,14,13,12,13,12,15,15,10,13,10,16,13,15,16,15,
17,18,13,16,12,18,15,13,14,14,16,17,14,13,15,15,
18,15,16,15,17,17,16,14,17,15,19,17,18,18,19,19,
13,15,13,17,14,15,15,15,18,17,14,15,13,17,14,18,
17,18,18,19,15,17,15,19,15,11,13,13,16,17,14,14,
16,16,18,14,16,15,18,17,17,18,19,18,21,18,18,17,
20,18,13,15,14,17,16,14,14,16,17,18,16,17,16,19,
17,18,17,19,18,22,18,19,19,21,21,13,14,15,16,18,
16,16,17,17,20,14,16,14,18,17,18,18,19,19,21,17,
18,17,21,18,17,18,17,19,18,16,17,17,18,19,18,18,
18,22,22,18,17,19,17, 0,20,21,19,21,20,17,17,18,
18,21,18,18,18,19,21,17,17,17,19,19,20,20,22,21,
21,19,20,18,20,17,12,14,13,17,16,14,15,15,17,18,
14,16,14,18,16,17,18,18,21,20,16,18,16,21,18,14,
15,15,17,17,15,15,16,18,18,15,17,16,18,18,17,17,
19,19,20,18,19,18,20,19,14,15,14,17,15,15,16,16,
18,17,15,16,14,19,15,18,18,18,19,20,17,20,15,21,
17,16,17,18,18,19,17,17,18,18,20,18,19,18,19,21,
19,18,19,19,21,20, 0,19,21,20,16,17,16,19,16,18,
18,18,19,19,17,18,17,20,17,19,20,20,22, 0,19,20,
17,21,17,11,13,14,16,17,14,15,15,17,18,14,15,15,
18,18,16,17,17,19,20,16,18,17,19,21,13,14,15,17,
17,14,15,16,17,19,15,16,16,18,19,16,17,18,19,21,
17,18,20,21,21,13,15,15,17,17,15,16,16,18,19,15,
16,16,18,19,17,17,18,19,22,17,19,18,22,19,15,16,
17,19,19,16,17,18,18,20,17,18,18,19,20,19,18,20,
18,22,20,19,19,22,21,16,17,17,18,19,18,18,18,19,
20,17,18,18,20,19,20,19,20,22,20,19,20,21,21,20,
12,14,14,16,16,13,14,16,17,18,14,16,15,18,18,15,
17,17,19,19,17,18,18,19,19,13,14,15,16,17,14,14,
16,16,20,15,16,16,17,19,16,15,18,17,20,18,17,19,
19,19,14,15,15,17,17,16,16,16,18,18,15,16,15,19,
18,17,18,18,20,21,17,18,17,21,18,16,15,17,17,19,
17,15,18,17,20,19,17,18,19,20,18,16,19,17,22,20,
19,20,19,20,17,17,18,19,19,18,18,19,20,20,17,18,
17,18,18,21,21,20,20,21,18,20,17,21,19,11,14,14,
16,17,15,14,16,17,19,14,16,14,18,17,18,18,19,19,
21,17,19,18,20,20,13,15,14,17,17,14,14,16,17,18,
16,17,16,19,18,18,17,19,18,20,18,21,18,20,20,13,
15,15,16,17,16,16,17,18,19,14,16,15,19,18,19,19,
19,21,20,18,19,17,20,18,16,17,16,19,18,16,17,17,
19,20,17,19,18,20,19,18,17,21,18, 0,21,20,20, 0,
20,17,17,18,18,19,18,19,19,20,22,16,17,17,20,18,
21,22,20,20,22,18,22,18,22,18,12,14,14,17,17,14,
15,16,17,19,14,16,15,17,17,17,17,18,18,21,17,19,
17,20,19,14,15,15,16,18,15,14,16,16,19,16,17,16,
19,18,17,16,20,17,20,18,20,19,19,20,14,15,15,18,
17,16,16,17,18,19,14,16,15,19,17,18,21,18,19,21,
17,18,17,19,18,17,17,18,17,20,17,16,18,17,21,18,
19,19,19,19,18,17,19,17,20,20,21,20,21,20,17,17,
17,19,19,19,18,18,20,21,16,18,16,19,18,20,20,21,
21,20,18,19,16, 0,17,12,14,14,17,17,15,15,18,17,
19,15,18,15,20,16,20,19,21,18,22,20,20,20,22,19,
14,16,14,20,17,14,15,17,17,20,18,18,17,20,18,18,
17,19,17,21,20,21,20, 0,21,14,15,16,17,19,18,17,
19,18,21,14,18,15,21,17,21,20,21,20, 0,18,21,17,
21,17,18,19,17,20,18,16,17,17,19,19,19,21,20, 0,
20,18,17,21,17, 0,22, 0,21, 0,22,17,17,19,18,20,
20,20,21,19,22,16,17,18,20,18,22,22, 0,22, 0,17,
21,17,22,17,11,14,13,16,16,14,15,15,17,18,14,15,
14,18,17,17,18,18,19,20,16,17,17,21,19,13,14,15,
17,17,15,16,16,18,18,15,16,16,19,18,18,18,18,19,
20,17,18,18,20,19,13,15,14,17,17,15,16,16,17,18,
14,16,15,19,17,17,18,19,21,21,17,18,17,20,18,16,
17,17,19,19,17,18,19,19,20,18,19,18,21,21,21,20,
19,21,22,20,20,19,21,20,15,17,16,19,19,17,18,18,
20,21,16,18,17,20,18,19,19,21,21,21,19,19,19,20,
18,11,14,13,17,16,14,14,16,16,19,14,16,15,19,16,
18,18,18,19,22,17,18,17,20,19,13,15,14,17,17,15,
15,16,17,19,16,17,16,20,18,18,17,19,18,21,19,19,
18,22, 0,13,14,15,17,18,16,16,17,17,19,14,16,15,
19,18,18,19,19,20,21,18,18,17,20,18,17,18,17,20,
18,16,17,17,18,20,18,19,18,20,20,18,18,21,17,21,
20,21,21, 0,19,16,16,18,18,19,19,18,20,19,20,16,
17,17,20,18,21,20,21,22,22,18,20,17,21,17,12,14,
14,17,16,14,15,16,18,18,13,15,14,18,17,17,18,18,
19,19,15,17,16,19,19,14,15,15,17,17,15,15,16,18,
19,15,16,16,19,18,17,17,18,18,20,18,18,18,21,20,
13,15,14,17,16,15,16,15,18,18,14,16,14,18,17,18,
18,18,19,21,16,18,16,20,17,17,18,17,18,19,17,17,
18,18,19,18,19,19,21,19,19,18,20,18,21,21,20,20,
21,20,16,17,15,20,17,17,19,17,19,19,17,18,15,20,
17,19,20,19,21,22,17,20,16, 0,17,12,14,14,17,18,
16,15,18,16,20,16,18,15,21,17,20,18,21,19,22,19,
21,19, 0,19,14,16,15,19,17,14,15,17,16,21,18,19,
18,21,17,19,17,21,17,22,20,21,21, 0,21,14,15,16,
17,19,18,17,19,18,21,14,17,15,20,17,21,22,21,20,
22,18,21,17,21,17,17,19,17,21,18,16,17,17,19,20,
19,21,20,21,20,17,18,20,17,21, 0,22,20,21,22,17,
17,20,18,21,21,20,22,20,21,16,17,17,21,19, 0,22,
0,21,21,18,22,17,21,17,12,14,14,17,16,14,15,16,
17,18,14,16,15,18,17,17,17,20,19,20,16,18,17,21,
18,14,15,15,17,17,14,15,16,17,19,16,17,16,18,18,
17,16,19,18,19,18,19,18,21,20,14,15,15,18,17,16,
16,16,19,18,15,16,14,20,16,18,18,19,19,20,16,19,
16,21,17,17,17,18,19,19,16,16,18,18,19,19,19,18,
20,20,18,16,19,18,20,22,21,20,19,20,16,18,17,20,
16,18,19,18,19,18,16,18,16,20,17,21,20,21,20,20,
18,19,17,21,16,
};
static const static_codebook _44p5_p5_0 = {
5, 3125,
(char *)_vq_lengthlist__44p5_p5_0,
1, -528744448, 1616642048, 3, 0,
(long *)_vq_quantlist__44p5_p5_0,
0
};
static const long _vq_quantlist__44p5_p5_1[] = {
3,
2,
4,
1,
5,
0,
6,
};
static const char _vq_lengthlist__44p5_p5_1[] = {
2, 3, 3, 3, 3, 3, 3,
};
static const static_codebook _44p5_p5_1 = {
1, 7,
(char *)_vq_lengthlist__44p5_p5_1,
1, -533200896, 1611661312, 3, 0,
(long *)_vq_quantlist__44p5_p5_1,
0
};
static const long _vq_quantlist__44p5_p6_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44p5_p6_0[] = {
1, 5, 5, 5, 7, 9, 5, 9, 7, 5, 7, 8, 7, 7,10, 9,
9,10, 5, 8, 7, 9,10, 9, 7,10, 7, 6, 9, 9, 9,10,
12,10,12,11, 9,10,11,11,10,13,12,12,13,10,11,11,
12,13,13,11,13,11, 6, 9, 9,10,11,12, 9,12,11,10,
11,11,11,11,13,12,13,13, 9,11,10,12,13,13,11,13,
10, 6, 9,10, 9,11,12,10,12,11, 9,10,11,10,10,13,
11,13,13,10,11,11,12,13,12,11,13,11, 7, 9,10, 9,
10,12,10,11,11,10,10,11,10,10,12,12,11,12,10,11,
10,12,12,12,10,12,10, 7,10,10,11,11,13,11,13,11,
10,12,11,11,10,13,13,14,13,10,11,12,13,13,14,11,
13,10, 6,10, 9,10,11,12, 9,12,11, 9,11,11,11,11,
13,12,12,13, 9,11,10,12,13,13,10,13,10, 7,10,10,
11,11,14,11,13,11,10,12,11,11,10,14,13,14,13,10,
11,12,13,13,14,11,13,10, 7,10, 9,10,10,12, 9,12,
10,10,11,11,10,10,12,12,12,12, 9,11,10,11,12,12,
10,12, 9,
};
static const static_codebook _44p5_p6_0 = {
5, 243,
(char *)_vq_lengthlist__44p5_p6_0,
1, -527106048, 1620377600, 2, 0,
(long *)_vq_quantlist__44p5_p6_0,
0
};
static const long _vq_quantlist__44p5_p6_1[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44p5_p6_1[] = {
2, 6, 6, 5, 7, 8, 5, 8, 7, 6, 7, 7, 7, 7, 8, 8,
8, 8, 6, 7, 7, 7, 8, 8, 7, 8, 7, 6, 8, 8, 8, 9,
10, 8, 9, 9, 8, 9, 9, 9, 9,10,10,10,10, 8, 9, 9,
10,10,10, 9,10,10, 6, 8, 8, 8, 9, 9, 8,10, 9, 9,
9, 9, 9, 9,10,10,10,10, 8, 9, 9,10,10,10, 9,10,
9, 6, 8, 9, 8, 9, 9, 8, 9, 9, 8, 9, 9, 9, 9,10,
9,10,10, 8, 9, 9, 9,10,10, 9,10, 9, 7, 8, 9, 8,
9, 9, 9, 9, 9, 8, 9, 9, 9, 9, 9, 9, 9, 9, 8, 9,
9, 9, 9, 9, 9, 9, 9, 7, 9, 9, 9,10,10, 9,10,10,
9,10, 9, 9, 9,10,10,10,10, 9,10, 9,10,10,10, 9,
10, 9, 6, 8, 8, 8, 9, 9, 8, 9, 9, 8, 9, 9, 9, 9,
10, 9,10,10, 8, 9, 9, 9,10,10, 9,10, 9, 7, 9, 9,
9,10,10, 9,10, 9, 9, 9,10,10, 9,10,10,10,10, 9,
9, 9,10,10,10, 9,10, 9, 7, 9, 8, 8, 9, 9, 8, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 8, 9, 8, 9, 9, 9,
9, 9, 9,
};
static const static_codebook _44p5_p6_1 = {
5, 243,
(char *)_vq_lengthlist__44p5_p6_1,
1, -530841600, 1616642048, 2, 0,
(long *)_vq_quantlist__44p5_p6_1,
0
};
static const long _vq_quantlist__44p5_p7_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44p5_p7_0[] = {
1, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9,
};
static const static_codebook _44p5_p7_0 = {
5, 243,
(char *)_vq_lengthlist__44p5_p7_0,
1, -513979392, 1633504256, 2, 0,
(long *)_vq_quantlist__44p5_p7_0,
0
};
static const long _vq_quantlist__44p5_p7_1[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44p5_p7_1[] = {
1, 7, 7, 6, 9, 9, 7, 9, 9, 6, 9, 9, 9, 9, 9, 9,
9, 9, 8, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 8, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 7, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 7, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,
};
static const static_codebook _44p5_p7_1 = {
5, 243,
(char *)_vq_lengthlist__44p5_p7_1,
1, -516716544, 1630767104, 2, 0,
(long *)_vq_quantlist__44p5_p7_1,
0
};
static const long _vq_quantlist__44p5_p7_2[] = {
12,
11,
13,
10,
14,
9,
15,
8,
16,
7,
17,
6,
18,
5,
19,
4,
20,
3,
21,
2,
22,
1,
23,
0,
24,
};
static const char _vq_lengthlist__44p5_p7_2[] = {
1, 2, 3, 5, 5, 6, 6, 7, 7, 8, 8, 9, 9,10,10,11,
11,12,12,13,13,14,14,14,14,
};
static const static_codebook _44p5_p7_2 = {
1, 25,
(char *)_vq_lengthlist__44p5_p7_2,
1, -518864896, 1620639744, 5, 0,
(long *)_vq_quantlist__44p5_p7_2,
0
};
static const long _vq_quantlist__44p5_p7_3[] = {
12,
11,
13,
10,
14,
9,
15,
8,
16,
7,
17,
6,
18,
5,
19,
4,
20,
3,
21,
2,
22,
1,
23,
0,
24,
};
static const char _vq_lengthlist__44p5_p7_3[] = {
4, 4, 4, 4, 4, 4, 4, 5, 5, 5, 5, 5, 5, 5, 5, 5,
5, 5, 5, 5, 5, 5, 5, 5, 5,
};
static const static_codebook _44p5_p7_3 = {
1, 25,
(char *)_vq_lengthlist__44p5_p7_3,
1, -529006592, 1611661312, 5, 0,
(long *)_vq_quantlist__44p5_p7_3,
0
};
static const char _huff_lengthlist__44p5_short[] = {
4, 7,12,14,15,18,20,20, 5, 3, 4, 6, 9,11,15,19,
9, 4, 3, 4, 7, 9,13,18,11, 6, 3, 3, 5, 8,13,19,
14, 9, 6, 5, 7,10,16,20,16,11, 9, 8,10,10,14,16,
21,14,13,11, 8, 7,11,14,21,14,13, 9, 6, 5,10,12,
};
static const static_codebook _huff_book__44p5_short = {
2, 64,
(char *)_huff_lengthlist__44p5_short,
0, 0, 0, 0, 0,
NULL,
0
};
static const long _vq_quantlist__44p6_l0_0[] = {
6,
5,
7,
4,
8,
3,
9,
2,
10,
1,
11,
0,
12,
};
static const char _vq_lengthlist__44p6_l0_0[] = {
1, 4, 4, 7, 7,10,10,12,12,12,12,13,12, 5, 5, 5,
8, 6,11, 9,12,12,13,12,12,12, 4, 5, 5, 6, 8, 9,
11,12,12,13,12,12,12, 7, 7, 8, 9, 9,11, 8,12, 9,
12,12,12,12, 7, 8, 8, 9, 9, 8,11, 9,12,12,12,11,
12,10,10,10,11,11,11,11,11,10,11,11,12,11,10,10,
10,11,11,11,11,10,11,11,11,11,12,11,11,11,12,11,
12,11,12,11,13,11,13,11,11,11,11,11,12,11,12,10,
13,11,12,11,13,12,12,12,13,12,13,13,13,12,14,12,
14,13,12,12,12,12,13,13,13,12,14,12,14,13,14,13,
14,14,14,14,14,14,14,14,15,14,15,14,13,14,13,14,
14,14,14,14,15,14,14,14,15,
};
static const static_codebook _44p6_l0_0 = {
2, 169,
(char *)_vq_lengthlist__44p6_l0_0,
1, -526516224, 1616117760, 4, 0,
(long *)_vq_quantlist__44p6_l0_0,
0
};
static const long _vq_quantlist__44p6_l0_1[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44p6_l0_1[] = {
4, 4, 4, 5, 5, 4, 5, 5, 5, 5, 4, 5, 5, 5, 5, 5,
5, 5, 4, 5, 5, 5, 5, 5, 4,
};
static const static_codebook _44p6_l0_1 = {
2, 25,
(char *)_vq_lengthlist__44p6_l0_1,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44p6_l0_1,
0
};
static const long _vq_quantlist__44p6_l1_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44p6_l1_0[] = {
1, 3, 2, 5, 5, 6, 6, 6, 6,
};
static const static_codebook _44p6_l1_0 = {
2, 9,
(char *)_vq_lengthlist__44p6_l1_0,
1, -516716544, 1630767104, 2, 0,
(long *)_vq_quantlist__44p6_l1_0,
0
};
static const char _huff_lengthlist__44p6_lfe[] = {
2, 3, 1, 3,
};
static const static_codebook _huff_book__44p6_lfe = {
2, 4,
(char *)_huff_lengthlist__44p6_lfe,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist__44p6_long[] = {
2, 7,13,15,16,17,19,20, 6, 3, 4, 7, 9,10,12,15,
13, 4, 3, 4, 7, 8,11,13,14, 7, 4, 4, 6, 7,10,11,
16, 9, 7, 6, 7, 8, 9,10,16, 9, 8, 7, 7, 6, 8, 8,
18,12,10,10, 9, 8, 8, 9,20,14,13,12,11, 8, 9, 9,
};
static const static_codebook _huff_book__44p6_long = {
2, 64,
(char *)_huff_lengthlist__44p6_long,
0, 0, 0, 0, 0,
NULL,
0
};
static const long _vq_quantlist__44p6_p1_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44p6_p1_0[] = {
2, 5, 5, 5, 7, 7, 5, 7, 7, 5, 7, 7, 7, 8, 9, 7,
9, 9, 5, 7, 7, 7, 9, 9, 7, 9, 8, 5, 7, 8, 8, 9,
10, 8, 9, 9, 8, 9,10, 9,10,12,10,11,11, 8, 9,10,
10,11,11, 9,11,11, 5, 8, 7, 8, 9, 9, 8,10, 9, 8,
10, 9, 9,11,11,10,11,11, 8,10, 9,10,11,11, 9,12,
10, 5, 8, 8, 7, 9,10, 8,10, 9, 7, 9, 9, 9,10,11,
9,11,11, 8,10,10,10,11,11,10,12,11, 7, 9, 9, 9,
10,11, 9,11,11, 9, 9,11,10,10,13,11,11,12, 9,11,
11,11,12,13,11,13,12, 7, 9, 9, 9,11,11, 9,12,10,
9,11,10,10,11,12,11,13,12, 9,11,11,11,13,13,11,
13,11, 5, 8, 8, 8, 9,10, 7,10, 9, 8,10,10,10,11,
11,10,11,11, 7, 9, 9, 9,11,11, 9,11,10, 7, 9, 9,
9,10,12, 9,11,11, 9,11,11,11,11,13,11,13,13, 9,
10,11,11,12,13,10,12,11, 7, 9, 9, 9,11,11, 9,11,
10, 9,11,11,11,12,13,11,13,12, 9,11, 9,11,12,11,
10,13,10,
};
static const static_codebook _44p6_p1_0 = {
5, 243,
(char *)_vq_lengthlist__44p6_p1_0,
1, -535822336, 1611661312, 2, 0,
(long *)_vq_quantlist__44p6_p1_0,
0
};
static const long _vq_quantlist__44p6_p2_0[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44p6_p2_0[] = {
4, 6, 6, 9, 9, 6, 7, 8,10,10, 6, 8, 7,10,10, 8,
10,10,12,13, 8,10,10,13,12, 6, 8, 8,10,10, 7, 8,
9,10,11, 8, 9, 9,11,11,10,10,11,12,13,10,11,11,
14,13, 6, 8, 8,10,10, 8, 9, 9,11,11, 7, 9, 8,11,
10,10,11,11,13,14,10,11,10,13,12, 9,10,10,12,12,
10,10,11,12,13,10,11,11,13,13,12,12,13,12,15,13,
14,13,15,14, 9,10,10,13,12,10,11,11,13,13,10,11,
10,13,12,13,13,14,14,15,12,13,12,15,12, 6, 8, 8,
10,11, 8, 9,10,11,12, 8, 9, 9,11,11,10,11,12,13,
14,10,11,11,14,13, 8, 9, 9,11,12, 9,10,11,12,13,
9,10,11,12,13,11,11,13,13,15,11,12,12,14,14, 8,
9, 9,12,12, 9,10,11,12,13, 9,10,10,13,12,11,12,
13,14,15,11,12,12,14,14,11,11,12,13,14,11,12,13,
13,15,12,13,13,14,15,13,13,14,14,16,14,15,15,16,
16,11,12,11,14,13,12,13,13,14,14,11,13,12,14,13,
14,15,15,16,16,13,14,14,16,14, 6, 8, 8,11,10, 8,
9, 9,12,11, 8,10, 9,12,11,10,11,11,13,13,10,12,
11,14,13, 8, 9, 9,12,12, 9,10,10,12,13, 9,11,10,
13,12,11,12,12,14,14,11,13,12,15,14, 8, 9, 9,12,
11, 9,10,10,13,12, 9,11,10,13,12,12,12,12,14,14,
11,13,12,15,13,11,11,12,13,14,11,12,13,13,14,12,
13,13,14,15,13,13,14,14,16,14,15,15,16,16,11,12,
11,14,13,12,13,13,15,14,11,13,12,15,13,14,15,15,
16,16,13,15,13,16,14, 9,10,11,12,13,11,11,12,13,
14,11,12,12,13,14,13,13,14,14,16,13,14,14,15,16,
11,11,12,13,14,12,12,13,14,15,12,13,13,14,15,14,
14,15,15,17,14,15,15,16,17,11,12,12,14,14,12,13,
13,14,15,12,13,12,15,15,14,15,15,16,17,14,15,15,
16,16,13,14,14,15,16,14,14,15,15,17,15,15,15,16,
17,16,16,17,16,18,16,17,17,18,18,13,14,14,16,15,
14,15,15,17,16,14,15,15,16,16,16,17,17,18,18,16,
16,16,17,16, 9,11,10,13,12,11,12,12,14,13,11,12,
11,15,13,13,14,14,16,15,13,14,13,17,14,11,12,12,
14,14,12,12,13,15,15,12,13,13,15,14,14,14,15,16,
16,14,15,15,17,16,11,12,11,14,13,12,13,13,15,14,
12,13,12,15,13,14,15,15,16,16,14,15,14,17,15,13,
14,14,15,16,14,15,15,16,17,14,15,15,16,17,16,16,
16,17,17,16,17,17,18,18,13,15,14,16,15,15,15,15,
17,16,14,15,14,17,15,16,17,17,18,18,16,17,16,18,
16, 6, 8, 8,11,11, 8, 9, 9,11,12, 8, 9, 9,12,11,
10,11,11,13,14,10,12,11,14,13, 7, 9, 9,11,12, 9,
10,10,12,13, 9,10,10,13,12,11,11,12,13,15,11,12,
12,15,14, 8, 9, 9,12,11, 9,10,10,13,13, 9,11,10,
13,12,12,12,12,14,15,11,13,12,15,13,10,11,11,13,
14,11,12,12,13,15,11,12,12,14,14,13,13,14,14,16,
14,15,14,16,16,11,12,11,14,13,12,13,13,15,14,11,
13,12,15,13,14,15,15,16,16,13,14,14,16,14, 8, 9,
9,11,12, 9,10,11,12,13, 9,10,10,13,12,11,12,13,
14,15,11,12,12,15,14, 9, 9,11,11,13,10,10,12,12,
14,10,10,11,13,14,12,12,13,14,16,12,13,13,15,15,
9,11,10,13,12,10,11,11,13,14,10,12,11,14,13,12,
13,13,15,16,12,13,13,15,15,11,11,13,13,15,12,12,
14,13,15,13,13,14,14,15,14,14,15,14,17,15,15,15,
16,16,12,13,12,15,14,13,14,14,15,15,12,14,13,15,
14,15,15,15,17,17,14,15,14,17,15, 7, 9, 9,12,11,
9,10,10,12,12, 9,11,10,13,12,11,12,12,14,14,11,
13,12,15,14, 9,10,10,12,12,10,10,11,12,13,10,11,
11,14,13,12,12,13,14,15,12,13,13,16,15, 9,10,10,
13,12,10,11,11,13,13,10,11,10,14,12,13,13,13,15,
15,12,13,12,15,14,11,12,12,14,14,12,12,13,14,15,
13,14,13,15,15,14,13,15,14,16,15,16,15,17,16,12,
12,12,14,14,13,13,14,15,15,12,13,12,15,14,15,15,
16,16,17,14,15,14,17,14,10,11,12,13,14,11,12,13,
14,15,11,12,13,14,15,13,14,15,15,17,14,15,15,16,
16,11,12,13,12,15,12,12,14,13,16,13,13,14,13,16,
14,14,16,14,18,15,15,16,16,17,12,13,12,15,15,13,
14,14,15,16,13,14,13,16,15,15,15,16,17,18,15,15,
15,17,16,14,14,15,14,17,15,14,16,14,17,15,15,16,
15,18,16,16,17,16,19,17,17,17,17,18,14,15,15,17,
16,15,16,16,17,17,15,16,15,18,16,17,17,18,18,18,
16,17,16,18,17,10,11,11,14,13,11,12,12,15,14,11,
13,12,15,14,14,15,15,16,16,14,15,15,17,16,11,12,
12,15,14,12,13,13,15,14,13,14,13,16,14,14,15,15,
16,16,15,16,15,18,16,11,13,12,15,15,13,14,14,15,
15,12,14,13,16,15,15,16,16,17,17,15,16,15,17,16,
14,15,14,16,16,14,15,15,16,16,15,16,15,17,16,16,
16,17,16,17,17,18,17,19,18,14,15,15,17,16,15,16,
16,17,17,15,15,15,18,16,17,18,18,18,18,16,17,16,
19,16, 6, 8, 8,11,11, 8, 9, 9,11,12, 8, 9, 9,12,
11,10,11,12,13,14,10,11,11,14,13, 8, 9, 9,11,12,
9,10,11,12,13, 9,10,10,13,13,11,12,13,13,15,11,
12,12,15,14, 7, 9, 9,12,11, 9,10,10,12,13, 9,10,
10,13,12,11,12,12,14,15,11,12,11,14,13,11,11,12,
13,14,11,12,13,13,15,12,13,13,14,15,13,14,14,14,
16,14,15,15,16,16,10,11,11,14,13,11,12,12,14,14,
11,12,12,15,13,14,14,14,16,16,13,14,13,16,14, 7,
9, 9,11,12, 9,10,10,12,13, 9,10,10,12,12,11,12,
13,14,15,11,12,12,14,14, 9,10,10,12,13,10,10,11,
12,14,10,11,11,13,13,12,12,13,14,15,13,13,13,15,
15, 9,10,10,12,12,10,11,11,13,14,10,11,10,13,12,
12,13,13,15,16,12,13,12,15,14,11,12,13,14,14,12,
12,13,14,15,13,14,13,15,15,14,14,15,14,17,15,16,
15,17,16,11,12,12,14,14,13,13,13,15,15,12,13,12,
15,14,15,15,15,16,17,14,15,14,16,14, 8, 9, 9,12,
11, 9,10,10,12,13, 9,11,10,13,12,11,12,12,14,15,
11,12,12,15,14, 9,10,11,13,13,10,11,12,13,14,10,
11,11,14,13,12,13,13,15,15,12,13,13,16,15, 9,11,
9,13,11,10,11,10,14,13,10,12,10,14,12,12,13,13,
15,15,12,13,12,16,14,12,12,13,14,15,12,13,14,14,
16,13,14,14,15,15,14,14,15,15,17,15,16,15,17,16,
11,13,11,15,13,13,14,13,15,14,12,14,12,16,13,15,
15,15,16,16,14,15,14,17,14,10,11,11,13,14,11,12,
13,14,15,11,12,12,14,15,14,14,15,16,17,14,15,15,
16,16,11,12,13,14,15,12,13,14,15,16,13,14,14,15,
16,15,15,16,16,18,15,16,16,17,17,11,12,12,14,15,
13,13,14,14,16,12,13,13,15,15,15,15,16,16,18,14,
15,15,16,16,14,15,15,16,17,15,15,16,16,17,15,16,
16,17,17,16,16,17,16,19,17,18,17,18,18,14,14,15,
16,16,15,15,16,16,17,14,15,15,16,16,17,17,18,18,
19,16,17,16,17,16,10,12,11,14,13,11,13,12,15,14,
11,13,12,15,14,14,15,15,16,16,13,15,14,17,15,12,
13,13,15,15,13,13,14,15,16,13,14,14,16,16,14,15,
15,17,17,15,16,16,17,17,11,13,12,15,12,13,14,13,
16,13,12,14,12,16,13,15,16,15,17,16,14,16,14,18,
14,14,15,15,16,17,15,15,16,16,17,15,16,16,17,17,
16,16,17,17,18,17,18,17,18,18,14,15,14,17,14,15,
16,15,18,15,15,16,15,18,14,17,17,17,18,17,16,17,
16,19,16, 9,11,11,13,13,10,12,12,14,14,11,12,12,
15,14,13,14,14,16,16,13,14,14,16,16,10,11,12,14,
14,11,12,13,14,15,12,13,13,15,15,13,14,15,16,16,
14,15,15,17,16,11,12,12,15,14,12,13,13,15,15,12,
13,12,15,15,14,15,15,16,17,14,15,14,17,16,12,13,
14,15,16,13,13,14,15,16,13,14,15,16,16,14,15,16,
16,18,15,16,16,18,18,13,14,14,16,15,14,15,15,17,
16,14,15,15,17,16,16,17,17,18,18,16,17,16,18,17,
10,12,12,14,14,11,12,13,15,15,12,13,13,15,15,13,
14,15,16,17,14,15,15,17,16,11,11,13,14,15,12,12,
14,15,16,13,13,14,15,16,14,14,15,16,17,15,15,16,
17,17,12,13,12,15,15,13,14,14,16,16,13,14,13,16,
15,15,16,15,17,17,15,16,15,18,16,13,12,15,14,17,
14,13,16,14,17,14,14,16,15,18,15,14,17,16,18,16,
16,17,17,18,14,15,15,17,16,15,16,16,17,17,15,16,
15,18,16,17,17,17,18,18,16,17,16,19,17,10,11,11,
14,14,11,12,12,15,15,11,13,12,15,15,14,15,14,16,
16,14,15,15,17,16,11,12,12,15,14,12,12,13,15,15,
13,14,13,16,15,14,15,15,16,16,15,16,15,18,17,11,
13,12,15,15,13,14,13,15,15,12,14,13,16,15,15,16,
15,17,17,15,16,15,18,16,13,14,13,16,16,14,15,14,
16,16,14,15,15,17,16,16,16,16,16,18,16,18,17,19,
18,14,15,15,17,16,15,16,16,17,17,15,15,15,17,16,
17,17,18,18,19,16,17,16,18,16,12,13,13,15,16,13,
14,14,16,17,13,14,14,16,16,15,15,16,17,18,15,16,
16,18,17,13,13,14,14,17,14,14,15,15,17,14,14,15,
16,17,15,15,17,16,18,16,17,17,18,18,13,14,14,17,
16,14,15,15,17,17,14,15,14,17,16,16,17,17,18,18,
16,17,16,18,17,15,14,16,13,18,16,15,17,14,19,16,
16,17,15,18,17,16,18,15,19,18,18,18,17,19,15,16,
16,18,17,16,17,17,18,18,16,17,16,19,17,18,19,18,
19,19,17,18,17,20,18,11,12,12,15,15,13,13,14,15,
16,13,14,13,16,15,15,16,16,17,17,15,16,16,18,17,
12,14,13,16,15,13,13,14,15,16,14,15,14,17,16,16,
16,16,16,17,16,17,17,19,17,12,13,14,16,16,14,15,
15,16,17,13,15,13,17,15,16,17,17,18,18,16,17,16,
18,16,15,16,15,17,16,15,15,15,17,17,16,17,16,18,
17,17,16,17,16,18,18,19,18,20,18,15,16,16,17,17,
16,17,17,18,18,15,16,15,18,17,18,18,19,19,19,17,
18,16,19,16, 9,11,11,13,13,11,12,12,14,15,10,12,
12,14,14,13,14,14,16,16,13,14,14,16,16,11,12,12,
14,14,12,12,13,15,15,12,13,13,15,15,14,15,15,16,
17,14,15,15,16,16,10,12,11,14,14,12,13,13,15,15,
11,13,12,15,14,14,15,15,16,17,13,15,14,17,16,13,
14,14,15,16,14,15,15,16,17,14,15,15,16,17,16,16,
17,17,18,16,17,17,18,18,12,14,13,16,15,13,15,14,
17,16,13,14,13,17,15,15,16,16,18,18,15,16,15,18,
16,10,11,11,14,14,11,12,13,14,15,11,12,12,15,15,
14,15,15,16,17,14,15,15,16,16,11,12,13,15,15,12,
13,14,15,16,13,14,14,15,16,15,15,16,16,18,15,15,
16,17,17,11,12,12,14,15,13,13,14,15,16,12,13,13,
15,15,15,15,16,17,18,14,15,15,17,16,14,15,15,16,
17,15,15,16,16,17,15,16,16,17,17,16,16,17,16,19,
17,17,18,19,18,13,13,14,16,16,14,15,16,17,17,14,
14,15,16,16,16,16,17,18,18,16,16,16,18,16,10,12,
12,14,14,12,13,13,15,15,11,13,12,15,15,14,15,15,
16,17,13,15,14,17,16,12,13,13,15,15,13,13,14,15,
16,13,14,14,16,16,15,15,16,17,18,15,15,16,17,17,
11,13,12,15,14,13,14,13,16,15,12,14,12,16,14,15,
16,15,17,17,14,16,14,17,16,14,15,15,16,17,15,15,
16,16,18,15,16,16,17,17,16,17,17,17,19,17,17,17,
18,18,13,15,12,17,14,14,16,14,17,15,14,15,13,17,
14,16,17,16,18,17,15,17,14,19,15,11,12,12,15,15,
13,13,14,15,16,13,14,13,16,15,15,16,16,17,18,15,
16,16,17,17,12,14,13,16,16,13,13,15,15,17,14,15,
15,17,16,16,16,17,16,19,16,17,17,18,18,12,13,14,
15,16,14,14,15,16,17,13,14,13,16,15,16,17,17,18,
19,15,16,16,17,16,15,16,16,18,17,15,15,16,17,18,
16,17,17,18,18,16,16,18,16,19,18,19,19,20,19,15,
15,16,16,17,16,16,17,17,18,15,15,15,17,16,18,18,
19,18,20,17,17,16,18,16,12,13,13,16,15,13,14,14,
16,16,13,14,14,16,16,15,16,16,17,18,15,16,15,18,
17,13,14,14,16,16,14,15,15,16,17,14,15,15,17,17,
16,17,17,18,18,16,17,17,18,18,13,14,13,17,14,14,
15,14,17,16,14,15,14,17,15,16,17,17,18,18,15,17,
15,19,15,16,16,16,17,18,16,16,17,17,19,16,17,17,
18,19,17,17,18,18,20,18,18,18,19,19,15,16,14,18,
13,16,17,16,19,15,16,17,15,19,14,18,18,18,19,17,
17,18,16,20,15,
};
static const static_codebook _44p6_p2_0 = {
5, 3125,
(char *)_vq_lengthlist__44p6_p2_0,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44p6_p2_0,
0
};
static const long _vq_quantlist__44p6_p3_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44p6_p3_0[] = {
1, 5, 5, 5, 7, 8, 5, 8, 7, 5, 7, 8, 8, 8,10, 8,
10,10, 5, 8, 7, 8,10,10, 8,10, 8, 6, 8, 9, 8,10,
12, 9,11,11, 9,10,11,11,11,13,12,13,13, 9,11,11,
11,13,13,11,13,12, 6, 9, 8, 9,11,11, 8,12,10, 9,
11,11,11,12,13,11,13,13, 9,11,10,11,13,13,11,13,
11, 5, 9, 9, 8,11,11, 9,12,11, 8,10,11,10,11,13,
11,13,13, 9,11,11,11,13,13,11,13,12, 8,10,11,10,
12,13,10,13,12,10,10,13,11,11,14,12,13,14,11,13,
12,13,14,14,12,14,12, 8,11,10,11,12,13,11,14,12,
10,13,12,12,12,13,13,15,14,11,12,13,13,14,15,12,
14,12, 5, 9, 9, 9,11,12, 8,11,11, 9,11,11,11,12,
13,11,13,13, 8,11,10,11,13,13,10,13,11, 8,10,11,
11,12,14,11,13,12,11,13,12,12,12,14,13,15,14,10,
12,13,13,14,15,12,13,12, 8,11,10,10,12,13,10,13,
12,11,12,13,12,12,14,13,14,14,10,13,10,12,14,13,
11,14,11,
};
static const static_codebook _44p6_p3_0 = {
5, 243,
(char *)_vq_lengthlist__44p6_p3_0,
1, -533200896, 1614282752, 2, 0,
(long *)_vq_quantlist__44p6_p3_0,
0
};
static const long _vq_quantlist__44p6_p3_1[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44p6_p3_1[] = {
5, 7, 7, 6, 7, 7, 6, 7, 7, 6, 7, 7, 7, 8, 8, 7,
8, 8, 6, 7, 7, 7, 8, 8, 7, 8, 8, 7, 7, 8, 7, 8,
8, 7, 8, 8, 8, 8, 8, 8, 8, 9, 8, 9, 9, 8, 8, 8,
8, 9, 9, 8, 9, 8, 7, 8, 7, 7, 8, 8, 7, 8, 8, 8,
8, 8, 8, 8, 9, 8, 9, 9, 8, 8, 8, 8, 9, 9, 8, 9,
8, 6, 8, 8, 7, 8, 8, 7, 8, 8, 7, 8, 8, 8, 8, 9,
8, 9, 9, 8, 8, 8, 8, 9, 9, 8, 9, 8, 7, 8, 8, 8,
8, 9, 8, 9, 9, 8, 8, 9, 8, 9, 9, 9, 9, 9, 8, 9,
9, 9, 9, 9, 9, 9, 9, 7, 8, 8, 8, 9, 9, 8, 9, 8,
8, 8, 8, 8, 9, 9, 9, 9, 9, 8, 9, 8, 9, 9, 9, 9,
9, 9, 6, 8, 8, 7, 8, 8, 7, 8, 8, 8, 8, 8, 8, 8,
9, 8, 9, 9, 7, 8, 8, 8, 9, 9, 8, 9, 8, 7, 8, 8,
8, 8, 9, 8, 9, 8, 8, 8, 9, 9, 9, 9, 9, 9, 9, 8,
8, 8, 9, 9, 9, 8, 9, 9, 7, 8, 8, 8, 9, 9, 8, 9,
8, 8, 9, 9, 9, 9, 9, 9, 9, 9, 8, 9, 8, 9, 9, 9,
9, 9, 9,
};
static const static_codebook _44p6_p3_1 = {
5, 243,
(char *)_vq_lengthlist__44p6_p3_1,
1, -535822336, 1611661312, 2, 0,
(long *)_vq_quantlist__44p6_p3_1,
0
};
static const long _vq_quantlist__44p6_p4_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44p6_p4_0[] = {
2, 5, 5, 5, 7, 8, 5, 8, 7, 5, 7, 7, 7, 7, 9, 7,
9, 9, 5, 7, 7, 8, 9, 9, 7, 9, 7, 6, 8, 8, 8, 9,
10, 8, 9, 9, 8, 9,10, 9, 9,11,10,11,11, 8, 9, 9,
10,11,11, 9,11,10, 6, 8, 8, 8, 9, 9, 8,10, 9, 8,
9, 9, 9,10,11,10,11,10, 8,10, 9,10,11,11, 9,11,
9, 6, 8, 8, 7, 9, 9, 8,10, 9, 7, 9, 9, 9, 9,10,
9,10,10, 8, 9, 9, 9,10,10, 9,11,10, 7, 9, 9, 8,
10,10, 9,10,10, 9, 9,10,10,10,11,10,11,11, 9,10,
10,10,11,11,10,11,10, 7, 9, 9, 9, 9,10, 9,10, 9,
8,10, 9, 9, 9,11,10,11,11, 9,10,10,10,11,11, 9,
11, 9, 6, 8, 8, 8, 9,10, 7, 9, 9, 8, 9, 9, 9,10,
10, 9,10,10, 7, 9, 9, 9,10,10, 9,10, 9, 7, 9, 9,
9, 9,10, 9,10, 9, 9,10,10, 9, 9,11,10,11,11, 8,
9,10,10,11,11, 9,11, 9, 7, 9, 9, 9,10,10, 8,10,
10, 9,10,10,10,10,11,10,11,11, 9,10, 9,10,11,11,
10,11,10,
};
static const static_codebook _44p6_p4_0 = {
5, 243,
(char *)_vq_lengthlist__44p6_p4_0,
1, -531365888, 1616117760, 2, 0,
(long *)_vq_quantlist__44p6_p4_0,
0
};
static const long _vq_quantlist__44p6_p4_1[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44p6_p4_1[] = {
6, 8, 8,10,10, 8, 9, 9,10,11, 8,10, 9,11,10, 9,
10,10,11,11, 9,10,10,11,11, 8, 9, 9,10,10, 9, 9,
10,11,11,10,10,10,11,11,10,11,11,11,11,10,11,11,
11,11, 8, 9, 9,11,10,10,10,10,11,11, 9,10, 9,11,
11,10,11,11,11,11,10,11,10,11,11,10,10,11,11,11,
10,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,10,11,10,11,11,11,11,11,11,11,10,11,
11,11,11,11,11,11,11,11,11,11,11,11,11, 8, 9,10,
11,11,10,10,11,11,11,10,10,10,11,11,10,11,11,12,
12,10,11,11,12,12,10,10,11,11,11,10,10,11,11,12,
11,11,11,12,12,11,11,12,12,12,11,11,12,12,12,10,
10,10,11,11,11,11,11,12,12,10,11,11,12,12,11,12,
12,12,12,11,12,11,12,12,11,11,11,11,12,11,11,12,
12,12,11,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,11,11,11,12,11,11,12,12,12,12,11,12,12,12,12,
12,12,12,12,12,12,12,12,12,12, 8,10, 9,11,11,10,
10,10,11,11,10,11,10,11,11,10,11,11,12,12,10,11,
11,12,12,10,10,10,11,11,10,11,11,12,12,11,11,11,
12,12,11,11,12,12,12,11,12,12,12,12,10,11,10,11,
11,11,11,11,12,12,10,11,10,12,11,11,12,11,12,12,
11,12,11,12,12,11,11,11,12,12,11,11,12,12,12,11,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,11,11,
11,12,11,11,12,12,12,12,11,12,11,12,12,12,12,12,
12,12,12,12,12,12,12,10,11,11,11,12,11,11,12,12,
12,11,11,11,12,12,11,12,12,12,12,11,12,12,12,12,
11,11,12,12,12,11,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,13,11,12,11,12,12,12,12,
12,12,12,11,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,13,12,13,12,12,12,12,13,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,13,13,13,13,12,
12,12,13,12,10,11,11,12,11,11,11,12,12,12,11,12,
11,12,12,11,12,12,12,12,11,12,12,12,12,11,11,12,
12,12,11,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,11,12,11,12,12,12,12,12,12,12,
11,12,12,12,12,12,12,12,12,12,12,12,12,13,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,13,12,12,12,12,13,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,13,13,12,13,12,13,
12, 8,10,10,11,11,10,10,11,11,11,10,11,10,11,11,
10,11,11,12,12,10,11,11,12,12, 9,10,11,11,11,10,
10,11,12,12,10,11,11,12,12,11,11,12,12,12,11,12,
12,12,12,10,11,10,11,11,11,11,11,12,12,10,11,11,
12,12,11,12,12,12,12,11,12,11,12,12,11,11,11,12,
12,11,11,12,12,12,11,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,11,11,11,12,12,11,12,12,12,12,11,
12,12,12,12,12,12,12,12,12,12,12,12,12,12, 9,10,
10,11,11,10,11,11,12,12,10,11,11,12,12,11,11,12,
12,12,11,12,12,12,12,10,11,11,12,12,11,11,12,12,
12,11,11,12,12,12,11,11,12,12,12,12,12,12,12,12,
10,11,11,12,12,11,12,12,12,12,11,12,11,12,12,12,
12,12,12,12,12,12,12,12,12,11,11,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,11,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12, 9,10,10,11,11,
10,11,11,12,12,10,11,11,12,11,11,12,12,12,12,11,
12,12,12,12,10,11,11,12,12,11,11,11,12,12,11,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,10,11,11,
12,12,11,12,12,12,12,11,12,11,12,12,12,12,12,12,
12,12,12,12,12,12,11,12,12,12,12,11,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,11,
12,12,12,12,12,12,12,12,12,11,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,11,11,11,12,12,11,12,12,
12,12,11,12,12,12,12,12,12,12,12,12,12,12,12,12,
13,11,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,13,12,13,12,12,13,13,13,11,12,12,12,12,12,
12,12,13,13,12,12,12,13,12,12,12,12,13,13,12,13,
12,13,13,12,12,12,12,12,12,12,12,12,13,12,13,13,
13,13,12,13,13,13,13,13,13,13,13,13,12,12,12,12,
12,12,12,13,13,13,12,13,12,13,13,12,13,13,13,13,
12,13,13,13,13,11,11,11,12,12,11,12,12,12,12,11,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,11,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,13,
12,13,12,12,12,13,13,11,12,12,12,12,12,12,12,12,
13,12,12,12,13,12,12,13,12,13,13,12,13,12,13,13,
12,12,12,12,12,12,12,13,13,13,12,12,13,13,13,12,
13,13,12,13,13,13,13,13,13,12,12,12,12,12,12,13,
12,13,13,12,13,12,13,12,12,13,13,13,13,12,13,13,
13,13, 8,10,10,11,11,10,10,11,11,11, 9,11,10,11,
11,10,11,11,12,12,10,11,11,12,12,10,10,11,11,11,
10,11,11,12,12,11,11,11,12,12,11,11,12,12,12,11,
12,12,12,12, 9,11,10,11,11,10,11,11,12,12,10,11,
10,12,12,11,12,12,12,12,11,12,11,12,12,11,11,11,
12,12,11,12,12,12,12,11,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,11,11,11,12,12,11,12,12,12,12,
11,12,11,12,12,12,12,12,12,12,12,12,12,12,12, 9,
10,10,11,11,10,11,11,12,12,10,11,11,12,12,11,12,
12,12,12,11,12,12,12,12,10,11,11,12,12,11,11,12,
12,12,11,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,10,11,11,12,12,11,11,12,12,12,11,11,11,12,12,
12,12,12,12,12,11,12,12,12,12,11,12,12,12,12,11,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,11,12,12,12,12,12,12,12,12,12,11,12,12,
12,12,12,12,12,12,12,12,12,12,12,12, 9,10,10,11,
11,10,11,11,12,12,10,11,11,12,12,11,12,12,12,12,
11,12,11,12,12,10,11,11,12,12,11,11,12,12,12,11,
11,12,12,12,12,12,12,12,12,12,12,12,12,12,10,11,
11,12,12,11,12,11,12,12,11,12,11,12,12,12,12,12,
12,12,11,12,11,12,12,11,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
11,12,11,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,11,11,11,12,12,11,12,
12,12,12,11,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,11,12,12,12,12,12,12,12,12,12,12,12,12,13,
13,12,12,12,13,13,12,12,13,13,13,11,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,13,12,13,13,12,
12,12,13,12,12,12,12,12,12,12,12,13,13,13,12,12,
13,13,13,12,13,13,12,13,12,13,13,13,13,12,12,12,
12,12,12,12,13,13,13,12,12,12,13,12,12,13,13,13,
13,12,13,13,13,13,11,11,11,12,12,11,12,12,12,12,
11,12,12,12,12,12,12,12,12,12,12,12,12,12,12,11,
12,12,12,12,12,12,12,12,12,12,12,12,13,12,12,12,
13,13,13,12,12,12,13,13,11,12,12,12,12,12,12,12,
13,12,12,12,12,13,12,12,13,12,13,13,12,13,12,13,
12,12,12,12,12,12,12,12,13,13,13,12,13,13,13,13,
12,13,13,13,13,13,13,13,13,13,12,12,12,12,12,12,
13,12,13,12,12,13,12,13,12,13,13,13,13,13,12,13,
13,13,13,10,11,11,12,12,11,12,12,12,12,11,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,11,11,12,12,
12,11,12,12,12,12,12,12,12,12,12,12,12,12,13,13,
12,12,12,13,13,11,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,13,13,12,12,12,13,12,12,12,
12,12,12,12,12,12,12,13,12,12,12,12,13,12,12,13,
12,13,12,13,13,13,13,12,12,12,12,12,12,12,12,13,
12,12,12,12,13,12,12,13,13,13,13,12,13,12,13,13,
11,11,11,12,12,11,12,12,12,12,11,12,12,12,12,12,
12,12,12,13,12,12,12,13,12,11,12,12,12,12,12,12,
12,12,13,12,12,12,12,13,12,12,13,13,13,12,12,13,
13,13,11,12,12,12,12,12,12,12,12,13,12,12,12,13,
12,12,13,12,13,13,12,13,12,13,13,12,12,12,12,12,
12,12,13,12,13,12,12,13,13,13,12,12,13,13,13,13,
13,13,13,13,12,12,12,12,12,12,13,13,13,13,12,13,
12,13,12,12,13,13,13,13,12,13,13,13,13,11,11,11,
12,12,11,12,12,12,12,11,12,12,12,12,12,12,12,12,
12,12,12,12,12,13,11,12,12,12,12,12,12,12,12,13,
12,12,12,13,13,12,12,13,13,13,12,12,13,13,13,11,
12,12,12,12,12,12,12,13,13,12,12,12,13,12,12,13,
12,13,13,12,13,12,13,13,12,12,12,12,12,12,12,12,
12,13,12,13,12,13,13,12,13,13,13,13,12,13,13,13,
13,12,12,12,12,12,12,13,12,13,13,12,12,12,13,13,
12,13,13,13,13,12,13,12,13,13,11,12,12,12,12,11,
12,12,12,12,11,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,11,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,13,12,13,12,12,12,13,13,11,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,13,13,
12,13,12,13,13,12,12,12,12,12,12,12,13,12,13,12,
12,13,12,13,12,12,13,12,13,12,13,13,13,13,12,12,
12,12,12,12,12,12,12,12,12,12,12,13,12,12,13,13,
13,13,12,13,12,13,12,11,11,11,12,12,11,12,12,12,
12,11,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
11,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,13,13,11,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,13,13,12,12,12,
13,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,13,12,12,12,13,12,12,12,12,12,12,12,12,
12,12,12,13,12,12,12,12,13,12,12,13,12,13,12,12,
13,12,13,12,10,11,11,12,12,11,12,12,12,12,11,12,
11,12,12,11,12,12,12,12,11,12,12,12,12,11,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
13,12,12,12,13,13,11,12,11,12,12,12,12,12,12,12,
11,12,12,12,12,12,12,12,13,13,12,12,12,13,12,12,
12,12,12,12,12,12,12,12,13,12,12,12,12,13,12,13,
13,12,13,12,13,13,13,13,12,12,12,12,12,12,12,12,
13,13,12,12,12,13,12,12,13,13,13,13,12,13,12,13,
12,11,11,11,12,12,11,12,12,12,12,11,12,12,12,12,
12,12,12,13,13,12,12,12,13,12,11,12,12,12,12,12,
12,12,12,13,12,12,12,13,13,12,12,13,13,13,12,12,
13,13,13,11,12,12,12,12,12,12,12,13,13,12,12,12,
13,12,12,13,12,13,13,12,12,12,13,13,12,12,12,12,
12,12,12,13,13,13,12,12,13,13,13,12,12,13,13,13,
12,13,13,13,13,12,12,12,12,12,12,12,13,13,13,12,
12,12,13,12,12,13,13,13,13,12,13,13,13,13,11,11,
11,12,12,11,12,12,12,12,11,12,12,12,12,12,12,12,
12,13,12,12,12,13,13,11,12,12,12,12,12,12,12,12,
13,12,12,12,13,13,12,12,13,13,13,12,12,13,13,13,
11,12,12,12,12,12,12,12,13,12,12,12,12,13,12,12,
13,12,13,13,12,13,12,13,13,12,12,12,12,12,12,12,
12,13,13,12,13,12,13,13,12,13,13,13,13,13,13,13,
13,13,12,12,12,12,12,12,13,12,13,13,12,13,12,13,
12,12,13,13,13,13,12,13,12,13,13,11,11,11,12,12,
11,12,12,12,12,11,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,11,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,13,12,12,12,13,13,11,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,13,
13,12,12,12,12,12,12,12,12,12,12,12,12,12,12,13,
12,12,12,12,13,12,12,12,12,13,12,12,13,12,13,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
13,12,12,12,13,12,12,12,11,12,11,12,12,11,12,12,
12,12,11,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,11,12,12,12,12,12,12,12,12,13,12,12,12,12,12,
12,12,12,13,13,12,12,12,13,13,11,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,13,12,13,13,12,12,
12,13,12,12,12,12,12,12,12,12,12,12,13,12,12,12,
13,13,12,12,13,12,13,12,13,13,13,13,12,12,12,12,
12,12,12,12,13,12,12,12,12,13,12,12,13,12,13,13,
12,13,12,13,12,
};
static const static_codebook _44p6_p4_1 = {
5, 3125,
(char *)_vq_lengthlist__44p6_p4_1,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44p6_p4_1,
0
};
static const long _vq_quantlist__44p6_p5_0[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44p6_p5_0[] = {
2, 6, 6,10,10, 5, 7, 8,11,12, 5, 8, 7,12,11, 9,
11,11,13,15, 9,11,11,15,13, 6, 7, 8,11,11, 7, 7,
9,11,13, 8, 9, 9,13,12,11,11,12,12,15,11,12,12,
15,14, 6, 8, 7,11,11, 8, 9, 9,12,13, 7, 9, 7,13,
11,11,12,12,14,15,11,12,11,15,12,10,11,11,12,14,
10,11,12,12,15,12,13,13,14,15,13,12,14,12,16,15,
15,15,16,16,10,11,11,14,12,12,13,13,15,14,10,12,
11,15,12,15,15,15,16,17,13,14,12,17,12, 6, 8, 8,
12,12, 8, 9,10,13,13, 8, 9, 9,13,13,12,12,13,15,
16,12,13,13,16,15, 8, 9,10,12,13, 9, 9,11,13,14,
10,11,11,14,14,13,13,14,15,16,13,14,14,16,16, 8,
10, 9,13,13,10,11,11,14,14, 9,10,10,14,13,13,14,
14,16,17,13,13,13,16,15,12,13,13,14,16,13,13,14,
14,16,14,14,14,16,16,15,15,16,15,18,16,17,17,18,
18,12,13,13,15,15,14,14,14,16,16,13,14,13,16,15,
16,16,17,18,18,15,16,15,18,15, 6, 8, 8,12,12, 8,
9, 9,13,13, 8,10, 9,13,13,12,13,13,15,16,12,13,
12,16,15, 8, 9,10,13,13, 9,10,10,13,14,10,11,11,
14,14,13,13,13,15,16,13,14,14,17,16, 8,10, 9,13,
13,10,11,11,14,14, 9,11, 9,14,13,13,14,14,16,16,
13,14,13,16,14,12,13,13,15,16,13,13,14,15,16,14,
14,14,16,16,15,15,16,15,18,17,17,17,18,18,12,13,
13,16,14,14,14,14,16,16,13,14,13,16,14,16,17,17,
18,18,15,16,15,18,15,11,12,13,14,16,13,13,14,15,
17,13,14,14,16,17,16,16,17,17,19,16,17,17,18,19,
13,13,14,16,16,14,14,15,16,17,14,15,15,17,17,17,
16,17,17,19,17,17,18,19,19,13,14,14,16,16,14,14,
15,17,18,14,15,14,17,17,17,17,18,18,19,17,17,17,
18,19,16,16,16,17,18,17,17,17,18,19,17,17,17,18,
19,18,18,19,18,20,19,20,19,21,20,16,17,17,18,18,
17,17,18,19,19,17,17,17,19,18,19,19,19,19,20,19,
19,19,20,19,11,13,12,16,14,13,14,14,17,16,13,14,
13,17,15,16,17,17,18,18,16,17,16,19,17,13,14,14,
16,16,14,14,14,17,17,14,15,15,17,16,17,17,17,19,
19,17,18,17,19,18,13,14,13,17,16,14,15,15,17,17,
14,15,14,18,16,17,17,17,19,19,17,17,16,19,17,16,
17,17,18,19,17,17,17,18,18,17,18,17,19,18,18,19,
18,19,19,19,20,19,20,20,16,17,16,18,17,17,17,17,
18,18,17,18,17,19,17,19,19,19,19,20,18,19,19,20,
18, 6, 8, 8,12,12, 8, 9, 9,13,13, 8,10, 9,13,13,
11,13,13,15,16,12,13,13,16,15, 8, 9, 9,13,13, 9,
9,10,13,14,10,11,11,14,14,12,12,13,14,16,13,14,
14,17,16, 8,10, 9,13,13,10,11,11,14,14, 9,11,10,
14,13,13,14,14,16,16,13,14,13,16,15,12,13,13,14,
16,12,13,14,14,16,13,14,14,16,16,15,14,16,15,18,
16,17,17,18,17,12,13,13,16,15,14,14,14,16,16,13,
14,13,16,15,16,16,17,17,17,15,16,15,18,15, 7, 9,
9,13,13, 9, 9,11,13,14, 9,10,10,14,13,12,13,14,
15,16,12,14,13,17,15, 9, 9,10,13,14,10, 9,11,13,
15,11,11,11,14,14,13,12,14,14,17,14,14,14,17,16,
9,10,10,14,13,11,11,11,14,14,10,11,10,15,13,14,
14,14,16,17,13,14,13,17,14,13,13,14,14,16,13,13,
14,14,17,14,14,14,16,16,15,14,16,15,18,17,17,17,
18,18,13,14,13,16,15,14,14,15,17,16,13,14,13,17,
15,17,16,17,17,17,15,16,14,18,14, 7, 9, 9,13,13,
9,10,10,13,14, 9,11,10,14,13,13,14,14,16,16,13,
14,14,17,15, 9,10,10,14,13, 9,10,11,13,14,11,12,
11,15,14,13,13,14,14,16,14,15,15,17,17, 9,10,10,
14,14,11,12,12,14,15,10,11,10,15,13,14,15,15,17,
17,14,15,13,17,14,13,14,13,16,16,13,13,14,15,16,
14,15,15,17,17,15,14,16,15,18,17,18,17,20,18,13,
14,14,16,16,15,15,15,17,17,13,14,13,17,15,17,17,
18,18,18,15,16,14,19,14,12,13,13,15,16,13,13,15,
16,17,13,14,14,16,16,15,15,17,17,19,16,17,17,19,
18,13,13,14,15,17,14,13,15,15,17,14,15,15,16,17,
16,15,18,16,19,17,17,17,18,19,13,14,14,17,16,14,
15,15,17,17,14,15,14,17,16,17,17,17,18,19,16,17,
16,19,17,16,16,17,16,18,16,16,17,16,19,17,17,18,
18,19,18,17,18,17,21,19,19,19,20,19,16,17,17,18,
18,17,17,18,18,19,16,17,16,18,18,19,19,19,19,20,
18,18,17,20,18,11,13,13,16,15,13,14,14,16,17,13,
15,14,17,16,16,17,17,18,18,17,17,17,19,18,13,14,
13,17,16,14,13,14,16,17,15,16,15,18,16,17,16,17,
17,19,18,18,18,20,18,13,14,14,16,17,15,15,15,17,
18,14,15,14,18,16,18,18,18,19,20,17,18,16,20,17,
16,17,16,18,18,16,16,17,18,18,17,18,18,19,18,18,
17,19,17,20,19,20,19,22,20,16,16,17,18,18,18,17,
17,19,19,16,17,16,18,17,19,20,19,22,21,18,19,18,
21,17, 6, 8, 8,12,12, 8, 9,10,13,13, 8, 9, 9,13,
13,12,13,13,15,16,11,13,13,16,15, 8, 9,10,13,13,
9,10,11,13,14,10,11,11,14,14,13,13,14,15,16,13,
14,14,16,16, 8, 9, 9,13,13,10,11,11,14,14, 9,10,
9,14,13,13,14,14,16,17,12,14,12,16,14,12,13,13,
15,16,13,13,14,15,16,13,14,14,15,17,15,15,16,15,
18,16,16,17,17,17,12,13,13,16,14,13,14,14,16,16,
12,14,13,16,14,16,17,17,18,18,15,15,14,18,14, 7,
9, 9,13,13, 9,10,11,13,14, 9,10,10,14,13,13,14,
14,15,17,13,14,14,16,15, 9,10,10,14,14,10,10,11,
13,15,11,12,12,15,14,14,13,15,14,17,14,15,15,17,
17, 9,10,10,13,14,11,11,12,14,15, 9,11,10,14,13,
14,15,15,16,18,13,14,13,16,14,13,14,14,16,16,13,
13,14,15,17,15,15,15,16,17,15,14,16,15,18,17,17,
18,19,18,13,14,14,16,16,14,15,15,17,17,13,14,13,
16,15,17,17,18,18,18,15,16,14,18,15, 7, 9, 9,13,
13, 9,10,10,13,14, 9,11,10,14,13,12,13,14,15,16,
12,14,13,16,15, 9,10,10,13,14,10,10,11,13,14,11,
11,11,15,14,13,13,14,14,16,14,14,14,17,16, 9,10,
9,14,13,11,11,11,14,14,10,11, 9,15,13,14,14,14,
16,16,13,14,12,17,14,13,13,14,15,16,13,13,14,15,
16,14,15,14,16,17,15,14,16,14,18,16,17,17,18,18,
13,14,13,16,14,14,14,14,16,16,13,14,13,17,14,17,
17,17,18,18,15,16,14,18,15,11,13,13,16,16,13,14,
15,16,17,13,14,14,17,16,16,17,17,18,19,17,17,17,
19,18,13,14,14,17,17,13,13,15,16,18,15,15,15,17,
17,17,16,18,17,20,18,17,18,19,19,13,14,14,16,17,
15,15,16,16,18,14,15,14,16,16,17,17,18,18,20,17,
18,16,18,17,16,17,16,19,18,16,16,17,18,19,18,18,
18,19,19,18,17,18,17,21,20,19,19,21,21,16,16,17,
18,18,17,17,18,19,19,16,17,16,19,18,20,20,20,19,
21,18,18,17,20,18,12,13,13,16,15,13,14,14,16,16,
13,14,13,17,16,16,17,17,18,18,15,17,15,19,17,13,
14,14,16,17,14,14,15,16,17,14,15,15,17,17,16,16,
17,17,18,17,17,17,19,19,13,14,13,17,15,14,15,15,
17,16,14,15,13,17,15,17,18,17,19,18,16,17,15,20,
16,16,17,17,18,18,16,16,17,18,18,17,18,17,19,18,
17,17,18,18,20,19,20,19,20,19,16,16,16,19,16,17,
17,17,19,18,16,17,16,19,16,19,19,19,19,19,18,19,
17,19,17,11,13,13,16,16,13,14,14,17,17,13,14,14,
17,17,15,17,17,19,19,16,18,17,20,19,12,14,14,17,
17,13,14,15,17,18,14,15,15,17,18,16,16,17,18,20,
17,18,18,20,18,13,14,14,17,17,14,15,15,17,18,14,
15,15,17,17,17,18,17,19,19,17,18,17,19,19,15,16,
16,18,18,15,16,17,18,19,16,17,17,19,19,17,17,18,
18,21,18,19,19,21,19,16,17,17,18,18,17,17,18,19,
19,17,18,17,19,19,19,19,19,20,20,18,19,18,21,19,
12,13,13,16,16,13,14,14,16,17,13,15,14,17,16,15,
16,17,17,19,16,17,17,19,18,13,13,14,16,17,14,13,
15,16,17,14,15,15,17,17,15,15,17,17,20,17,17,18,
19,18,13,14,14,17,16,15,15,15,17,18,14,15,14,17,
16,17,17,17,18,18,16,17,16,19,17,16,15,17,17,19,
16,15,17,16,19,17,16,17,18,19,17,16,19,16,20,19,
18,19,19,19,16,17,17,18,18,17,17,17,18,19,16,17,
16,19,18,20,19,19,20,19,18,18,17,20,17,11,13,13,
16,16,13,14,15,16,17,14,15,14,18,16,17,17,17,18,
21,17,18,17,20,19,13,14,14,17,16,13,14,15,16,18,
15,16,15,18,17,17,16,17,17,19,17,18,18,20,19,13,
14,14,16,17,15,15,16,17,18,14,15,14,18,17,17,18,
18,19,20,17,18,16,19,17,16,17,15,19,18,16,16,16,
18,18,17,18,17,20,19,18,17,18,17,20,20,20,19,22,
20,16,17,17,18,19,18,18,18,19,20,16,17,16,19,18,
20,19,19,20,20,18,19,17,20,17,13,14,14,16,17,14,
14,16,16,18,14,16,15,17,16,16,16,17,17,18,17,17,
16,19,18,14,14,15,16,17,14,14,16,16,18,16,16,16,
17,17,16,15,17,16,19,18,18,18,19,19,14,15,15,17,
17,15,16,16,17,18,14,16,14,18,16,17,17,18,18,19,
16,17,16,19,17,16,16,17,16,18,16,16,17,16,19,18,
18,18,17,18,17,16,18,16,20,19,19,19,19,19,16,17,
17,18,18,17,17,18,19,19,16,17,16,19,17,18,19,19,
19,20,17,18,16,20,16,11,14,13,17,17,14,14,16,16,
18,14,16,14,19,16,18,18,19,18,19,18,19,18,21,18,
13,15,14,18,16,14,14,16,16,18,16,17,16,19,17,18,
16,19,17,20,19,19,19,21,19,13,14,15,17,18,17,16,
17,17,19,14,16,14,18,16,20,19,19,20,21,18,19,16,
21,17,17,18,16,19,17,16,16,17,18,18,19,19,18,21,
18,17,17,18,17,20,20,20,20,22,20,17,17,18,18,20,
19,19,19,18,20,16,17,17,19,19,21,21,21,20,21,17,
19,17,23,17,11,13,13,16,16,13,14,14,17,17,13,14,
14,17,17,16,17,17,19,20,15,16,16,19,19,13,14,14,
16,17,14,15,15,17,18,14,15,15,17,17,17,17,18,19,
19,17,17,18,19,19,13,14,14,17,16,14,15,15,17,17,
13,15,14,18,17,17,18,18,19,20,16,17,16,19,18,16,
16,17,18,18,17,17,17,18,19,17,18,17,19,19,19,19,
19,19,20,19,20,19,20,20,15,16,16,18,17,16,17,17,
20,18,15,16,16,19,17,19,19,19,20,20,17,18,17,21,
17,11,13,13,16,16,13,14,15,16,17,13,15,14,17,16,
17,17,18,18,20,17,17,17,19,19,13,14,14,17,17,14,
14,15,17,18,15,15,15,18,17,17,17,18,17,20,18,18,
17,20,18,13,14,14,16,17,15,15,16,17,18,14,15,13,
17,17,17,18,18,19,20,17,17,16,19,17,16,17,17,18,
18,16,16,17,18,18,18,18,18,19,19,18,17,19,18,21,
19,20,20,20,20,16,15,17,18,18,17,17,18,18,20,16,
16,16,18,17,20,19,20,21,22,17,18,17,20,17,12,13,
13,16,16,13,14,15,16,17,13,14,14,17,16,16,17,18,
18,19,15,16,16,19,18,13,14,14,16,17,14,14,15,16,
17,14,15,15,17,17,16,16,17,17,19,17,17,17,19,18,
13,14,13,17,16,14,15,15,17,17,13,15,13,17,16,17,
17,17,19,19,15,17,15,19,17,16,17,17,18,18,16,16,
17,17,19,17,18,17,19,19,18,17,19,17,19,19,19,19,
20,19,15,17,15,19,16,17,17,16,19,18,16,17,15,18,
16,19,19,19,20,19,17,19,16,19,16,11,14,14,17,17,
15,14,16,16,18,15,16,14,18,16,18,18,19,18,21,18,
19,18,20,18,13,15,14,18,17,14,14,16,16,18,16,17,
16,19,17,17,17,19,17,22,19,19,19,21,19,13,14,15,
17,18,17,16,17,17,19,14,16,14,18,16,19,19,19,20,
21,18,18,16,20,17,17,18,16,19,18,15,17,17,19,19,
19,19,18,21,19,18,17,20,17,21,22,21,20,21,21,17,
16,19,18,20,19,18,19,18,20,16,17,16,19,18,21,20,
21,19,23,18,19,16,20,17,13,14,14,17,16,14,14,15,
16,18,14,16,14,17,16,16,16,17,17,19,16,17,16,19,
17,14,15,15,17,17,14,14,16,16,17,15,16,16,18,17,
16,16,17,17,19,17,18,17,19,18,14,15,14,17,16,16,
16,16,17,17,14,16,14,17,16,18,18,18,18,19,16,17,
15,19,16,17,17,17,18,18,16,15,17,17,18,18,18,18,
19,19,17,16,18,16,19,19,19,19,19,19,16,17,16,19,
16,18,18,17,19,18,16,17,16,19,16,19,19,20,19,19,
17,18,16,20,16,
};
static const static_codebook _44p6_p5_0 = {
5, 3125,
(char *)_vq_lengthlist__44p6_p5_0,
1, -528744448, 1616642048, 3, 0,
(long *)_vq_quantlist__44p6_p5_0,
0
};
static const long _vq_quantlist__44p6_p5_1[] = {
3,
2,
4,
1,
5,
0,
6,
};
static const char _vq_lengthlist__44p6_p5_1[] = {
2, 3, 3, 3, 3, 3, 3,
};
static const static_codebook _44p6_p5_1 = {
1, 7,
(char *)_vq_lengthlist__44p6_p5_1,
1, -533200896, 1611661312, 3, 0,
(long *)_vq_quantlist__44p6_p5_1,
0
};
static const long _vq_quantlist__44p6_p6_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44p6_p6_0[] = {
1, 5, 5, 5, 7, 9, 5, 9, 7, 5, 7, 8, 7, 7,10, 9,
10,10, 5, 8, 7, 9,10,10, 7,10, 7, 6, 9, 9, 9,10,
12, 9,11,11, 9,10,11,11,11,13,12,13,13, 9,11,11,
12,13,13,11,13,11, 6, 9, 9, 9,11,11, 9,12,10, 9,
11,11,11,11,13,12,13,13, 9,11,10,12,13,13,11,13,
11, 6, 9, 9, 9,11,12, 9,12,11, 9,10,11,10,10,13,
12,13,13, 9,11,11,12,13,12,11,13,11, 7, 9,10, 9,
10,12,10,12,11,10,10,12,10,10,12,12,12,13,10,11,
11,12,12,13,10,12,10, 7,10,10,11,11,14,11,14,11,
10,12,11,11,11,14,14,14,14,10,11,12,14,14,14,11,
14,11, 6, 9, 9, 9,11,12, 9,12,11, 9,11,11,11,11,
13,12,12,13, 9,11,10,12,13,13,10,13,10, 7,10,10,
11,11,14,11,14,11,10,12,11,11,11,14,14,15,14,10,
11,12,13,14,15,11,14,11, 7,10, 9,10,11,12, 9,12,
10,10,11,11,10,10,12,12,13,12, 9,12,10,12,13,12,
10,12,10,
};
static const static_codebook _44p6_p6_0 = {
5, 243,
(char *)_vq_lengthlist__44p6_p6_0,
1, -527106048, 1620377600, 2, 0,
(long *)_vq_quantlist__44p6_p6_0,
0
};
static const long _vq_quantlist__44p6_p6_1[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44p6_p6_1[] = {
2, 6, 6, 6, 7, 8, 6, 8, 7, 6, 7, 7, 7, 7, 8, 7,
8, 8, 6, 7, 7, 7, 8, 8, 7, 8, 7, 6, 8, 8, 8, 9,
9, 8, 9, 9, 8, 9, 9, 9, 9,10, 9,10,10, 8, 9, 9,
9,10,10, 9,10, 9, 6, 8, 8, 8, 9, 9, 8, 9, 9, 8,
9, 9, 9, 9,10, 9,10,10, 8, 9, 9, 9,10, 9, 9,10,
9, 6, 8, 8, 8, 9, 9, 8, 9, 9, 8, 9, 9, 9, 9,10,
9, 9,10, 8, 9, 9, 9,10, 9, 9,10, 9, 7, 8, 8, 8,
9, 9, 8, 9, 9, 8, 8, 9, 9, 9, 9, 9, 9, 9, 8, 9,
9, 9,10, 9, 9, 9, 9, 7, 9, 9, 9, 9,10, 9,10, 9,
9, 9, 9, 9, 9,10,10,10,10, 9, 9, 9,10,10,10, 9,
10, 9, 6, 8, 8, 8, 9, 9, 8, 9, 9, 8, 9, 9, 9, 9,
10, 9,10,10, 8, 9, 9, 9,10, 9, 9,10, 9, 7, 9, 9,
9, 9,10, 9,10, 9, 9, 9, 9, 9, 9,10,10,10,10, 9,
9, 9,10,10,10, 9,10, 9, 7, 8, 8, 8, 9, 9, 8, 9,
9, 8, 9, 9, 9, 9,10, 9, 9,10, 8, 9, 8, 9, 9, 9,
9,10, 9,
};
static const static_codebook _44p6_p6_1 = {
5, 243,
(char *)_vq_lengthlist__44p6_p6_1,
1, -530841600, 1616642048, 2, 0,
(long *)_vq_quantlist__44p6_p6_1,
0
};
static const long _vq_quantlist__44p6_p7_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44p6_p7_0[] = {
1, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9,
};
static const static_codebook _44p6_p7_0 = {
5, 243,
(char *)_vq_lengthlist__44p6_p7_0,
1, -513979392, 1633504256, 2, 0,
(long *)_vq_quantlist__44p6_p7_0,
0
};
static const long _vq_quantlist__44p6_p7_1[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44p6_p7_1[] = {
1, 4, 5, 5,10,10, 5,10,10, 5,10,10,10,10,10,10,
10,10, 5,10,10,10,10,10,10,10,10, 7,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10, 6,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10, 6,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10, 9,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10, 9,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10, 6,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10, 9,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10, 9,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,11,11,11,11,11,
11,11,11,
};
static const static_codebook _44p6_p7_1 = {
5, 243,
(char *)_vq_lengthlist__44p6_p7_1,
1, -516716544, 1630767104, 2, 0,
(long *)_vq_quantlist__44p6_p7_1,
0
};
static const long _vq_quantlist__44p6_p7_2[] = {
12,
11,
13,
10,
14,
9,
15,
8,
16,
7,
17,
6,
18,
5,
19,
4,
20,
3,
21,
2,
22,
1,
23,
0,
24,
};
static const char _vq_lengthlist__44p6_p7_2[] = {
1, 2, 3, 4, 5, 7, 7, 8, 8, 9, 9,10,10,11,11,12,
12,13,13,14,14,15,15,15,15,
};
static const static_codebook _44p6_p7_2 = {
1, 25,
(char *)_vq_lengthlist__44p6_p7_2,
1, -518864896, 1620639744, 5, 0,
(long *)_vq_quantlist__44p6_p7_2,
0
};
static const long _vq_quantlist__44p6_p7_3[] = {
12,
11,
13,
10,
14,
9,
15,
8,
16,
7,
17,
6,
18,
5,
19,
4,
20,
3,
21,
2,
22,
1,
23,
0,
24,
};
static const char _vq_lengthlist__44p6_p7_3[] = {
4, 4, 4, 4, 4, 4, 4, 5, 5, 5, 5, 5, 5, 5, 5, 5,
5, 5, 5, 5, 5, 5, 5, 5, 5,
};
static const static_codebook _44p6_p7_3 = {
1, 25,
(char *)_vq_lengthlist__44p6_p7_3,
1, -529006592, 1611661312, 5, 0,
(long *)_vq_quantlist__44p6_p7_3,
0
};
static const char _huff_lengthlist__44p6_short[] = {
2, 8,13,15,16,18,21,22, 5, 4, 6, 8,10,12,17,21,
9, 5, 5, 6, 8,11,15,19,11, 6, 5, 5, 6, 7,12,14,
14, 8, 7, 5, 4, 4, 9,11,16,11, 9, 7, 4, 3, 7,10,
22,15,14,12, 8, 7, 9,11,21,16,15,12, 9, 5, 6, 8,
};
static const static_codebook _huff_book__44p6_short = {
2, 64,
(char *)_huff_lengthlist__44p6_short,
0, 0, 0, 0, 0,
NULL,
0
};
static const long _vq_quantlist__44p7_l0_0[] = {
6,
5,
7,
4,
8,
3,
9,
2,
10,
1,
11,
0,
12,
};
static const char _vq_lengthlist__44p7_l0_0[] = {
2, 4, 4, 7, 7, 8, 8,10,10,11,11,12,12, 4, 5, 5,
7, 7, 9, 9,11, 9,12,11,12,12, 4, 5, 5, 7, 7, 9,
9, 9,10,10,11,12,12, 7, 7, 7, 7, 8, 9, 8,11, 5,
12, 6,12,10, 7, 7, 7, 8, 7, 8, 9, 5,11, 6,12,10,
12, 8, 9, 9, 9, 9,10,10,11, 7,11, 7,12, 9, 8, 9,
8, 9, 9,10,10, 7,11, 7,11, 9,11,10,10,10,10,10,
10,10,11,10,11, 8,11, 9,10,10,10,10,10,10,10,10,
11, 8,10, 9,11,10,11,11,11,11,11,10,11,10,12,10,
12,11,10,11,11,11,11,10,11,10,11,10,12,11,12,11,
12,12,12,12,12,12,12,12,12,12,13,12,11,12,11,12,
12,12,12,12,11,12,11,12,13,
};
static const static_codebook _44p7_l0_0 = {
2, 169,
(char *)_vq_lengthlist__44p7_l0_0,
1, -526516224, 1616117760, 4, 0,
(long *)_vq_quantlist__44p7_l0_0,
0
};
static const long _vq_quantlist__44p7_l0_1[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44p7_l0_1[] = {
4, 4, 4, 5, 5, 4, 4, 5, 5, 5, 4, 5, 4, 5, 5, 5,
5, 5, 5, 5, 5, 5, 5, 5, 5,
};
static const static_codebook _44p7_l0_1 = {
2, 25,
(char *)_vq_lengthlist__44p7_l0_1,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44p7_l0_1,
0
};
static const long _vq_quantlist__44p7_l1_0[] = {
54,
29,
79,
0,
108,
};
static const char _vq_lengthlist__44p7_l1_0[] = {
1, 2, 3, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 8, 8, 8,
8, 8, 8, 8, 8, 8, 8, 8, 8,
};
static const static_codebook _44p7_l1_0 = {
2, 25,
(char *)_vq_lengthlist__44p7_l1_0,
1, -514516992, 1620639744, 7, 0,
(long *)_vq_quantlist__44p7_l1_0,
0
};
static const char _huff_lengthlist__44p7_lfe[] = {
2, 3, 1, 3,
};
static const static_codebook _huff_book__44p7_lfe = {
2, 4,
(char *)_huff_lengthlist__44p7_lfe,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist__44p7_long[] = {
2, 7,14,16,17,17,18,20, 6, 3, 5, 8,10,11,13,15,
13, 5, 3, 5, 8, 9,11,12,15, 7, 4, 3, 5, 7, 9,11,
16,10, 7, 5, 6, 7, 9,10,17,11, 8, 7, 7, 6, 8, 8,
19,13,11, 9, 9, 8, 8, 9,20,14,13,11,10, 8, 9, 9,
};
static const static_codebook _huff_book__44p7_long = {
2, 64,
(char *)_huff_lengthlist__44p7_long,
0, 0, 0, 0, 0,
NULL,
0
};
static const long _vq_quantlist__44p7_p1_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44p7_p1_0[] = {
2, 5, 5, 4, 7, 7, 4, 7, 7, 5, 7, 7, 7, 8, 9, 7,
9, 9, 5, 7, 7, 7, 9, 9, 7, 9, 8, 6, 7, 8, 8, 9,
10, 8, 9,10, 8, 9,10,10,10,12,10,11,11, 8,10,10,
10,11,12,10,11,11, 6, 8, 7, 8,10, 9, 8,10, 9, 8,
10,10,10,11,11,10,12,11, 8,10, 9,10,11,11,10,12,
10, 5, 8, 8, 8,10,10, 8,10,10, 7, 9,10, 9,10,11,
9,11,11, 8,10,10,10,11,12,10,12,11, 7, 9, 9, 9,
10,11, 9,11,11, 9, 9,11,10,11,12,11,11,12, 9,11,
11,11,12,12,11,12,12, 7, 9, 9,10,11,11,10,12,11,
9,11,10,11,11,12,11,13,12,10,11,11,12,13,13,11,
13,11, 5, 8, 8, 8,10,10, 8,10,10, 8,10,10,10,11,
12,10,12,11, 7,10, 9, 9,11,11, 9,11,10, 7, 9, 9,
10,11,12,10,11,11,10,11,11,11,11,13,12,13,13, 9,
10,11,11,12,13,11,12,11, 7, 9, 9, 9,11,11, 9,11,
10, 9,11,11,11,12,12,11,12,12, 9,11, 9,11,12,11,
10,12,11,
};
static const static_codebook _44p7_p1_0 = {
5, 243,
(char *)_vq_lengthlist__44p7_p1_0,
1, -535822336, 1611661312, 2, 0,
(long *)_vq_quantlist__44p7_p1_0,
0
};
static const long _vq_quantlist__44p7_p2_0[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44p7_p2_0[] = {
4, 6, 6, 9, 9, 6, 8, 8,10,10, 6, 8, 8,10,10, 8,
10,10,12,13, 8,10,10,13,12, 6, 8, 8,10,10, 8, 8,
9,10,11, 8, 9, 9,11,11,10,10,11,12,13,10,11,11,
13,13, 6, 8, 8,10,10, 8, 9, 9,11,11, 8, 9, 8,11,
10,10,11,11,13,13,10,11,10,13,12, 9,10,10,12,12,
10,10,11,12,13,10,11,11,13,13,12,12,13,12,15,13,
13,13,15,14, 9,10,10,12,12,10,11,11,13,13,10,11,
10,13,12,12,13,13,14,15,12,13,12,15,12, 6, 8, 8,
10,11, 8, 9,10,11,12, 8, 9, 9,11,11,10,11,12,13,
14,10,11,11,13,13, 8, 9, 9,11,12, 9,10,11,12,13,
9,10,10,12,13,11,12,13,13,15,11,12,12,14,14, 8,
9, 9,11,12, 9,10,11,12,13, 9,10,10,13,12,11,12,
13,14,15,11,12,12,14,13,10,11,12,13,14,11,12,13,
13,15,12,13,13,14,14,13,13,14,14,16,14,15,14,16,
15,10,12,11,14,13,12,12,13,14,14,11,12,12,14,14,
14,14,15,15,16,13,14,14,16,14, 6, 8, 8,11,10, 8,
9, 9,11,11, 8,10, 9,12,11,10,11,11,13,13,10,12,
11,14,13, 8, 9, 9,12,11, 9,10,10,12,13, 9,11,10,
13,12,11,12,12,14,14,11,13,12,15,14, 8, 9, 9,12,
11, 9,10,10,13,12, 9,11,10,13,12,11,12,12,14,14,
11,13,12,15,13,10,11,12,13,14,11,12,13,13,14,12,
13,12,14,14,13,13,14,14,16,14,15,14,16,16,10,12,
11,14,13,12,13,13,14,14,11,13,12,15,13,14,14,15,
16,16,13,14,13,16,14, 9,10,11,12,13,11,11,12,13,
14,11,11,12,13,14,13,13,14,14,16,13,14,14,15,15,
11,11,12,13,14,12,12,13,13,15,12,13,13,14,15,14,
14,15,15,17,14,14,15,16,16,11,12,12,13,14,12,12,
13,14,15,12,13,12,14,15,14,14,15,15,17,14,15,14,
16,16,13,14,14,15,16,14,14,15,15,17,14,15,15,16,
16,15,16,17,16,18,16,17,16,17,17,13,14,14,16,15,
14,15,15,16,16,14,15,14,16,15,16,16,17,17,18,16,
16,16,17,16, 9,11,10,13,12,11,12,11,14,13,11,12,
11,14,13,13,14,14,16,15,13,14,13,16,14,11,12,12,
14,13,12,12,13,14,14,12,13,13,15,14,14,14,15,16,
16,14,15,14,17,15,11,12,11,14,13,12,13,13,15,14,
12,13,12,15,13,14,15,14,16,16,14,15,14,17,15,13,
14,14,15,16,14,14,15,16,16,14,15,15,16,16,15,16,
16,16,17,16,16,16,17,17,13,14,14,16,15,14,15,15,
17,16,14,15,14,17,15,16,17,17,17,17,16,16,16,18,
16, 6, 8, 8,11,11, 8, 9, 9,11,12, 8, 9, 9,12,11,
10,11,11,13,14,10,11,11,14,13, 8, 9, 9,11,12, 9,
10,10,12,13, 9,10,10,13,12,11,11,12,13,15,11,12,
12,15,14, 8, 9, 9,12,11, 9,10,11,12,13, 9,11,10,
13,12,11,12,12,14,15,11,13,12,15,14,10,11,11,13,
14,11,12,12,13,14,11,12,12,14,14,13,13,14,14,16,
13,14,14,16,15,11,12,11,14,13,12,13,13,14,14,11,
13,12,14,13,14,14,15,16,16,13,14,14,16,14, 8, 9,
9,11,12, 9,10,10,12,13, 9,10,10,13,12,11,12,12,
14,15,11,12,12,14,14, 9, 9,10,11,13,10,10,12,12,
14,10,10,11,13,13,12,12,13,14,16,12,12,13,15,15,
9,10,10,13,12,10,11,11,13,14,10,12,11,14,13,12,
13,13,15,15,12,13,13,15,15,11,11,12,13,15,12,12,
13,13,15,12,13,13,14,15,14,14,15,15,17,14,15,15,
16,16,11,13,12,15,14,13,13,13,15,15,12,14,13,15,
14,15,15,15,16,16,14,15,15,17,15, 7, 9, 9,12,11,
9,10,10,12,12, 9,11,10,13,12,11,12,12,14,14,11,
13,12,15,14, 9,10,10,12,12,10,10,11,12,13,10,11,
11,14,13,12,12,13,14,15,12,13,13,15,14, 9,10,10,
12,12,10,11,11,13,13,10,11,10,14,12,12,13,13,15,
15,12,13,12,15,13,11,12,12,14,14,12,12,13,14,15,
12,13,13,15,15,14,13,14,13,16,14,15,15,16,16,11,
12,12,14,14,13,13,14,15,15,12,13,12,15,14,15,15,
15,16,16,14,15,14,17,14,10,11,12,13,14,11,12,13,
14,15,11,12,12,14,15,13,14,15,15,17,14,14,14,16,
16,11,12,13,12,15,12,12,14,13,16,13,13,14,13,16,
14,14,15,14,17,15,15,15,15,17,11,13,12,15,15,13,
13,14,15,16,12,14,13,16,15,15,15,15,17,17,15,15,
15,17,16,14,14,15,14,16,14,14,16,14,17,15,15,15,
14,17,16,16,17,15,18,17,17,17,16,18,14,15,15,17,
16,15,16,16,17,17,15,16,15,17,16,17,17,17,18,18,
16,17,16,18,17,10,11,11,14,13,11,12,12,14,14,11,
13,12,15,14,14,14,14,16,16,14,15,14,16,15,11,12,
12,15,13,12,13,13,15,14,13,14,13,16,14,14,15,15,
16,16,15,16,15,17,16,11,13,12,15,14,13,13,14,15,
15,12,14,13,16,14,15,15,15,17,17,14,16,15,17,16,
14,14,14,16,15,14,15,15,16,16,15,16,15,17,16,16,
16,16,16,17,16,17,17,18,17,14,15,15,16,16,15,15,
16,17,16,14,15,15,17,16,17,17,17,18,18,16,17,16,
18,16, 6, 8, 8,11,11, 8, 9, 9,11,12, 8, 9, 9,12,
11,10,11,12,13,14,10,11,11,14,13, 8, 9, 9,11,12,
9,10,11,12,13, 9,11,10,13,12,11,12,13,14,15,11,
12,12,15,14, 8, 9, 9,12,11, 9,10,10,12,13, 9,10,
10,13,12,11,12,12,14,15,11,12,12,14,13,11,11,12,
13,14,11,12,13,13,15,12,13,13,14,14,13,14,14,14,
16,14,15,14,16,16,10,11,11,14,13,11,12,12,14,14,
11,12,12,14,13,13,14,14,15,16,13,14,13,16,14, 7,
9, 9,11,11, 9,10,11,12,13, 9,10,10,12,12,11,12,
13,14,15,11,12,12,14,14, 9,10,10,12,12,10,10,11,
12,13,10,11,11,13,13,12,12,13,13,15,12,13,13,15,
15, 9,10,10,12,12,10,11,11,13,13,10,11,10,13,12,
12,13,13,14,15,12,13,12,15,13,11,12,12,14,14,12,
12,13,14,15,13,14,13,15,15,14,13,15,13,16,15,15,
15,16,16,11,12,12,14,14,12,13,13,14,15,12,13,12,
15,14,14,15,15,16,17,13,14,13,16,13, 8, 9, 9,12,
11, 9,10,10,12,13, 9,10,10,13,12,11,12,12,14,15,
11,12,12,15,14, 9,10,10,12,13,10,11,12,13,14,10,
11,11,14,13,12,13,13,15,15,12,13,13,15,15, 9,10,
9,13,11,10,11,10,13,13,10,12,10,14,12,12,13,12,
15,15,12,13,12,15,14,11,12,13,14,15,12,13,14,14,
15,13,13,13,15,15,14,15,15,15,17,15,15,15,16,16,
11,12,11,15,13,12,13,13,15,14,12,13,12,16,13,14,
15,15,16,16,14,15,14,17,14,10,11,11,13,14,11,12,
13,14,15,11,12,12,14,14,14,14,15,15,17,14,14,14,
15,16,11,12,13,14,15,12,13,14,14,16,13,14,13,15,
15,14,15,16,15,17,15,15,15,17,17,11,12,12,13,15,
13,13,14,14,16,12,13,13,14,15,15,15,15,16,17,14,
15,15,16,16,14,15,15,16,16,14,15,15,16,17,15,15,
16,16,17,16,16,17,16,18,17,17,17,18,18,14,14,15,
15,16,15,15,15,16,17,14,15,15,16,16,16,17,17,17,
18,16,16,16,17,16,10,11,11,14,13,11,13,12,15,14,
11,13,12,15,14,14,15,14,16,16,13,15,14,17,15,11,
12,13,15,15,12,13,14,15,16,13,14,13,16,15,15,15,
15,16,17,15,15,15,17,16,11,13,11,15,12,13,14,13,
16,13,12,14,12,16,13,15,15,15,17,15,14,16,14,17,
14,14,15,15,16,17,15,15,16,16,17,15,16,15,17,17,
16,16,17,17,18,16,17,17,18,18,14,15,14,17,13,15,
16,15,17,15,15,16,15,17,14,16,17,16,18,16,16,17,
16,18,15, 9,11,11,13,13,10,12,12,14,14,11,12,12,
14,14,13,14,14,15,16,13,14,14,16,16,10,11,12,14,
14,11,12,13,14,15,11,13,13,15,15,13,14,14,15,16,
14,15,15,16,16,11,12,12,14,14,12,13,13,15,15,12,
13,12,15,14,14,15,15,16,16,14,15,14,17,16,12,13,
13,15,16,13,13,14,15,16,13,14,14,16,16,14,15,16,
16,17,15,16,16,17,17,13,14,14,16,15,14,15,15,17,
16,14,15,14,17,15,16,16,17,17,17,16,16,16,18,16,
10,11,12,14,14,11,12,13,14,15,11,13,12,15,15,13,
14,15,16,16,14,15,15,17,16,11,11,13,14,15,12,12,
14,14,16,12,13,14,15,15,14,14,15,16,17,15,15,15,
17,17,12,13,12,15,15,13,14,14,16,15,13,14,13,16,
15,15,16,15,17,17,15,16,15,17,16,13,12,15,14,16,
14,13,15,14,17,14,13,15,15,17,15,14,17,15,18,16,
15,17,17,18,14,15,15,17,16,15,16,16,17,17,15,16,
15,17,16,16,17,17,18,18,16,17,16,18,17,10,11,11,
14,14,11,12,12,14,15,11,13,12,15,14,13,14,14,16,
16,14,15,14,16,16,11,12,12,14,14,12,12,13,15,15,
12,13,13,15,15,14,14,15,16,16,14,15,15,17,16,11,
12,12,15,15,13,13,13,15,15,12,13,13,15,15,15,15,
15,17,17,14,15,15,17,16,13,14,13,16,15,14,14,14,
16,16,14,15,14,17,16,15,15,16,16,17,16,17,16,18,
17,14,15,15,16,16,15,15,15,17,17,14,15,15,17,16,
16,17,17,18,18,16,17,16,18,16,12,13,13,15,15,13,
14,14,16,16,13,14,14,16,16,14,15,16,16,18,15,16,
16,17,17,13,13,14,14,16,14,14,15,15,17,14,14,15,
15,17,15,15,17,15,18,16,16,17,17,18,13,14,14,16,
16,14,15,15,16,17,14,15,15,17,16,16,17,16,17,18,
16,17,16,18,17,15,14,16,13,18,16,15,17,14,18,16,
15,17,14,18,17,16,18,15,19,17,17,18,16,19,15,16,
16,17,17,16,17,17,18,18,16,17,16,18,17,18,18,18,
19,18,17,18,17,19,17,11,12,12,15,15,13,13,14,15,
16,13,14,13,16,15,15,15,15,16,17,15,16,15,17,16,
12,13,13,15,15,13,13,14,15,16,14,15,14,16,15,15,
15,16,16,17,16,16,16,18,17,12,13,13,15,15,14,14,
15,16,16,13,14,13,16,15,16,16,16,17,17,15,16,15,
18,16,15,15,15,17,15,14,15,15,16,16,16,17,16,17,
16,16,16,17,16,17,17,18,17,19,18,15,15,16,17,17,
16,16,16,17,17,15,16,15,17,16,17,18,18,18,18,16,
17,16,18,16, 9,11,11,13,13,11,12,12,14,14,10,12,
12,14,14,13,14,14,15,16,13,14,14,16,15,11,12,12,
14,14,12,12,13,14,15,12,13,13,15,15,14,14,15,16,
17,14,15,15,16,16,10,12,11,14,14,11,13,13,15,15,
11,13,12,15,14,14,14,15,16,16,13,14,14,16,15,13,
14,14,15,16,14,14,15,15,17,14,15,15,16,17,16,16,
16,16,18,16,16,17,17,17,12,13,13,16,15,13,14,14,
16,16,12,14,13,16,15,15,16,16,17,17,14,16,15,17,
16,10,11,11,14,14,11,12,13,14,15,11,12,12,15,14,
14,14,15,16,16,13,14,14,16,16,11,12,12,14,15,12,
13,14,15,15,13,13,13,15,15,14,15,15,16,17,15,15,
15,16,17,11,12,12,14,14,12,13,13,15,15,12,13,12,
15,15,14,15,15,16,17,14,15,14,16,16,14,14,15,16,
16,14,15,15,16,17,15,16,15,17,17,16,16,17,16,18,
16,17,17,18,18,13,13,14,15,16,14,14,15,16,17,14,
14,14,16,15,16,16,17,17,18,15,16,15,17,16,10,12,
11,14,14,11,13,13,15,15,11,13,12,15,15,14,15,15,
16,16,13,15,14,16,16,12,12,13,15,15,13,13,14,15,
16,13,14,14,16,15,15,15,16,16,17,15,15,15,17,17,
11,13,11,15,14,12,14,13,16,15,12,14,12,16,14,15,
15,15,17,17,14,15,14,17,15,14,15,15,16,17,15,15,
16,16,17,15,16,16,17,17,16,16,17,17,18,16,17,17,
18,18,13,14,12,16,14,14,15,13,17,15,14,15,13,17,
14,16,17,15,18,17,15,17,14,18,15,11,12,12,14,15,
13,13,14,15,16,13,14,13,16,15,15,15,16,16,17,15,
15,15,16,16,12,13,13,15,15,13,13,14,15,16,14,15,
14,16,16,15,15,16,16,18,16,16,16,18,17,12,13,13,
15,15,14,14,15,15,16,13,14,13,15,15,16,16,16,17,
18,15,16,15,17,16,15,16,15,17,16,15,15,16,16,17,
16,17,16,17,17,16,16,17,16,18,17,18,18,18,18,14,
15,15,15,17,16,15,17,16,17,14,15,15,16,16,17,17,
18,18,19,16,16,16,17,16,12,13,13,15,15,13,14,14,
16,16,13,14,14,16,16,15,16,16,17,17,15,16,15,18,
16,13,14,14,16,16,14,15,15,16,17,14,15,15,17,16,
16,16,17,17,18,16,17,16,18,18,13,14,13,16,14,14,
15,14,17,15,14,15,14,17,14,16,17,16,18,17,15,17,
15,18,15,15,16,16,17,18,16,16,17,17,18,16,17,17,
17,18,17,17,18,18,19,17,18,18,19,18,15,16,14,17,
13,16,17,15,18,14,16,17,15,18,14,18,18,17,19,16,
17,18,16,19,15,
};
static const static_codebook _44p7_p2_0 = {
5, 3125,
(char *)_vq_lengthlist__44p7_p2_0,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44p7_p2_0,
0
};
static const long _vq_quantlist__44p7_p3_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44p7_p3_0[] = {
2, 5, 5, 4, 7, 7, 4, 7, 7, 5, 7, 8, 7, 8,10, 8,
9, 9, 5, 7, 7, 8, 9, 9, 7,10, 8, 5, 7, 8, 8, 9,
10, 8,10,10, 8, 9,10,10,10,12,10,12,12, 8,10,10,
10,12,12,10,12,11, 5, 8, 7, 8,10,10, 8,10, 9, 8,
10,10,10,11,12,10,12,12, 8,10, 9,10,12,12,10,12,
10, 5, 8, 8, 7,10,10, 8,10,10, 7, 9,10, 9,10,12,
10,12,12, 8,10,10,10,12,12,10,12,11, 7, 9,10, 9,
11,12,10,12,11, 9, 9,12,11,10,14,12,12,13,10,12,
11,12,13,13,11,14,12, 7,10, 9,10,11,11,10,12,11,
9,11,11,11,11,13,12,14,13,10,12,12,12,14,14,11,
14,12, 5, 8, 8, 8,10,10, 7,10,10, 8,10,10,10,11,
12,10,12,12, 7,10, 9,10,12,12, 9,12,10, 7, 9,10,
10,11,12,10,11,11,10,12,12,11,12,14,12,14,14, 9,
11,11,12,13,14,11,13,11, 7,10, 9,10,11,12, 9,12,
11,10,11,12,11,12,14,12,13,13, 9,12, 9,12,13,12,
11,14,10,
};
static const static_codebook _44p7_p3_0 = {
5, 243,
(char *)_vq_lengthlist__44p7_p3_0,
1, -533200896, 1614282752, 2, 0,
(long *)_vq_quantlist__44p7_p3_0,
0
};
static const long _vq_quantlist__44p7_p3_1[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44p7_p3_1[] = {
6, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 8, 7, 8, 8, 7,
8, 8, 7, 8, 7, 7, 8, 8, 7, 8, 8, 7, 8, 8, 8, 8,
8, 8, 8, 8, 8, 8, 8, 8, 8, 9, 8, 8, 9, 8, 8, 8,
8, 8, 8, 8, 9, 8, 7, 8, 8, 8, 8, 8, 8, 8, 8, 8,
8, 8, 8, 8, 9, 8, 8, 8, 8, 8, 8, 8, 9, 8, 8, 9,
8, 7, 8, 8, 7, 8, 8, 7, 8, 8, 7, 8, 8, 8, 8, 8,
8, 8, 8, 8, 8, 8, 8, 9, 8, 8, 9, 8, 7, 8, 8, 8,
8, 9, 8, 8, 8, 8, 8, 8, 8, 8, 9, 8, 9, 9, 8, 8,
8, 9, 9, 9, 8, 9, 9, 7, 8, 8, 8, 8, 8, 8, 8, 8,
8, 8, 8, 8, 8, 9, 8, 9, 9, 8, 8, 8, 8, 9, 9, 8,
9, 8, 7, 8, 8, 7, 8, 8, 7, 8, 8, 8, 8, 8, 8, 8,
9, 8, 8, 9, 7, 8, 8, 8, 8, 8, 8, 8, 8, 7, 8, 8,
8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 9, 8, 9, 9, 8,
8, 8, 8, 9, 9, 8, 9, 8, 7, 8, 8, 8, 8, 8, 8, 9,
8, 8, 8, 8, 8, 9, 9, 9, 9, 9, 8, 8, 8, 8, 9, 9,
8, 9, 8,
};
static const static_codebook _44p7_p3_1 = {
5, 243,
(char *)_vq_lengthlist__44p7_p3_1,
1, -535822336, 1611661312, 2, 0,
(long *)_vq_quantlist__44p7_p3_1,
0
};
static const long _vq_quantlist__44p7_p4_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44p7_p4_0[] = {
1, 5, 5, 5, 7, 8, 5, 8, 7, 5, 7, 8, 7, 8,10, 8,
10,10, 5, 8, 7, 8,10,10, 7,10, 8, 6, 8, 9, 9,10,
12, 9,11,11, 9,10,11,11,11,13,11,13,13, 9,11,11,
11,12,13,11,13,11, 6, 9, 8, 9,11,11, 9,12,10, 9,
11,11,11,11,13,11,13,13, 9,11,10,11,13,13,11,13,
11, 6, 9, 9, 8,10,11, 9,12,11, 8,10,11,10,11,13,
11,13,13, 9,11,11,11,13,12,11,13,11, 8,10,10, 9,
11,12,10,12,12,10,10,12,11,11,14,12,13,14,10,12,
12,12,13,13,11,14,11, 8,11,10,11,12,13,11,14,12,
10,12,11,11,12,14,13,15,14,10,12,12,13,14,15,12,
14,12, 5, 9, 9, 9,11,12, 8,11,10, 9,11,11,11,11,
13,11,12,13, 8,11,10,11,13,13,10,13,11, 8,10,11,
11,12,14,11,13,12,10,12,12,12,12,14,14,15,14,10,
11,12,13,14,15,11,14,12, 8,10,10,10,12,12, 9,12,
11,10,12,12,11,11,14,12,13,13,10,12,10,12,14,13,
11,13,11,
};
static const static_codebook _44p7_p4_0 = {
5, 243,
(char *)_vq_lengthlist__44p7_p4_0,
1, -531365888, 1616117760, 2, 0,
(long *)_vq_quantlist__44p7_p4_0,
0
};
static const long _vq_quantlist__44p7_p4_1[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44p7_p4_1[] = {
7, 8, 8,10,10, 8, 9, 9,10,11, 8, 9, 9,10,10, 9,
10,10,11,11, 9,10,10,11,11, 8, 9, 9,10,10, 9, 9,
10,11,11, 9,10,10,11,11,10,10,11,11,11,10,11,11,
11,11, 8, 9, 9,10,10, 9,10,10,11,11, 9,10, 9,11,
11,10,11,11,11,11,10,11,10,11,11,10,10,10,11,11,
10,11,11,11,11,10,11,11,11,11,11,11,11,11,12,11,
11,11,11,12,10,10,10,11,11,10,11,11,11,11,10,11,
11,11,11,11,11,11,12,11,11,11,11,12,11, 8, 9,10,
11,11, 9,10,11,11,11, 9,10,10,11,11,10,11,11,12,
12,10,11,11,12,12,10,10,10,11,11,10,10,11,11,12,
10,11,11,12,12,11,11,12,12,12,11,11,12,12,12,10,
10,10,11,11,10,11,11,12,12,10,11,11,12,11,11,12,
12,12,12,11,12,11,12,12,11,11,11,11,12,11,11,12,
12,12,11,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,11,11,11,12,12,11,12,12,12,12,11,12,11,12,12,
12,12,12,12,12,12,12,12,12,12, 8,10, 9,11,11, 9,
10,10,11,11, 9,10,10,11,11,10,11,11,12,12,10,11,
11,12,12,10,10,10,11,11,10,11,11,12,12,10,11,11,
12,12,11,11,12,12,12,11,12,12,12,12,10,10,10,11,
11,10,11,11,12,12,10,11,10,12,11,11,12,11,12,12,
11,12,11,12,12,11,11,11,12,12,11,12,12,12,12,11,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,11,11,
11,12,11,11,12,12,12,12,11,12,11,12,12,12,12,12,
12,12,12,12,12,12,12,10,11,11,11,12,11,11,12,12,
12,11,11,11,12,12,11,12,12,12,12,11,12,12,12,12,
11,11,12,12,12,11,12,12,12,12,12,12,12,12,12,12,
12,13,12,13,12,12,12,13,13,11,12,11,12,12,11,12,
12,12,12,11,12,12,12,12,12,12,12,13,13,12,12,12,
13,13,12,12,12,12,12,12,12,12,12,13,12,12,13,13,
13,12,13,13,13,13,12,13,13,13,13,12,12,12,12,12,
12,12,13,13,13,12,12,12,13,12,12,13,13,13,13,12,
13,13,13,13,10,11,11,12,11,11,11,11,12,12,11,12,
11,12,12,11,12,12,12,12,11,12,12,12,12,11,11,11,
12,12,11,12,12,12,12,12,12,12,12,12,12,12,12,13,
13,12,12,12,13,13,11,12,11,12,12,12,12,12,12,12,
11,12,11,12,12,12,12,12,13,13,12,12,12,13,12,12,
12,12,12,12,12,12,12,13,13,12,12,12,13,13,12,13,
13,13,13,12,13,13,13,13,12,12,12,12,12,12,12,12,
13,13,12,13,12,13,12,12,13,13,13,13,13,13,13,13,
13, 8,10,10,11,11, 9,10,10,11,11, 9,10,10,11,11,
10,11,11,12,12,10,11,11,12,12, 9,10,10,11,11,10,
10,11,11,12,10,11,11,12,12,11,11,12,12,12,11,11,
12,12,12,10,10,10,11,11,10,11,11,12,12,10,11,10,
12,11,11,12,11,12,12,11,12,11,12,12,11,11,11,12,
12,11,11,12,12,12,11,12,12,12,12,11,12,12,12,12,
12,12,12,12,12,11,11,11,12,11,11,12,12,12,12,11,
12,12,12,12,12,12,12,12,12,12,12,12,12,12, 9,10,
10,11,11,10,11,11,11,12,10,11,11,12,12,11,11,11,
12,12,11,11,11,12,12,10,10,11,11,12,11,11,12,12,
12,11,11,11,12,12,11,11,12,12,12,11,12,12,12,12,
10,11,11,12,12,11,11,11,12,12,11,12,11,12,12,11,
12,12,12,12,11,12,12,12,12,11,11,12,12,12,11,12,
12,12,12,12,12,12,12,12,12,12,12,12,13,12,12,12,
12,13,11,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,13,12, 9,10,10,11,11,
10,11,11,12,12,10,11,11,12,11,11,12,11,12,12,11,
12,11,12,12,10,11,11,12,12,11,11,11,12,12,11,12,
11,12,12,11,12,12,12,12,12,12,12,12,12,10,11,11,
12,12,11,12,11,12,12,11,12,11,12,12,12,12,12,13,
12,12,12,12,12,12,11,12,11,12,12,11,12,12,12,12,
12,12,12,12,12,12,12,12,12,13,12,12,12,12,13,11,
12,12,12,12,12,12,12,13,12,11,12,12,12,12,12,12,
12,13,12,12,12,12,13,12,10,11,11,12,12,11,12,12,
12,12,11,12,12,12,12,12,12,12,12,13,12,12,12,13,
13,11,11,12,12,12,12,12,12,12,13,12,12,12,12,12,
12,12,13,12,13,12,12,13,13,13,11,12,12,12,12,12,
12,12,13,13,12,12,12,13,12,12,13,12,13,13,12,13,
12,13,13,12,12,12,12,12,12,12,13,12,13,12,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,12,12,12,13,
13,12,13,13,13,13,12,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,10,11,11,12,12,11,12,12,12,12,11,
12,12,12,12,12,12,12,13,13,12,12,12,13,13,11,12,
12,12,12,12,12,12,12,13,12,12,12,13,12,12,12,13,
13,13,12,13,13,13,13,11,12,12,12,12,12,12,12,13,
13,12,12,12,13,12,12,13,13,13,13,12,13,12,13,13,
12,12,12,12,12,12,13,13,13,13,12,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,12,12,12,13,12,12,13,
13,13,13,12,13,13,13,13,13,13,13,13,13,13,13,13,
13,13, 8,10,10,11,11, 9,10,10,11,11, 9,10,10,11,
11,10,11,11,12,12,10,11,11,12,12,10,10,10,11,11,
10,11,11,11,12,10,11,11,12,12,11,11,12,12,12,11,
11,12,12,12, 9,10,10,11,11,10,11,11,12,12,10,11,
10,12,11,11,12,11,12,12,11,12,11,12,12,11,11,11,
12,12,11,11,12,12,12,11,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,11,11,11,12,11,11,12,12,12,12,
11,12,11,12,12,12,12,12,12,12,12,12,12,12,12, 9,
10,10,11,11,10,11,11,12,12,10,11,11,12,12,11,11,
12,12,12,11,12,12,12,12,10,11,11,12,12,11,11,12,
12,12,11,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,10,11,11,12,12,11,11,12,12,12,11,11,11,12,12,
12,12,12,12,12,11,12,12,12,12,11,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,13,12,13,12,12,
12,13,12,11,12,12,12,12,12,12,12,12,12,11,12,12,
12,12,12,12,12,13,12,12,12,12,13,12, 9,10,10,11,
11,10,11,11,12,12,10,11,11,12,12,11,11,11,12,12,
11,12,11,12,12,10,11,11,12,12,11,11,12,12,12,11,
11,11,12,12,11,12,12,12,12,11,12,12,12,12,10,11,
10,12,11,11,11,11,12,12,11,12,11,12,12,11,12,12,
12,12,11,12,11,12,12,11,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,13,12,12,12,12,13,
11,12,11,12,12,12,12,12,12,12,11,12,12,12,12,12,
12,12,13,12,12,12,12,13,12,10,11,11,12,12,11,12,
12,12,12,11,12,12,12,12,12,12,12,13,13,12,12,12,
13,13,11,12,12,12,12,12,12,12,12,13,12,12,12,13,
13,12,12,13,13,13,12,13,13,13,13,11,12,12,12,12,
12,12,12,12,13,12,12,12,12,12,12,13,13,13,13,12,
13,12,13,13,12,12,12,12,13,12,13,13,13,13,12,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,12,12,12,
12,12,12,13,13,13,13,12,13,12,13,13,13,13,13,13,
13,13,13,13,13,13,11,11,11,12,12,11,12,12,12,12,
11,12,12,12,12,12,12,12,13,13,12,12,12,13,12,11,
12,12,12,12,12,12,12,13,13,12,12,12,13,13,12,12,
13,13,13,12,13,13,13,13,11,12,11,12,12,12,12,12,
13,12,12,12,12,13,12,12,13,12,13,13,12,13,12,13,
12,12,12,12,12,13,12,12,13,13,13,12,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,12,12,12,12,12,12,
13,13,13,13,12,13,12,13,12,13,13,13,13,13,13,13,
13,13,13,10,11,11,12,12,10,11,11,12,12,10,11,11,
12,12,11,12,12,12,12,11,12,12,12,12,11,11,11,12,
12,11,11,12,12,12,11,12,12,12,12,12,12,12,13,13,
12,12,12,13,13,11,11,11,12,12,11,12,12,12,12,11,
12,11,13,12,12,12,12,13,13,12,12,12,13,13,11,12,
12,12,12,12,12,12,12,13,12,12,12,13,13,12,12,13,
13,13,12,13,12,13,13,11,12,12,12,12,12,12,12,13,
12,12,12,12,13,12,12,13,13,13,13,12,13,13,13,13,
10,11,11,12,12,11,12,12,12,12,11,12,12,12,12,12,
12,12,13,13,12,12,12,13,13,11,11,12,12,12,11,12,
12,12,13,12,12,12,13,13,12,12,13,13,13,12,12,13,
13,13,11,12,12,12,12,12,12,12,13,13,12,12,12,13,
13,12,13,13,13,13,12,13,12,13,13,12,12,12,12,13,
12,12,13,12,13,12,12,13,13,13,12,12,13,13,13,12,
13,13,13,13,12,12,12,12,13,12,12,13,13,13,12,12,
12,13,13,13,13,13,13,13,12,13,13,13,13,10,11,11,
12,12,11,12,12,12,12,11,12,12,12,12,12,12,12,13,
13,12,12,12,13,13,11,12,12,12,12,11,12,12,12,13,
12,12,12,13,13,12,12,13,13,13,12,13,13,13,13,11,
12,12,12,12,12,12,12,13,13,12,12,12,13,12,12,13,
12,13,13,12,13,12,13,13,12,12,12,12,12,12,12,12,
13,13,12,13,12,13,13,12,13,13,13,13,13,13,13,13,
13,12,12,12,13,12,12,13,13,13,13,12,13,12,13,13,
13,13,13,13,13,13,13,13,13,13,11,11,11,12,12,11,
12,12,12,12,11,12,12,12,12,12,12,12,13,13,12,12,
12,13,13,11,12,12,12,12,12,12,12,12,13,12,12,12,
13,13,12,12,13,13,13,12,12,13,13,13,11,12,12,12,
12,12,12,12,13,13,12,12,12,13,13,12,13,13,13,13,
12,13,12,13,13,12,12,12,12,12,12,12,13,12,13,12,
13,13,13,13,12,13,13,12,13,13,13,13,13,13,12,12,
12,12,12,12,13,13,13,13,12,13,12,13,13,13,13,13,
13,13,13,13,13,13,13,10,11,11,12,12,11,12,12,12,
13,11,12,12,13,12,12,12,12,13,13,12,12,12,13,13,
11,12,12,12,12,12,12,12,13,13,12,13,12,13,13,12,
12,13,13,13,12,13,13,13,13,11,12,12,12,13,12,12,
12,13,13,12,12,12,13,12,12,13,13,13,13,12,13,12,
13,13,12,12,12,12,12,12,12,13,13,13,12,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,12,12,12,13,12,
12,13,13,13,13,12,13,12,13,13,13,13,13,13,13,13,
13,13,13,13,10,11,11,12,12,10,11,11,12,12,10,11,
11,12,12,11,12,12,12,12,11,12,12,12,12,11,11,11,
12,12,11,11,12,12,13,11,12,12,12,12,12,12,12,13,
13,12,12,12,13,13,10,11,11,12,12,11,12,12,12,12,
11,12,11,12,12,12,12,12,13,13,12,12,12,13,12,11,
12,12,12,12,12,12,12,12,13,12,12,12,13,13,12,12,
13,13,13,12,13,13,13,13,11,12,12,12,12,12,12,12,
13,13,12,12,12,13,12,12,13,13,13,13,12,13,12,13,
13,10,11,11,12,12,11,12,12,12,12,11,12,12,12,12,
12,12,12,13,13,12,12,12,13,13,11,12,12,12,12,12,
12,12,12,13,12,12,12,13,13,12,12,13,13,13,12,12,
13,13,13,11,12,12,12,12,12,12,12,13,13,11,12,12,
13,12,12,13,13,13,13,12,13,12,13,13,12,12,12,12,
13,12,12,13,13,13,12,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,12,12,12,13,12,12,12,13,13,13,12,
12,12,13,13,13,13,13,13,13,12,13,13,13,13,10,11,
11,12,12,11,12,12,12,12,11,12,12,12,12,12,12,12,
13,13,12,12,12,13,13,11,12,12,12,12,12,12,12,12,
13,12,12,12,13,13,12,12,13,13,13,12,12,13,13,13,
11,12,11,12,12,12,12,12,13,13,11,12,12,13,12,12,
13,12,13,13,12,13,12,13,13,12,12,12,12,12,12,12,
13,13,13,12,13,12,13,13,12,13,13,13,13,13,13,13,
13,13,12,12,12,13,12,12,13,12,13,13,12,13,12,13,
13,13,13,13,13,13,12,13,12,13,13,10,11,11,12,12,
11,12,12,12,12,11,12,12,13,12,12,12,12,13,13,12,
12,12,13,13,11,12,12,12,12,12,12,12,12,13,12,12,
12,13,13,12,12,13,13,13,12,13,13,13,13,11,12,12,
12,12,12,12,12,13,13,12,12,12,13,12,12,13,13,13,
13,12,13,12,13,13,12,12,12,12,13,12,12,13,13,13,
12,13,13,13,13,13,13,13,13,13,13,13,13,13,13,12,
12,12,12,12,12,13,13,13,13,12,13,12,13,13,13,13,
13,13,13,13,13,13,13,13,11,11,11,12,12,11,12,12,
12,12,11,12,12,12,12,12,12,12,13,13,12,12,12,13,
13,11,12,12,12,12,12,12,12,13,13,12,12,12,13,13,
12,12,13,13,13,12,13,13,13,13,11,12,12,12,12,12,
12,12,13,13,12,12,12,13,12,12,13,12,13,13,12,13,
12,13,13,12,12,12,12,12,12,13,13,13,13,12,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,12,12,12,12,
12,12,13,13,13,13,12,13,12,13,12,13,13,13,13,13,
13,13,13,13,12,
};
static const static_codebook _44p7_p4_1 = {
5, 3125,
(char *)_vq_lengthlist__44p7_p4_1,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44p7_p4_1,
0
};
static const long _vq_quantlist__44p7_p5_0[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44p7_p5_0[] = {
2, 6, 6, 9, 9, 5, 7, 8,10,11, 5, 8, 7,11,10, 8,
10,11,12,13, 8,11,10,13,12, 6, 7, 8,10,11, 7, 8,
10,10,12, 8, 9, 9,12,11,10,10,12,11,14,10,11,12,
14,13, 6, 8, 7,11,10, 8, 9, 9,11,12, 7,10, 8,12,
10,10,12,12,13,14,10,12,10,14,11, 9,10,11,11,12,
10,10,11,11,13,11,12,12,13,13,12,11,13,11,15,13,
14,13,14,14, 9,11,10,12,11,11,12,12,13,13,10,11,
10,13,11,13,13,14,14,14,12,13,11,14,11, 7, 8, 9,
11,12, 9, 9,11,12,13, 9,10,10,13,12,11,12,13,13,
15,11,12,12,14,14, 9,10,10,12,13,10,10,12,12,14,
11,11,11,13,13,12,12,13,13,15,12,13,13,15,14, 9,
10,10,12,13,10,11,11,13,14,10,12,11,14,13,12,13,
13,14,15,12,13,13,15,14,12,12,13,13,14,12,13,13,
13,15,13,14,14,14,15,14,14,15,14,16,14,15,15,16,
16,12,13,13,14,14,13,13,14,15,14,12,13,13,15,14,
14,15,15,15,16,14,15,14,16,14, 7, 9, 8,12,11, 9,
10,10,12,13, 9,11, 9,13,12,11,12,12,14,14,11,13,
12,15,13, 9,10,10,13,12,10,11,12,13,14,10,12,11,
14,13,12,13,13,14,15,13,13,13,15,14, 9,10,10,13,
12,11,11,11,13,13,10,12,10,14,12,13,13,13,14,15,
12,13,12,15,13,12,13,13,14,14,12,13,13,14,15,13,
14,13,15,15,14,14,15,14,16,14,15,15,16,15,12,13,
12,14,13,13,13,13,15,14,12,13,13,15,13,14,15,15,
16,15,14,15,14,16,14,11,12,12,13,14,12,13,14,14,
15,12,13,13,14,15,14,14,15,15,16,14,15,15,16,16,
12,13,13,14,15,13,13,14,14,16,13,14,14,15,15,15,
15,16,15,17,15,15,15,16,16,12,13,13,14,15,13,14,
14,15,16,13,14,14,15,15,15,15,16,16,17,15,15,15,
17,16,14,15,15,16,16,15,15,16,15,16,15,16,16,16,
17,16,16,17,16,18,16,16,17,18,17,14,15,15,16,16,
15,16,16,16,17,15,16,15,17,16,16,17,17,17,18,16,
16,16,17,16,11,12,12,14,13,12,13,13,15,14,12,14,
13,15,14,14,15,15,16,16,14,15,14,16,15,12,13,13,
15,14,13,14,14,15,15,13,14,14,16,15,15,15,15,16,
16,15,16,15,17,16,12,13,13,15,14,13,14,14,15,15,
13,14,13,16,14,15,15,15,16,16,15,15,15,17,15,14,
15,15,16,16,15,15,15,16,16,15,16,16,17,17,16,16,
17,17,17,16,17,17,18,17,14,15,15,16,15,15,15,16,
16,16,15,15,15,17,15,17,17,17,18,17,16,17,16,18,
16, 6, 9, 9,12,12, 8,10,10,12,13, 9,11,10,13,12,
10,12,12,14,14,11,13,12,14,14, 8,10,10,12,12, 9,
10,11,12,14,10,11,11,13,13,12,12,13,13,15,12,13,
13,15,14, 9,10,10,13,13,10,11,11,13,13,10,12,10,
14,13,12,13,13,14,15,12,13,13,15,14,11,12,12,13,
14,12,12,13,13,15,12,13,13,14,14,13,13,14,13,16,
14,15,15,16,15,11,12,12,14,14,13,13,13,15,14,12,
13,13,15,14,14,15,15,16,15,14,14,14,16,14, 7, 9,
10,12,12, 9,10,11,13,13, 9,11,10,13,13,11,12,13,
14,15,12,13,13,15,14, 9,10,11,12,13,10,10,12,13,
14,11,11,12,14,14,12,12,14,14,15,13,13,13,15,15,
9,11,11,13,13,11,12,12,14,14,10,12,10,14,13,13,
14,13,15,15,12,14,13,15,14,12,12,13,13,15,12,12,
14,13,15,13,14,14,15,15,14,14,15,14,17,14,15,15,
16,16,12,13,13,15,14,13,14,14,15,15,12,14,13,15,
14,14,15,15,16,16,14,15,14,16,14, 7,10,10,12,12,
10,11,11,12,13,10,12,10,14,12,12,13,13,14,15,12,
13,13,15,14, 9,11,10,13,12,10,10,12,12,14,11,13,
12,14,13,13,13,14,13,15,13,14,14,15,14,10,11,11,
13,13,12,12,12,13,14,10,12,10,14,12,13,14,14,15,
15,13,14,13,15,13,12,13,13,14,14,12,12,13,14,15,
13,14,14,15,15,13,13,14,13,15,14,15,15,16,16,12,
13,13,14,14,13,14,14,15,15,12,13,13,15,13,15,15,
15,16,16,13,14,13,16,13,11,12,13,14,14,12,13,14,
14,15,12,13,13,15,15,14,14,15,15,17,14,15,15,16,
16,12,13,14,14,15,13,13,14,14,16,13,14,14,15,16,
14,14,16,15,17,15,15,16,16,16,12,13,13,15,15,13,
14,14,15,16,13,14,14,15,16,15,15,16,17,17,15,16,
15,17,16,14,15,15,15,16,15,15,16,15,17,15,15,16,
16,17,16,16,16,16,18,16,16,17,17,17,14,15,15,16,
16,15,16,16,16,17,15,16,15,17,16,16,17,17,17,17,
16,17,16,18,17,11,12,12,14,14,13,13,14,14,15,13,
14,13,15,14,14,15,15,15,16,14,15,15,17,15,12,13,
13,15,14,13,13,14,15,15,14,15,14,16,15,15,15,15,
15,16,15,16,15,17,16,12,13,13,15,15,14,14,14,15,
16,13,14,13,16,15,15,15,16,16,17,15,16,15,17,15,
14,15,15,16,16,14,15,15,16,16,15,16,16,17,16,15,
15,16,15,17,16,17,17,18,17,14,15,15,16,16,15,16,
16,16,17,14,15,15,17,16,17,17,17,17,18,15,16,16,
18,15, 6, 9, 9,12,12, 9,10,11,12,13, 8,10,10,13,
12,11,12,13,14,14,10,12,12,14,13, 9,10,10,12,13,
10,10,12,13,14,10,11,11,13,13,12,13,13,14,15,12,
13,13,15,14, 8,10,10,12,12,10,11,11,13,13, 9,11,
10,13,13,12,13,13,14,15,12,13,12,15,13,11,12,12,
14,14,12,13,13,13,15,13,13,13,14,15,14,14,15,14,
16,14,15,15,15,15,11,12,12,14,13,12,13,13,15,14,
12,13,12,15,13,14,14,15,16,16,13,14,13,16,13, 7,
10,10,12,12,10,10,12,12,14,10,11,11,13,12,12,13,
13,13,15,12,13,13,15,14,10,11,11,13,13,10,10,12,
12,14,12,12,12,14,13,13,13,14,13,15,13,14,14,15,
14, 9,10,11,13,13,11,12,12,13,14,10,12,10,14,12,
13,13,14,14,15,13,13,12,15,13,12,13,13,14,14,12,
13,13,14,15,13,14,14,15,15,13,13,15,13,16,15,15,
15,16,16,12,13,13,14,14,13,14,14,15,15,12,13,12,
15,14,15,15,15,16,16,13,14,13,15,13, 7,10, 9,12,
12, 9,10,11,13,13, 9,11,10,13,13,11,13,13,14,15,
11,13,12,15,14, 9,11,11,13,13,10,10,12,13,14,11,
12,12,14,14,12,13,14,14,15,13,13,13,15,15, 9,11,
10,13,12,11,12,11,14,14,10,12,10,14,13,13,14,13,
15,15,12,14,12,15,14,12,13,13,14,15,13,13,14,14,
15,13,14,14,15,15,14,14,15,14,17,14,15,15,16,16,
12,13,12,15,13,13,14,14,15,15,12,14,13,15,13,14,
15,15,16,16,14,15,14,16,14,11,12,12,14,14,13,13,
14,14,15,13,14,13,15,15,14,15,15,16,17,14,15,15,
16,15,12,13,13,15,15,13,13,14,15,16,14,14,14,16,
15,15,15,16,15,17,15,16,15,17,16,12,13,13,14,15,
14,14,15,15,16,13,14,13,15,15,15,15,16,16,17,15,
15,15,16,15,14,15,15,16,16,14,15,15,16,17,15,16,
16,17,17,16,15,16,15,17,16,17,17,17,17,14,15,15,
15,16,15,15,16,16,17,14,15,15,16,16,16,16,17,17,
18,15,16,15,17,15,11,13,12,14,14,12,13,13,15,15,
12,14,13,15,14,14,15,15,16,16,14,15,14,16,15,12,
13,13,15,15,13,14,14,15,16,13,14,14,16,16,15,15,
16,16,17,15,16,15,17,16,12,13,13,15,14,13,14,14,
16,15,13,14,13,16,14,15,16,15,17,16,15,15,14,18,
15,14,15,15,16,16,15,15,16,16,17,15,16,15,17,16,
16,16,17,17,18,16,17,17,18,17,14,15,15,16,15,15,
16,15,17,16,15,15,15,17,15,16,17,17,18,17,16,17,
16,18,15,10,12,12,14,14,12,13,13,14,14,12,13,13,
14,14,13,14,14,15,15,13,14,14,16,15,11,12,13,14,
14,12,13,13,15,15,12,13,13,15,15,13,14,15,15,16,
14,15,15,16,16,12,13,13,14,14,13,13,14,15,15,13,
14,13,15,15,14,15,15,16,16,14,15,14,16,15,13,14,
14,15,15,13,14,14,15,16,14,14,15,16,16,14,15,15,
15,17,15,16,16,17,17,13,14,14,15,15,14,15,15,16,
16,14,15,15,16,16,15,16,16,16,17,15,16,15,17,16,
11,12,12,14,14,12,13,13,14,15,12,13,13,15,14,13,
14,14,15,16,13,14,14,16,15,12,13,13,14,15,13,13,
14,15,15,13,14,14,15,15,14,14,15,15,17,14,15,15,
16,16,12,13,13,15,15,13,14,14,15,15,13,14,13,15,
15,14,15,15,16,17,14,15,15,16,16,13,13,14,15,16,
14,14,15,15,16,14,15,15,16,16,15,15,16,15,18,15,
16,16,17,17,14,15,15,16,16,15,15,15,16,16,14,15,
15,17,16,16,16,16,17,17,15,16,16,17,16,10,12,12,
14,14,12,13,13,14,15,12,13,13,15,14,14,14,15,15,
16,14,15,14,16,15,12,13,13,15,14,13,13,14,15,15,
13,14,14,15,15,14,14,15,15,16,14,15,15,16,16,12,
13,13,15,15,13,14,14,15,16,13,14,13,15,14,15,15,
15,16,16,14,15,15,16,15,13,14,14,16,15,14,14,14,
15,16,14,15,15,16,16,15,15,16,15,17,16,17,16,17,
17,14,14,15,15,16,15,15,16,16,16,14,15,14,16,15,
16,16,16,17,17,15,16,15,17,15,11,13,13,14,15,13,
13,14,15,15,13,14,13,15,15,14,15,15,15,16,14,15,
15,17,15,13,13,14,15,15,13,14,15,15,16,14,14,14,
16,16,15,14,16,15,17,15,16,16,17,16,13,14,14,15,
15,14,14,14,16,16,13,15,14,16,15,15,15,16,17,17,
15,16,15,17,16,14,15,15,15,16,15,15,16,15,17,15,
16,16,16,17,16,16,17,15,18,16,17,17,17,17,14,15,
15,16,16,15,16,16,17,17,15,16,15,17,16,16,17,17,
18,18,16,17,15,18,16,10,12,12,14,14,13,13,14,14,
15,13,14,13,15,14,14,15,15,15,16,15,15,15,16,15,
12,13,13,15,14,12,12,14,14,15,14,15,14,16,15,15,
14,15,14,17,15,16,16,17,16,12,13,13,14,15,14,14,
15,15,16,13,14,12,16,14,15,16,16,16,17,15,16,14,
17,15,14,15,14,16,15,14,14,15,15,15,15,16,15,17,
16,15,14,16,14,16,16,17,17,18,17,14,14,15,15,16,
15,16,16,16,17,14,15,14,16,15,16,16,17,17,17,15,
16,14,17,14,10,12,12,14,13,12,13,13,14,14,11,13,
12,14,14,13,14,14,15,16,13,14,14,16,15,12,13,13,
14,14,13,13,14,15,15,13,14,13,15,15,14,14,15,15,
16,14,15,15,16,16,11,13,12,14,14,12,13,13,15,15,
12,13,13,15,15,14,15,15,16,16,13,14,14,16,15,13,
14,14,15,15,14,15,15,15,16,14,15,15,16,16,15,16,
16,16,17,16,16,16,17,17,13,14,14,15,15,14,15,15,
16,16,13,14,14,16,15,15,16,16,17,17,15,15,15,17,
15,11,12,12,14,14,12,13,13,14,15,12,13,13,15,14,
14,14,15,15,16,14,14,14,16,15,12,13,13,15,14,13,
13,14,15,15,13,14,14,16,15,14,15,15,15,16,15,15,
15,16,16,12,13,13,14,15,13,13,14,15,15,13,14,13,
15,15,15,15,15,16,16,14,15,14,16,15,14,14,15,16,
16,14,15,15,15,16,15,16,15,16,16,15,15,16,15,17,
16,16,16,17,17,13,14,14,15,16,14,15,15,16,16,14,
14,14,16,16,16,16,16,17,17,15,15,15,17,15,11,12,
12,14,14,12,13,13,14,15,12,13,13,15,14,14,14,14,
15,16,13,14,14,16,15,12,13,13,15,15,13,13,14,15,
16,13,14,14,15,15,14,15,15,16,17,14,15,15,17,16,
12,13,13,15,14,13,14,14,15,15,13,14,13,15,15,14,
15,15,16,16,14,15,14,17,15,14,15,15,16,16,14,15,
15,16,17,15,15,15,17,17,15,16,16,16,17,16,17,16,
17,17,13,15,14,16,15,14,15,15,16,16,14,15,14,16,
15,16,16,16,17,17,15,16,15,17,15,10,12,12,14,14,
13,13,14,14,15,13,14,13,15,14,14,15,15,15,17,14,
15,15,16,15,12,13,13,15,14,12,12,14,14,15,14,15,
14,16,15,15,14,16,15,17,15,16,16,17,16,12,13,13,
14,15,14,14,15,15,16,12,14,12,15,14,15,16,16,16,
17,15,16,14,17,14,14,15,14,16,16,14,14,15,15,16,
15,16,16,17,16,15,14,16,14,17,16,17,17,18,17,14,
14,15,15,16,15,15,16,16,17,14,15,14,16,15,16,17,
17,17,18,15,16,14,17,14,11,13,13,15,14,13,13,14,
15,15,12,14,13,15,15,14,15,15,15,17,14,15,14,16,
15,13,14,14,15,15,13,14,15,15,16,14,15,14,16,16,
15,15,16,16,17,15,16,16,17,17,13,14,13,15,15,14,
14,14,16,16,13,15,14,16,15,15,16,16,17,17,15,16,
14,17,15,15,15,15,16,17,15,15,16,16,17,15,16,16,
17,17,16,15,17,16,17,17,17,17,18,18,14,15,15,17,
15,15,16,16,17,16,15,16,15,17,15,16,17,17,17,17,
16,17,15,18,15,
};
static const static_codebook _44p7_p5_0 = {
5, 3125,
(char *)_vq_lengthlist__44p7_p5_0,
1, -528744448, 1616642048, 3, 0,
(long *)_vq_quantlist__44p7_p5_0,
0
};
static const long _vq_quantlist__44p7_p5_1[] = {
3,
2,
4,
1,
5,
0,
6,
};
static const char _vq_lengthlist__44p7_p5_1[] = {
2, 3, 3, 3, 3, 3, 3,
};
static const static_codebook _44p7_p5_1 = {
1, 7,
(char *)_vq_lengthlist__44p7_p5_1,
1, -533200896, 1611661312, 3, 0,
(long *)_vq_quantlist__44p7_p5_1,
0
};
static const long _vq_quantlist__44p7_p6_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44p7_p6_0[] = {
2, 5, 6, 5, 7, 8, 5, 8, 7, 5, 7, 7, 7, 7, 9, 8,
9, 9, 5, 7, 7, 8, 9, 9, 7, 9, 7, 6, 8, 8, 8, 9,
10, 8, 9, 9, 8, 9,10, 9, 9,11,10,10,11, 8,10, 9,
10,10,11, 9,10,10, 6, 8, 8, 8, 9, 9, 8,10, 9, 8,
9,10, 9,10,10,10,11,10, 8,10, 9,10,11,10, 9,11,
9, 6, 8, 8, 7, 9, 9, 8, 9, 9, 7, 9, 9, 9, 9,10,
9,10,10, 8, 9, 9, 9,10,10, 9,10, 9, 7, 9, 9, 9,
10,10, 9,10,10, 9, 9,10,10, 9,11,10,11,11, 9,10,
10,10,11,11,10,11,10, 6, 9, 8, 9,10,10, 9,10, 9,
8,10,10, 9, 9,10,10,11,11, 9,10,10,10,11,11, 9,
11, 9, 6, 8, 8, 8, 9, 9, 7, 9, 9, 8, 9, 9, 9, 9,
10, 9,10,10, 7, 9, 9, 9,10,10, 9,10, 9, 6, 8, 9,
9, 9,10, 9,10,10, 9,10,10, 9, 9,11,10,11,11, 8,
10,10,10,11,11, 9,10, 9, 7, 9, 9, 9,10,10, 9,10,
10, 9,10,10,10,10,11,10,11,11, 9,10, 9,10,11,11,
10,11, 9,
};
static const static_codebook _44p7_p6_0 = {
5, 243,
(char *)_vq_lengthlist__44p7_p6_0,
1, -527106048, 1620377600, 2, 0,
(long *)_vq_quantlist__44p7_p6_0,
0
};
static const long _vq_quantlist__44p7_p6_1[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44p7_p6_1[] = {
4, 7, 7, 6, 7, 8, 6, 8, 7, 7, 7, 8, 7, 7, 8, 8,
8, 8, 7, 7, 7, 8, 8, 8, 7, 8, 8, 7, 8, 8, 8, 8,
8, 8, 8, 8, 8, 8, 8, 8, 8, 9, 8, 9, 9, 8, 8, 8,
8, 9, 9, 8, 9, 8, 7, 8, 8, 8, 8, 8, 8, 8, 8, 8,
8, 8, 8, 8, 9, 8, 9, 9, 8, 8, 8, 8, 9, 9, 8, 9,
8, 7, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 9,
8, 9, 9, 8, 8, 8, 8, 9, 9, 8, 9, 8, 7, 8, 8, 8,
8, 9, 8, 9, 8, 8, 8, 8, 8, 8, 9, 8, 9, 9, 8, 8,
8, 9, 9, 9, 8, 9, 9, 7, 8, 8, 8, 8, 8, 8, 8, 8,
8, 8, 8, 8, 8, 9, 8, 9, 9, 8, 8, 8, 8, 9, 9, 8,
9, 8, 7, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8,
9, 8, 9, 9, 8, 8, 8, 8, 9, 9, 8, 9, 8, 7, 8, 8,
8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 9, 8, 9, 9, 8,
8, 8, 8, 9, 9, 8, 9, 8, 8, 8, 8, 8, 8, 8, 8, 8,
8, 8, 8, 8, 8, 9, 9, 8, 9, 9, 8, 8, 8, 9, 9, 9,
8, 9, 8,
};
static const static_codebook _44p7_p6_1 = {
5, 243,
(char *)_vq_lengthlist__44p7_p6_1,
1, -530841600, 1616642048, 2, 0,
(long *)_vq_quantlist__44p7_p6_1,
0
};
static const long _vq_quantlist__44p7_p7_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44p7_p7_0[] = {
1, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9,
};
static const static_codebook _44p7_p7_0 = {
5, 243,
(char *)_vq_lengthlist__44p7_p7_0,
1, -513979392, 1633504256, 2, 0,
(long *)_vq_quantlist__44p7_p7_0,
0
};
static const long _vq_quantlist__44p7_p7_1[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44p7_p7_1[] = {
1, 5, 5, 4,10,10, 5,10,10, 5,10,10,10,10,10,10,
10,10, 5,10,10,10,10,10, 9,10,10, 6,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10, 7,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10, 6,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10, 6,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,11,11,
};
static const static_codebook _44p7_p7_1 = {
5, 243,
(char *)_vq_lengthlist__44p7_p7_1,
1, -516716544, 1630767104, 2, 0,
(long *)_vq_quantlist__44p7_p7_1,
0
};
static const long _vq_quantlist__44p7_p7_2[] = {
12,
11,
13,
10,
14,
9,
15,
8,
16,
7,
17,
6,
18,
5,
19,
4,
20,
3,
21,
2,
22,
1,
23,
0,
24,
};
static const char _vq_lengthlist__44p7_p7_2[] = {
1, 3, 2, 4, 5, 7, 7, 8, 8, 9, 9,10,10,11,11,12,
12,13,13,14,14,15,15,15,15,
};
static const static_codebook _44p7_p7_2 = {
1, 25,
(char *)_vq_lengthlist__44p7_p7_2,
1, -518864896, 1620639744, 5, 0,
(long *)_vq_quantlist__44p7_p7_2,
0
};
static const long _vq_quantlist__44p7_p7_3[] = {
12,
11,
13,
10,
14,
9,
15,
8,
16,
7,
17,
6,
18,
5,
19,
4,
20,
3,
21,
2,
22,
1,
23,
0,
24,
};
static const char _vq_lengthlist__44p7_p7_3[] = {
4, 4, 4, 4, 4, 4, 4, 5, 5, 5, 5, 5, 5, 5, 5, 5,
5, 5, 5, 5, 5, 5, 5, 5, 5,
};
static const static_codebook _44p7_p7_3 = {
1, 25,
(char *)_vq_lengthlist__44p7_p7_3,
1, -529006592, 1611661312, 5, 0,
(long *)_vq_quantlist__44p7_p7_3,
0
};
static const char _huff_lengthlist__44p7_short[] = {
3, 9,14,16,17,19,22,22, 5, 4, 6, 9,11,13,17,20,
9, 5, 5, 6, 9,11,15,19,11, 7, 5, 5, 7, 9,13,17,
14, 9, 7, 6, 6, 7,11,14,16,11, 9, 7, 6, 4, 4, 8,
19,15,13,11, 9, 4, 3, 4,21,16,16,15,12, 6, 4, 4,
};
static const static_codebook _huff_book__44p7_short = {
2, 64,
(char *)_huff_lengthlist__44p7_short,
0, 0, 0, 0, 0,
NULL,
0
};
static const long _vq_quantlist__44p8_l0_0[] = {
6,
5,
7,
4,
8,
3,
9,
2,
10,
1,
11,
0,
12,
};
static const char _vq_lengthlist__44p8_l0_0[] = {
2, 4, 4, 7, 7, 8, 8,10,10,11,11,12,12, 4, 5, 5,
7, 7, 9, 9,10, 9,12,10,12,12, 4, 5, 5, 7, 7, 9,
9, 9,10,10,12,12,12, 7, 7, 7, 7, 8, 9, 8,11, 5,
12, 6,12,10, 7, 7, 7, 8, 7, 8, 9, 5,11, 6,12,10,
12, 8, 9, 9, 9, 9, 9, 9,11, 7,11, 7,11, 9, 8, 9,
9, 9, 9, 9, 9, 7,10, 7,11, 9,11,10,10,10,10,10,
10,10,11,10,11, 8,12, 9,10,10,10,10,10,10,10,10,
11, 8,11, 9,12,10,11,11,11,11,11,11,11,11,12,10,
12,11,10,11,11,11,11,11,11,11,11,10,12,11,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,11,12,12,12,
12,12,12,12,12,12,11,12,12,
};
static const static_codebook _44p8_l0_0 = {
2, 169,
(char *)_vq_lengthlist__44p8_l0_0,
1, -526516224, 1616117760, 4, 0,
(long *)_vq_quantlist__44p8_l0_0,
0
};
static const long _vq_quantlist__44p8_l0_1[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44p8_l0_1[] = {
4, 4, 4, 5, 5, 4, 4, 5, 5, 5, 4, 5, 4, 5, 5, 5,
5, 5, 5, 5, 5, 5, 5, 5, 5,
};
static const static_codebook _44p8_l0_1 = {
2, 25,
(char *)_vq_lengthlist__44p8_l0_1,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44p8_l0_1,
0
};
static const long _vq_quantlist__44p8_l1_0[] = {
54,
29,
79,
0,
108,
};
static const char _vq_lengthlist__44p8_l1_0[] = {
1, 2, 3, 6, 7, 7, 6, 7, 7, 8, 8, 8, 8, 8, 8, 8,
8, 8, 8, 8, 8, 8, 8, 8, 8,
};
static const static_codebook _44p8_l1_0 = {
2, 25,
(char *)_vq_lengthlist__44p8_l1_0,
1, -514516992, 1620639744, 7, 0,
(long *)_vq_quantlist__44p8_l1_0,
0
};
static const char _huff_lengthlist__44p8_lfe[] = {
2, 3, 1, 3,
};
static const static_codebook _huff_book__44p8_lfe = {
2, 4,
(char *)_huff_lengthlist__44p8_lfe,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist__44p8_long[] = {
2, 7,14,16,17,18,20,21, 7, 4, 6, 8,11,12,14,16,
13, 5, 4, 4, 8, 9,11,13,15, 8, 4, 3, 5, 7, 9,10,
17,11, 8, 4, 4, 6, 9, 9,17,11, 9, 7, 6, 5, 7, 8,
19,13,11, 9, 9, 7, 8, 8,21,15,13,11,10, 8, 8, 7,
};
static const static_codebook _huff_book__44p8_long = {
2, 64,
(char *)_huff_lengthlist__44p8_long,
0, 0, 0, 0, 0,
NULL,
0
};
static const long _vq_quantlist__44p8_p1_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44p8_p1_0[] = {
2, 5, 5, 4, 7, 7, 4, 7, 7, 5, 7, 7, 7, 8, 9, 7,
9, 9, 5, 7, 7, 7, 9, 9, 7, 9, 8, 6, 7, 8, 8, 9,
10, 8, 9,10, 8, 9,10,10,10,12,10,11,12, 8,10,10,
10,11,12,10,11,11, 6, 8, 7, 8,10, 9, 8,10, 9, 8,
10,10,10,11,11,10,12,11, 8,10, 9,10,12,11,10,12,
10, 5, 8, 8, 8,10,10, 8,10,10, 7, 9,10, 9,10,11,
9,11,11, 8,10,10,10,12,12,10,12,11, 7, 9, 9, 9,
10,11, 9,11,11, 9, 9,11,10,11,12,10,11,12, 9,11,
11,11,12,12,11,12,12, 7, 9, 9,10,11,11,10,12,11,
9,11,10,11,11,12,11,13,12,10,11,11,12,13,13,11,
13,11, 5, 8, 8, 8,10,10, 8,10,10, 8,10,10,10,11,
12,10,12,11, 7,10, 9, 9,11,11, 9,11,10, 7, 9, 9,
10,11,12,10,11,11,10,11,11,11,11,13,12,13,13, 9,
10,11,12,12,13,11,12,11, 7, 9, 9, 9,11,11, 9,11,
10, 9,11,11,11,12,12,11,12,12, 9,11, 9,10,12,11,
10,12,11,
};
static const static_codebook _44p8_p1_0 = {
5, 243,
(char *)_vq_lengthlist__44p8_p1_0,
1, -535822336, 1611661312, 2, 0,
(long *)_vq_quantlist__44p8_p1_0,
0
};
static const long _vq_quantlist__44p8_p2_0[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44p8_p2_0[] = {
4, 6, 6, 9, 9, 6, 8, 8,10,10, 6, 8, 8,10,10, 8,
9,10,12,12, 8,10, 9,12,12, 6, 8, 8,10,10, 8, 8,
9,10,11, 8, 9, 9,11,11, 9,10,11,12,13,10,11,11,
13,13, 6, 8, 8,10,10, 8, 9, 9,11,11, 8, 9, 8,11,
10,10,11,11,13,13, 9,11,10,13,12, 9,10,10,12,12,
10,10,11,12,13,10,11,11,13,13,12,12,13,12,15,12,
13,13,15,14, 9,10,10,12,12,10,11,11,13,13,10,11,
10,13,12,12,13,13,14,15,12,13,12,15,12, 7, 8, 8,
10,11, 8, 9,10,11,12, 8, 9, 9,11,11,10,11,11,13,
14,10,11,11,13,13, 8, 9, 9,11,12, 9,10,11,11,13,
9,10,10,12,12,11,11,12,13,15,11,12,12,14,14, 8,
9, 9,11,11, 9,10,11,12,13, 9,10,10,12,12,11,12,
12,14,15,11,12,12,14,14,10,11,12,13,13,11,12,12,
13,14,12,12,12,14,14,13,13,14,14,16,14,14,14,16,
15,10,11,11,13,13,12,12,12,14,14,11,12,12,14,13,
14,14,14,15,16,13,14,13,16,14, 7, 8, 8,11,10, 8,
9, 9,11,11, 8,10, 9,12,11,10,11,11,13,13,10,11,
11,14,13, 8, 9, 9,12,11, 9,10,10,12,12, 9,11,10,
13,12,11,12,12,13,14,11,12,12,15,14, 8, 9, 9,12,
11, 9,10,10,12,12, 9,11,10,13,11,11,12,12,14,14,
11,12,12,14,13,10,11,11,13,13,11,12,12,13,14,12,
13,12,14,14,13,13,14,14,16,13,14,14,16,15,10,11,
11,13,13,12,12,12,14,14,11,12,12,14,13,13,14,14,
15,15,13,14,13,16,14, 9,10,11,12,13,11,11,12,12,
14,11,11,12,13,14,13,13,14,14,16,13,13,14,15,15,
11,11,12,12,14,12,12,13,13,15,12,12,13,13,15,14,
14,15,15,16,14,14,14,15,16,11,12,12,13,14,12,12,
13,14,15,12,13,12,14,14,14,14,15,15,16,14,14,14,
16,16,13,13,14,15,16,14,14,15,15,16,14,15,15,16,
16,15,15,16,16,18,16,16,16,17,17,13,14,14,15,15,
14,14,15,16,16,14,15,14,16,16,16,16,16,17,18,15,
16,16,17,16, 9,11,10,13,12,11,12,11,14,13,11,12,
11,14,12,13,14,13,15,14,13,14,13,16,14,11,12,12,
14,13,12,12,13,14,14,12,13,12,15,14,14,14,14,16,
16,14,15,14,17,15,11,12,11,14,12,12,13,12,15,13,
12,13,12,15,13,14,14,14,16,15,14,15,14,16,15,13,
14,14,15,15,14,14,15,16,16,14,15,14,16,16,15,15,
16,16,17,16,16,16,17,17,13,14,14,16,15,14,15,15,
16,16,14,15,14,17,15,16,16,16,17,17,15,16,15,18,
16, 7, 8, 8,10,11, 8, 9, 9,11,12, 8, 9, 9,12,11,
10,11,11,13,14,10,11,11,14,13, 8, 9, 9,11,11, 9,
10,10,12,12, 9,10,10,12,12,11,12,12,13,14,11,12,
12,14,14, 8, 9, 9,12,11, 9,10,11,12,13, 9,11,10,
13,12,11,12,12,14,14,11,12,12,14,13,10,11,11,13,
13,11,12,12,13,14,11,12,12,14,14,13,13,14,14,16,
13,14,14,16,15,10,12,11,13,13,12,12,12,14,14,11,
12,12,14,13,14,14,14,15,16,13,14,14,16,14, 8, 9,
9,11,11, 9,10,10,12,12, 9,10,10,12,12,11,11,12,
13,14,11,12,12,14,14, 9, 9,10,11,12,10,10,11,12,
13,10,10,11,12,13,12,12,13,14,15,12,12,13,14,15,
9,10,10,12,12,10,11,11,13,13,10,11,11,13,13,12,
13,13,15,15,12,13,13,15,14,11,11,12,13,14,12,12,
13,13,15,12,12,13,14,15,14,14,15,14,16,14,14,15,
15,16,11,12,12,14,14,12,13,13,15,15,12,13,13,15,
14,14,15,15,16,16,14,15,14,17,15, 8, 9, 9,11,11,
9,10,10,12,12, 9,11,10,13,12,11,12,12,14,14,11,
13,12,15,13, 9,10,10,12,12,10,10,11,12,13,10,12,
11,13,13,12,12,13,13,15,12,13,13,15,14, 9,10,10,
12,12,11,11,12,13,13,10,12,10,13,12,12,13,13,15,
15,12,13,13,15,13,11,12,12,14,14,12,12,13,14,14,
12,13,13,15,14,13,13,14,13,16,14,15,14,16,16,11,
12,12,14,14,13,13,13,15,15,12,13,12,15,14,14,15,
15,16,17,14,15,13,16,13,10,11,11,13,14,11,12,12,
13,15,11,12,12,14,14,13,14,14,15,16,13,14,14,16,
16,11,11,12,12,14,12,12,13,13,15,12,13,13,13,15,
14,14,15,14,17,14,14,15,15,16,11,12,12,14,14,12,
13,13,15,15,12,13,13,15,15,14,15,15,16,17,14,15,
15,16,16,13,14,14,14,16,14,14,15,14,17,14,15,15,
14,17,16,16,17,15,18,16,16,17,16,18,13,14,14,16,
16,14,15,15,17,16,14,15,15,17,16,16,17,17,18,18,
16,17,16,18,17,10,11,11,14,13,11,12,12,14,14,11,
13,12,15,14,14,14,14,16,15,14,15,14,16,15,11,12,
12,14,13,12,13,13,15,14,13,14,13,15,14,14,15,15,
16,16,14,15,15,17,15,11,12,12,14,14,13,13,13,15,
15,12,13,13,15,14,15,15,15,17,17,14,15,15,17,15,
13,14,14,16,15,14,15,15,16,16,15,15,15,17,16,16,
16,16,16,17,16,17,16,18,17,14,14,14,16,16,15,15,
15,16,16,14,15,14,17,16,16,17,17,17,18,16,17,16,
18,16, 7, 8, 8,11,11, 8, 9, 9,11,12, 8, 9, 9,12,
11,10,11,11,13,14,10,11,11,14,13, 8, 9, 9,11,12,
9,10,11,12,13, 9,11,10,13,12,11,12,12,13,14,11,
12,12,14,14, 8, 9, 9,11,11, 9,10,10,12,12, 9,10,
10,13,12,11,12,12,14,14,11,12,11,14,13,10,11,12,
13,13,11,12,12,13,14,12,13,12,14,14,13,13,14,14,
16,13,14,14,16,15,10,11,11,13,13,11,12,12,14,14,
11,12,12,14,13,13,14,14,15,16,13,14,13,16,14, 8,
9, 9,11,11, 9,10,11,12,13, 9,10,10,12,12,11,12,
13,13,14,11,12,12,14,14, 9,10,10,12,12,10,10,11,
12,13,11,12,11,13,13,12,12,13,13,15,12,13,13,15,
15, 9,10,10,12,12,10,11,12,13,14,10,11,10,13,12,
12,13,13,14,15,12,13,12,15,13,12,12,12,14,14,12,
12,13,14,15,13,13,13,15,15,14,14,15,13,16,14,15,
15,16,16,11,12,12,14,14,12,13,13,14,15,12,13,12,
14,14,14,14,15,16,16,13,14,13,16,14, 8, 9, 9,11,
11, 9,10,10,12,12, 9,10,10,12,12,11,12,12,14,14,
11,12,11,14,14, 9,10,10,12,12,10,11,11,13,13,10,
11,11,13,13,12,13,13,14,15,12,13,13,15,14, 9,10,
9,12,11,10,11,10,13,12,10,11,10,13,12,12,13,12,
15,14,12,13,12,15,14,11,12,12,14,14,12,13,13,14,
15,12,13,13,15,15,14,14,15,15,17,14,15,15,16,16,
11,12,11,14,13,12,13,12,15,14,12,13,12,15,13,14,
15,14,16,15,13,15,14,17,14,10,11,11,13,14,11,12,
13,13,15,11,12,12,14,14,14,14,15,15,17,13,14,14,
15,16,11,12,12,14,14,12,12,13,14,15,13,13,13,15,
15,14,15,15,15,17,15,15,15,16,16,11,12,12,13,14,
13,13,14,14,15,12,13,13,14,15,14,15,15,16,17,14,
15,15,16,16,14,14,14,16,16,14,14,15,15,17,15,15,
15,17,16,16,16,17,16,18,16,17,17,18,17,13,14,14,
15,16,14,15,15,16,17,14,15,15,16,16,16,17,17,17,
18,16,16,16,17,16,10,11,11,14,13,11,12,12,14,14,
11,12,12,15,13,13,14,14,16,15,13,14,14,16,15,11,
12,12,14,14,12,13,13,15,15,12,13,13,15,15,14,15,
15,16,17,14,15,15,17,16,11,12,11,14,12,12,13,13,
15,13,12,13,12,15,13,14,15,15,16,15,14,15,14,17,
14,13,14,14,16,16,14,15,15,16,17,14,15,15,16,17,
16,16,17,17,18,16,17,17,18,18,13,14,14,16,13,14,
15,15,17,14,14,15,14,17,14,16,17,16,17,16,16,17,
16,18,15, 8,11,11,13,13,10,12,12,14,14,11,12,12,
14,14,13,13,14,15,16,13,14,14,16,15,10,11,11,14,
14,11,12,12,14,15,11,12,12,15,14,13,14,14,15,16,
13,14,14,16,16,11,12,12,14,14,12,13,13,15,15,12,
13,12,15,14,14,14,15,16,16,14,15,14,16,16,12,13,
13,15,15,12,13,14,15,16,13,14,14,16,16,14,15,15,
16,17,15,15,16,17,17,13,14,14,16,15,14,15,15,16,
16,14,15,14,16,16,16,16,16,17,17,15,16,16,18,16,
10,11,11,13,14,11,12,12,14,15,11,12,12,15,14,13,
14,14,16,16,13,14,14,16,16,11,11,12,14,14,12,12,
13,14,15,12,13,13,15,15,14,14,15,15,17,14,14,15,
16,16,11,12,12,15,14,12,13,13,15,15,12,13,13,15,
15,14,15,15,17,17,14,15,15,17,16,13,12,14,14,16,
13,13,15,14,17,14,13,15,15,17,15,14,16,15,18,16,
15,16,16,18,13,14,14,16,16,14,15,15,17,17,14,15,
15,17,16,16,17,17,18,18,16,17,16,18,17,10,11,11,
14,13,11,12,12,14,14,11,13,12,15,14,13,14,14,15,
16,13,14,14,16,16,11,12,12,14,14,12,13,13,14,15,
12,13,13,15,15,14,14,15,15,16,14,15,15,17,16,11,
12,12,14,14,13,13,13,15,15,12,13,13,15,14,14,15,
15,16,17,14,15,14,17,15,13,14,13,16,15,14,14,14,
15,16,14,15,14,16,16,15,15,16,16,17,16,16,16,18,
17,14,14,14,16,16,15,15,15,17,16,14,15,14,17,16,
16,16,17,17,18,16,17,16,18,16,11,13,13,15,15,12,
13,14,15,16,12,14,14,15,15,14,15,15,16,17,14,15,
15,17,17,12,13,14,14,16,13,14,14,14,16,14,14,14,
15,16,15,15,16,15,18,15,16,16,17,17,13,14,14,16,
16,14,14,15,16,16,14,15,14,16,16,15,16,16,17,18,
15,16,16,18,17,14,14,16,13,17,15,15,16,14,18,15,
15,16,14,18,16,16,18,15,19,17,17,18,16,18,15,16,
15,17,17,15,16,17,18,18,16,16,16,18,17,17,18,18,
19,19,17,18,17,19,18,11,12,12,15,14,13,13,14,15,
16,13,14,13,16,14,15,15,15,16,17,15,16,15,17,16,
12,13,13,15,14,13,13,14,15,15,14,15,14,16,15,15,
15,16,16,17,16,16,16,18,17,12,13,13,15,15,14,14,
15,16,16,13,14,13,16,15,16,16,16,17,18,15,16,15,
17,16,14,15,14,17,15,14,15,15,16,16,15,16,15,17,
16,16,15,16,15,17,17,18,17,18,17,15,15,15,16,17,
16,16,16,17,17,15,16,15,17,16,17,18,18,18,18,16,
17,16,18,15, 8,11,11,13,13,11,12,12,14,14,10,12,
12,14,14,13,14,14,15,16,13,14,13,16,15,11,12,12,
14,14,12,12,13,14,15,12,13,13,15,15,14,14,15,15,
16,14,14,14,16,16,10,11,11,14,14,11,12,12,14,15,
11,12,12,15,14,13,14,14,16,16,13,14,14,16,15,13,
14,14,15,16,14,14,15,16,16,14,15,15,16,16,15,16,
16,16,18,16,16,16,17,17,12,13,13,15,15,13,14,14,
16,16,12,14,13,16,15,15,16,15,17,17,14,16,15,17,
16,10,11,11,13,14,11,12,13,14,15,11,13,12,14,14,
14,14,15,16,16,13,14,14,16,16,11,12,12,14,14,12,
13,13,14,15,13,14,13,15,15,14,15,15,16,17,14,15,
15,17,16,11,12,12,14,14,12,13,13,15,15,12,13,12,
15,14,14,15,15,16,17,14,15,15,16,16,14,14,14,16,
16,14,14,15,16,16,15,15,15,16,16,16,16,17,16,18,
16,17,17,18,18,13,13,14,15,16,14,14,15,16,17,13,
14,14,16,16,16,16,17,17,18,15,16,15,17,16,10,11,
11,14,13,11,12,12,14,14,11,12,12,15,14,13,14,14,
16,16,13,14,14,16,16,11,12,12,14,14,12,13,13,15,
15,12,13,13,15,15,14,15,15,16,17,14,15,15,17,16,
11,12,11,14,14,12,13,13,15,15,12,13,12,15,14,14,
15,14,16,16,14,15,14,17,16,14,14,14,16,16,14,15,
15,16,17,14,15,15,17,17,16,16,17,17,18,16,17,17,
18,18,13,14,12,16,14,14,15,13,17,15,13,15,13,17,
14,16,16,15,18,16,15,17,14,18,15,11,12,12,14,15,
13,13,14,14,16,13,14,13,15,14,15,15,16,16,17,15,
16,15,17,16,12,13,13,15,15,13,13,14,15,16,14,15,
14,16,16,15,15,16,15,18,16,16,16,18,17,12,13,13,
15,15,14,14,15,15,16,13,14,13,15,15,16,16,16,16,
18,15,16,15,17,16,15,15,15,17,16,15,15,16,16,17,
16,16,16,18,17,16,16,17,15,18,17,18,17,19,18,14,
14,15,15,17,15,15,16,16,17,14,15,15,16,16,17,17,
18,17,19,16,17,15,17,15,11,13,12,15,15,12,14,14,
15,15,12,14,13,16,15,15,15,15,17,17,14,15,15,17,
16,12,14,14,16,16,14,14,15,16,16,14,14,14,16,16,
15,16,17,17,18,15,16,16,18,17,12,14,13,16,14,13,
14,14,16,15,13,15,14,16,14,15,16,16,17,17,15,16,
15,18,15,15,15,16,17,17,15,16,16,17,18,16,16,16,
18,18,17,17,18,18,19,17,17,18,19,19,14,15,14,17,
13,15,16,15,18,14,15,16,15,18,14,17,18,17,18,16,
16,18,16,19,15,
};
static const static_codebook _44p8_p2_0 = {
5, 3125,
(char *)_vq_lengthlist__44p8_p2_0,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44p8_p2_0,
0
};
static const long _vq_quantlist__44p8_p3_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44p8_p3_0[] = {
2, 5, 5, 5, 7, 7, 5, 7, 7, 5, 7, 7, 7, 8, 9, 7,
9, 9, 5, 7, 7, 7, 9, 9, 7, 9, 8, 5, 7, 8, 7, 9,
10, 8, 9, 9, 8, 9,10, 9,10,12,10,11,11, 8,10, 9,
10,11,12, 9,11,10, 5, 8, 7, 8,10, 9, 7,10, 9, 8,
9,10, 9,10,11,10,12,11, 8,10, 9,10,11,11, 9,12,
10, 5, 8, 8, 7, 9,10, 8,10, 9, 7, 9,10, 9,10,11,
9,11,11, 8,10, 9,10,11,11,10,12,10, 7, 9,10, 9,
10,12, 9,11,11, 9, 9,12,11,10,13,11,11,13,10,12,
11,11,13,13,11,13,12, 7, 9, 9, 9,11,11, 9,12,11,
9,11,10,10,11,12,11,13,12, 9,11,11,12,13,13,11,
13,11, 5, 8, 8, 8, 9,10, 7,10, 9, 8, 9,10,10,10,
12,10,11,11, 7,10, 9, 9,11,11, 9,11,10, 7, 9, 9,
9,11,12, 9,11,11, 9,11,11,11,11,13,12,13,13, 9,
10,11,11,12,13,10,12,11, 7,10, 9, 9,11,11, 9,12,
10,10,11,12,11,12,13,12,13,13, 9,12, 9,11,13,11,
10,13,10,
};
static const static_codebook _44p8_p3_0 = {
5, 243,
(char *)_vq_lengthlist__44p8_p3_0,
1, -533200896, 1614282752, 2, 0,
(long *)_vq_quantlist__44p8_p3_0,
0
};
static const long _vq_quantlist__44p8_p3_1[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44p8_p3_1[] = {
6, 7, 7, 7, 7, 8, 7, 8, 7, 7, 7, 8, 7, 8, 8, 8,
8, 8, 7, 8, 7, 7, 8, 8, 7, 8, 8, 7, 8, 8, 8, 8,
8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8,
8, 8, 8, 8, 8, 8, 7, 8, 8, 8, 8, 8, 8, 8, 8, 8,
8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8,
8, 7, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8,
8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 7, 8, 8, 8,
8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 9, 8, 8, 9, 8, 8,
8, 8, 9, 9, 8, 9, 9, 7, 8, 8, 8, 8, 8, 8, 8, 8,
8, 8, 8, 8, 8, 8, 8, 9, 8, 8, 8, 8, 8, 9, 9, 8,
9, 8, 7, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8,
8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 7, 8, 8,
8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 9, 8, 9, 9, 8,
8, 8, 8, 8, 9, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8,
8, 8, 8, 8, 8, 9, 9, 8, 9, 9, 8, 8, 8, 8, 9, 8,
8, 9, 8,
};
static const static_codebook _44p8_p3_1 = {
5, 243,
(char *)_vq_lengthlist__44p8_p3_1,
1, -535822336, 1611661312, 2, 0,
(long *)_vq_quantlist__44p8_p3_1,
0
};
static const long _vq_quantlist__44p8_p4_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44p8_p4_0[] = {
2, 5, 5, 4, 7, 8, 4, 8, 7, 5, 7, 8, 7, 7,10, 8,
9, 9, 5, 7, 7, 8, 9, 9, 7,10, 7, 5, 7, 8, 8, 9,
11, 8,10,10, 8, 9,10,10,10,12,11,12,12, 8,10,10,
10,12,12,10,12,11, 5, 8, 7, 8,10,10, 8,11, 9, 8,
10,10,10,11,12,10,12,12, 8,10, 9,11,12,12,10,12,
10, 5, 8, 8, 7,10,10, 8,11,10, 7, 9,10, 9,10,12,
10,12,12, 8,10,10,10,12,12,10,12,11, 7, 9,10, 9,
11,12,10,12,11, 9, 9,12,10,10,13,12,12,13,10,12,
11,12,13,13,11,13,11, 7,10, 9,10,11,12,10,13,11,
9,11,11,11,11,13,12,14,13,10,11,11,12,14,14,11,
14,11, 5, 8, 8, 8,10,11, 7,10,10, 8,10,10,10,11,
12,10,12,12, 7,10, 9,10,12,12, 9,12,10, 7, 9,10,
10,11,13,10,12,11,10,11,11,11,11,14,12,14,14, 9,
11,11,12,13,14,11,13,11, 7,10, 9,10,11,12, 9,12,
10,10,11,12,11,11,13,12,13,13, 9,12, 9,12,13,12,
10,13,10,
};
static const static_codebook _44p8_p4_0 = {
5, 243,
(char *)_vq_lengthlist__44p8_p4_0,
1, -531365888, 1616117760, 2, 0,
(long *)_vq_quantlist__44p8_p4_0,
0
};
static const long _vq_quantlist__44p8_p4_1[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44p8_p4_1[] = {
7, 9, 9,10,10, 9,10,10,10,11, 9,10,10,11,10, 9,
10,10,11,11, 9,10,10,11,11, 9,10,10,11,11,10,10,
10,11,11,10,10,10,11,11,10,11,11,11,11,10,11,11,
11,11, 9,10,10,11,11,10,10,10,11,11, 9,10,10,11,
11,10,11,11,11,11,10,11,11,11,11,10,11,11,11,11,
10,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,12,10,11,11,11,11,11,11,11,11,11,10,11,
11,11,11,11,11,11,11,11,11,11,11,11,11, 9,10,10,
11,11,10,10,11,11,11,10,10,11,11,11,10,11,11,11,
12,10,11,11,12,12,10,10,11,11,11,10,11,11,11,12,
11,11,11,12,12,11,11,12,12,12,11,11,12,12,12,10,
11,11,11,11,11,11,11,12,12,10,11,11,12,12,11,12,
11,12,12,11,12,11,12,12,11,11,11,11,12,11,11,12,
12,12,11,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,11,11,11,12,12,11,12,12,12,12,11,12,11,12,12,
12,12,12,12,12,12,12,12,12,12, 9,10,10,11,11,10,
11,10,11,11,10,11,10,11,11,10,11,11,12,12,10,11,
11,12,11,10,11,11,11,11,10,11,11,11,12,11,11,11,
12,12,11,11,12,12,12,11,11,11,12,12,10,11,10,11,
11,11,11,11,12,12,10,11,11,12,11,11,12,11,12,12,
11,12,11,12,12,11,11,11,12,12,11,11,12,12,12,11,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,11,11,
11,12,11,11,12,12,12,12,11,12,11,12,12,12,12,12,
12,12,12,12,12,12,12,10,11,11,11,11,11,11,11,12,
12,11,11,11,12,12,11,12,12,12,12,11,12,12,12,12,
11,11,11,12,12,11,11,12,12,12,11,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,11,11,11,12,12,11,12,
12,12,12,11,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,13,12,13,12,12,12,12,13,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,13,12,10,11,11,11,11,11,11,11,12,12,11,11,
11,12,12,11,12,12,12,12,11,12,12,12,12,11,11,11,
12,12,11,12,12,12,12,11,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,11,11,11,12,12,11,12,12,12,12,
11,12,11,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,13,12,12,13,12,13,
12, 9,10,10,11,11,10,10,11,11,11,10,11,10,11,11,
10,11,11,12,12,10,11,11,12,12,10,10,11,11,11,10,
11,11,11,12,10,11,11,12,12,11,11,12,12,12,11,11,
11,12,12,10,11,10,11,11,11,11,11,12,12,10,11,11,
12,11,11,12,11,12,12,11,12,11,12,12,11,11,11,11,
12,11,11,12,12,12,11,12,12,12,12,11,12,12,12,12,
11,12,12,12,12,11,11,11,12,11,11,12,12,12,12,11,
12,11,12,12,12,12,12,12,12,12,12,12,12,12,10,10,
11,11,11,10,11,11,12,12,10,11,11,12,12,11,11,11,
12,12,11,11,12,12,12,10,11,11,11,12,11,11,12,12,
12,11,11,12,12,12,11,11,12,12,12,11,12,12,12,12,
11,11,11,12,12,11,12,12,12,12,11,12,11,12,12,11,
12,12,12,12,11,12,12,12,12,11,11,12,12,12,11,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,11,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12, 9,10,10,11,11,
10,11,11,11,12,10,11,11,12,11,11,12,11,12,12,11,
12,11,12,12,10,11,11,12,11,11,11,11,12,12,11,12,
11,12,12,11,12,12,12,12,11,12,12,12,12,10,11,11,
12,12,11,12,11,12,12,11,12,11,12,12,12,12,12,12,
12,11,12,12,12,12,11,12,11,12,12,11,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,11,
12,12,12,12,12,12,12,12,12,11,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,11,11,11,12,12,11,12,12,
12,12,11,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,11,11,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,13,12,12,12,12,12,11,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,13,13,12,12,
12,13,13,12,12,12,12,12,12,12,12,12,13,12,12,12,
12,13,12,12,13,12,13,12,13,13,13,13,12,12,12,12,
12,12,12,12,13,12,12,12,12,13,12,12,13,13,13,13,
12,13,13,13,13,10,11,11,12,12,11,12,12,12,12,11,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,11,11,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,11,12,12,12,12,12,12,12,12,
12,12,12,12,13,12,12,12,12,13,13,12,12,12,13,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,13,13,12,
13,13,12,13,12,13,13,13,13,12,12,12,12,12,12,12,
12,13,12,12,12,12,13,12,12,13,13,13,13,12,13,13,
13,13, 9,10,10,11,11,10,10,11,11,11,10,11,10,11,
11,10,11,11,12,12,10,11,11,12,12,10,11,11,11,11,
10,11,11,12,12,11,11,11,12,12,11,11,12,12,12,11,
11,12,12,12,10,11,10,11,11,10,11,11,12,12,10,11,
11,12,11,11,12,11,12,12,11,11,11,12,12,11,11,11,
11,12,11,11,12,12,12,11,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,11,11,11,12,11,11,12,12,12,12,
11,12,11,12,12,12,12,12,12,12,11,12,12,12,12, 9,
10,10,11,11,10,11,11,11,12,10,11,11,12,11,11,11,
12,12,12,11,11,12,12,12,10,11,11,12,12,11,11,12,
12,12,11,11,12,12,12,12,12,12,12,12,12,12,12,12,
12,10,11,11,12,12,11,11,11,12,12,11,11,11,12,12,
11,12,12,12,12,11,12,12,12,12,11,12,12,12,12,11,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,11,11,12,12,12,12,12,12,12,12,11,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,10,11,10,11,
11,10,11,11,12,12,10,11,11,12,12,11,11,11,12,12,
11,12,11,12,12,11,11,11,12,12,11,11,12,12,12,11,
11,12,12,12,11,12,12,12,12,11,12,12,12,12,10,11,
11,12,11,11,12,11,12,12,11,12,11,12,12,11,12,12,
12,12,11,12,11,12,12,11,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
11,12,11,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,11,11,11,12,12,11,11,
12,12,12,11,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,11,12,12,12,12,12,12,12,12,13,12,12,12,12,
12,12,12,12,13,13,12,12,12,13,13,11,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,13,12,
12,12,12,12,12,12,12,12,12,12,12,13,12,13,12,12,
12,13,13,12,13,13,12,13,12,13,13,13,13,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,13,13,13,
13,12,13,12,13,12,11,11,11,12,12,11,12,12,12,12,
11,12,12,12,12,12,12,12,12,12,12,12,12,12,12,11,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,13,13,12,12,12,13,13,11,12,11,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,13,12,12,12,12,13,
12,12,12,12,12,12,12,12,12,13,13,12,12,12,12,13,
12,13,13,13,13,12,13,13,13,13,12,12,12,12,12,12,
12,12,13,12,12,12,12,13,12,12,13,13,13,13,12,13,
13,13,12,10,11,11,12,12,11,11,11,12,12,11,11,11,
12,12,11,12,12,12,12,11,12,12,12,12,11,11,11,12,
12,11,11,12,12,12,11,12,12,12,12,11,12,12,12,12,
12,12,12,12,12,11,11,11,12,12,11,12,12,12,12,11,
12,11,12,12,12,12,12,12,12,12,12,12,12,12,11,12,
12,12,12,11,12,12,12,12,12,12,12,12,12,12,12,12,
12,13,12,12,12,12,12,11,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,13,12,12,12,12,12,12,
11,11,11,12,12,11,12,12,12,12,11,12,12,12,12,12,
12,12,12,12,11,12,12,12,12,11,11,12,12,12,11,12,
12,12,12,12,12,12,12,12,12,12,12,12,13,12,12,12,
13,13,11,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,13,13,12,12,12,13,13,12,12,12,12,12,
12,12,12,12,13,12,12,12,12,13,12,12,13,12,13,12,
12,13,13,13,12,12,12,12,12,12,12,12,12,13,12,12,
12,13,12,12,13,13,13,13,12,13,13,13,13,10,11,11,
12,12,11,12,12,12,12,11,12,12,12,12,11,12,12,12,
12,12,12,12,12,12,11,11,12,12,12,11,12,12,12,12,
12,12,12,12,12,12,12,12,12,13,12,12,12,13,13,11,
12,11,12,12,12,12,12,12,12,11,12,12,12,12,12,12,
12,13,13,12,12,12,13,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,13,12,12,12,12,12,13,12,13,12,13,
13,12,12,12,12,12,12,12,12,13,12,12,12,12,13,12,
12,13,12,13,13,12,13,12,13,12,11,11,11,12,12,11,
12,12,12,12,11,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,11,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,13,12,13,12,12,13,13,13,11,12,12,12,
12,12,12,12,12,12,12,12,12,13,12,12,12,12,13,13,
12,12,12,13,12,12,12,12,12,12,12,12,13,12,13,12,
12,12,12,13,12,12,13,12,13,12,13,13,12,13,12,12,
12,12,12,12,13,13,13,12,12,12,12,13,12,12,13,13,
13,13,12,13,13,13,12,11,11,11,12,12,11,12,12,12,
12,11,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
11,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,13,12,12,13,13,13,11,12,12,12,12,12,12,
12,12,13,12,12,12,13,12,12,13,12,13,13,12,13,12,
13,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,13,12,13,12,13,13,13,12,12,12,12,12,12,
12,13,12,13,12,12,12,12,13,12,12,13,13,13,12,12,
13,12,13,12,10,11,11,12,12,11,11,11,12,12,11,11,
11,12,12,11,12,12,12,12,11,12,12,12,12,11,11,11,
12,12,11,11,12,12,12,11,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,11,11,11,12,12,11,12,12,12,12,
11,12,11,12,12,12,12,12,12,12,11,12,12,12,12,11,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,13,12,12,12,12,12,11,12,12,12,12,12,12,12,
12,12,11,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,10,11,11,12,12,11,11,12,12,12,11,12,12,12,12,
11,12,12,12,12,12,12,12,12,12,11,11,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,13,12,12,
12,13,13,11,11,11,12,12,12,12,12,12,12,11,12,12,
12,12,12,12,12,13,13,12,12,12,13,13,12,12,12,12,
12,12,12,12,12,13,12,12,12,12,13,12,12,13,12,13,
12,12,13,13,13,12,12,12,12,12,12,12,12,12,13,12,
12,12,12,12,12,12,13,13,13,12,12,12,13,12,11,11,
11,12,12,11,12,12,12,12,11,12,12,12,12,12,12,12,
12,12,11,12,12,12,12,11,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,13,13,12,12,12,13,13,
11,12,11,12,12,12,12,12,12,12,11,12,12,12,12,12,
12,12,13,13,12,12,12,13,12,12,12,12,12,12,12,12,
12,12,13,12,12,12,13,13,12,13,13,13,13,12,13,13,
13,13,12,12,12,12,12,12,12,12,13,12,12,12,12,13,
12,12,13,12,13,13,12,13,12,13,12,11,11,11,12,12,
11,12,12,12,12,11,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,11,12,12,12,12,12,12,12,12,13,12,12,
12,13,13,12,12,13,12,13,12,12,13,13,13,11,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,13,
13,12,12,12,13,12,12,12,12,12,12,12,12,12,12,13,
12,12,12,13,13,12,12,13,12,13,12,13,13,13,13,12,
12,12,12,12,12,12,13,12,13,12,12,12,12,12,12,13,
13,12,12,12,13,12,12,12,11,11,11,12,12,11,12,12,
12,12,11,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,11,12,12,12,12,12,12,12,12,13,12,12,12,12,13,
12,12,13,13,13,12,12,12,13,13,11,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,13,12,13,13,12,13,
12,13,12,12,12,12,12,12,12,12,12,12,13,12,13,12,
13,13,12,13,13,12,13,12,13,13,13,13,12,12,12,12,
12,12,12,12,13,12,12,13,12,13,12,12,13,12,13,12,
12,13,12,13,12,
};
static const static_codebook _44p8_p4_1 = {
5, 3125,
(char *)_vq_lengthlist__44p8_p4_1,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44p8_p4_1,
0
};
static const long _vq_quantlist__44p8_p5_0[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44p8_p5_0[] = {
2, 6, 6, 9, 9, 5, 7, 8,10,11, 5, 8, 7,11,10, 8,
10,11,12,13, 8,11,10,13,12, 6, 7, 8,10,11, 7, 8,
10,10,12, 8, 9, 9,12,12,10,10,12,12,14,10,12,12,
14,13, 6, 8, 7,11,10, 8, 9, 9,12,12, 7,10, 8,12,
11,10,12,12,13,14,10,12,10,14,12, 9,10,11,11,13,
10,10,11,11,13,11,12,12,13,14,12,12,13,11,15,13,
14,14,15,14, 9,11,10,13,11,11,12,12,13,13,10,11,
10,13,11,13,14,14,15,15,12,13,12,15,11, 6, 8, 9,
11,12, 8, 9,11,12,13, 8,10,10,13,13,11,12,13,14,
15,11,12,13,14,14, 9, 9,10,12,13,10,10,12,12,14,
10,11,11,13,14,12,12,14,14,15,13,13,14,15,15, 9,
10,10,13,13,10,11,11,13,14,10,11,10,14,13,13,13,
14,15,15,12,14,13,15,14,12,12,13,13,14,12,13,14,
13,15,13,14,14,15,15,14,14,15,14,16,15,15,15,16,
16,12,13,13,14,14,13,14,14,15,15,12,14,13,15,14,
14,15,15,16,16,14,15,14,16,14, 6, 9, 8,12,11, 8,
10,10,13,13, 8,11, 9,13,12,11,12,12,14,14,11,13,
12,15,14, 9,10,10,13,13,10,10,11,13,14,10,12,11,
14,13,12,13,14,14,15,13,13,13,15,14, 9,10, 9,13,
12,10,11,11,14,13,10,12,10,14,12,13,14,13,15,15,
12,14,12,15,14,12,13,13,14,14,13,13,13,14,15,13,
14,14,15,15,14,14,15,14,16,14,15,15,16,16,12,13,
12,14,13,13,14,14,15,15,12,14,13,15,13,15,15,15,
16,16,14,15,14,16,14,11,12,12,13,14,12,13,14,14,
16,12,13,13,15,15,14,14,16,15,17,14,15,15,16,16,
12,13,14,14,15,13,13,15,15,16,14,14,14,15,16,15,
15,16,16,17,15,15,16,16,17,13,13,13,15,15,14,14,
15,15,16,13,14,14,15,16,15,15,16,16,17,15,16,15,
17,16,14,15,15,16,16,15,15,16,16,17,15,16,16,17,
17,16,16,17,16,18,16,17,17,17,17,15,15,15,16,16,
15,16,16,17,17,15,16,16,17,16,16,17,17,18,18,16,
17,16,17,16,11,12,12,15,13,13,13,13,15,15,12,14,
13,16,14,14,15,15,16,16,14,15,14,17,15,13,13,13,
15,14,13,14,14,16,15,14,14,14,16,15,15,15,16,16,
17,15,16,15,17,16,12,14,13,15,14,14,14,14,16,15,
13,14,13,16,15,15,16,16,17,16,15,16,15,17,16,15,
15,15,16,16,15,15,16,16,17,15,16,16,17,17,16,16,
17,17,17,17,17,17,18,17,14,15,15,16,16,15,16,16,
17,16,15,16,15,17,16,17,17,17,18,17,16,17,16,18,
16, 6, 9, 9,12,12, 8,10,10,12,13, 8,10,10,13,12,
10,12,12,14,15,11,13,12,15,14, 8, 9,10,12,13, 9,
10,11,13,14,10,11,11,14,13,12,12,13,14,15,12,13,
13,15,15, 8,10,10,13,13,10,11,11,13,14,10,12,10,
14,13,12,13,13,15,15,12,14,13,15,14,11,12,12,13,
14,12,12,13,13,15,12,13,13,15,15,14,13,15,14,16,
14,15,15,16,16,12,13,13,14,14,13,13,14,15,14,12,
14,13,15,14,14,15,15,16,15,14,15,14,16,14, 7, 9,
10,12,12, 9,10,11,13,14, 9,11,10,13,13,11,12,13,
14,15,12,13,13,15,14, 9,10,11,12,13,10,10,12,13,
14,11,11,12,14,14,12,12,14,14,15,13,13,14,15,15,
9,11,11,13,13,11,12,12,14,14,10,12,10,14,13,13,
14,14,15,15,13,14,13,16,14,12,12,13,14,15,13,13,
14,14,16,13,14,14,15,15,14,14,15,14,17,14,15,15,
16,16,12,13,13,15,14,13,14,14,15,15,13,14,13,16,
14,15,15,15,16,16,14,15,14,16,14, 7,10, 9,13,12,
10,11,12,12,14,10,12,11,14,12,12,13,13,14,15,12,
14,13,15,14, 9,11,10,13,13,10,11,12,13,14,12,13,
12,15,13,13,13,14,13,15,13,14,14,16,15,10,11,11,
13,13,12,12,13,14,14,11,12,11,14,13,14,14,14,15,
16,13,14,13,16,13,12,13,13,14,14,12,13,13,14,15,
14,14,14,15,15,14,13,15,13,16,15,15,15,17,16,13,
13,13,14,14,14,14,14,15,15,12,13,13,15,14,15,16,
16,16,16,14,15,14,16,13,11,12,13,14,15,12,13,14,
15,16,13,14,14,15,15,14,14,15,15,17,14,15,15,16,
16,13,13,14,14,15,13,13,15,14,16,14,14,15,15,16,
15,14,16,15,17,15,16,16,16,17,13,14,14,15,15,14,
14,15,16,16,13,15,14,16,16,15,16,16,17,17,15,16,
15,17,16,14,15,15,15,17,15,15,16,15,17,15,16,16,
16,17,16,16,17,16,18,17,17,17,17,18,15,15,15,17,
16,15,16,16,17,17,15,16,16,17,16,16,17,17,18,18,
16,17,16,18,17,11,13,12,15,14,13,13,14,15,15,13,
14,13,16,14,15,15,15,16,16,15,16,15,17,16,13,14,
13,15,14,13,13,14,15,15,14,15,14,16,15,15,15,16,
16,16,15,16,15,18,16,13,14,14,15,15,14,15,15,15,
16,13,15,13,16,15,15,16,16,17,17,15,16,15,17,16,
15,15,15,16,16,15,15,15,16,17,16,16,16,17,16,16,
16,17,16,17,17,17,17,18,17,15,15,15,16,16,16,16,
16,17,17,15,16,15,17,16,17,17,17,18,18,16,17,16,
17,15, 6, 9, 9,12,12, 8,10,10,12,13, 8,10,10,13,
12,11,12,13,14,15,10,12,12,14,14, 9,10,10,13,13,
10,10,12,13,14,10,11,11,14,13,12,13,14,14,15,12,
13,13,15,15, 8,10, 9,13,12,10,11,11,13,14, 9,11,
10,14,13,12,13,13,15,15,12,13,12,15,14,12,13,13,
14,14,12,13,13,14,15,13,14,14,14,15,14,14,15,14,
16,14,15,15,16,16,11,12,12,14,13,13,13,13,15,15,
12,13,12,15,13,14,15,15,16,16,14,15,14,16,14, 7,
9,10,12,13,10,10,12,12,14,10,12,11,14,13,12,13,
14,14,15,12,13,13,15,14,10,11,11,13,13,11,11,12,
13,14,12,13,12,14,14,13,13,14,13,16,14,14,14,15,
15, 9,10,11,13,14,12,12,13,13,15,10,12,10,14,13,
13,14,14,15,16,13,14,13,15,13,13,14,13,14,15,12,
13,13,14,15,14,14,14,15,15,14,13,15,13,16,15,16,
16,16,16,12,13,13,14,14,14,14,14,15,15,12,13,13,
15,14,15,15,16,16,16,14,15,13,16,13, 7,10, 9,12,
12, 9,10,11,13,13, 9,11,10,14,13,12,13,13,14,15,
11,13,12,15,14, 9,11,11,13,13,10,10,12,13,14,11,
12,12,14,14,13,13,14,14,16,13,14,14,16,15, 9,11,
10,13,12,11,12,11,14,14,10,12,10,14,13,13,14,13,
15,15,12,14,12,16,14,12,13,13,14,15,13,13,14,14,
16,13,14,14,15,15,14,14,15,14,16,15,15,15,16,16,
12,13,12,15,14,13,14,14,15,15,12,14,13,16,14,14,
15,15,16,16,14,15,14,17,14,11,12,13,14,15,13,13,
14,14,16,13,14,13,15,15,15,15,16,16,17,15,15,15,
16,16,13,14,13,15,15,13,13,15,15,16,14,15,15,16,
16,15,15,16,15,17,16,16,16,17,17,13,13,14,14,15,
14,14,15,15,16,13,14,13,15,15,15,16,16,16,17,15,
16,15,16,16,15,15,15,16,16,15,15,16,16,17,16,16,
16,17,17,16,16,17,16,18,17,17,17,18,18,15,15,15,
16,16,16,16,16,17,17,15,15,15,16,16,17,17,17,17,
18,16,16,16,17,15,11,13,12,15,14,13,13,14,15,15,
12,14,13,16,14,14,15,15,16,16,14,15,14,16,15,13,
14,14,15,15,13,14,14,16,16,14,15,14,16,16,15,15,
16,17,17,15,16,16,17,17,13,14,13,15,14,14,14,14,
16,15,13,15,13,16,14,15,16,15,17,16,15,16,14,17,
15,14,16,15,16,17,15,16,16,16,17,15,16,16,17,17,
16,16,17,17,18,16,17,17,18,17,14,15,15,17,15,15,
16,16,17,16,15,16,15,17,15,16,17,17,18,17,16,17,
16,18,15,10,12,12,14,14,12,13,13,15,15,12,13,13,
15,15,13,14,14,15,16,14,15,14,16,16,12,13,13,15,
15,12,13,14,15,15,13,14,14,15,15,14,14,15,16,17,
14,15,15,17,16,12,13,13,15,15,13,14,14,15,16,13,
14,14,16,15,14,15,15,16,17,14,15,15,17,16,13,14,
14,15,16,14,14,15,15,16,14,15,15,16,16,15,15,16,
16,17,15,16,16,17,17,14,15,15,16,16,15,15,15,16,
16,15,15,15,16,16,16,17,16,17,17,16,16,16,18,16,
11,12,12,14,14,12,13,14,15,15,12,13,13,15,15,13,
14,15,16,16,14,15,15,16,16,12,13,13,15,15,13,13,
14,15,16,13,14,14,15,16,14,14,15,16,17,15,15,15,
16,17,12,13,13,15,15,13,14,14,15,16,13,14,14,16,
15,15,15,15,16,17,15,16,15,17,16,14,14,15,15,16,
14,14,15,15,17,15,15,16,16,17,15,15,16,15,18,16,
16,16,17,17,14,15,15,16,16,15,16,16,17,17,15,15,
15,17,16,16,17,16,17,17,16,16,16,18,16,11,12,12,
14,14,13,13,14,15,15,13,14,13,15,15,14,15,15,16,
16,14,15,15,16,16,12,13,13,15,15,13,13,14,15,15,
14,14,14,16,15,15,15,15,15,16,15,16,15,17,16,12,
13,13,15,15,14,14,15,15,16,13,14,13,16,15,15,15,
16,16,17,15,16,15,17,15,14,15,14,16,16,14,15,15,
16,16,15,16,15,17,16,15,15,16,15,17,16,17,16,17,
17,14,15,15,16,16,15,16,16,16,17,14,15,15,16,16,
16,17,17,17,18,16,16,16,17,16,12,13,13,15,15,13,
13,14,15,16,13,14,14,16,15,14,15,15,16,17,14,15,
15,17,16,13,14,14,15,16,14,14,15,15,17,14,15,15,
16,16,15,14,16,15,17,15,16,16,17,17,13,14,14,16,
16,14,15,15,16,16,14,15,14,16,16,15,16,16,17,17,
15,16,15,17,16,15,15,16,15,17,15,15,16,15,17,15,
16,16,16,17,16,15,17,15,18,17,17,17,17,17,15,15,
15,17,17,16,16,16,17,17,15,16,15,17,17,16,17,17,
18,18,16,17,15,18,15,11,12,12,15,15,13,13,15,14,
16,13,14,13,16,14,15,15,16,16,17,15,16,15,17,15,
12,14,13,16,14,13,13,14,14,16,14,15,14,16,15,15,
15,16,15,17,16,16,16,17,16,12,13,14,15,16,15,15,
15,15,16,13,15,13,16,14,16,16,16,17,17,15,16,15,
17,15,15,16,15,16,15,14,14,15,16,16,16,16,16,17,
16,15,15,16,15,17,17,17,17,18,17,15,15,15,16,16,
16,16,16,16,17,14,15,15,17,16,17,17,17,17,18,15,
16,15,18,14,10,12,12,14,14,12,13,13,15,15,12,13,
13,15,15,14,14,15,15,16,13,15,14,16,16,12,13,13,
15,15,13,14,14,15,16,13,14,14,15,15,14,15,15,16,
17,14,15,15,17,16,12,13,13,15,15,13,14,14,15,15,
12,14,13,15,15,14,15,15,16,17,14,15,14,17,15,14,
15,15,16,16,14,15,15,16,17,15,15,15,17,16,16,16,
16,16,17,16,16,16,17,17,13,14,14,16,15,14,15,15,
16,16,14,15,14,16,16,15,16,16,17,17,15,16,15,17,
16,11,12,12,14,15,13,13,14,14,15,13,14,13,15,15,
14,15,15,16,16,14,15,15,16,16,12,14,13,15,15,13,
13,14,15,16,14,15,14,16,15,15,15,16,15,17,15,16,
16,17,16,12,13,13,15,15,14,14,15,15,16,13,14,13,
16,15,15,15,16,16,17,15,15,15,16,16,14,15,15,16,
16,14,15,15,16,16,15,16,16,17,17,16,16,16,16,17,
16,17,17,18,17,14,14,15,15,16,15,15,16,16,17,14,
15,15,16,16,16,16,16,17,17,15,16,15,17,15,11,12,
12,14,14,12,13,14,15,15,12,13,13,15,15,14,15,15,
16,16,13,15,14,16,16,12,13,13,15,15,13,14,14,15,
16,13,14,14,16,16,15,15,15,16,17,15,15,15,17,16,
12,13,13,15,15,13,14,14,16,15,13,14,13,16,15,15,
16,15,17,17,14,15,14,17,16,14,15,15,16,16,15,15,
16,16,17,15,16,16,17,17,16,16,16,16,18,16,17,16,
18,17,14,15,14,16,15,15,15,15,17,16,14,15,14,17,
15,16,17,16,17,17,15,16,15,17,15,11,12,12,15,15,
13,13,15,14,16,13,15,13,16,14,15,15,16,15,17,15,
16,15,17,16,12,14,13,15,15,13,13,15,15,16,15,15,
15,16,15,15,15,16,15,17,16,16,16,17,16,12,13,14,
15,16,14,14,15,15,16,13,14,13,16,14,16,16,16,16,
17,15,16,15,17,15,15,16,15,16,16,14,15,15,16,16,
16,16,16,17,16,15,15,16,15,17,17,17,17,18,17,15,
15,15,15,16,16,16,16,16,17,14,15,14,16,15,17,17,
17,17,18,15,16,15,17,15,12,13,13,15,15,13,14,14,
15,16,13,14,14,16,15,14,15,15,16,17,14,15,15,17,
16,13,14,14,16,15,13,14,15,16,16,14,15,15,16,16,
15,15,16,16,17,15,16,16,17,17,13,14,13,16,15,14,
15,15,16,16,13,15,14,16,15,15,16,16,17,17,15,16,
14,17,15,15,15,16,17,17,15,15,16,16,17,16,16,16,
17,17,16,15,17,16,18,17,17,17,18,18,15,15,15,17,
14,16,16,16,17,16,15,16,15,17,15,16,17,17,18,17,
16,17,15,18,15,
};
static const static_codebook _44p8_p5_0 = {
5, 3125,
(char *)_vq_lengthlist__44p8_p5_0,
1, -528744448, 1616642048, 3, 0,
(long *)_vq_quantlist__44p8_p5_0,
0
};
static const long _vq_quantlist__44p8_p5_1[] = {
3,
2,
4,
1,
5,
0,
6,
};
static const char _vq_lengthlist__44p8_p5_1[] = {
2, 3, 3, 3, 3, 3, 3,
};
static const static_codebook _44p8_p5_1 = {
1, 7,
(char *)_vq_lengthlist__44p8_p5_1,
1, -533200896, 1611661312, 3, 0,
(long *)_vq_quantlist__44p8_p5_1,
0
};
static const long _vq_quantlist__44p8_p6_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44p8_p6_0[] = {
2, 6, 6, 5, 7, 7, 5, 7, 7, 5, 7, 7, 7, 7, 9, 7,
9, 9, 6, 7, 7, 8, 9, 9, 7, 9, 7, 6, 8, 8, 8, 9,
10, 8, 9, 9, 8, 9,10, 9, 9,10,10,10,10, 8, 9, 9,
10,10,11, 9,10,10, 6, 8, 8, 8, 9, 9, 8,10, 9, 8,
9, 9, 9,10,10,10,11,10, 8,10, 9,10,11,10, 9,11,
9, 6, 8, 8, 7, 9, 9, 7, 9, 9, 7, 9, 9, 8, 9,10,
9,10,10, 8, 9, 9, 9,10,10, 9,10, 9, 7, 9, 9, 9,
9,10, 9,10,10, 9, 9,10,10, 9,11,10,11,11, 9,10,
10,10,11,11,10,11,10, 6, 9, 8, 9, 9,10, 9,10, 9,
8,10,10, 9, 9,10,10,11,11, 9,10,10,10,11,11, 9,
11, 9, 6, 8, 8, 7, 9, 9, 7, 9, 9, 8, 9, 9, 9, 9,
10, 9,10,10, 7, 9, 9, 9,10,10, 8,10, 9, 6, 8, 9,
9, 9,10, 9,10, 9, 9,10,10, 9, 9,11,10,11,11, 8,
9,10,10,11,11, 9,10, 9, 7, 9, 9, 9,10,10, 9,10,
9, 9,10,10,10,10,11,10,11,11, 9,10, 9,10,11,11,
10,11, 9,
};
static const static_codebook _44p8_p6_0 = {
5, 243,
(char *)_vq_lengthlist__44p8_p6_0,
1, -527106048, 1620377600, 2, 0,
(long *)_vq_quantlist__44p8_p6_0,
0
};
static const long _vq_quantlist__44p8_p6_1[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44p8_p6_1[] = {
4, 7, 7, 7, 7, 8, 7, 8, 7, 7, 7, 8, 7, 8, 8, 8,
8, 8, 7, 8, 7, 8, 8, 8, 7, 8, 8, 7, 8, 8, 8, 8,
8, 8, 8, 8, 8, 8, 8, 8, 8, 9, 8, 8, 9, 8, 8, 8,
8, 9, 8, 8, 8, 8, 7, 8, 8, 8, 8, 8, 8, 8, 8, 8,
8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 9, 8, 8, 9,
8, 7, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 9,
8, 8, 9, 8, 8, 8, 8, 9, 9, 8, 9, 8, 8, 8, 8, 8,
8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 9, 8, 9, 9, 8, 8,
8, 8, 9, 9, 8, 9, 9, 7, 8, 8, 8, 8, 8, 8, 8, 8,
8, 8, 8, 8, 8, 9, 8, 9, 8, 8, 8, 8, 8, 9, 9, 8,
9, 8, 7, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8,
9, 8, 9, 9, 8, 8, 8, 8, 9, 8, 8, 9, 8, 7, 8, 8,
8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 9, 8, 9, 9, 8,
8, 8, 8, 9, 9, 8, 9, 8, 8, 8, 8, 8, 8, 8, 8, 8,
8, 8, 8, 8, 8, 9, 9, 8, 9, 9, 8, 8, 8, 8, 9, 9,
8, 9, 8,
};
static const static_codebook _44p8_p6_1 = {
5, 243,
(char *)_vq_lengthlist__44p8_p6_1,
1, -530841600, 1616642048, 2, 0,
(long *)_vq_quantlist__44p8_p6_1,
0
};
static const long _vq_quantlist__44p8_p7_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44p8_p7_0[] = {
1, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9,
};
static const static_codebook _44p8_p7_0 = {
5, 243,
(char *)_vq_lengthlist__44p8_p7_0,
1, -512202240, 1635281408, 2, 0,
(long *)_vq_quantlist__44p8_p7_0,
0
};
static const long _vq_quantlist__44p8_p7_1[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44p8_p7_1[] = {
1, 7, 7,12,12, 5,11,12,12,12, 5,12,11,12,12,12,
12,12,12,12,12,13,13,13,13, 7,11,11,13,13,13,12,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13, 7,13,10,13,13,13,13,13,13,13,12,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13, 7,13,12,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,12,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13, 8,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,12,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,12,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13, 8,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,12,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,10,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13, 8,13,12,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,11,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,11,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,
};
static const static_codebook _44p8_p7_1 = {
5, 3125,
(char *)_vq_lengthlist__44p8_p7_1,
1, -514619392, 1630767104, 3, 0,
(long *)_vq_quantlist__44p8_p7_1,
0
};
static const long _vq_quantlist__44p8_p7_2[] = {
12,
11,
13,
10,
14,
9,
15,
8,
16,
7,
17,
6,
18,
5,
19,
4,
20,
3,
21,
2,
22,
1,
23,
0,
24,
};
static const char _vq_lengthlist__44p8_p7_2[] = {
1, 3, 2, 4, 5, 7, 7, 8, 8, 9, 9,10,10,11,11,12,
12,13,13,14,14,15,15,15,15,
};
static const static_codebook _44p8_p7_2 = {
1, 25,
(char *)_vq_lengthlist__44p8_p7_2,
1, -518864896, 1620639744, 5, 0,
(long *)_vq_quantlist__44p8_p7_2,
0
};
static const long _vq_quantlist__44p8_p7_3[] = {
12,
11,
13,
10,
14,
9,
15,
8,
16,
7,
17,
6,
18,
5,
19,
4,
20,
3,
21,
2,
22,
1,
23,
0,
24,
};
static const char _vq_lengthlist__44p8_p7_3[] = {
4, 4, 4, 4, 4, 4, 4, 5, 5, 5, 5, 5, 5, 5, 5, 5,
5, 5, 5, 5, 5, 5, 5, 5, 5,
};
static const static_codebook _44p8_p7_3 = {
1, 25,
(char *)_vq_lengthlist__44p8_p7_3,
1, -529006592, 1611661312, 5, 0,
(long *)_vq_quantlist__44p8_p7_3,
0
};
static const char _huff_lengthlist__44p8_short[] = {
3, 9,15,17,20,21,22,23, 5, 5, 7, 9,11,13,17,20,
9, 5, 5, 6, 8,10,15,18,11, 7, 5, 4, 6, 9,13,17,
14, 9, 7, 5, 6, 7,10,14,17,10, 8, 6, 6, 4, 5, 8,
20,14,13,10, 8, 4, 3, 4,23,17,16,14,12, 6, 4, 4,
};
static const static_codebook _huff_book__44p8_short = {
2, 64,
(char *)_huff_lengthlist__44p8_short,
0, 0, 0, 0, 0,
NULL,
0
};
static const long _vq_quantlist__44p9_l0_0[] = {
6,
5,
7,
4,
8,
3,
9,
2,
10,
1,
11,
0,
12,
};
static const char _vq_lengthlist__44p9_l0_0[] = {
2, 5, 5, 7, 6, 8, 8, 9, 9,10,10,11,11, 4, 5, 5,
6, 7, 8, 8, 9, 9,10,10,11,10, 4, 5, 5, 7, 6, 8,
8, 9, 9,10,10,10,10, 6, 6, 7, 6, 7, 8, 8, 9, 9,
10, 9,11, 9, 6, 6, 6, 7, 6, 8, 8, 9, 9, 9,10, 9,
11, 7, 7, 8, 8, 8, 8, 9, 9, 9,10, 9,11, 9, 7, 8,
8, 8, 8, 9, 8, 9, 9, 9,10, 9,11, 8, 9, 9, 9, 9,
9, 9,10,10,11,10,12,10, 8, 9, 9, 9, 9, 9, 9,10,
9,10,11,11,12, 9,10,10,10,10,10,10,10,11,11,11,
11,12, 9,10,10,10,10,11,10,11,10,11,11,12,11,11,
11,11,11,11,11,11,11,12,11,12,11,12,11,11,11,11,
11,11,11,12,11,12,11,12,11,
};
static const static_codebook _44p9_l0_0 = {
2, 169,
(char *)_vq_lengthlist__44p9_l0_0,
1, -526516224, 1616117760, 4, 0,
(long *)_vq_quantlist__44p9_l0_0,
0
};
static const long _vq_quantlist__44p9_l0_1[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44p9_l0_1[] = {
4, 4, 4, 5, 5, 4, 4, 5, 5, 5, 4, 5, 4, 5, 5, 5,
5, 5, 5, 5, 5, 5, 5, 5, 5,
};
static const static_codebook _44p9_l0_1 = {
2, 25,
(char *)_vq_lengthlist__44p9_l0_1,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44p9_l0_1,
0
};
static const long _vq_quantlist__44p9_l1_0[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44p9_l1_0[] = {
1, 2, 3, 5, 9, 9, 4, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9,10,10,10,10,10,10,10,10,
};
static const static_codebook _44p9_l1_0 = {
2, 25,
(char *)_vq_lengthlist__44p9_l1_0,
1, -514619392, 1630767104, 3, 0,
(long *)_vq_quantlist__44p9_l1_0,
0
};
static const char _huff_lengthlist__44p9_lfe[] = {
1, 1,
};
static const static_codebook _huff_book__44p9_lfe = {
1, 2,
(char *)_huff_lengthlist__44p9_lfe,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist__44p9_long[] = {
3, 3, 3, 3, 3, 3, 3, 3,
};
static const static_codebook _huff_book__44p9_long = {
1, 8,
(char *)_huff_lengthlist__44p9_long,
0, 0, 0, 0, 0,
NULL,
0
};
static const long _vq_quantlist__44p9_p1_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44p9_p1_0[] = {
1, 5, 5, 4, 8, 8, 4, 8, 8, 5, 7, 8, 8, 9,10, 8,
10,10, 5, 8, 7, 8,10,10, 8,10, 9, 7, 9, 9, 9,11,
11, 9,11,11, 9,11,11,11,12,13,11,13,13, 9,11,11,
11,13,13,11,13,13, 7, 9, 9, 9,11,11, 9,11,11, 9,
11,11,11,13,13,11,13,13, 9,11,11,11,13,13,11,13,
12, 5, 9, 9, 9,11,11, 9,11,11, 9,11,11,11,12,13,
11,13,13, 9,11,11,11,13,13,11,13,13, 9,11,12,11,
13,13,12,13,13,11,12,13,13,14,15,13,14,14,12,13,
13,13,15,15,13,15,14, 8,10,10,11,13,13,12,14,13,
11,12,12,13,14,15,13,15,15,11,12,12,13,15,15,13,
15,14, 5, 9, 9, 9,11,11, 9,11,11, 9,11,11,11,13,
13,11,13,13, 9,11,10,11,13,13,11,13,12, 8,10,10,
11,13,13,12,13,13,11,12,12,13,14,15,14,15,15,10,
12,12,13,14,15,13,15,14, 9,12,11,12,13,13,11,13,
13,12,13,13,13,15,15,13,14,15,11,13,12,13,15,14,
13,15,14,
};
static const static_codebook _44p9_p1_0 = {
5, 243,
(char *)_vq_lengthlist__44p9_p1_0,
1, -535822336, 1611661312, 2, 0,
(long *)_vq_quantlist__44p9_p1_0,
0
};
static const long _vq_quantlist__44p9_p2_0[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44p9_p2_0[] = {
4, 6, 6, 8, 8, 5, 7, 7, 9, 9, 5, 7, 7, 9, 9, 6,
8, 8,11,11, 6, 8, 8,11,11, 6, 7, 7, 9, 9, 7, 8,
9,10,11, 7, 9, 9,11,10, 8, 9,10,12,12, 8,10,10,
12,12, 6, 7, 7, 9, 9, 7, 9, 9,10,10, 7, 9, 8,11,
10, 8,10,10,12,12, 8,10, 9,12,12, 8, 9, 9,11,11,
9,10,10,12,12, 9,11,11,12,13,11,12,12,13,14,11,
12,12,14,14, 8, 9, 9,11,11, 9,11,10,13,12, 9,10,
10,13,12,11,12,12,14,14,11,12,12,14,13, 7, 8, 9,
10,10, 8,10,10,11,11, 8,10,10,11,11,10,11,11,13,
13,10,11,11,13,13, 8, 9,10,10,11,10,11,11,12,13,
10,11,11,12,12,11,11,12,13,14,11,12,12,14,14, 8,
10,10,11,11,10,11,11,12,13,10,11,11,12,12,11,12,
12,14,14,11,12,12,14,14,10,11,11,12,13,11,12,12,
13,14,12,13,13,14,14,13,13,14,14,16,13,14,14,15,
16,10,11,11,13,13,12,12,12,14,14,11,12,12,14,14,
13,14,14,15,16,13,14,14,16,15, 7, 8, 8,10,10, 8,
10,10,11,11, 8,10,10,12,11,10,11,11,13,13,10,11,
11,13,13, 8,10,10,11,11,10,11,11,12,12,10,11,11,
12,12,11,12,12,14,14,11,12,12,14,14, 8,10, 9,11,
10,10,11,11,13,12,10,11,10,13,12,11,12,12,14,14,
11,12,11,14,13,10,11,11,13,13,11,12,12,14,14,12,
12,12,14,14,13,14,14,15,16,13,14,14,15,15,10,11,
11,13,12,12,12,12,14,14,11,12,12,14,13,13,14,14,
16,15,13,14,13,16,14,10,11,11,13,13,12,12,13,14,
15,12,13,13,14,15,13,14,15,15,16,13,14,14,16,16,
11,12,13,14,14,13,13,14,15,16,13,14,14,15,16,14,
15,15,16,17,14,15,16,17,17,11,12,12,14,14,13,14,
14,15,16,13,14,14,15,15,14,15,15,16,18,14,15,15,
17,16,13,14,15,15,16,15,15,16,16,18,15,15,15,17,
17,16,16,17,17,18,16,16,16,18,18,14,14,14,16,16,
15,15,15,16,17,15,15,15,16,17,16,17,17,18,18,16,
16,17,18,17,10,11,11,14,13,12,13,13,15,14,11,13,
13,15,14,13,15,15,16,16,13,14,14,16,16,11,12,12,
14,14,13,13,13,15,15,13,14,13,15,15,15,15,15,17,
16,14,15,15,17,16,11,13,12,14,14,13,14,13,15,15,
13,14,13,15,15,14,15,15,17,17,14,15,15,17,16,14,
14,14,16,16,14,15,15,17,17,15,15,16,17,16,17,16,
17,18,18,16,17,17,18,18,13,14,14,16,15,15,15,15,
17,17,14,16,15,16,16,17,17,17,18,18,16,17,16,20,
19, 6, 8, 8,10,10, 8,10,10,11,11, 8,10,10,12,11,
10,11,11,13,13,10,11,11,13,13, 8, 9,10,11,11,10,
11,11,12,12,10,11,11,13,12,11,12,12,14,14,11,12,
12,14,14, 9,10,10,11,11,10,11,11,12,12,10,11,11,
13,12,11,12,12,14,14,11,12,12,14,14,10,10,11,12,
13,11,12,12,14,14,11,12,12,14,14,13,14,14,15,16,
13,14,14,15,16,10,11,11,13,13,12,12,12,14,14,12,
13,12,14,14,13,14,14,16,16,13,14,14,15,15, 9,10,
10,11,12,10,11,11,12,13,10,11,11,13,12,11,12,12,
14,14,11,12,12,14,14,10,10,11,12,13,11,12,12,13,
14,11,12,12,13,14,12,13,14,14,15,12,13,13,15,15,
10,11,11,13,13,11,12,12,13,14,11,12,12,14,13,12,
13,13,15,15,12,13,13,15,15,12,11,13,12,14,13,13,
14,14,15,13,13,14,14,15,14,15,15,16,17,14,15,15,
16,17,12,13,12,14,14,13,14,14,15,15,13,14,14,15,
15,14,15,15,16,17,14,15,15,16,17, 8, 9, 9,11,11,
10,11,11,12,13,10,11,11,13,12,12,13,13,14,15,11,
13,12,15,14, 9,11,10,12,12,11,12,12,13,14,11,12,
12,14,13,13,13,14,15,15,13,14,13,15,15, 9,11,11,
12,12,11,12,12,14,14,11,12,12,14,13,13,14,14,15,
16,13,14,13,15,14,11,12,12,14,13,12,13,13,14,15,
13,14,14,16,15,15,15,15,15,16,15,16,15,17,17,11,
12,12,14,14,13,14,14,15,15,12,13,13,15,14,15,15,
15,17,17,14,15,15,17,15,11,12,12,14,14,12,13,13,
15,15,12,13,13,15,15,14,15,15,17,17,14,15,15,16,
16,12,13,13,14,15,13,14,14,16,16,14,14,14,15,16,
15,16,16,17,17,15,16,16,17,17,12,13,13,15,15,14,
14,14,16,16,14,14,15,16,16,15,16,16,17,17,15,16,
16,17,17,14,15,15,15,16,15,15,16,16,18,15,16,16,
17,17,17,17,17,18,18,16,17,17,19,18,14,15,15,16,
17,15,16,16,17,17,15,16,16,18,17,16,17,17,19,18,
17,17,17,19,18,10,12,12,14,14,13,13,14,15,15,12,
14,13,16,15,15,15,15,17,17,14,15,15,17,16,12,13,
13,15,14,13,14,14,16,16,14,14,15,17,16,15,16,16,
17,17,15,16,16,18,17,12,13,13,15,14,14,15,15,16,
16,13,15,14,16,15,16,17,16,19,17,15,16,16,17,17,
14,15,15,17,15,15,16,15,17,17,16,17,16,18,17,17,
17,18,18,18,17,17,18,19,18,14,15,15,16,16,15,16,
16,17,18,15,16,16,18,16,17,18,18,19,19,17,18,17,
18,19, 6, 8, 8,10,10, 8,10,10,11,11, 8,10,10,12,
11,10,11,11,13,13, 9,11,11,13,13, 9,10,10,11,11,
10,11,11,12,12,10,11,11,12,12,11,12,12,14,14,11,
12,12,14,14, 8,10, 9,11,11,10,11,11,12,12,10,11,
11,12,12,11,12,12,14,14,11,12,12,14,14,10,11,11,
13,13,11,12,13,14,14,12,12,12,14,14,13,14,14,15,
16,13,14,14,16,16,10,11,10,13,12,11,12,12,14,14,
11,12,12,14,14,13,14,14,15,16,13,14,14,16,15, 8,
9, 9,11,11,10,11,11,12,13,10,11,11,13,12,12,13,
13,14,15,12,13,13,15,14,10,11,11,12,12,11,11,12,
13,14,11,12,12,14,14,13,13,14,15,16,13,14,14,15,
15, 9,10,11,12,12,11,12,12,13,14,11,12,12,14,13,
13,14,14,15,16,12,14,13,15,15,11,12,12,14,14,12,
13,13,14,15,13,14,14,16,15,14,15,15,15,17,15,15,
16,16,17,11,12,12,13,14,13,14,14,15,15,12,13,13,
15,14,15,16,15,16,17,14,16,15,17,15, 9,10,10,12,
11,10,11,11,13,13,10,11,11,13,12,11,12,12,14,14,
11,12,12,14,14,10,11,11,12,13,11,12,12,13,14,11,
12,12,14,14,12,13,13,15,15,12,13,13,15,15,10,11,
10,13,12,11,12,12,13,13,11,12,12,14,13,12,13,13,
15,15,12,13,13,15,14,12,13,12,14,14,13,14,14,15,
15,13,14,14,15,15,14,15,15,16,16,14,15,15,16,16,
11,13,11,14,12,13,13,13,15,14,12,14,13,15,14,15,
15,15,17,16,14,15,14,17,15,10,12,12,14,14,13,13,
14,15,16,12,14,13,15,15,14,15,16,17,17,14,15,16,
17,17,12,13,13,14,15,13,14,14,16,16,14,14,15,16,
16,16,16,16,17,17,16,16,16,18,18,12,13,13,14,15,
14,14,15,16,16,13,14,14,16,15,16,16,16,17,18,15,
16,16,17,17,14,15,15,16,16,15,15,16,17,17,15,16,
16,17,18,17,18,18,18,19,17,18,18,19,19,14,15,15,
16,16,15,16,16,17,17,15,16,16,17,17,17,17,18,20,
18,17,18,17,18,18,11,12,12,14,14,12,13,14,15,15,
12,13,13,15,15,14,15,15,16,17,14,15,15,16,17,12,
13,13,15,15,14,14,14,16,16,14,14,14,16,16,15,16,
16,17,17,15,16,16,17,17,12,13,13,15,14,13,14,14,
16,15,14,15,14,16,15,15,16,16,17,17,15,16,16,17,
16,14,15,15,16,16,15,16,16,17,17,16,16,16,17,17,
17,17,17,19,18,17,17,17,18,19,14,15,14,17,15,15,
16,16,17,17,15,16,15,17,17,16,17,17,18,18,16,17,
17,18,17, 6,11,11,13,13,11,12,12,14,14,11,12,12,
14,14,13,14,14,16,16,13,14,14,16,16,11,12,12,14,
14,12,13,13,15,15,12,13,13,15,15,14,15,15,16,17,
14,15,15,17,18,11,12,12,14,14,12,13,13,15,15,12,
13,13,15,15,14,15,15,17,17,14,15,15,16,16,13,14,
14,15,16,14,15,15,16,17,14,15,15,17,16,15,16,17,
18,17,16,16,16,18,17,14,14,15,16,16,14,15,15,18,
16,14,15,15,17,16,16,17,17,18,18,16,17,16,18,17,
11,12,12,14,14,12,13,13,15,15,12,13,13,15,15,14,
15,15,17,17,14,15,15,16,16,12,13,13,15,15,13,14,
14,15,16,13,14,14,16,16,15,16,16,17,17,15,15,16,
17,17,12,13,13,15,15,14,14,14,16,16,13,14,14,16,
16,15,16,16,17,17,15,16,16,17,17,14,14,15,15,16,
15,15,16,16,17,15,15,16,16,17,16,17,17,17,18,16,
17,17,18,18,14,15,15,16,16,15,16,16,17,17,15,16,
16,17,17,17,17,17,18,19,17,17,17,18,18,10,12,12,
14,14,12,13,14,15,16,13,14,13,15,15,14,15,15,17,
17,14,15,16,17,17,12,13,13,15,15,13,14,14,15,15,
14,15,14,16,16,15,16,16,17,18,15,17,16,18,17,12,
13,13,15,15,14,14,14,16,16,13,14,14,16,15,15,16,
16,17,18,15,16,16,17,17,14,14,14,16,16,15,15,16,
17,17,15,16,16,17,17,17,17,17,18,20,17,17,17,19,
19,14,15,15,16,16,15,17,16,18,18,15,16,15,17,16,
17,18,19,19,19,17,17,17,18,17,13,14,14,16,16,14,
15,15,17,17,14,15,15,16,17,15,17,17,18,18,16,16,
17,18,17,14,15,15,16,17,15,16,16,17,17,15,16,16,
17,17,16,17,17,18,18,17,17,17,18,19,14,15,15,16,
17,15,16,16,17,17,15,16,16,17,17,16,17,17,18,18,
17,17,17,19,19,16,16,16,16,18,16,17,17,17,18,17,
17,17,17,19,18,18,18,19,19,18,18,18,19,20,16,16,
17,18,18,16,18,17,18,18,17,17,17,20,19,18,18,19,
21,20,18,20,18,18,19,10,12,12,14,14,14,14,15,15,
17,14,15,14,17,15,16,16,17,18,18,16,18,17,19,18,
12,14,13,16,15,14,14,15,15,17,15,16,16,18,17,16,
17,18,17,19,17,19,18,20,19,12,13,13,15,15,15,16,
17,17,18,14,16,14,17,16,17,18,18,19,19,17,17,17,
18,18,15,15,15,17,16,15,16,16,17,17,17,19,17,18,
18,18,18,18,18,21,19,20,19,20,19,15,15,16,16,17,
17,17,18,20,20,15,16,16,18,17,18,19,19,19,20,18,
19,18,19,17, 6,11,11,13,13,11,12,12,14,14,11,12,
12,14,14,13,14,14,16,16,13,14,14,16,16,11,12,12,
14,14,12,13,13,15,15,12,13,13,15,15,14,15,15,17,
17,14,15,15,17,16,11,12,12,14,14,12,13,13,15,15,
12,13,13,15,15,14,15,15,16,16,14,15,15,16,16,13,
14,14,16,16,15,15,15,16,16,14,15,15,17,16,16,17,
17,19,18,16,17,17,18,18,13,14,14,15,15,14,15,15,
17,16,14,15,15,17,16,16,17,16,17,18,15,16,16,18,
18,10,12,12,14,14,12,13,14,15,15,12,13,13,15,15,
14,15,15,17,17,14,15,15,17,16,12,13,13,15,15,14,
14,14,15,16,14,15,15,16,16,15,16,16,17,18,16,16,
16,18,18,12,13,13,14,14,14,14,15,16,16,13,14,14,
16,16,15,16,16,18,18,15,16,16,19,17,14,15,15,16,
17,15,15,16,17,17,16,17,16,17,18,17,17,18,17,19,
17,17,18,18,19,14,14,14,16,16,15,16,16,17,17,15,
16,15,17,17,17,17,17,19,20,16,17,17,18,18,11,12,
12,14,14,12,13,13,15,15,12,13,13,15,15,14,15,15,
16,16,14,15,14,16,16,12,13,13,15,15,14,14,14,16,
16,13,14,14,16,16,15,16,16,18,17,15,16,16,17,17,
12,13,13,15,15,13,14,14,16,16,13,14,14,16,16,15,
16,15,18,18,15,16,15,17,16,14,15,15,16,16,15,16,
16,17,17,15,16,16,18,17,16,17,17,18,18,16,17,17,
18,18,14,15,14,16,15,15,16,15,17,17,15,16,15,17,
16,16,17,17,18,18,17,17,16,19,17,10,12,12,14,15,
14,14,15,15,17,14,15,14,17,15,16,17,17,17,18,16,
17,17,18,18,12,14,13,16,15,14,14,16,15,17,15,17,
16,18,17,17,17,18,17,19,18,18,18,19,18,12,13,14,
15,15,15,16,16,16,17,14,15,14,18,16,18,17,18,19,
19,17,18,17,20,18,15,15,15,17,17,15,16,16,17,18,
18,18,18,19,18,18,18,19,18,20,18,19,19,21,21,15,
15,16,16,17,17,18,18,18,18,15,16,16,17,17,17,19,
20,19,20,17,18,18,19,17,13,14,14,16,16,14,15,15,
16,17,14,15,15,17,17,16,16,17,17,18,15,17,16,17,
17,14,15,15,16,16,15,16,16,17,17,16,16,16,17,17,
17,17,18,17,18,17,17,17,18,20,14,15,15,17,16,15,
16,16,17,17,15,16,16,17,17,17,17,17,18,18,16,17,
17,19,18,16,16,17,17,17,17,18,17,19,18,17,17,17,
18,19,17,20,18,19,21,17,19,18,19,20,15,17,15,17,
16,16,17,17,18,18,17,17,17,18,17,18,19,18,19,21,
18,18,17,19,19,
};
static const static_codebook _44p9_p2_0 = {
5, 3125,
(char *)_vq_lengthlist__44p9_p2_0,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44p9_p2_0,
0
};
static const long _vq_quantlist__44p9_p3_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44p9_p3_0[] = {
2, 5, 4, 4, 7, 7, 4, 7, 6, 5, 6, 7, 7, 8, 9, 7,
9, 9, 5, 7, 6, 7, 9, 9, 7, 9, 8, 6, 8, 8, 8,10,
10, 8,10,10, 8, 9,10,10,11,12,10,12,12, 8,10,10,
10,12,12,10,12,11, 6, 8, 8, 8,10,10, 8,10,10, 8,
10,10,10,11,12,10,12,12, 8,10, 9,10,12,11,10,12,
11, 5, 8, 8, 8,10,10, 8,10,10, 8, 9,10,10,11,11,
10,11,11, 8,10,10,10,11,12,10,12,11, 8,10,10,10,
11,11,10,11,11,10,11,11,11,12,13,11,12,13,10,11,
11,11,13,13,11,13,13, 7, 9, 9,10,11,12,10,12,11,
9,11,11,11,12,13,12,14,13, 9,11,11,12,13,14,11,
13,12, 5, 8, 8, 8,10,10, 8,10,10, 8,10,10,10,11,
12,10,12,12, 8,10, 9,10,12,11, 9,11,11, 7, 9, 9,
10,11,12,10,12,11, 9,11,11,11,12,13,12,14,13, 9,
11,11,12,13,14,11,13,12, 8,10,10,10,11,11,10,11,
11,10,11,11,11,13,13,11,13,13,10,11,10,11,13,12,
11,13,12,
};
static const static_codebook _44p9_p3_0 = {
5, 243,
(char *)_vq_lengthlist__44p9_p3_0,
1, -533200896, 1614282752, 2, 0,
(long *)_vq_quantlist__44p9_p3_0,
0
};
static const long _vq_quantlist__44p9_p3_1[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44p9_p3_1[] = {
4, 6, 6, 6, 7, 7, 6, 7, 7, 6, 7, 7, 7, 7, 8, 7,
7, 8, 6, 7, 7, 7, 7, 7, 7, 7, 7, 7, 8, 8, 8, 8,
8, 8, 8, 8, 8, 8, 8, 8, 9, 9, 8, 9, 9, 8, 8, 8,
8, 9, 9, 8, 9, 9, 7, 8, 8, 8, 8, 8, 8, 8, 8, 8,
8, 8, 8, 9, 9, 8, 9, 9, 8, 8, 8, 8, 9, 9, 8, 9,
9, 5, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 9, 9,
8, 9, 9, 8, 8, 8, 8, 9, 9, 8, 9, 9, 8, 8, 8, 8,
9, 9, 8, 9, 9, 8, 8, 9, 9, 9, 9, 9, 9, 9, 8, 9,
9, 9, 9, 9, 9, 9, 9, 7, 8, 8, 8, 9, 9, 8, 9, 9,
8, 9, 8, 9, 9, 9, 9, 9, 9, 8, 8, 8, 9, 9, 9, 9,
9, 9, 6, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 9,
9, 8, 9, 9, 8, 8, 8, 8, 9, 9, 8, 9, 9, 7, 8, 8,
8, 9, 9, 8, 9, 9, 8, 8, 9, 9, 9, 9, 9, 9, 9, 8,
8, 8, 9, 9, 9, 9, 9, 9, 8, 8, 8, 8, 9, 9, 8, 9,
9, 8, 9, 9, 9, 9, 9, 9, 9, 9, 8, 9, 8, 9, 9, 9,
9, 9, 9,
};
static const static_codebook _44p9_p3_1 = {
5, 243,
(char *)_vq_lengthlist__44p9_p3_1,
1, -535822336, 1611661312, 2, 0,
(long *)_vq_quantlist__44p9_p3_1,
0
};
static const long _vq_quantlist__44p9_p4_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44p9_p4_0[] = {
2, 5, 5, 4, 7, 7, 4, 7, 6, 5, 7, 7, 7, 8, 9, 7,
9, 9, 5, 7, 7, 7, 9, 9, 7, 9, 8, 6, 7, 8, 8, 9,
10, 8,10,10, 8, 9,10,10,11,12,10,11,12, 8,10,10,
10,11,12,10,12,11, 6, 8, 7, 8,10,10, 8,10, 9, 8,
10,10,10,11,12,10,12,12, 8,10, 9,10,12,11,10,12,
11, 5, 8, 8, 8,10,10, 8,10,10, 7, 9,10, 9,10,11,
10,11,11, 8,10,10,10,12,12,10,12,11, 7, 9, 9, 9,
11,11, 9,11,11, 9,10,11,11,11,12,11,12,12, 9,11,
11,11,12,12,11,12,12, 7, 9, 9,10,11,12,10,12,11,
9,11,10,11,11,12,12,13,13, 9,11,11,12,13,13,11,
13,11, 5, 8, 8, 8,10,10, 8,10,10, 8,10,10,10,11,
12,10,12,12, 7, 9, 9, 9,11,11, 9,11,10, 7, 9, 9,
10,11,12,10,12,11, 9,11,11,11,11,13,12,13,13, 9,
10,11,12,13,13,11,12,11, 7, 9, 9, 9,11,11, 9,11,
11, 9,11,11,11,12,12,11,12,12, 9,11,10,11,12,12,
10,12,11,
};
static const static_codebook _44p9_p4_0 = {
5, 243,
(char *)_vq_lengthlist__44p9_p4_0,
1, -531365888, 1616117760, 2, 0,
(long *)_vq_quantlist__44p9_p4_0,
0
};
static const long _vq_quantlist__44p9_p4_1[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44p9_p4_1[] = {
6, 8, 8,10, 9, 8, 9, 9,10,10, 8, 9, 9,10,10, 8,
10,10,10,10, 8,10,10,10,10, 9, 9, 9,10,10, 9,10,
10,10,11, 9,10,10,11,11,10,10,10,11,11,10,10,10,
11,11, 9, 9, 9,10,10, 9,10,10,11,11, 9,10,10,11,
10,10,10,10,11,11,10,10,10,11,11,10,10,10,10,11,
10,10,11,11,11,10,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,10,10,10,11,10,10,11,11,11,11,10,11,
10,11,11,11,11,11,11,11,10,11,11,11,11, 9,10,10,
10,11,10,10,11,11,11,10,11,11,11,11,10,11,11,11,
11,10,11,11,11,11,10,10,11,11,11,11,11,11,11,11,
11,11,11,11,12,11,11,12,12,12,11,11,11,12,12,10,
11,11,11,11,11,11,11,12,12,11,11,11,11,11,11,11,
11,12,12,11,11,11,12,12,11,11,11,11,11,11,12,12,
12,12,11,12,12,12,12,11,12,12,12,12,12,12,12,12,
12,11,11,11,11,11,11,12,12,12,12,11,12,11,12,12,
11,12,12,12,12,12,12,12,12,12, 9,10,10,11,10,10,
11,11,11,11,10,11,11,11,11,10,11,11,11,11,10,11,
11,11,11,10,11,11,11,11,11,11,11,11,11,11,11,11,
12,12,11,11,12,12,12,11,11,11,12,12,10,11,10,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,12,12,
11,11,11,12,12,11,11,11,11,11,11,12,12,12,12,11,
12,12,12,12,11,12,12,12,12,12,12,12,12,12,11,11,
11,11,11,11,12,12,12,12,11,12,11,12,12,12,12,12,
12,12,11,12,12,12,12,11,11,11,11,11,11,12,12,12,
12,11,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
11,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,13,13,12,12,12,13,13,11,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,13,13,12,12,12,
13,13,12,12,12,12,12,12,12,12,12,13,12,12,12,13,
13,12,13,13,13,13,12,13,13,13,13,12,12,12,12,12,
12,12,12,13,13,12,12,12,13,13,12,13,13,13,13,12,
13,13,13,13,11,11,11,11,11,11,12,12,12,12,11,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,11,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,13,
13,12,12,12,13,13,11,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,13,13,12,12,12,13,13,12,
12,12,12,12,12,12,12,13,13,12,12,12,13,13,12,13,
13,13,13,12,13,13,13,13,12,12,12,12,12,12,12,12,
13,13,12,12,12,13,12,12,13,13,13,13,12,13,13,13,
13, 7,10,10,11,11,10,10,11,11,11,10,11,11,11,11,
10,11,11,11,11,10,11,11,11,11,10,10,10,11,11,10,
11,11,11,11,11,11,11,11,12,11,11,11,12,12,11,11,
11,12,12,10,11,11,11,11,11,11,11,12,11,11,11,11,
12,11,11,11,11,12,12,11,11,11,12,12,11,11,11,11,
11,11,11,11,12,12,11,11,12,12,12,11,12,12,12,12,
11,12,12,12,12,11,11,11,11,11,11,12,12,12,12,11,
11,12,12,12,11,12,12,12,12,11,12,12,12,12,10,11,
11,11,11,11,11,11,11,12,11,11,11,11,11,11,11,11,
12,12,11,11,11,12,12,11,11,11,11,11,11,11,12,12,
12,11,11,11,12,12,11,12,12,12,12,11,12,12,12,12,
11,11,11,11,11,11,12,11,12,12,11,11,11,12,12,11,
12,12,12,12,11,12,12,12,12,11,11,11,11,12,11,12,
12,12,12,11,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,11,11,11,12,12,11,12,12,12,12,11,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,10,11,10,11,11,
11,11,11,12,12,11,11,11,12,12,11,12,12,12,12,11,
12,12,12,12,10,11,11,12,11,11,11,12,12,12,11,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,11,11,11,
12,11,11,12,12,12,12,11,12,11,12,12,12,12,12,12,
12,12,12,12,12,12,11,12,11,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,13,12,12,12,12,12,11,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,13,12,12,12,13,12,11,11,11,12,12,12,12,12,
12,12,11,12,12,12,12,12,12,12,12,12,12,12,12,12,
13,11,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,13,13,13,12,12,12,13,13,11,12,12,12,12,12,
12,12,12,13,12,12,12,12,12,12,12,13,13,13,12,13,
12,13,13,12,12,12,12,12,12,12,12,13,13,12,12,12,
13,13,12,13,13,13,13,12,13,13,13,13,12,12,12,12,
12,12,12,12,13,13,12,13,12,13,13,12,13,13,13,13,
12,13,13,13,13,11,11,11,12,12,12,12,12,12,12,11,
12,12,12,12,12,12,12,13,13,12,12,12,13,13,11,12,
12,12,12,12,12,12,12,12,12,12,12,13,13,12,13,12,
13,13,12,13,13,13,13,11,12,12,12,12,12,12,12,13,
13,12,12,12,13,12,12,13,13,13,13,12,13,13,13,13,
12,12,12,12,12,12,12,13,13,13,12,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,12,12,12,12,12,12,13,
13,13,13,12,12,12,13,13,13,13,13,13,13,13,13,13,
13,13, 7,10,10,11,11,10,11,11,11,11,10,11,11,11,
11,10,11,11,11,11,10,11,11,11,11,10,11,11,11,11,
11,11,11,11,11,11,11,11,12,11,11,11,12,12,12,11,
11,11,12,12,10,10,10,11,11,11,11,11,12,11,10,11,
11,11,11,11,11,11,12,12,11,11,11,12,12,11,11,11,
11,11,11,11,12,12,12,11,12,11,12,12,11,12,12,12,
12,11,12,12,12,12,11,11,11,11,11,11,11,11,12,12,
11,12,11,12,12,11,12,12,12,12,11,12,12,12,12,10,
10,10,11,11,11,11,11,12,12,11,11,11,12,12,11,12,
12,12,12,11,12,12,12,12,11,11,11,11,11,11,11,12,
12,12,11,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,11,11,11,11,11,11,12,12,12,12,11,12,11,12,12,
12,12,12,12,12,12,12,12,12,12,11,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,13,12,12,
12,13,12,11,11,11,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,10,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,12,12,
11,11,11,12,12,11,11,11,11,11,11,11,12,12,12,11,
12,11,12,12,11,12,12,12,12,11,12,12,12,12,11,11,
11,11,11,11,11,11,12,12,11,11,11,12,12,11,12,12,
12,12,11,12,12,12,12,11,11,11,12,11,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
11,11,11,12,11,11,12,12,12,12,11,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,11,11,11,12,12,11,12,
12,12,12,12,12,12,12,12,12,12,12,13,13,12,12,12,
13,12,11,12,12,12,12,12,12,12,12,13,12,12,12,13,
13,12,13,13,13,13,12,13,13,13,13,11,12,12,12,12,
12,12,12,12,13,12,12,12,12,12,12,13,13,13,13,12,
13,13,13,13,12,12,12,12,12,12,12,13,13,13,12,13,
12,13,13,13,13,13,13,13,13,13,13,13,13,12,12,12,
12,12,12,13,13,13,13,12,13,12,13,13,13,13,13,13,
13,13,13,13,13,13,11,11,11,12,12,11,12,12,12,12,
11,12,12,12,12,12,12,12,12,12,12,12,12,12,12,11,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,13,
12,13,13,12,12,12,13,13,11,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,13,13,12,13,12,13,
13,12,12,12,12,12,12,12,12,13,13,12,12,12,13,13,
13,13,13,13,13,12,13,13,13,13,12,12,12,12,12,12,
13,12,13,13,12,13,12,13,12,12,13,13,13,13,12,13,
13,13,13, 8,11,11,12,12,11,12,12,12,12,11,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,11,11,11,12,
12,11,12,12,12,12,12,12,12,12,12,12,12,12,13,13,
12,12,12,13,13,11,11,11,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,13,13,12,12,12,13,13,11,12,
12,12,12,12,12,12,12,13,12,12,12,12,12,12,12,13,
13,13,12,12,13,13,13,11,12,12,12,12,12,12,12,13,
12,12,12,12,13,13,12,13,13,13,13,12,13,13,13,13,
11,11,11,12,12,11,12,12,12,12,11,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,11,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,13,13,12,12,12,
13,13,11,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,13,12,13,13,12,13,12,13,13,12,12,12,12,12,
12,12,12,12,13,12,12,12,13,13,12,13,13,13,13,12,
13,13,13,13,12,12,12,12,12,12,12,12,13,13,12,12,
12,13,13,12,13,13,13,13,12,13,13,13,13,11,11,11,
12,12,11,12,12,12,12,11,12,12,12,12,12,12,12,13,
12,12,12,12,12,13,11,12,12,12,12,12,12,12,12,13,
12,12,12,12,13,12,13,13,13,13,12,13,13,13,13,11,
12,12,12,12,12,12,12,12,13,12,12,12,13,12,12,13,
13,13,13,12,13,13,13,13,12,12,12,12,12,12,12,12,
13,13,12,12,13,13,13,12,13,13,13,13,12,13,13,13,
13,12,12,12,12,12,12,13,13,13,13,12,13,12,13,13,
12,13,13,13,13,13,13,13,13,13,11,11,11,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,11,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,13,13,13,12,13,13,13,13,11,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,13,13,13,13,
12,13,12,13,13,12,12,12,12,12,12,12,12,13,13,12,
12,12,13,13,12,13,13,13,13,12,13,13,13,13,12,12,
12,12,12,12,13,12,13,13,12,12,12,13,13,13,13,13,
13,13,12,13,13,13,13,11,11,11,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,13,12,12,12,13,12,
11,12,12,12,12,12,12,12,12,12,12,12,12,13,13,12,
12,13,13,13,12,13,13,13,13,11,12,12,12,12,12,12,
12,12,13,12,12,12,13,12,12,13,13,13,13,12,13,13,
13,13,12,12,12,12,12,12,12,12,13,13,12,12,12,13,
13,13,13,13,13,13,13,13,13,13,13,12,12,12,12,12,
12,13,13,13,13,12,13,12,13,13,13,13,13,13,13,13,
13,13,13,13, 8,11,11,11,11,11,12,12,12,12,11,12,
12,12,12,12,12,12,12,12,11,12,12,12,12,11,11,11,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
13,12,12,12,13,13,11,11,11,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,13,13,12,12,12,13,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,13,13,12,13,
13,13,13,12,13,13,13,13,11,12,12,12,12,12,12,12,
12,13,12,12,12,13,12,12,13,13,13,13,12,13,12,13,
13,11,11,11,12,12,12,12,12,12,12,11,12,12,12,12,
12,12,12,13,13,12,12,12,13,12,11,12,12,12,12,12,
12,12,12,12,12,12,12,13,13,12,12,13,13,13,12,13,
13,13,13,11,12,12,12,12,12,12,12,13,13,12,12,12,
12,12,12,13,13,13,13,12,13,13,13,13,12,12,12,12,
12,12,12,13,13,13,12,12,13,13,13,13,13,13,13,13,
12,13,13,13,13,12,12,12,12,12,12,13,12,13,13,12,
12,12,13,13,13,13,13,13,13,12,13,13,13,13,11,11,
11,12,12,11,12,12,12,12,11,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,11,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,13,12,13,13,12,12,12,13,13,
11,12,12,12,12,12,12,12,12,13,12,12,12,12,12,12,
12,12,13,13,12,13,12,13,13,12,12,12,12,12,12,12,
12,13,12,12,12,12,13,13,12,13,13,13,13,12,13,13,
13,13,12,12,12,12,12,12,12,12,13,13,12,12,12,13,
12,12,13,13,13,13,12,13,13,13,13,11,11,11,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,13,13,11,12,12,12,12,12,12,12,12,13,12,12,
12,12,12,12,13,13,13,13,12,13,13,13,13,11,12,12,
12,12,12,12,12,12,13,12,12,12,12,12,12,13,13,13,
13,12,13,13,13,13,12,12,12,12,12,12,12,12,13,13,
12,12,13,13,13,13,13,13,13,13,13,13,13,13,13,12,
12,12,12,12,12,13,13,13,13,12,12,12,13,12,13,13,
13,13,13,12,13,13,13,13,11,11,11,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
13,11,12,12,12,12,12,12,12,12,12,12,12,12,13,12,
12,12,12,13,13,12,13,13,13,13,11,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,13,13,13,13,12,13,
12,13,13,12,12,12,12,12,12,12,13,13,13,12,13,12,
13,13,12,13,13,13,13,13,13,13,13,13,12,12,12,12,
12,12,12,12,12,13,12,12,12,13,13,13,13,13,13,13,
12,13,13,13,13,
};
static const static_codebook _44p9_p4_1 = {
5, 3125,
(char *)_vq_lengthlist__44p9_p4_1,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44p9_p4_1,
0
};
static const long _vq_quantlist__44p9_p5_0[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44p9_p5_0[] = {
4, 6, 6, 9, 9, 6, 7, 8,10,11, 6, 8, 7,10,10, 8,
10,10,12,12, 8,10,10,12,12, 6, 7, 8,10,10, 7, 8,
9,10,11, 8, 9, 9,11,11,10,10,11,12,13,10,11,11,
13,13, 6, 8, 7,10,10, 8, 9, 9,11,11, 7, 9, 8,11,
10,10,11,11,13,13,10,11,10,13,12, 9,10,10,11,12,
10,10,11,12,13,10,11,11,12,13,12,12,13,12,14,12,
13,13,14,14, 9,10,10,12,11,10,11,11,13,12,10,11,
10,13,12,12,13,13,14,14,12,13,12,14,12, 7, 8, 8,
10,11, 8, 9,10,11,12, 8, 9, 9,11,12,10,11,12,13,
14,10,11,11,13,13, 8, 9,10,11,12, 9,10,11,12,13,
10,10,11,12,12,11,12,12,13,14,11,12,12,14,14, 8,
9, 9,11,12,10,10,11,12,13, 9,10,10,12,12,11,12,
12,14,14,11,12,12,14,13,11,11,12,12,13,11,12,12,
13,14,12,12,13,14,14,13,13,14,14,16,13,14,14,15,
15,11,12,11,13,13,12,12,12,14,14,11,12,12,14,13,
13,14,14,15,15,13,14,13,15,14, 7, 8, 8,11,10, 8,
10, 9,12,11, 8,10, 9,12,11,10,11,11,13,13,10,12,
11,14,13, 8, 9, 9,12,11, 9,10,10,12,12,10,11,10,
13,12,11,12,12,13,14,11,12,12,14,14, 8,10, 9,12,
11,10,11,10,12,12, 9,11,10,13,11,11,12,12,14,14,
11,12,12,14,13,11,11,12,13,13,11,12,12,13,14,12,
12,12,14,14,13,13,14,14,15,13,14,14,15,15,11,12,
11,13,12,12,12,12,14,14,11,12,12,14,13,13,14,14,
15,15,13,14,13,15,14,10,11,11,12,13,11,12,12,13,
14,11,12,12,13,14,13,13,14,14,16,13,14,14,15,15,
11,12,12,12,14,12,12,13,13,15,12,13,13,13,15,14,
14,15,15,16,14,14,15,15,16,11,12,12,13,14,12,13,
13,14,15,12,13,13,14,14,14,14,15,15,16,14,14,14,
15,15,13,14,14,14,15,14,14,15,15,16,14,15,15,15,
16,15,15,16,16,18,16,16,16,17,17,13,14,14,15,15,
14,14,15,16,16,14,14,14,16,15,16,16,16,17,17,15,
16,16,17,16,10,11,11,13,12,11,12,12,14,13,11,12,
12,14,13,13,14,14,15,15,13,14,13,16,14,11,12,12,
14,13,12,13,13,14,14,12,13,13,15,14,14,14,14,15,
15,14,15,14,16,15,11,12,12,14,12,12,13,13,15,14,
12,13,12,15,13,14,15,14,16,15,14,15,14,16,15,13,
14,14,15,15,14,14,14,15,16,14,15,14,16,16,15,16,
16,16,17,16,16,16,17,17,13,14,14,15,14,14,15,15,
16,15,14,15,14,16,15,16,16,16,17,17,15,16,15,18,
16, 6, 8, 8,11,11, 8, 9,10,11,12, 8,10, 9,12,12,
10,11,11,13,13,10,12,11,14,13, 8, 9, 9,11,12, 9,
10,10,12,12, 9,10,10,12,12,11,11,12,13,14,11,12,
12,14,14, 8,10, 9,12,11,10,11,11,12,12, 9,11,10,
13,12,11,12,12,14,14,11,12,12,14,13,10,11,11,13,
13,11,12,12,13,14,11,12,12,14,14,13,13,14,13,15,
13,14,14,15,15,11,12,11,13,13,12,12,12,14,14,11,
12,12,14,13,13,14,14,15,15,13,14,13,15,14, 8, 9,
9,11,11, 9,10,10,12,12, 9,10,10,12,12,11,12,12,
13,14,11,12,12,14,14, 9, 9,10,11,12,10,10,11,12,
13,10,10,11,12,13,12,12,13,13,15,12,12,13,14,14,
9,10,10,12,12,10,11,11,13,13,10,11,11,13,13,12,
13,13,14,15,12,13,12,14,14,11,11,12,12,14,12,12,
13,13,14,12,12,13,13,14,13,13,14,14,16,14,14,14,
15,15,11,12,12,14,13,12,13,13,14,14,12,13,13,15,
14,14,14,14,16,16,13,14,14,16,14, 7, 9, 9,12,11,
9,10,10,12,12, 9,11,10,13,12,11,12,12,13,14,11,
13,12,14,13, 9,10,10,12,12,10,10,11,12,13,10,12,
11,13,13,12,12,13,13,14,12,13,13,15,14, 9,10,10,
12,12,11,11,11,13,13,10,12,10,13,12,12,13,13,14,
15,12,13,12,15,13,11,12,12,14,13,12,12,13,13,14,
12,13,13,15,14,13,13,14,13,16,14,15,14,16,15,12,
12,12,14,14,13,13,13,14,14,12,13,12,14,13,14,15,
15,16,16,13,14,13,16,13,10,11,12,13,14,11,12,13,
13,15,12,12,13,14,14,13,14,14,15,16,13,14,14,16,
15,12,12,13,12,14,12,12,13,13,15,13,13,13,13,15,
14,14,15,14,16,14,15,15,15,16,12,13,12,14,14,13,
13,13,15,15,12,13,13,15,15,14,15,15,16,16,14,15,
15,16,16,13,14,14,13,16,14,14,15,14,16,14,14,15,
14,16,15,15,16,15,18,16,16,16,16,17,14,14,14,16,
15,14,15,15,16,16,14,15,15,16,16,16,16,16,17,17,
15,16,16,17,16,10,12,11,14,13,12,13,13,14,14,12,
13,12,15,14,14,14,14,15,15,14,15,14,16,15,12,13,
12,14,13,12,13,13,15,14,13,14,13,15,14,14,15,15,
16,16,14,15,15,17,15,12,13,12,14,14,13,14,14,15,
15,13,14,13,15,14,15,15,15,16,16,14,15,15,17,15,
14,14,14,16,15,14,15,15,16,16,14,15,15,16,15,16,
16,16,16,17,16,17,16,18,17,14,14,14,16,15,15,15,
15,16,16,14,15,14,16,15,16,16,17,17,17,15,16,15,
17,16, 6, 8, 8,11,11, 8, 9,10,12,12, 8,10, 9,12,
11,10,11,12,13,13,10,11,11,13,13, 8, 9,10,11,12,
9,10,11,12,13,10,11,11,12,12,11,12,12,13,14,11,
12,12,14,14, 8, 9, 9,12,11, 9,10,10,12,12, 9,10,
10,12,12,11,12,12,14,14,11,12,11,14,13,11,11,12,
13,13,11,12,12,13,14,12,12,12,14,14,13,13,14,14,
15,13,14,14,15,15,10,11,11,13,13,11,12,12,14,14,
11,12,12,14,13,13,14,14,15,15,13,14,13,15,13, 7,
9, 9,11,12, 9,10,11,12,13, 9,10,10,12,12,11,12,
13,13,14,11,12,12,14,14, 9,10,10,12,12,10,10,11,
12,13,11,12,11,13,13,12,12,13,13,15,12,13,13,15,
14, 9,10,10,12,12,10,11,12,13,13,10,11,10,13,12,
12,13,13,14,15,12,13,12,14,13,12,12,12,14,14,12,
12,13,13,14,13,13,13,15,14,14,13,14,13,16,14,15,
15,16,16,11,12,12,13,14,12,13,13,14,15,12,13,12,
14,13,14,14,15,15,16,13,14,13,15,13, 8, 9, 9,11,
11, 9,10,10,12,12, 9,10,10,12,12,11,12,12,14,14,
11,12,11,14,13, 9,10,10,12,12,10,11,11,13,13,10,
11,11,13,13,12,12,13,14,15,12,13,13,15,14, 9,10,
9,12,11,10,11,10,13,12,10,11,10,13,12,12,13,12,
14,14,12,13,12,15,13,11,12,12,13,14,12,13,13,14,
14,12,13,13,14,14,14,14,14,14,16,14,14,14,16,15,
11,12,11,14,12,12,13,12,15,13,12,13,12,15,13,14,
14,14,16,15,13,14,13,16,14,10,11,12,13,14,12,12,
13,13,15,12,13,13,14,14,14,14,15,15,16,14,14,14,
15,16,12,12,13,14,14,12,13,14,14,15,13,14,14,15,
15,14,15,15,15,17,15,15,15,16,16,12,12,13,13,14,
13,13,14,14,15,12,13,13,14,15,15,15,15,15,17,14,
15,15,15,15,14,14,14,16,16,14,15,15,15,16,15,15,
15,16,16,16,15,16,16,18,16,16,17,17,17,14,14,14,
15,16,15,15,15,16,17,14,15,14,16,16,16,16,17,17,
18,16,16,15,17,16,10,12,11,14,13,12,12,12,14,14,
11,13,12,14,13,13,14,14,15,15,13,14,13,16,15,12,
12,13,14,14,12,13,13,15,15,13,13,13,15,15,14,15,
15,16,16,14,15,15,17,16,12,13,12,14,12,13,13,13,
15,13,12,13,12,15,13,14,15,15,16,15,14,15,14,16,
14,14,14,14,16,16,14,15,15,16,16,14,15,15,16,16,
15,16,16,16,17,16,17,16,18,17,13,14,14,16,13,14,
15,15,16,14,14,15,14,16,14,16,16,16,17,16,15,16,
15,18,15, 9,11,11,13,13,11,12,12,14,14,11,12,12,
14,14,13,14,14,15,15,13,14,14,15,15,11,12,12,14,
14,11,12,13,14,15,12,13,13,15,14,13,14,14,15,16,
13,14,14,16,16,11,12,12,14,14,12,13,13,15,15,12,
13,13,15,14,14,14,14,16,16,14,15,14,16,15,12,13,
13,14,15,12,13,14,15,16,13,14,14,16,16,14,14,15,
16,17,15,15,15,17,17,13,14,14,15,15,14,15,14,16,
16,14,15,14,16,15,15,16,16,17,17,15,16,15,17,16,
10,12,12,13,14,11,12,13,14,14,12,13,12,14,14,13,
14,14,15,16,13,14,14,16,15,11,12,12,14,14,12,12,
13,14,15,12,13,13,15,15,13,13,15,15,17,14,14,15,
16,16,12,13,12,14,14,12,13,13,15,15,12,13,13,15,
14,14,15,15,16,16,14,15,14,16,16,13,12,14,13,16,
13,13,15,14,16,14,13,15,15,16,14,14,16,15,17,15,
15,16,16,17,13,14,14,16,15,14,15,15,16,16,14,15,
14,16,15,16,16,16,17,17,15,16,16,18,16,10,12,12,
14,14,12,12,13,14,14,12,13,12,15,14,13,14,14,15,
16,14,15,14,16,15,11,12,12,14,14,12,13,13,14,15,
13,14,13,15,15,14,14,15,15,16,14,15,15,17,16,12,
13,13,14,14,13,13,14,15,15,12,14,13,15,15,14,15,
15,16,16,14,15,15,17,15,13,14,13,15,15,13,14,14,
15,16,14,15,14,17,16,15,15,15,15,17,16,16,16,18,
17,14,14,14,16,16,15,15,15,16,16,14,15,14,16,16,
16,16,17,17,17,16,16,16,17,16,11,12,13,14,14,12,
13,13,15,15,12,13,13,15,15,14,15,15,16,16,14,15,
15,17,16,12,13,13,14,15,13,13,14,14,16,13,14,14,
15,16,15,14,16,15,17,15,15,16,16,17,12,13,13,15,
15,13,14,14,16,16,13,14,14,16,15,15,15,16,17,17,
15,16,15,17,16,14,14,15,13,16,15,14,16,14,17,15,
15,16,14,17,16,15,17,15,18,16,16,17,16,18,14,15,
15,17,16,15,16,16,17,17,15,16,15,17,16,16,17,17,
18,18,16,17,15,18,16,11,12,12,14,14,13,13,14,14,
15,13,14,13,16,14,15,15,15,16,16,15,16,15,17,16,
12,13,13,15,14,13,13,14,15,15,14,15,14,16,15,15,
15,16,15,16,16,16,16,18,16,12,13,13,15,15,14,14,
15,15,16,13,14,13,16,15,16,16,16,17,17,15,16,15,
17,15,14,15,14,16,15,14,15,15,16,16,15,16,15,17,
16,16,15,16,15,17,17,18,17,18,17,15,15,15,16,16,
16,16,16,17,17,14,15,15,17,16,17,17,18,18,18,16,
17,15,18,15, 9,11,11,13,13,11,12,12,14,14,11,12,
12,14,14,13,14,14,15,16,13,14,14,15,15,11,12,12,
14,14,12,13,13,14,15,12,13,13,14,14,14,14,15,15,
16,14,14,14,16,16,11,12,12,14,14,12,13,13,14,15,
11,13,12,14,14,13,14,14,16,16,13,14,14,16,15,13,
14,14,15,15,14,14,15,15,16,14,15,14,16,16,15,15,
16,16,17,15,16,16,17,17,12,13,13,15,15,13,14,14,
16,15,12,14,13,16,15,15,16,15,17,17,14,15,15,17,
15,10,12,12,14,14,12,12,13,14,15,12,13,12,14,14,
14,14,15,15,16,13,14,14,16,16,12,13,13,14,14,13,
13,14,14,15,13,14,13,15,15,14,15,15,15,17,14,15,
15,16,16,11,12,12,14,14,13,13,14,15,15,12,13,13,
15,14,14,15,15,16,17,14,15,14,16,15,14,14,14,16,
16,14,15,15,16,16,15,15,15,16,16,15,16,16,16,18,
16,17,16,18,17,13,13,14,15,15,14,14,15,16,16,13,
14,14,16,15,16,16,17,17,17,15,15,15,17,15,10,12,
12,14,13,12,12,13,14,14,11,13,12,14,14,13,14,14,
16,16,13,14,14,16,15,12,12,13,14,14,12,13,13,14,
15,13,13,13,15,15,14,14,15,16,16,14,15,15,16,16,
11,12,12,14,14,12,13,13,15,15,12,13,12,15,14,14,
15,14,16,16,13,15,13,16,15,13,14,14,15,16,14,15,
15,15,17,14,15,15,16,16,16,15,16,16,17,16,16,16,
17,17,13,14,12,16,13,14,15,13,16,15,13,15,13,16,
14,15,16,15,17,16,15,16,14,17,15,11,12,12,14,15,
13,13,14,14,16,13,14,13,15,14,15,15,16,16,17,15,
15,15,16,16,12,13,13,15,15,13,13,14,15,16,14,15,
14,16,15,15,15,16,15,17,16,16,16,17,17,12,13,13,
14,15,14,14,15,15,16,13,14,13,15,15,16,16,16,17,
17,15,16,15,16,15,15,15,15,16,16,14,15,15,16,17,
16,16,16,17,17,16,15,17,15,18,17,18,17,18,18,14,
14,15,15,17,15,15,16,16,17,14,15,15,16,16,17,17,
17,17,18,16,16,15,17,15,11,12,12,14,14,12,13,13,
15,15,12,13,13,15,15,14,15,15,16,16,14,15,14,17,
16,13,13,13,15,15,13,14,14,15,16,13,14,14,16,16,
15,15,16,16,17,15,16,16,17,17,12,13,13,15,14,13,
14,14,16,15,13,14,13,16,14,15,16,16,17,16,15,16,
14,17,15,14,15,15,16,17,15,15,16,16,17,15,16,16,
17,17,16,15,17,16,18,16,17,17,18,18,14,15,14,16,
13,15,16,15,17,14,15,16,14,17,14,16,17,16,18,16,
16,17,15,18,15,
};
static const static_codebook _44p9_p5_0 = {
5, 3125,
(char *)_vq_lengthlist__44p9_p5_0,
1, -528744448, 1616642048, 3, 0,
(long *)_vq_quantlist__44p9_p5_0,
0
};
static const long _vq_quantlist__44p9_p5_1[] = {
3,
2,
4,
1,
5,
0,
6,
};
static const char _vq_lengthlist__44p9_p5_1[] = {
2, 3, 3, 3, 3, 3, 3,
};
static const static_codebook _44p9_p5_1 = {
1, 7,
(char *)_vq_lengthlist__44p9_p5_1,
1, -533200896, 1611661312, 3, 0,
(long *)_vq_quantlist__44p9_p5_1,
0
};
static const long _vq_quantlist__44p9_p6_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44p9_p6_0[] = {
2, 5, 5, 5, 7, 7, 5, 7, 7, 5, 7, 7, 7, 8, 9, 7,
9, 9, 5, 7, 7, 7, 9, 9, 7, 9, 8, 5, 7, 8, 8, 9,
10, 8, 9,10, 8, 9,10,10,10,12,10,11,11, 8,10,10,
10,11,12,10,11,10, 5, 8, 7, 8,10,10, 8,10, 9, 8,
10,10,10,10,11,10,12,11, 8,10, 9,10,11,11,10,12,
10, 5, 8, 8, 7, 9,10, 8,10, 9, 7, 9,10, 9,10,11,
9,11,11, 8,10, 9,10,11,11, 9,11,10, 7, 9, 9, 9,
10,11, 9,11,11, 9, 9,11,10,10,13,11,12,12, 9,11,
11,11,12,13,11,13,11, 7, 9, 9, 9,10,11, 9,11,10,
9,11,10,10,10,12,11,13,12, 9,11,11,11,12,12,10,
12,10, 5, 8, 8, 8, 9,10, 7,10, 9, 8, 9,10, 9,10,
11,10,11,11, 7,10, 9, 9,11,11, 9,11,10, 7, 9, 9,
9,10,11, 9,11,10, 9,11,11,10,10,12,11,12,12, 9,
10,11,11,12,13,10,12,10, 7, 9, 9, 9,11,11, 9,11,
10, 9,11,11,11,11,13,11,13,12, 9,11, 9,11,12,12,
10,13,10,
};
static const static_codebook _44p9_p6_0 = {
5, 243,
(char *)_vq_lengthlist__44p9_p6_0,
1, -527106048, 1620377600, 2, 0,
(long *)_vq_quantlist__44p9_p6_0,
0
};
static const long _vq_quantlist__44p9_p6_1[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44p9_p6_1[] = {
6, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 8, 7, 8, 8, 7,
8, 8, 7, 8, 7, 7, 8, 8, 7, 8, 8, 7, 8, 8, 8, 8,
8, 8, 8, 8, 8, 8, 8, 8, 8, 9, 8, 8, 9, 8, 8, 8,
8, 8, 8, 8, 8, 8, 7, 8, 8, 8, 8, 8, 8, 8, 8, 8,
8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 9,
8, 7, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8,
8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8,
8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 9, 8, 8, 9, 8, 8,
8, 8, 9, 9, 8, 9, 9, 7, 8, 8, 8, 8, 8, 8, 8, 8,
8, 8, 8, 8, 8, 8, 8, 9, 8, 8, 8, 8, 8, 9, 9, 8,
9, 8, 7, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8,
9, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 7, 8, 8,
8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 9, 8, 9, 9, 8,
8, 8, 8, 8, 9, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8,
8, 8, 8, 8, 8, 9, 9, 8, 9, 9, 8, 8, 8, 8, 9, 8,
8, 9, 8,
};
static const static_codebook _44p9_p6_1 = {
5, 243,
(char *)_vq_lengthlist__44p9_p6_1,
1, -530841600, 1616642048, 2, 0,
(long *)_vq_quantlist__44p9_p6_1,
0
};
static const long _vq_quantlist__44p9_p7_0[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44p9_p7_0[] = {
1,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,
};
static const static_codebook _44p9_p7_0 = {
5, 3125,
(char *)_vq_lengthlist__44p9_p7_0,
1, -510105088, 1635281408, 3, 0,
(long *)_vq_quantlist__44p9_p7_0,
0
};
static const long _vq_quantlist__44p9_p7_1[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44p9_p7_1[] = {
1, 4, 4,16,16, 4, 9,11,15,16, 4,12, 8,16,16,12,
16,16,16,16,13,16,16,16,16, 5, 8,10,16,16, 9, 9,
14,15,16,12,14,14,16,16,16,16,16,16,16,16,16,16,
16,16, 5,11, 8,16,15,12,14,16,16,16, 9,15, 9,16,
16,16,16,16,16,16,16,16,16,16,16,15,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16, 6,11,11,
16,16,12,13,16,16,16,12,16,14,16,16,16,16,16,16,
16,16,16,16,16,16,11,15,15,16,16,14,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,12,
15,16,16,16,16,16,16,16,16,14,16,15,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16, 5,11,11,16,16,12,
15,16,16,16,12,16,14,16,16,16,16,16,16,16,16,16,
16,16,16,12,15,15,16,16,14,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,11,15,15,16,
16,16,16,16,16,16,15,16,14,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16, 6,11,12,16,16,11,15,16,16,16,13,16,14,16,16,
16,16,16,16,16,16,16,16,16,16,11,16,14,16,16,14,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,12,14,14,16,16,16,16,16,16,16,15,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,15,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16, 8,13,
15,16,16,15,15,16,16,16,14,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,14,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
15,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16, 7,12,12,16,16,
13,12,16,16,16,14,16,14,16,16,16,16,16,16,16,16,
16,16,16,16,13,16,16,16,16,14,14,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,12,14,16,
16,16,16,16,16,16,16,14,16,14,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16, 6,11,11,16,16,13,15,16,16,16,11,15,14,16,
16,16,16,16,16,16,14,16,16,16,16,11,16,16,16,16,
16,16,16,16,16,15,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,11,16,14,16,16,14,16,16,16,16,13,15,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16, 7,
11,11,16,16,13,13,16,16,16,13,16,13,16,16,16,16,
16,16,16,16,16,16,16,16,12,16,15,16,16,14,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,12,14,16,16,16,16,16,16,16,16,14,16,13,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16, 8,13,14,16,
16,15,16,16,16,16,14,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,15,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,15,16,
15,16,16,16,16,16,16,16,16,16,15,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,15,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,15,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,
16,16,16,16,16,
};
static const static_codebook _44p9_p7_1 = {
5, 3125,
(char *)_vq_lengthlist__44p9_p7_1,
1, -514619392, 1630767104, 3, 0,
(long *)_vq_quantlist__44p9_p7_1,
0
};
static const long _vq_quantlist__44p9_p7_2[] = {
12,
11,
13,
10,
14,
9,
15,
8,
16,
7,
17,
6,
18,
5,
19,
4,
20,
3,
21,
2,
22,
1,
23,
0,
24,
};
static const char _vq_lengthlist__44p9_p7_2[] = {
1, 3, 2, 5, 4, 7, 7, 8, 8, 9,10,10,10,11,11,11,
12,12,12,13,13,13,13,13,13,
};
static const static_codebook _44p9_p7_2 = {
1, 25,
(char *)_vq_lengthlist__44p9_p7_2,
1, -518864896, 1620639744, 5, 0,
(long *)_vq_quantlist__44p9_p7_2,
0
};
static const long _vq_quantlist__44p9_p7_3[] = {
12,
11,
13,
10,
14,
9,
15,
8,
16,
7,
17,
6,
18,
5,
19,
4,
20,
3,
21,
2,
22,
1,
23,
0,
24,
};
static const char _vq_lengthlist__44p9_p7_3[] = {
4, 4, 4, 4, 4, 4, 4, 5, 5, 5, 5, 5, 5, 5, 5, 5,
5, 5, 5, 5, 5, 5, 5, 5, 5,
};
static const static_codebook _44p9_p7_3 = {
1, 25,
(char *)_vq_lengthlist__44p9_p7_3,
1, -529006592, 1611661312, 5, 0,
(long *)_vq_quantlist__44p9_p7_3,
0
};
static const char _huff_lengthlist__44p9_short[] = {
3, 3, 3, 3, 3, 3, 3, 3,
};
static const static_codebook _huff_book__44p9_short = {
1, 8,
(char *)_huff_lengthlist__44p9_short,
0, 0, 0, 0, 0,
NULL,
0
};
static const long _vq_quantlist__44pn1_l0_0[] = {
6,
5,
7,
4,
8,
3,
9,
2,
10,
1,
11,
0,
12,
};
static const char _vq_lengthlist__44pn1_l0_0[] = {
1, 3, 3, 8, 8,10,10,10,10,10,10,10,10, 5, 7, 5,
9, 8,10,10,10,10,11,10,11,10, 5, 5, 7, 8, 9,10,
10,11,10,10,11,10,11,10,10,10,11,11,11,11,11,11,
11,10,11,11,10,10,10,10,11,11,11,11,11,10,11,11,
11,11,11,11,11,11,12,11,10,11,11,11,11,11,11,11,
11,11,11,11,11,10,10,11,11,12,11,11,11,11,11,11,
12,11,11,11,10,11,11,11,11,11,11,11,11,10,11,11,
10,11,10,11,11,11,11,11,11,11,11,11,11,12,11,11,
12,12,11,11,11,11,11,11,11,11,11,11,11,11,12,11,
10,11,11,11,11,11,11,11,12,11,13,11,11,11,11,11,
11,11,11,11,11,11,12,11,13,
};
static const static_codebook _44pn1_l0_0 = {
2, 169,
(char *)_vq_lengthlist__44pn1_l0_0,
1, -526516224, 1616117760, 4, 0,
(long *)_vq_quantlist__44pn1_l0_0,
0
};
static const long _vq_quantlist__44pn1_l0_1[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44pn1_l0_1[] = {
1, 4, 4, 7, 7, 4, 5, 6, 7, 7, 4, 6, 5, 7, 7, 7,
6, 7, 6, 7, 7, 7, 6, 7, 6,
};
static const static_codebook _44pn1_l0_1 = {
2, 25,
(char *)_vq_lengthlist__44pn1_l0_1,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44pn1_l0_1,
0
};
static const long _vq_quantlist__44pn1_l1_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44pn1_l1_0[] = {
1, 4, 4, 4, 4, 4, 4, 4, 4,
};
static const static_codebook _44pn1_l1_0 = {
2, 9,
(char *)_vq_lengthlist__44pn1_l1_0,
1, -516716544, 1630767104, 2, 0,
(long *)_vq_quantlist__44pn1_l1_0,
0
};
static const char _huff_lengthlist__44pn1_lfe[] = {
1, 3, 2, 3,
};
static const static_codebook _huff_book__44pn1_lfe = {
2, 4,
(char *)_huff_lengthlist__44pn1_lfe,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist__44pn1_long[] = {
2, 3, 6, 7, 9,13,17, 3, 2, 5, 7, 9,13,17, 6, 5,
5, 6, 9,12,16, 7, 7, 6, 6, 7,10,13,10,10, 9, 7,
6,10,13,13,13,12,10,10,11,15,17,17,17,14,14,15,
17,
};
static const static_codebook _huff_book__44pn1_long = {
2, 49,
(char *)_huff_lengthlist__44pn1_long,
0, 0, 0, 0, 0,
NULL,
0
};
static const long _vq_quantlist__44pn1_p1_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44pn1_p1_0[] = {
1, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0,
};
static const static_codebook _44pn1_p1_0 = {
5, 243,
(char *)_vq_lengthlist__44pn1_p1_0,
1, -535822336, 1611661312, 2, 0,
(long *)_vq_quantlist__44pn1_p1_0,
0
};
static const long _vq_quantlist__44pn1_p2_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44pn1_p2_0[] = {
1, 5, 5, 0, 7, 7, 0, 8, 8, 0, 9, 9, 0,12,12, 0,
8, 8, 0, 9, 9, 0,13,13, 0, 8, 8, 0, 6, 6, 0,11,
11, 0,12,12, 0,12,12, 0,14,14, 0,11,12, 0,12,12,
0,15,15, 0,12,12, 0, 5, 5, 0, 5, 5, 0, 6, 6, 0,
7, 7, 0,10,10, 0, 6, 6, 0, 7, 7, 0,11,11, 0, 6,
6, 0, 7, 7, 0,11,11, 0,12,11, 0,11,11, 0,14,14,
0,10,10, 0,12,12, 0,15,15, 0,12,12, 0, 6, 6, 0,
12,12, 0,12,12, 0,12,12, 0,14,14, 0,11,11, 0,12,
12, 0,16,16, 0,12,12, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 8, 8, 0,12,12, 0,12,12, 0,12,12, 0,15,
15, 0,12,12, 0,11,11, 0,16,16, 0,11,11, 0, 6, 6,
0,12,12, 0,12,12, 0,13,13, 0,15,15, 0,12,12, 0,
13,13, 0,15,15, 0,12,12, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0,
};
static const static_codebook _44pn1_p2_0 = {
5, 243,
(char *)_vq_lengthlist__44pn1_p2_0,
1, -533200896, 1614282752, 2, 0,
(long *)_vq_quantlist__44pn1_p2_0,
0
};
static const long _vq_quantlist__44pn1_p2_1[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44pn1_p2_1[] = {
1, 3, 3, 0, 9, 9, 0, 9, 9, 0,10,10, 0, 9, 9, 0,
10,10, 0,10,10, 0,10,10, 0,10,10, 0, 7, 7, 0, 7,
7, 0, 6, 6, 0, 8, 8, 0, 7, 7, 0, 8, 8, 0, 8, 8,
0, 7, 7, 0, 8, 8, 0, 7, 7, 0, 9, 9, 0, 8, 9, 0,
10,10, 0, 9, 9, 0,10,10, 0,10,11, 0, 9, 9, 0,10,
10, 0, 9, 9, 0,11,11, 0,12,12, 0,12,12, 0,11,11,
0,12,12, 0,13,13, 0,12,12, 0,13,13, 0, 8, 8, 0,
12,12, 0,12,12, 0,13,13, 0,13,13, 0,13,13, 0,13,
13, 0,13,13, 0,13,13, 0, 7, 7, 0, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0, 9, 9, 0,11,11, 0,12,12, 0,13,13, 0,12,
12, 0,13,13, 0,13,13, 0,12,12, 0,12,12, 0, 9, 9,
0,12,12, 0,13,13, 0,14,14, 0,13,13, 0,14,14, 0,
14,14, 0,13,13, 0,14,14, 0, 7, 7, 0, 0, 0, 0, 0,
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
0, 0, 0,
};
static const static_codebook _44pn1_p2_1 = {
5, 243,
(char *)_vq_lengthlist__44pn1_p2_1,
1, -535822336, 1611661312, 2, 0,
(long *)_vq_quantlist__44pn1_p2_1,
0
};
static const long _vq_quantlist__44pn1_p3_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44pn1_p3_0[] = {
1, 6, 6, 6, 8, 8, 6, 8, 8, 7, 9, 9,10,11,11, 8,
8, 8, 7, 9, 9,11,12,12, 9, 9, 9, 6, 7, 7,10,11,
11,10,11,11,10,11,11,13,13,13,12,12,12,10,12,11,
14,14,14,12,12,12, 6, 5, 5, 9, 6, 6, 9, 6, 6, 9,
7, 7,12,10,10,11, 7, 6, 9, 7, 7,13,11,11,12, 7,
7, 7, 8, 8,12,10,10,12,10,10,11,10,10,15,13,13,
13, 9, 9,12,11,11,15,14,14,15,11,11, 8, 7, 7,12,
11,11,12,11,11,11,11,11,14,13,14,14,12,12,12,11,
11,16,15,15,14,12,12, 0,10,10, 0,12,12, 0,12,12,
0,11,11, 0,14,14, 0,11,11, 0,11,11, 0,15,15, 0,
11,11, 7, 8, 8,13,11,11,12,10,10,12,11,11,15,13,
13,14,11,11,12,10,10,16,14,14,15,10,10, 9, 7, 7,
13,11,12,13,12,11,12,11,11,15,14,14,14,12,12,13,
12,12,16,15,15,15,12,12, 0,11,11, 0,12,12, 0,12,
13, 0,12,12, 0,15,15, 0,12,12, 0,12,12, 0,16,15,
0,12,12,
};
static const static_codebook _44pn1_p3_0 = {
5, 243,
(char *)_vq_lengthlist__44pn1_p3_0,
1, -531365888, 1616117760, 2, 0,
(long *)_vq_quantlist__44pn1_p3_0,
0
};
static const long _vq_quantlist__44pn1_p3_1[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44pn1_p3_1[] = {
2, 3, 4, 9, 9,10,12,12,12,11,10,12,12,13,12,11,
13,12,11,11,11,12,12,12,11,11,13,13,13,13,11,12,
12,14,14,12,13,13,13,13,11,13,13,13,13,11,13,13,
13,13,11,13,13,13,13,11,12,12,14,14,12,13,13,12,
12,11,13,13,13,13,11,13,13,12,12,11,13,13,13,13,
12,12,13,14,14,12,13,13,12,12,11,13,13,13,13,11,
13,13,12,12,11,13,13,13,13,12,13,13,14,14,12,13,
13,12,12,11,13,13,13,13,11,13,13,12,12,11,10,10,
10,10,12,10,10,11,11,12, 9, 9,11,11,13,11,11,10,
10,13,10,10,10,10,13,11,11,12,12,13,10,10,12,12,
14,12,11,12,12,13,11,11,11,12,13,12,12,12,12,13,
11,11,12,12,13,10,10,12,12,14,11,11,12,12,13,11,
11,12,12,13,11,11,12,12,14,12,12,12,12,14,10,10,
11,11,14,12,11,11,11,13,11,11,11,11,13,12,12,11,
11,14,12,12,12,11,14,10,10,11,11,14,12,11,11,11,
13,11,11,11,11,13,12,12,11,11,11,11,11,10,10,12,
10,11, 9, 9,12,12,12,11,11,13,12,12, 9, 9,13,13,
13,10,10,13,13,13,12,12,13,13,13,14,14,13,12,12,
11,11,14,13,13,12,12,14,13,13,11,11,13,13,13,12,
11,13,13,13,14,14,13,12,12,10,10,14,13,13,11,11,
13,13,13,10,10,13,13,13,11,11,14,13,13,14,14,14,
12,12,10,10,13,13,13,11,11,13,13,13,10,10,13,13,
13,11,11,14,13,13,14,14,14,13,13,10,10,13,13,13,
11,11,13,13,13,10,10,14,12,12, 8, 8,14,12,12, 9,
9,14,11,11, 9, 9,14,12,12, 8, 8,14,12,12, 7, 7,
15,13,13,10,10,15,12,12,10,10,15,13,13,10,10,15,
12,13, 9, 9,15,13,13,10,10,15,13,13,10,10,15,12,
12,10,10,15,13,13,10,10,15,13,13, 9, 9,15,13,13,
10,10,15,13,13,10,10,15,12,12,10,10,15,13,13, 9,
9,14,13,12, 9, 9,14,13,13, 9, 9,15,13,13,10,10,
15,12,12,10,10,15,13,13, 9, 9,15,13,13, 9, 9,14,
13,13, 9, 9,14,12,12, 8, 8,13,13,13, 8, 8,14,14,
13, 9, 9,14,14,13, 7, 7,14,14,14, 8, 8,14,14,14,
10,10,15,14,14,12,12,14,14,14, 9, 9,15,14,14,10,
10,14,14,14, 9, 9,14,14,14,10, 9,15,14,14,12,12,
14,14,14, 9, 9,15,14,14,10,10,14,14,14, 9, 9,15,
14,15, 9, 9,15,14,14,11,11,14,14,14, 8, 8,14,14,
14, 9, 9,14,14,14, 8, 8,14,15,14,10,10,15,14,14,
11,11,14,14,14, 8, 8,15,14,14, 9, 9,14,14,14, 8,
8,12,12,12,13,13,16,16,15,12,12,17,16,16,13,13,
17,16,16,11,11,17,16,16,12,12,17,16,17,13,13,17,
16,16,14,14,17,17,16,12,12,18,16,16,13,13,17,16,
17,12,12,17,17,17,13,13,18,16,16,14,14,18,17,17,
12,12,17,17,17,13,13,18,17,17,13,13,17,17,17,13,
13,17,16,16,14,14,17,17,17,12,12,16,16,17,13,13,
17,17,16,12,12,18,17,17,13,13,18,16,16,14,14,18,
17,17,12,12,19,16,17,13,13,17,16,17,12,12,13,14,
14,10,10,16,14,14,13,13,17,15,15,14,14,17,14,14,
13,13,16,14,14,13,13,17,16,15,14,14,16,16,16,15,
15,17,15,15,14,14,17,15,15,14,14,17,15,15,14,14,
17,16,15,14,14,16,16,16,15,15,18,15,15,13,13,16,
16,15,14,14,17,15,15,14,13,17,15,15,14,14,16,16,
16,15,15,18,15,14,13,13,17,15,15,14,14,18,14,15,
13,13,18,15,15,14,14,16,16,16,15,15,17,15,15,13,
13,17,15,15,14,14,17,15,15,13,13,13,11,11,10,10,
16,14,14,13,13,17,14,15,14,14,17,15,15,12,12,17,
14,14,12,12,16,15,15,14,14,16,14,14,14,14,16,15,
15,14,14,16,15,15,14,14,16,15,15,14,14,16,15,15,
14,14,16,15,14,15,15,17,15,15,14,14,17,15,15,14,
14,17,15,15,14,14,17,15,16,14,14,16,14,14,14,14,
17,15,15,13,13,17,15,15,13,13,16,15,15,13,13,17,
16,16,14,14,17,15,14,15,14,17,15,15,13,13,17,15,
15,13,13,17,15,15,13,13,14,14,14, 9, 9,14,14,14,
18,19,14,15,15,19,18,14,14,14,19,19,15,14,14,19,
19,15,16,16,19,19,15,16,16,19,19,15,15,15,19,19,
15,16,16,19,20,15,15,15,19,19,15,15,15,19,19,15,
16,16,20,20,15,15,15,18,19,15,15,16,19,20,15,15,
15,19,18,15,15,15,18,18,15,16,16,21,20,15,15,15,
19,19,15,15,15,19,19,15,15,14,19,20,15,15,15,20,
19,15,16,16,19,20,15,15,15,19,19,15,15,15,20,21,
15,14,15,19,19,14,12,12, 9, 9,14,14,15,21,19,14,
14,14,18,19,14,15,15,19,20,14,14,14,19,19,15,15,
15,19,20,15,15,14,21,19,15,15,15,20,19,15,14,15,
20,21,15,15,15,18,18,15,15,15,20,21,16,14,14,18,
19,15,15,15,20,19,15,15,15,18,21,15,15,15,19,19,
15,15,15,19,20,16,15,14,20,19,15,16,15,19,19,15,
15,15,19, 0,14,15,15,19,19,15,15,15,19,19,15,15,
14,20,19,15,15,15,20,19,15,15,15,19,19,15,15,15,
20,19,12,12,12,13,13,16,15,16,11,11,16,16,16,12,
12,17,16,16,11,11,17,16,16,12,11,17,17,17,13,13,
18,16,16,14,14,18,18,17,13,13,17,16,16,13,13,17,
17,17,13,13,17,16,17,12,12,17,15,16,13,13,17,16,
17,12,12,17,16,16,13,12,17,16,16,12,12,18,17,17,
13,13,18,16,16,13,14,18,17,17,12,12,17,16,16,12,
12,17,17,17,12,12,18,17,17,13,13,17,16,16,14,14,
17,17,17,12,12,17,16,16,12,12,18,17,17,12,12,13,
14,14, 9, 9,16,14,14,13,13,16,15,15,14,14,16,14,
14,13,13,16,14,14,13,13,17,16,15,15,15,16,15,16,
16,15,17,15,15,14,14,17,15,15,15,15,17,15,15,14,
14,17,15,15,14,14,16,15,16,16,16,17,15,15,14,14,
16,15,15,14,15,16,15,15,14,14,17,15,15,15,15,16,
16,16,15,16,18,15,14,13,14,17,15,15,14,14,17,14,
14,13,13,17,15,15,14,14,16,15,15,15,15,17,15,14,
14,14,17,15,15,14,14,17,14,14,13,13,13,11,11,11,
11,16,14,14,12,12,16,14,14,13,13,16,14,14,12,12,
16,14,14,12,12,16,15,15,13,13,17,14,14,14,14,17,
15,15,13,13,16,15,15,14,13,16,15,15,13,13,16,15,
15,13,13,16,14,14,14,14,16,15,15,13,13,16,14,15,
13,13,17,15,15,13,13,17,15,15,13,13,16,14,14,14,
14,17,15,15,12,12,17,14,15,13,13,17,15,15,12,12,
16,15,15,13,13,17,14,14,14,14,17,15,15,12,12,17,
15,15,13,13,16,15,15,12,12,14,15,15, 8, 8,14,14,
14,19,18,14,15,15,19,20,14,14,14,19,19,14,14,15,
19,20,15,16,15,19,21,15,16,16,21,19,15,15,15,20,
19,15,16,16,19,20,15,15,15,19,18,15,16,15,20,19,
15,16,16,19,20,15,15,15,19,19,15,16,15,20,20,14,
15,15,19,19,15,15,15,21,19,15,17,16,19,20,15,14,
15, 0,21,15,15,15,19,20,14,14,14,19,19,15,15,15,
20,19,15,16,16,19,19,15,15,15,19,18,15,15,15,20,
19,14,14,15,18,18,14,12,12, 9, 9,14,14,14,18,18,
14,14,14,18,18,14,15,14,19,18,14,14,14,19,18,15,
15,15,19,20,15,14,14,18,18,15,15,15,20,19,15,15,
15,18,20,15,15,15,19,18,15,15,15,19,19,15,14,14,
19,21,15,15,15,20,20,15,15,15,18,19,14,15,15,19,
20,15,15,15,20,19,15,14,14,19,21,15,15,15,18,19,
15,14,15,20,19,14,15,15,21,21,14,15,15,19,20,15,
14,14,19,20,15,15,15,19,20,15,15,14,20,20,14,15,
15,20,19,13,12,12,13,13,17,16,16,11,11,17,16,16,
12,12,18,17,16,11,11,18,16,16,11,11,17,17,17,13,
13,18,16,16,13,13,18,17,17,12,12,18,16,16,13,13,
18,17,17,12,12,18,17,17,13,13,18,16,16,14,14,18,
16,17,12,12,18,17,17,13,13,17,17,17,12,12,17,17,
17,12,12,17,16,15,13,13,18,16,16,11,11,17,16,16,
12,12,17,16,17,11,11,18,17,17,13,12,17,16,16,13,
13,17,17,17,12,12,17,16,17,12,12,18,17,17,11,11,
14,14,14, 9, 9,16,14,14,13,13,17,15,15,14,14,17,
14,14,13,13,16,14,14,13,13,17,15,15,14,14,16,16,
16,16,15,18,15,15,14,14,17,16,15,15,15,17,15,15,
14,14,17,15,15,14,15,16,16,16,15,16,18,15,15,14,
14,17,15,15,14,15,17,15,15,14,14,17,15,15,14,14,
16,16,16,15,16,17,14,14,13,13,17,15,15,14,14,18,
15,15,13,13,17,15,15,14,14,16,16,16,15,15,17,14,
14,13,13,17,15,15,14,14,17,14,14,13,13,13,11,11,
11,11,16,14,14,12,12,16,14,14,12,13,17,15,14,11,
11,17,14,14,11,11,17,15,15,13,14,17,14,14,14,14,
17,15,15,13,13,17,14,14,13,13,17,15,15,13,13,17,
15,15,13,13,17,14,14,14,14,17,15,15,13,13,18,14,
15,13,13,17,15,15,13,13,16,15,15,13,13,17,14,14,
13,13,17,15,15,12,12,16,14,14,12,12,16,15,15,12,
12,17,16,15,13,13,17,14,14,13,13,17,15,15,12,12,
16,15,15,12,12,16,15,15,12,12,13,15,15, 8, 8,14,
14,14,18,19,14,15,15,19,20,14,14,14,18,18,14,15,
15,18,18,15,16,16,19,19,15,16,17,20,20,15,15,15,
19,19,15,16,16,18,20,15,15,15,19,19,15,15,16,18,
18,15,17,16,19,19,15,15,15,18,21,15,16,16,21,20,
15,15,15,19,21,15,16,15,20,19,15,16,17,20,20,15,
15,15,19,19,15,16,16,21,20,15,15,15,19,20,15,15,
15,19,19,15,16,16,20,19,15,15,15,19,19,15,16,15,
20,21,15,15,15,21,19,14,12,12, 8, 8,14,14,14,20,
18,14,13,13,19,19,14,14,14,19,18,15,14,14,19,20,
14,15,15,20,20,15,14,14,21,20,15,15,15,20,20,15,
15,14,21,19,15,15,15,19,19,15,15,15,19,20,15,14,
14,20,20,15,15,15,19,20,15,14,14,19,20,15,15,15,
20,20,15,15,15,20,19,15,14,14,20,21,15,15,15,20,
21,15,14,14,20, 0,15,16,15,20,21,15,15,15,19,20,
15,14,14,19,19,15,15,15,19,20,15,15,15,19,19,15,
15,15,18,20,13,12,12,13,13,18,16,17,12,12,17,16,
16,12,12,17,17,16,11,11,18,16,16,11,11,17,17,18,
13,13,18,16,16,14,14,18,17,17,13,13,18,16,16,13,
13,18,17,17,12,12,17,17,16,13,13,17,16,16,13,14,
18,17,17,12,12,18,16,16,12,13,17,16,17,12,12,17,
18,17,13,13,18,16,16,13,13,18,17,17,12,12,17,16,
16,12,12,17,17,17,11,11,17,16,17,12,12,17,16,16,
13,13,17,16,16,11,11,17,16,16,12,12,18,16,17,11,
11,14,14,14, 9, 9,16,14,15,13,13,17,15,15,14,14,
17,14,14,12,12,16,14,14,13,13,18,15,15,15,15,17,
15,16,15,16,18,15,15,14,14,17,15,16,15,15,17,15,
15,14,14,18,15,15,14,14,16,16,16,16,15,17,15,15,
14,14,16,15,15,14,14,17,15,15,14,14,17,15,15,14,
14,17,16,16,15,15,17,15,14,13,13,17,15,15,14,14,
17,15,15,13,13,17,15,15,14,14,16,16,16,15,15,18,
15,14,14,14,17,15,15,14,14,18,15,15,13,13,13,12,
12,11,11,16,14,14,12,12,16,14,14,13,13,17,15,15,
12,12,17,14,14,12,12,17,15,15,14,14,17,14,14,14,
14,17,15,15,13,13,17,15,14,13,13,17,15,15,13,13,
17,15,15,13,13,16,14,14,14,14,17,15,15,13,13,16,
14,14,13,13,16,15,15,13,13,17,15,16,13,13,17,14,
14,14,13,17,15,15,12,12,16,15,14,12,12,17,15,15,
12,12,16,15,16,13,13,16,14,14,14,13,17,15,15,12,
12,16,14,14,12,12,17,15,15,12,12,14,15,15, 8, 8,
14,14,14,18,18,14,15,15,19,18,14,14,14,18,18,14,
15,15,19,20,15,16,15,21,18,15,16,16,18, 0,15,15,
15,19,20,15,16,16,20, 0,15,16,15,19,18,15,15,15,
19,19,15,16,16,21,19,15,15,15,19,19,15,16,16,20,
20,15,15,15,19,19,15,15,15,19,18,15,16,16,20,20,
15,14,15,20,19,15,15,15,19,20,15,15,15,19,19,15,
16,15,19,20,15,16,16,19,20,15,15,15,19,19,15,16,
15,20,20,15,15,15,20,18,13,12,12, 8, 8,14,14,14,
19,20,14,14,14,19,19,14,15,15,20,20,14,14,14,18,
19,15,15,15,20, 0,15,14,14,18,20,15,15,15,19,19,
15,15,15,21,19,15,15,15,19,20,15,15,15,20,21,15,
14,14,20,19,15,15,15,20,19,15,15,14,21,19,15,15,
15,19,18,15,15,15,20,19,15,14,14,19,19,15,15,16,
20,19,15,15,15,20, 0,15,15,15,19,21,15,15,15,22,
20,15,14,14,22,19,15,15,15,19,20,15,14,14,20,19,
14,15,15,19,21,
};
static const static_codebook _44pn1_p3_1 = {
5, 3125,
(char *)_vq_lengthlist__44pn1_p3_1,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44pn1_p3_1,
0
};
static const long _vq_quantlist__44pn1_p4_0[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44pn1_p4_0[] = {
1, 7, 7,14,14, 6, 8, 8,15,16, 7, 8, 8,16,15, 0,
14,14,17,17, 0,14,14,16,16, 7, 9, 9,16,16,10,11,
11,17,18, 9, 8, 8,16,16, 0,14,14,19,19, 0,14,14,
17,16, 8, 9, 9,16,16,12,12,12,17,17,10, 9, 9,16,
16, 0,15,14,18,20, 0,14,14,17,17, 0,15,15,18,17,
0,21, 0, 0,21, 0,13,13,17,17, 0,17,17, 0, 0, 0,
15,15,17,17, 0,15,15,17,18, 0, 0, 0, 0,21, 0,13,
13,17,17, 0,18,18, 0,21, 0,16,15,17,18, 6, 7, 7,
14,14, 9,10,10,16,16,11,10,10,15,15, 0,21, 0,20,
21, 0, 0, 0,18,20,10,10,10,15,16,12,13,13,18,18,
12,11,11,15,15, 0, 0, 0,20,20, 0, 0,21,19,19,12,
11,11,15,15,15,14,14,18,18,13,11,11,15,16, 0, 0,
0,20,19, 0, 0, 0,20,21, 0, 0,20,19,19, 0, 0, 0,
0, 0, 0,20, 0,17,18, 0, 0,21, 0, 0, 0, 0, 0,21,
0, 0,21, 0,20,19, 0, 0, 0, 0, 0, 0,21, 0,18,18,
0, 0, 0,21, 0, 0, 0, 0, 0,20, 7, 6, 6,13,13, 9,
6, 6,12,12, 9, 7, 7,14,14, 0,10,10,12,12, 0,11,
11,15,15, 9, 7, 7,14,14,12, 9, 9,14,14,10, 7, 7,
14,13, 0,11,11,16,15, 0,11,11,14,14, 9, 7, 7,14,
14,13,10,10,14,14,11, 7, 7,14,13, 0,11,11,16,16,
0,11,11,14,14, 0,12,12,16,16, 0,19, 0,17,18, 0,
10,10,14,14, 0,15,14, 0, 0, 0,12,12,14,14, 0,12,
12,15,15, 0,20, 0,18,19, 0,10,10,14,14, 0,16,15,
0,20, 0,13,13,14,14, 0,11,11,13,13, 0,12,13,16,
16, 0,12,12,16,16, 0,16,16, 0,21, 0,17,18, 0, 0,
0,12,12,16,16, 0,15,15,18, 0, 0,12,12,16,16, 0,
17,16,21,21, 0,16,17, 0, 0, 0,13,13,17,16, 0,16,
16,20,21, 0,12,12,17,16, 0,17,17, 0,21, 0,17,17,
21,21, 0,17,18, 0, 0, 0, 0, 0, 0, 0, 0,15,15, 0,
0, 0,18,21, 0, 0, 0,18,19, 0, 0, 0,18,17,21,21,
0, 0, 0, 0, 0, 0,16,16, 0, 0, 0, 0, 0, 0, 0, 0,
19,19, 0, 0, 0,11,11,12,12, 0,11,11,10,10, 0,12,
12,13,13, 0,12,12, 9, 9, 0,14,14,13,13, 0,12,12,
13,13, 0,14,14,12,13, 0,11,11,12,12, 0,13,13,13,
13, 0,13,13,13,13, 0,12,12,13,13, 0,14,14,12,12,
0,11,11,12,12, 0,14,13,14,14, 0,13,13,13,13, 0,
15,15,14,15, 0, 0, 0,16,16, 0,12,12,13,13, 0,16,
17,20,21, 0,14,13,12,12, 0,14,14,14,14, 0,21, 0,
16,16, 0,12,12,13,13, 0,18,17,21, 0, 0,14,14,13,
13, 7, 8, 8,17,17,11,10,10,18,18,12,10,10,17,17,
0,15,15,20,18, 0,15,15,17,17,11, 9, 9,17,17,14,
12,12,19,19,13, 9, 9,16,16, 0,15,14, 0,19, 0,14,
14,16,16,12,10,10,20,18,16,13,13,21,20,14,10,10,
17,17, 0,15,15,21,20, 0,15,14,17,17, 0,15,15,21,
21, 0, 0,21, 0, 0, 0,13,13,18,18, 0,19,16, 0, 0,
0,15,15,17,16, 0,16,16, 0,21, 0, 0, 0, 0,21, 0,
13,14,18,17, 0,20,19, 0, 0, 0,15,15,18,18, 8, 7,
7,15,15,12,11,11,17,16,13,11,11,16,16, 0, 0, 0,
21,20, 0, 0, 0, 0,20,11,10,10,17,17,14,13,13,19,
18,14,11,11,16,16, 0,20, 0,21,19, 0, 0,21, 0,20,
12,11,11,17,17,16,15,15, 0,19,14,11,11,17,16, 0,
21, 0, 0,19, 0, 0, 0,21,20, 0, 0,21,20, 0, 0, 0,
0, 0, 0, 0, 0, 0,19,21, 0, 0, 0, 0, 0, 0, 0, 0,
19,20, 0, 0, 0,20,21, 0, 0, 0, 0, 0, 0,20, 0,19,
21, 0, 0, 0, 0, 0, 0, 0, 0,21,20,11,10, 9,15,15,
14,11,11,15,15,14,11,11,16,16, 0,14,14,14,14, 0,
16,15,17,16,13,11,11,16,16,16,13,13,16,16,15,10,
10,15,15, 0,14,15,17,17, 0,14,14,16,15,13,11,11,
16,16,17,15,14,16,16,15,10,10,15,15, 0,15,15,17,
18, 0,15,15,16,16, 0,16,16,17,17, 0,21, 0,21,20,
0,13,13,15,15, 0,18,18, 0,21, 0,15,15,15,15, 0,
16,16,17,17, 0, 0, 0, 0,18, 0,13,13,15,15, 0,19,
18, 0, 0, 0,15,15,16,16, 0,12,12,15,15, 0,13,13,
17,17, 0,13,13,17,18, 0,16,17,21, 0, 0,20,18, 0,
0, 0,13,13,17,17, 0,15,15, 0,18, 0,12,12,17,18,
0,16,16, 0, 0, 0,17,17,21, 0, 0,13,13,18,18, 0,
16,16,21,21, 0,12,12,17,18, 0,16,17,21, 0, 0,17,
17, 0,21, 0,17,18, 0, 0, 0, 0, 0, 0, 0, 0,16,15,
0,21, 0,21,19, 0, 0, 0,18,18, 0, 0, 0,18,19, 0,
0, 0, 0, 0, 0, 0, 0,16,16,21,21, 0,20,19, 0, 0,
0,19,21, 0,21, 0,12,12,15,15, 0,12,12,15,16, 0,
13,13,16,16, 0,14,14,15,15, 0,16,15,17,17, 0,13,
13,17,17, 0,15,15,16,18, 0,12,12,16,16, 0,14,14,
17,17, 0,15,14,16,16, 0,13,13,16,16, 0,16,15,17,
17, 0,12,12,16,16, 0,15,15,18,18, 0,14,14,17,16,
0,16,16,17,18, 0, 0, 0,20,21, 0,13,13,16,17, 0,
17,17, 0, 0, 0,15,15,16,16, 0,15,16,17,17, 0, 0,
0,19, 0, 0,13,13,15,16, 0,19,18, 0, 0, 0,16,15,
16,17, 8, 8, 8,17,17,13,11,10,17,18,13,10,10,17,
17, 0,15,15,20,19, 0,15,15,17,17,12,10,10,19,18,
15,12,12,20,18,14,10,10,17,16, 0,15,15,20,20, 0,
14,15,16,16,13,10,10,17,17,17,14,14, 0,18,15,10,
10,17,17, 0,16,15,20,20, 0,14,14,17,17, 0,15,16,
20,20, 0, 0,21, 0, 0, 0,13,13,17,17, 0,18,17, 0,
0, 0,15,16,17,18, 0,15,15,18,21, 0, 0, 0,21, 0,
0,13,13,18,18, 0,19,19, 0, 0, 0,16,16,18,17, 9,
8, 8,15,15,12,11,11,16,16,13,11,11,16,15, 0, 0,
0, 0,21, 0,21, 0,19,19,12,11,11,17,18,15,13,13,
18,19,14,11,11,16,16, 0, 0,21,21,19, 0, 0, 0,21,
20,13,11,11,18,17,17,14,15,20,21,15,11,12,16,16,
0, 0, 0,20, 0, 0, 0,21, 0,19, 0, 0, 0, 0,19, 0,
0, 0, 0, 0, 0,21,21,19,19, 0, 0, 0,21, 0, 0, 0,
0,19,21, 0, 0, 0,19,20, 0, 0, 0,21, 0, 0, 0,21,
19,19, 0, 0, 0, 0, 0, 0, 0, 0,21,20, 0,11,11,15,
15, 0,12,12,15,16, 0,12,12,16,16, 0,15,15,16,15,
0,16,16,17,17, 0,12,12,17,17, 0,14,14,17,17, 0,
11,11,16,16, 0,15,15,19,18, 0,15,15,16,16, 0,12,
12,17,16, 0,14,15,16,16, 0,11,11,15,15, 0,16,16,
18,19, 0,15,15,15,16, 0,17,17,18,20, 0,21, 0,21,
19, 0,14,14,16,16, 0,18,18, 0, 0, 0,16,16,15,15,
0,16,16,18,17, 0, 0, 0,19,20, 0,14,14,16,16, 0,
19,19, 0, 0, 0,16,17,15,15, 0,12,12,14,15, 0,13,
13,16,17, 0,12,12,17,17, 0,17,16, 0, 0, 0,18,17,
21, 0, 0,13,13,19,17, 0,15,15,20,21, 0,12,12,17,
17, 0,17,17, 0, 0, 0,17,17, 0, 0, 0,13,13,17,18,
0,16,16,21, 0, 0,12,12,17,17, 0,17,17, 0, 0, 0,
17,17, 0, 0, 0,18,21, 0, 0, 0, 0, 0, 0, 0, 0,15,
15,21, 0, 0,20,21, 0, 0, 0,18,19, 0, 0, 0,18,17,
0, 0, 0, 0, 0, 0, 0, 0,16,16,21, 0, 0,21,21, 0,
0, 0,18,19, 0, 0, 0,12,12,16,16, 0,13,13,16,17,
0,13,13,17,16, 0,14,14,16,16, 0,16,15,19,18, 0,
13,13,17,17, 0,15,15,18,18, 0,12,12,16,16, 0,15,
15,18,19, 0,15,15,17,16, 0,13,13,17,17, 0,16,16,
18,17, 0,12,12,17,16, 0,15,15,18,18, 0,15,15,17,
17, 0,16,16, 0,19, 0, 0, 0, 0, 0, 0,14,14,16,17,
0,18,18, 0, 0, 0,15,15,17,17, 0,16,16,21,19, 0,
21, 0,21,21, 0,13,14,16,16, 0,19,19, 0, 0, 0,15,
16,16,16, 0,11,11,17,16, 0,15,14,19,18, 0,14,14,
19,19, 0,18,17,18,20, 0,17,17,18,19, 0,13,13,17,
17, 0,16,17,21,18, 0,13,13,17,16, 0,18,17,19, 0,
0,16,17,18,18, 0,12,12,19,18, 0,18,18,20,20, 0,
13,13,17,17, 0,17,17,21, 0, 0,16,17,17,18, 0,18,
17,19,18, 0, 0, 0, 0, 0, 0,14,14,17,17, 0,19,19,
21, 0, 0,16,16,16,17, 0,17,17,19,20, 0, 0, 0, 0,
21, 0,15,15,17,18, 0,21,21, 0, 0, 0,17,17,17,18,
0,10,10,15,15, 0,15,14,17,18, 0,14,14,16,16, 0,
0, 0,18, 0, 0,21, 0,19, 0, 0,13,13,17,16, 0,17,
17,18, 0, 0,14,14,16,15, 0, 0, 0,21, 0, 0,21, 0,
19,18, 0,13,13,17,17, 0,18,18,20,20, 0,15,15,16,
16, 0, 0, 0,21,21, 0, 0, 0,20,20, 0, 0, 0,19, 0,
0, 0, 0, 0, 0, 0,21,20,18,18, 0, 0, 0, 0, 0, 0,
0, 0, 0,20, 0, 0, 0, 0,20, 0, 0, 0, 0, 0, 0, 0,
0,19,18, 0, 0, 0, 0,21, 0, 0, 0,18,20, 0,18,19,
16,17, 0,21,19,17,17, 0, 0,21,18,18, 0, 0,21,20,
19, 0, 0, 0,20,20, 0, 0,21,17,17, 0, 0, 0,19,19,
0,20,20,17,17, 0, 0, 0, 0,20, 0, 0,20,18,18, 0,
21,20,17,17, 0, 0, 0,20,21, 0,19, 0,17,17, 0, 0,
21, 0, 0, 0,20, 0,18,19, 0, 0, 0,21,21, 0, 0, 0,
0,21, 0,20,20,17,17, 0, 0, 0, 0, 0, 0,21, 0,18,
17, 0, 0, 0,20,19, 0, 0, 0, 0,21, 0,20,20,17,17,
0, 0, 0, 0, 0, 0,21,21,18,18, 0,12,12,15,14, 0,
14,14,17,17, 0,14,14,17,16, 0,18,18,21, 0, 0,19,
20, 0, 0, 0,13,13,18,17, 0,16,16,19,18, 0,13,13,
17,17, 0,17,17, 0, 0, 0,17,17,21, 0, 0,13,13,17,
17, 0,17,17,21,20, 0,13,13,18,17, 0,18,19,21,21,
0,19,18, 0, 0, 0,18,17, 0, 0, 0, 0, 0, 0, 0, 0,
15,16, 0, 0, 0,21,21, 0, 0, 0,20,18,21, 0, 0,17,
18, 0, 0, 0, 0, 0, 0, 0, 0,15,16, 0, 0, 0, 0,20,
0, 0, 0, 0,19, 0, 0, 0,15,15,18,19, 0,18,17,21,
0, 0,16,18, 0,20, 0,17,18,21, 0, 0,18,20, 0, 0,
0,16,16,21,21, 0,19,20,21, 0, 0,16,15, 0,21, 0,
18,20, 0, 0, 0,18,19, 0, 0, 0,16,15,21,21, 0,21,
0, 0, 0, 0,16,15,21, 0, 0,20,19, 0, 0, 0,18,21,
21, 0, 0,20,18, 0, 0, 0, 0, 0, 0, 0, 0,16,16, 0,
20, 0,21, 0, 0, 0, 0,17,18,20,21, 0,18,18,21,21,
0, 0, 0, 0, 0, 0,16,16,20, 0, 0, 0,21, 0, 0, 0,
21,18, 0, 0, 0,12,12,20,17, 0,15,15,19,18, 0,14,
14,19,18, 0,18,17,21,19, 0,17,17,21,17, 0,13,13,
21,19, 0,16,17,20,19, 0,13,13,16,16, 0,17,17,20,
21, 0,16,16,19,17, 0,13,13,18,18, 0,17,19,19,19,
0,13,13,17,17, 0,18,18, 0,19, 0,16,17,18,18, 0,
16,17,19,21, 0, 0, 0, 0, 0, 0,15,15,16,17, 0,20,
19,21, 0, 0,17,17,17,17, 0,17,17,21,19, 0, 0, 0,
0, 0, 0,15,15,17,17, 0,21, 0, 0, 0, 0,18,18,17,
17, 0,10,10,15,15, 0,15,15,17,17, 0,15,14,16,16,
0, 0, 0,21,19, 0,21,21,19,21, 0,13,13,17,16, 0,
17,17,18,19, 0,14,15,16,15, 0, 0, 0,21,19, 0,21,
21,18,19, 0,14,14,16,17, 0,18,18,18,19, 0,15,15,
15,16, 0, 0,21, 0,21, 0, 0, 0,19,20, 0, 0, 0,21,
19, 0, 0, 0, 0, 0, 0,21,21,19,17, 0, 0, 0, 0, 0,
0, 0, 0,21,21, 0,21, 0, 0,21, 0, 0, 0, 0, 0, 0,
21,21,19,18, 0, 0, 0, 0, 0, 0, 0, 0, 0,19, 0,21,
18,18,17, 0,21, 0,20,20, 0, 0, 0,18,20, 0, 0,21,
18,21, 0, 0, 0,21,18, 0, 0, 0, 0,19, 0, 0, 0,21,
21, 0,20,21,17,19, 0,21, 0,21, 0, 0,21, 0,18,18,
0,20,21,17,18, 0, 0, 0,21,19, 0,20,21,17,18, 0,
0, 0,21,21, 0, 0, 0,20,19, 0, 0, 0,21,21, 0, 0,
0, 0, 0, 0,21,21,19,18, 0, 0, 0, 0, 0, 0, 0,21,
19,18, 0,21,21,19, 0, 0, 0, 0,21, 0, 0,21,21,18,
17, 0, 0, 0, 0, 0, 0,21, 0,21,18, 0,12,12,14,14,
0,15,14,17,17, 0,14,14,17,16, 0,19,17, 0, 0, 0,
19,19, 0, 0, 0,13,13,17,17, 0,17,17,20,20, 0,13,
13,18,18, 0,18,17, 0, 0, 0,18,21, 0, 0, 0,13,13,
17,17, 0,18,18,21,20, 0,14,14,18,19, 0,19,18,21,
0, 0,19,19, 0, 0, 0,20,18,20, 0, 0, 0, 0, 0, 0,
0,15,16, 0, 0, 0,21,21, 0, 0, 0,19,19, 0, 0, 0,
18,18, 0, 0, 0, 0, 0, 0, 0, 0,16,16, 0,21, 0, 0,
0, 0, 0, 0,19,20, 0, 0, 0,15,15,20,21, 0,17,17,
21,21, 0,17,17, 0, 0, 0,19,18, 0, 0, 0,18,19, 0,
0, 0,17,16, 0,21, 0, 0,20, 0, 0, 0,16,16, 0,20,
0,19,19, 0,21, 0,19,18, 0,21, 0,16,16, 0, 0, 0,
21,21, 0, 0, 0,16,16, 0, 0, 0,21,21, 0, 0, 0,19,
19, 0, 0, 0,20, 0, 0, 0, 0, 0, 0, 0, 0, 0,17,17,
0,21, 0, 0,20, 0, 0, 0,20,18,21,21, 0,19,18, 0,
20, 0, 0, 0, 0, 0, 0,16,17,21, 0, 0, 0,21, 0, 0,
0,19,20,21,20,
};
static const static_codebook _44pn1_p4_0 = {
5, 3125,
(char *)_vq_lengthlist__44pn1_p4_0,
1, -528744448, 1616642048, 3, 0,
(long *)_vq_quantlist__44pn1_p4_0,
0
};
static const long _vq_quantlist__44pn1_p4_1[] = {
3,
2,
4,
1,
5,
0,
6,
};
static const char _vq_lengthlist__44pn1_p4_1[] = {
2, 3, 3, 3, 3, 3, 3,
};
static const static_codebook _44pn1_p4_1 = {
1, 7,
(char *)_vq_lengthlist__44pn1_p4_1,
1, -533200896, 1611661312, 3, 0,
(long *)_vq_quantlist__44pn1_p4_1,
0
};
static const long _vq_quantlist__44pn1_p5_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44pn1_p5_0[] = {
1, 7, 7, 6, 8, 8, 7, 8, 8, 7, 9, 9,11,11,11, 9,
8, 8, 7, 9, 9,11,12,11, 9, 9, 9, 6, 7, 7,10,11,
11,10,10,10,10,11,11,15,14,14,12,12,12,11,11,11,
14,14,14,12,12,12, 5, 6, 6, 8, 5, 5, 8, 7, 7, 8,
8, 8,12,10,10,10, 7, 7, 8, 7, 7,12,10,10,10, 7,
7, 6, 7, 7,12,11,11,12,10,10,11,10,10,14,14,13,
13,10,10,11,10,10,16,14,14,14,11,10, 7, 7, 7,13,
12,12,12,12,11,11,11,11,15,14,17,13,12,12,12,11,
11,15,15,15,14,13,13,10, 9, 9,14,12,11,13,11,11,
12,11,11,16,15,14,14,11,11,12,11,11,17,14,14,15,
11,11, 7, 8, 8,12,11,11,13,10,10,11,10,10,17,14,
13,14,10,10,12,10,10,18,15,15,14,10,10, 8, 7, 7,
13,12,12,13,11,11,12,11,11,16,14,15,14,12,12,12,
11,11,18,16,16,14,12,12,11,10,10,13,12,11,13,11,
11,13,12,12, 0,15,14,14,11,11,13,11,11,16,15,15,
15,11,11,
};
static const static_codebook _44pn1_p5_0 = {
5, 243,
(char *)_vq_lengthlist__44pn1_p5_0,
1, -527106048, 1620377600, 2, 0,
(long *)_vq_quantlist__44pn1_p5_0,
0
};
static const long _vq_quantlist__44pn1_p5_1[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44pn1_p5_1[] = {
2, 6, 7, 6, 8, 8, 7, 7, 8, 7, 8, 8, 9, 9, 9, 8,
7, 7, 8, 8, 8, 9, 9, 9, 9, 8, 8, 6, 6, 6, 9, 7,
7, 9, 7, 7, 9, 8, 8,10, 8, 8,10, 8, 8,10, 8, 8,
10, 9, 8,10, 8, 8, 7, 6, 6, 9, 6, 6, 9, 6, 6, 9,
7, 7,10, 8, 8,10, 6, 6, 9, 7, 7,10, 8, 8,10, 6,
6, 7, 7, 7,11, 9, 9,11, 9, 9,10, 9, 9,12,10,10,
12, 8, 8,11, 9, 9,13, 9,10,12, 8, 8, 8, 7, 7,11,
9,10,11,10,10,10, 9, 9,11,11,11,11, 9, 9,11,10,
9,12,11,11,11, 9,10,10, 8, 8,11, 9,10,11, 9, 9,
11, 9, 9,12,10,10,11, 9, 9,11, 9, 9,12,10,11,11,
9, 9, 8, 8, 8,12, 9, 9,12, 9, 9,11, 9, 9,13, 9,
9,13, 8, 8,12, 9, 9,13,10,10,12, 8, 8, 9, 7, 7,
11,10,10,11,10,10,11,10,10,12,11,11,11,10, 9,11,
10,10,11,11,11,11, 9, 9,11, 9, 9,12,10,10,11,10,
10,12,10,10,11,11,11,11, 9, 9,11,10,10,12,11,11,
11, 9, 9,
};
static const static_codebook _44pn1_p5_1 = {
5, 243,
(char *)_vq_lengthlist__44pn1_p5_1,
1, -530841600, 1616642048, 2, 0,
(long *)_vq_quantlist__44pn1_p5_1,
0
};
static const long _vq_quantlist__44pn1_p6_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44pn1_p6_0[] = {
1, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 8, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9,
};
static const static_codebook _44pn1_p6_0 = {
5, 243,
(char *)_vq_lengthlist__44pn1_p6_0,
1, -516716544, 1630767104, 2, 0,
(long *)_vq_quantlist__44pn1_p6_0,
0
};
static const long _vq_quantlist__44pn1_p6_1[] = {
12,
11,
13,
10,
14,
9,
15,
8,
16,
7,
17,
6,
18,
5,
19,
4,
20,
3,
21,
2,
22,
1,
23,
0,
24,
};
static const char _vq_lengthlist__44pn1_p6_1[] = {
1, 3, 2, 5, 4, 7, 7, 8, 8, 9, 9,10,10,11,11,12,
12,13,13,14,14,15,15,15,15,
};
static const static_codebook _44pn1_p6_1 = {
1, 25,
(char *)_vq_lengthlist__44pn1_p6_1,
1, -518864896, 1620639744, 5, 0,
(long *)_vq_quantlist__44pn1_p6_1,
0
};
static const long _vq_quantlist__44pn1_p6_2[] = {
12,
11,
13,
10,
14,
9,
15,
8,
16,
7,
17,
6,
18,
5,
19,
4,
20,
3,
21,
2,
22,
1,
23,
0,
24,
};
static const char _vq_lengthlist__44pn1_p6_2[] = {
3, 5, 4, 5, 4, 5, 4, 5, 5, 5, 4, 5, 5, 5, 5, 5,
5, 5, 5, 5, 5, 5, 5, 5, 5,
};
static const static_codebook _44pn1_p6_2 = {
1, 25,
(char *)_vq_lengthlist__44pn1_p6_2,
1, -529006592, 1611661312, 5, 0,
(long *)_vq_quantlist__44pn1_p6_2,
0
};
static const char _huff_lengthlist__44pn1_short[] = {
4, 3, 7, 9,12,16,16, 3, 2, 5, 7,11,14,15, 7, 4,
5, 6, 9,12,15, 8, 5, 5, 5, 8,10,14, 9, 7, 6, 6,
8,10,12,12,10,10, 7, 6, 8,10,15,12,10, 6, 4, 7,
9,
};
static const static_codebook _huff_book__44pn1_short = {
2, 49,
(char *)_huff_lengthlist__44pn1_short,
0, 0, 0, 0, 0,
NULL,
0
};
|
0 | repos/libvorbis/lib/books | repos/libvorbis/lib/books/uncoupled/res_books_uncoupled.h | /********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2007 *
* by the Xiph.Org Foundation https://xiph.org/ *
* *
********************************************************************
function: static codebooks autogenerated by huff/huffbuld
********************************************************************/
#include "codebook.h"
static const long _vq_quantlist__16u0__p1_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__16u0__p1_0[] = {
1, 4, 4, 5, 7, 7, 5, 7, 8, 5, 8, 8, 8,10,10, 8,
10,11, 5, 8, 8, 8,10,10, 8,10,10, 4, 9, 9, 9,12,
11, 8,11,11, 8,12,11,10,12,14,10,13,13, 7,11,11,
10,14,12,11,14,14, 4, 9, 9, 8,11,11, 9,11,12, 7,
11,11,10,13,14,10,12,14, 8,11,12,10,14,14,10,13,
12,
};
static const static_codebook _16u0__p1_0 = {
4, 81,
(char *)_vq_lengthlist__16u0__p1_0,
1, -535822336, 1611661312, 2, 0,
(long *)_vq_quantlist__16u0__p1_0,
0
};
static const long _vq_quantlist__16u0__p2_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__16u0__p2_0[] = {
2, 4, 4, 5, 6, 6, 5, 6, 6, 5, 7, 7, 7, 8, 9, 7,
8, 9, 5, 7, 7, 7, 9, 8, 7, 9, 7, 4, 7, 7, 7, 9,
9, 7, 8, 8, 6, 9, 8, 7, 8,11, 9,11,10, 6, 8, 9,
8,11, 8, 9,10,11, 4, 7, 7, 7, 8, 8, 7, 9, 9, 6,
9, 8, 9,11,10, 8, 8,11, 6, 8, 9, 9,10,11, 8,11,
8,
};
static const static_codebook _16u0__p2_0 = {
4, 81,
(char *)_vq_lengthlist__16u0__p2_0,
1, -535822336, 1611661312, 2, 0,
(long *)_vq_quantlist__16u0__p2_0,
0
};
static const long _vq_quantlist__16u0__p3_0[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__16u0__p3_0[] = {
1, 5, 5, 7, 7, 6, 7, 7, 8, 8, 6, 7, 8, 8, 8, 8,
9, 9,11,11, 8, 9, 9,11,11, 6, 9, 8,10,10, 8,10,
10,11,11, 8,10,10,11,11,10,11,10,13,12, 9,11,10,
13,13, 6, 8, 9,10,10, 8,10,10,11,11, 8,10,10,11,
11, 9,10,11,13,12,10,10,11,12,12, 8,11,11,14,13,
10,12,11,15,13, 9,12,11,15,14,12,14,13,16,14,12,
13,13,17,14, 8,11,11,13,14, 9,11,12,14,15,10,11,
12,13,15,11,13,13,14,16,12,13,14,14,16, 5, 9, 9,
11,11, 9,11,11,12,12, 8,11,11,12,12,11,12,12,15,
14,10,12,12,15,15, 8,11,11,13,12,10,12,12,13,13,
10,12,12,14,13,12,12,13,14,15,11,13,13,17,16, 7,
11,11,13,13,10,12,12,14,13,10,12,12,13,14,12,13,
12,15,14,11,13,13,15,14, 9,12,12,16,15,11,13,13,
17,16,10,13,13,16,16,13,14,15,15,16,13,15,14,19,
17, 9,12,12,14,16,11,13,13,15,16,10,13,13,17,16,
13,14,13,17,15,12,15,15,16,17, 5, 9, 9,11,11, 8,
11,11,13,12, 9,11,11,12,12,10,12,12,14,15,11,12,
12,14,14, 7,11,10,13,12,10,12,12,14,13,10,11,12,
13,13,11,13,13,15,16,12,12,13,15,15, 7,11,11,13,
13,10,13,13,14,14,10,12,12,13,13,11,13,13,16,15,
12,13,13,15,14, 9,12,12,15,15,10,13,13,17,16,11,
12,13,15,15,12,15,14,18,18,13,14,14,16,17, 9,12,
12,15,16,10,13,13,15,16,11,13,13,15,16,13,15,15,
17,17,13,15,14,16,15, 7,11,11,15,16,10,13,12,16,
17,10,12,13,15,17,15,16,16,18,17,13,15,15,17,18,
8,12,12,16,16,11,13,14,17,18,11,13,13,18,16,15,
17,16,17,19,14,15,15,17,16, 8,12,12,16,15,11,14,
13,18,17,11,13,14,18,17,15,16,16,18,17,13,16,16,
18,18,11,15,14,18,17,13,14,15,18, 0,12,15,15, 0,
17,17,16,17,17,18,14,16,18,18, 0,11,14,14,17, 0,
12,15,14,17,19,12,15,14,18, 0,15,18,16, 0,17,14,
18,16,18, 0, 7,11,11,16,15,10,12,12,18,16,10,13,
13,16,15,13,15,14,17,17,14,16,16,19,18, 8,12,12,
16,16,11,13,13,18,16,11,13,14,17,16,14,15,15,19,
18,15,16,16, 0,19, 8,12,12,16,17,11,13,13,17,17,
11,14,13,17,17,13,15,15,17,19,15,17,17,19, 0,11,
14,15,19,17,12,15,16,18,18,12,14,15,19,17,14,16,
17, 0,18,16,16,19,17, 0,11,14,14,18,19,12,15,14,
17,17,13,16,14,17,16,14,17,16,18,18,15,18,15, 0,
18,
};
static const static_codebook _16u0__p3_0 = {
4, 625,
(char *)_vq_lengthlist__16u0__p3_0,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__16u0__p3_0,
0
};
static const long _vq_quantlist__16u0__p4_0[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__16u0__p4_0[] = {
3, 5, 5, 8, 8, 6, 6, 6, 9, 9, 6, 6, 6, 9, 9, 9,
10, 9,11,11, 9, 9, 9,11,11, 6, 7, 7,10,10, 7, 7,
8,10,10, 7, 7, 8,10,10,10,10,10,11,12, 9,10,10,
11,12, 6, 7, 7,10,10, 7, 8, 7,10,10, 7, 8, 7,10,
10,10,11,10,12,11,10,10,10,13,10, 9,10,10,12,12,
10,11,10,14,12, 9,11,11,13,13,11,12,13,13,13,11,
12,12,15,13, 9,10,10,12,13, 9,11,10,12,13,10,10,
11,12,13,11,12,12,12,13,11,12,12,13,13, 5, 7, 7,
10,10, 7, 8, 8,10,10, 7, 8, 8,10,10,10,11,10,12,
13,10,10,11,12,12, 6, 8, 8,11,10, 7, 8, 9,10,12,
8, 9, 9,11,11,11,10,11,11,12,10,11,11,13,12, 7,
8, 8,10,11, 8, 9, 8,11,10, 8, 9, 9,11,11,10,12,
10,13,11,10,11,11,13,13,10,11,10,14,13,10,10,11,
13,13,10,12,11,14,13,12,11,13,12,13,13,12,13,14,
14,10,11,11,13,13,10,11,10,12,13,10,12,12,12,14,
12,12,12,14,12,12,13,12,17,15, 5, 7, 7,10,10, 7,
8, 8,10,10, 7, 8, 8,11,10,10,10,11,12,12,10,11,
11,12,13, 6, 8, 8,11,10, 8, 9, 9,11,11, 7, 8, 9,
10,11,11,11,11,12,12,10,10,11,12,13, 6, 8, 8,10,
11, 8, 9, 9,11,11, 7, 9, 7,11,10,10,12,12,13,13,
11,11,10,13,11, 9,11,10,14,13,11,11,11,15,13,10,
10,11,13,13,12,13,13,14,14,12,11,12,12,13,10,11,
11,12,13,10,11,12,13,13,10,11,10,13,12,12,12,13,
14, 0,12,13,11,13,11, 8,10,10,13,13,10,11,11,14,
13,10,11,11,13,12,13,14,14,14,15,12,12,12,15,14,
9,11,10,13,12,10,10,11,13,14,11,11,11,15,12,13,
12,14,15,16,13,13,13,14,13, 9,11,11,12,12,10,12,
11,13,13,10,11,11,13,14,13,13,13,15,15,13,13,14,
17,15,11,12,12,14,14,10,11,12,13,15,12,13,13, 0,
15,13,11,14,12,16,14,16,14, 0,15,11,12,12,14,16,
11,13,12,16,15,12,13,13,14,15,12,14,12,15,13,15,
14,14,16,16, 8,10,10,13,13,10,11,10,13,14,10,11,
11,13,13,13,13,12,14,14,14,13,13,16,17, 9,10,10,
12,14,10,12,11,14,13,10,11,12,13,14,12,12,12,15,
15,13,13,13,14,14, 9,10,10,13,13,10,11,12,12,14,
10,11,10,13,13,13,13,13,14,16,13,13,13,14,14,11,
12,13,15,13,12,14,13,14,16,12,12,13,13,14,13,14,
14,17,15,13,12,17,13,16,11,12,13,14,15,12,13,14,
14,17,11,12,11,14,14,13,16,14,16, 0,14,15,11,15,
11,
};
static const static_codebook _16u0__p4_0 = {
4, 625,
(char *)_vq_lengthlist__16u0__p4_0,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__16u0__p4_0,
0
};
static const long _vq_quantlist__16u0__p5_0[] = {
4,
3,
5,
2,
6,
1,
7,
0,
8,
};
static const char _vq_lengthlist__16u0__p5_0[] = {
1, 4, 4, 7, 7, 7, 7, 9, 9, 4, 6, 6, 8, 8, 8, 8,
9, 9, 4, 6, 6, 8, 8, 8, 8, 9, 9, 7, 8, 8, 9, 9,
9, 9,11,10, 7, 8, 8, 9, 9, 9, 9,10,11, 7, 8, 8,
9, 9,10,10,11,11, 7, 8, 8, 9, 9,10,10,11,11, 9,
9, 9,10,10,11,11,12,12, 9, 9, 9,10,10,11,11,12,
12,
};
static const static_codebook _16u0__p5_0 = {
2, 81,
(char *)_vq_lengthlist__16u0__p5_0,
1, -531628032, 1611661312, 4, 0,
(long *)_vq_quantlist__16u0__p5_0,
0
};
static const long _vq_quantlist__16u0__p6_0[] = {
6,
5,
7,
4,
8,
3,
9,
2,
10,
1,
11,
0,
12,
};
static const char _vq_lengthlist__16u0__p6_0[] = {
1, 4, 4, 7, 7,10,10,12,12,13,13,18,17, 3, 6, 6,
9, 9,11,11,13,13,14,14,18,17, 3, 6, 6, 9, 9,11,
11,13,13,14,14,17,18, 7, 9, 9,11,11,13,13,14,14,
15,15, 0, 0, 7, 9, 9,11,11,13,13,14,14,15,16,19,
18,10,11,11,13,13,14,14,16,15,17,18, 0, 0,10,11,
11,13,13,14,14,15,15,16,18, 0, 0,11,13,13,14,14,
15,15,17,17, 0,19, 0, 0,11,13,13,14,14,14,15,16,
18, 0,19, 0, 0,13,14,14,15,15,18,17,18,18, 0,19,
0, 0,13,14,14,15,16,16,16,18,18,19, 0, 0, 0,16,
17,17, 0,17,19,19, 0,19, 0, 0, 0, 0,16,19,16,17,
18, 0,19, 0, 0, 0, 0, 0, 0,
};
static const static_codebook _16u0__p6_0 = {
2, 169,
(char *)_vq_lengthlist__16u0__p6_0,
1, -526516224, 1616117760, 4, 0,
(long *)_vq_quantlist__16u0__p6_0,
0
};
static const long _vq_quantlist__16u0__p6_1[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__16u0__p6_1[] = {
1, 4, 5, 6, 6, 4, 6, 6, 6, 6, 4, 6, 6, 6, 6, 6,
6, 6, 7, 7, 6, 6, 6, 7, 7,
};
static const static_codebook _16u0__p6_1 = {
2, 25,
(char *)_vq_lengthlist__16u0__p6_1,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__16u0__p6_1,
0
};
static const long _vq_quantlist__16u0__p7_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__16u0__p7_0[] = {
1, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8,
8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8,
8, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7,
7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7,
7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7,
7,
};
static const static_codebook _16u0__p7_0 = {
4, 81,
(char *)_vq_lengthlist__16u0__p7_0,
1, -518803456, 1628680192, 2, 0,
(long *)_vq_quantlist__16u0__p7_0,
0
};
static const long _vq_quantlist__16u0__p7_1[] = {
7,
6,
8,
5,
9,
4,
10,
3,
11,
2,
12,
1,
13,
0,
14,
};
static const char _vq_lengthlist__16u0__p7_1[] = {
1, 5, 5, 6, 5, 9,10,11,11,10,10,10,10,10,10, 5,
8, 8, 8,10,10,10,10,10,10,10,10,10,10,10, 5, 8,
9, 9, 9,10,10,10,10,10,10,10,10,10,10, 5,10, 8,
10,10,10,10,10,10,10,10,10,10,10,10, 4, 8, 9,10,
10,10,10,10,10,10,10,10,10,10,10, 9,10,10,10,10,
10,10,10,10,10,10,10,10,10,10, 9,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,
};
static const static_codebook _16u0__p7_1 = {
2, 225,
(char *)_vq_lengthlist__16u0__p7_1,
1, -520986624, 1620377600, 4, 0,
(long *)_vq_quantlist__16u0__p7_1,
0
};
static const long _vq_quantlist__16u0__p7_2[] = {
10,
9,
11,
8,
12,
7,
13,
6,
14,
5,
15,
4,
16,
3,
17,
2,
18,
1,
19,
0,
20,
};
static const char _vq_lengthlist__16u0__p7_2[] = {
1, 6, 6, 7, 8, 7, 7,10, 9,10, 9,11,10, 9,11,10,
9, 9, 9, 9,10, 6, 8, 7, 9, 9, 8, 8,10,10, 9,11,
11,12,12,10, 9,11, 9,12,10, 9, 6, 9, 8, 9,12, 8,
8,11, 9,11,11,12,11,12,12,10,11,11,10,10,11, 7,
10, 9, 9, 9, 9, 9,10, 9,10, 9,10,10,12,10,10,10,
11,12,10,10, 7, 9, 9, 9,10, 9, 9,10,10, 9, 9, 9,
11,11,10,10,10,10, 9, 9,12, 7, 9,10, 9,11, 9,10,
9,10,11,11,11,10,11,12, 9,12,11,10,10,10, 7, 9,
9, 9, 9,10,12,10, 9,11,12,10,11,12,12,11, 9,10,
11,10,11, 7, 9,10,10,11,10, 9,10,11,11,11,10,12,
12,12,11,11,10,11,11,12, 8, 9,10,12,11,10,10,12,
12,12,12,12,10,11,11, 9,11,10,12,11,11, 8, 9,10,
10,11,12,11,11,10,10,10,12,12,12, 9,10,12,12,12,
12,12, 8,10,11,10,10,12, 9,11,12,12,11,12,12,12,
12,10,12,10,10,10,10, 8,12,11,11,11,10,10,11,12,
12,12,12,11,12,12,12,11,11,11,12,10, 9,10,10,12,
10,12,10,12,12,10,10,10,11,12,12,12,11,12,12,12,
11,10,11,12,12,12,11,12,12,11,12,12,11,12,12,12,
12,11,12,12,10,10,10,10,11,11,12,11,12,12,12,12,
12,12,12,11,12,11,10,11,11,12,11,11, 9,10,10,10,
12,10,10,11, 9,11,12,11,12,11,12,12,10,11,10,12,
9, 9, 9,12,11,10,11,10,12,10,12,10,12,12,12,11,
11,11,11,11,10, 9,10,10,11,10,11,11,12,11,10,11,
12,12,12,11,11, 9,12,10,12, 9,10,12,10,10,11,10,
11,11,12,11,10,11,10,11,11,11,11,12,11,11,10, 9,
10,10,10, 9,11,11,10, 9,12,10,11,12,11,12,12,11,
12,11,12,11,10,11,10,12,11,12,11,12,11,12,10,11,
10,10,12,11,10,11,11,11,10,
};
static const static_codebook _16u0__p7_2 = {
2, 441,
(char *)_vq_lengthlist__16u0__p7_2,
1, -529268736, 1611661312, 5, 0,
(long *)_vq_quantlist__16u0__p7_2,
0
};
static const char _huff_lengthlist__16u0__single[] = {
3, 5, 8, 7,14, 8, 9,19, 5, 2, 5, 5, 9, 6, 9,19,
8, 4, 5, 7, 8, 9,13,19, 7, 4, 6, 5, 9, 6, 9,19,
12, 8, 7, 9,10,11,13,19, 8, 5, 8, 6, 9, 6, 7,19,
8, 8,10, 7, 7, 4, 5,19,12,17,19,15,18,13,11,18,
};
static const static_codebook _huff_book__16u0__single = {
2, 64,
(char *)_huff_lengthlist__16u0__single,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist__16u1__long[] = {
3, 6,10, 8,12, 8,14, 8,14,19, 5, 3, 5, 5, 7, 6,
11, 7,16,19, 7, 5, 6, 7, 7, 9,11,12,19,19, 6, 4,
7, 5, 7, 6,10, 7,18,18, 8, 6, 7, 7, 7, 7, 8, 9,
18,18, 7, 5, 8, 5, 7, 5, 8, 6,18,18,12, 9,10, 9,
9, 9, 8, 9,18,18, 8, 7,10, 6, 8, 5, 6, 4,11,18,
11,15,16,12,11, 8, 8, 6, 9,18,14,18,18,18,16,16,
16,13,16,18,
};
static const static_codebook _huff_book__16u1__long = {
2, 100,
(char *)_huff_lengthlist__16u1__long,
0, 0, 0, 0, 0,
NULL,
0
};
static const long _vq_quantlist__16u1__p1_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__16u1__p1_0[] = {
1, 4, 4, 5, 7, 7, 5, 7, 7, 5, 8, 7, 7,10,10, 7,
9,10, 5, 7, 8, 7,10, 9, 7,10,10, 5, 8, 8, 8,10,
10, 8,10,10, 7,10,10,10,11,12,10,12,13, 7,10,10,
9,13,11,10,12,13, 5, 8, 8, 8,10,10, 8,10,10, 7,
10,10,10,12,12, 9,11,12, 7,10,11,10,12,12,10,13,
11,
};
static const static_codebook _16u1__p1_0 = {
4, 81,
(char *)_vq_lengthlist__16u1__p1_0,
1, -535822336, 1611661312, 2, 0,
(long *)_vq_quantlist__16u1__p1_0,
0
};
static const long _vq_quantlist__16u1__p2_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__16u1__p2_0[] = {
3, 4, 4, 5, 6, 6, 5, 6, 6, 5, 6, 6, 6, 7, 8, 6,
7, 8, 5, 6, 6, 6, 8, 7, 6, 8, 7, 5, 6, 6, 6, 8,
8, 6, 8, 8, 6, 8, 8, 7, 7,10, 8, 9, 9, 6, 8, 8,
7, 9, 8, 8, 9,10, 5, 6, 6, 6, 8, 8, 7, 8, 8, 6,
8, 8, 8,10, 9, 7, 8, 9, 6, 8, 8, 8, 9, 9, 7,10,
8,
};
static const static_codebook _16u1__p2_0 = {
4, 81,
(char *)_vq_lengthlist__16u1__p2_0,
1, -535822336, 1611661312, 2, 0,
(long *)_vq_quantlist__16u1__p2_0,
0
};
static const long _vq_quantlist__16u1__p3_0[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__16u1__p3_0[] = {
1, 5, 5, 8, 8, 6, 7, 7, 9, 9, 5, 7, 7, 9, 9, 9,
10, 9,11,11, 9, 9,10,11,11, 6, 8, 8,10,10, 8, 9,
10,11,11, 8, 9,10,11,11,10,11,11,12,13,10,11,11,
13,13, 6, 8, 8,10,10, 8,10, 9,11,11, 8,10, 9,11,
11,10,11,11,13,13,10,11,11,13,12, 9,11,11,14,13,
10,12,12,15,14,10,12,11,14,13,12,13,13,15,15,12,
13,13,16,14, 9,11,11,13,14,10,11,12,14,14,10,12,
12,14,15,12,13,13,14,15,12,13,14,15,16, 5, 8, 8,
11,11, 8,10,10,12,12, 8,10,10,12,12,11,12,12,14,
14,11,12,12,14,14, 8,10,10,12,12, 9,11,12,12,13,
10,12,12,13,13,12,12,13,14,15,11,13,13,15,15, 7,
10,10,12,12, 9,12,11,13,12,10,11,12,13,13,12,13,
12,15,14,11,12,13,15,15,10,12,12,15,14,11,13,13,
16,15,11,13,13,16,15,14,13,14,15,16,13,15,15,17,
17,10,12,12,14,15,11,12,12,15,15,11,13,13,15,16,
13,15,13,16,15,13,15,15,16,17, 5, 8, 8,11,11, 8,
10,10,12,12, 8,10,10,12,12,11,12,12,14,14,11,12,
12,14,14, 7,10,10,12,12,10,12,12,14,13, 9,11,12,
12,13,12,13,13,15,15,12,12,13,13,15, 7,10,10,12,
13,10,11,12,13,13,10,12,11,13,13,11,13,13,15,15,
12,13,12,15,14, 9,12,12,15,14,11,13,13,15,15,11,
12,13,15,15,13,14,14,17,19,13,13,14,16,16,10,12,
12,14,15,11,13,13,15,16,11,13,12,16,15,13,15,15,
17,18,14,15,13,16,15, 8,11,11,15,14,10,12,12,16,
15,10,12,12,16,16,14,15,15,18,17,13,14,15,16,18,
9,12,12,15,15,11,12,14,16,17,11,13,13,16,15,15,
15,15,17,18,14,15,16,17,17, 9,12,12,15,15,11,14,
13,16,16,11,13,13,16,16,15,16,15,17,18,14,16,15,
17,16,12,14,14,17,16,12,14,15,18,17,13,15,15,17,
17,15,15,18,16,20,15,16,17,18,18,11,14,14,16,17,
13,15,14,18,17,13,15,15,17,17,15,17,15,18,17,15,
17,16,19,18, 8,11,11,14,15,10,12,12,15,15,10,12,
12,16,16,13,14,14,17,16,14,15,15,17,17, 9,12,12,
15,16,11,13,13,16,16,11,12,13,16,16,14,16,15,20,
17,14,16,16,17,17, 9,12,12,15,16,11,13,13,16,17,
11,13,13,17,16,14,15,15,17,18,15,15,15,18,18,11,
14,14,17,16,13,15,15,17,17,13,14,14,18,17,15,16,
16,18,19,15,15,17,17,19,11,14,14,16,17,13,15,14,
17,19,13,15,14,18,17,15,17,16,18,18,15,17,15,18,
16,
};
static const static_codebook _16u1__p3_0 = {
4, 625,
(char *)_vq_lengthlist__16u1__p3_0,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__16u1__p3_0,
0
};
static const long _vq_quantlist__16u1__p4_0[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__16u1__p4_0[] = {
4, 5, 5, 8, 8, 6, 6, 7, 9, 9, 6, 6, 6, 9, 9, 9,
10, 9,11,11, 9, 9,10,11,11, 6, 7, 7,10, 9, 7, 7,
8, 9,10, 7, 7, 8,10,10,10,10,10,10,12, 9, 9,10,
11,12, 6, 7, 7, 9, 9, 7, 8, 7,10,10, 7, 8, 7,10,
10, 9,10, 9,12,11,10,10, 9,12,10, 9,10,10,12,11,
10,10,10,12,12, 9,10,10,12,12,12,11,12,13,13,11,
11,12,12,13, 9,10,10,11,12, 9,10,10,12,12,10,10,
10,12,12,11,12,11,14,13,11,12,12,14,13, 5, 7, 7,
10,10, 7, 8, 8,10,10, 7, 8, 7,10,10,10,10,10,12,
12,10,10,10,12,12, 6, 8, 7,10,10, 7, 7, 9,10,11,
8, 9, 9,11,10,10,10,11,11,13,10,10,11,12,13, 6,
8, 8,10,10, 7, 9, 8,11,10, 8, 9, 9,10,11,10,11,
10,13,11,10,11,10,12,12,10,11,10,12,11,10,10,10,
12,13,10,11,11,13,12,11,11,13,11,14,12,12,13,14,
14, 9,10,10,12,13,10,11,10,13,12,10,11,11,12,13,
11,12,11,14,12,12,13,13,15,14, 5, 7, 7,10,10, 7,
7, 8,10,10, 7, 8, 8,10,10,10,10,10,11,12,10,10,
10,12,12, 7, 8, 8,10,10, 8, 9, 8,11,10, 7, 8, 9,
10,11,10,11,11,12,12,10,10,11,11,13, 7, 7, 8,10,
10, 8, 8, 9,10,11, 7, 9, 7,11,10,10,11,11,13,12,
11,11,10,13,11, 9,10,10,12,12,10,11,11,13,12,10,
10,11,12,12,12,13,13,14,14,11,11,12,12,14,10,10,
11,12,12,10,11,11,12,13,10,10,10,13,12,12,13,13,
15,14,12,13,10,14,11, 8,10,10,12,12,10,11,10,13,
13, 9,10,10,12,12,12,13,13,15,14,11,12,12,13,13,
9,10,10,13,12,10,10,11,13,13,10,11,10,13,12,12,
12,13,14,15,12,13,12,15,13, 9,10,10,12,13,10,11,
10,13,12,10,10,11,12,13,12,14,12,15,13,12,12,13,
14,15,11,12,11,14,13,11,11,12,14,15,12,13,12,15,
14,13,11,15,11,16,13,14,14,16,15,11,12,12,14,14,
11,12,11,14,13,12,12,13,14,15,13,14,12,16,12,14,
14,14,15,15, 8,10,10,12,12, 9,10,10,12,12,10,10,
11,13,13,11,12,12,13,13,12,13,13,14,15, 9,10,10,
13,12,10,11,11,13,12,10,10,11,13,13,12,13,12,15,
14,12,12,13,13,16, 9, 9,10,12,13,10,10,11,12,13,
10,11,10,13,13,12,12,13,13,15,13,13,12,15,13,11,
12,12,14,14,12,13,12,15,14,11,11,12,13,14,14,14,
14,16,15,13,12,15,12,16,11,11,12,13,14,12,13,13,
14,15,10,12,11,14,13,14,15,14,16,16,13,14,11,15,
11,
};
static const static_codebook _16u1__p4_0 = {
4, 625,
(char *)_vq_lengthlist__16u1__p4_0,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__16u1__p4_0,
0
};
static const long _vq_quantlist__16u1__p5_0[] = {
4,
3,
5,
2,
6,
1,
7,
0,
8,
};
static const char _vq_lengthlist__16u1__p5_0[] = {
1, 4, 4, 7, 7, 7, 7, 9, 9, 4, 6, 6, 8, 8, 8, 8,
10,10, 4, 5, 6, 8, 8, 8, 8,10,10, 7, 8, 8, 9, 9,
9, 9,11,11, 7, 8, 8, 9, 9, 9, 9,11,11, 7, 8, 8,
10, 9,11,11,12,11, 7, 8, 8, 9, 9,11,11,12,12, 9,
10,10,11,11,12,12,13,12, 9,10,10,11,11,12,12,12,
13,
};
static const static_codebook _16u1__p5_0 = {
2, 81,
(char *)_vq_lengthlist__16u1__p5_0,
1, -531628032, 1611661312, 4, 0,
(long *)_vq_quantlist__16u1__p5_0,
0
};
static const long _vq_quantlist__16u1__p6_0[] = {
4,
3,
5,
2,
6,
1,
7,
0,
8,
};
static const char _vq_lengthlist__16u1__p6_0[] = {
3, 4, 4, 6, 6, 7, 7, 9, 9, 4, 4, 4, 6, 6, 8, 8,
9, 9, 4, 4, 4, 6, 6, 7, 7, 9, 9, 6, 6, 6, 7, 7,
8, 8,10, 9, 6, 6, 6, 7, 7, 8, 8, 9,10, 7, 8, 7,
8, 8, 9, 9,10,10, 7, 8, 8, 8, 8, 9, 9,10,10, 9,
9, 9,10,10,10,10,11,11, 9, 9, 9,10,10,10,10,11,
11,
};
static const static_codebook _16u1__p6_0 = {
2, 81,
(char *)_vq_lengthlist__16u1__p6_0,
1, -531628032, 1611661312, 4, 0,
(long *)_vq_quantlist__16u1__p6_0,
0
};
static const long _vq_quantlist__16u1__p7_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__16u1__p7_0[] = {
1, 4, 4, 4, 8, 8, 4, 8, 8, 5,11, 9, 8,12,11, 8,
12,11, 5,10,11, 8,11,12, 8,11,12, 4,11,11,11,14,
13,10,13,13, 8,14,13,12,14,16,12,16,15, 8,14,14,
13,16,14,12,15,16, 4,11,11,10,14,13,11,14,14, 8,
15,14,12,15,15,12,14,16, 8,14,14,11,16,15,12,15,
13,
};
static const static_codebook _16u1__p7_0 = {
4, 81,
(char *)_vq_lengthlist__16u1__p7_0,
1, -529137664, 1618345984, 2, 0,
(long *)_vq_quantlist__16u1__p7_0,
0
};
static const long _vq_quantlist__16u1__p7_1[] = {
5,
4,
6,
3,
7,
2,
8,
1,
9,
0,
10,
};
static const char _vq_lengthlist__16u1__p7_1[] = {
2, 4, 4, 6, 6, 7, 7, 8, 8, 8, 8, 4, 6, 5, 7, 7,
8, 8, 8, 8, 8, 8, 4, 5, 6, 7, 7, 8, 8, 8, 8, 8,
8, 6, 7, 7, 8, 8, 8, 8, 9, 9, 9, 9, 6, 7, 7, 8,
8, 8, 8, 9, 9, 9, 9, 7, 8, 8, 8, 8, 9, 9, 9,10,
9,10, 7, 8, 8, 8, 8, 9, 9, 9, 9,10, 9, 8, 8, 8,
9, 9,10,10,10,10,10,10, 8, 8, 8, 9, 9, 9, 9,10,
10,10,10, 8, 8, 8, 9, 9, 9,10,10,10,10,10, 8, 8,
8, 9, 9,10,10,10,10,10,10,
};
static const static_codebook _16u1__p7_1 = {
2, 121,
(char *)_vq_lengthlist__16u1__p7_1,
1, -531365888, 1611661312, 4, 0,
(long *)_vq_quantlist__16u1__p7_1,
0
};
static const long _vq_quantlist__16u1__p8_0[] = {
5,
4,
6,
3,
7,
2,
8,
1,
9,
0,
10,
};
static const char _vq_lengthlist__16u1__p8_0[] = {
1, 4, 4, 5, 5, 8, 8,10,10,12,12, 4, 7, 7, 8, 8,
9, 9,12,11,14,13, 4, 7, 7, 7, 8, 9,10,11,11,13,
12, 5, 8, 8, 9, 9,11,11,12,13,15,14, 5, 7, 8, 9,
9,11,11,13,13,17,15, 8, 9,10,11,11,12,13,17,14,
17,16, 8,10, 9,11,11,12,12,13,15,15,17,10,11,11,
12,13,14,15,15,16,16,17, 9,11,11,12,12,14,15,17,
15,15,16,11,14,12,14,15,16,15,16,16,16,15,11,13,
13,14,14,15,15,16,16,15,16,
};
static const static_codebook _16u1__p8_0 = {
2, 121,
(char *)_vq_lengthlist__16u1__p8_0,
1, -524582912, 1618345984, 4, 0,
(long *)_vq_quantlist__16u1__p8_0,
0
};
static const long _vq_quantlist__16u1__p8_1[] = {
5,
4,
6,
3,
7,
2,
8,
1,
9,
0,
10,
};
static const char _vq_lengthlist__16u1__p8_1[] = {
2, 5, 5, 6, 6, 7, 7, 8, 8, 8, 8, 4, 6, 6, 7, 7,
8, 7, 8, 8, 8, 8, 4, 6, 6, 7, 7, 7, 7, 8, 8, 8,
8, 6, 7, 7, 7, 7, 8, 8, 8, 8, 8, 9, 6, 7, 7, 7,
7, 8, 8, 8, 8, 9, 9, 7, 7, 7, 8, 8, 8, 8, 9, 9,
9, 9, 7, 7, 7, 8, 8, 8, 8, 9, 9, 9, 9, 8, 8, 8,
8, 8, 9, 9, 9, 9, 9, 9, 8, 8, 8, 8, 8, 9, 9, 9,
9, 9, 9, 8, 8, 8, 9, 8, 9, 9, 9, 9, 9, 9, 8, 8,
8, 9, 9, 9, 9, 9, 9, 9, 9,
};
static const static_codebook _16u1__p8_1 = {
2, 121,
(char *)_vq_lengthlist__16u1__p8_1,
1, -531365888, 1611661312, 4, 0,
(long *)_vq_quantlist__16u1__p8_1,
0
};
static const long _vq_quantlist__16u1__p9_0[] = {
7,
6,
8,
5,
9,
4,
10,
3,
11,
2,
12,
1,
13,
0,
14,
};
static const char _vq_lengthlist__16u1__p9_0[] = {
1, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8,
8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8,
8,
};
static const static_codebook _16u1__p9_0 = {
2, 225,
(char *)_vq_lengthlist__16u1__p9_0,
1, -514071552, 1627381760, 4, 0,
(long *)_vq_quantlist__16u1__p9_0,
0
};
static const long _vq_quantlist__16u1__p9_1[] = {
7,
6,
8,
5,
9,
4,
10,
3,
11,
2,
12,
1,
13,
0,
14,
};
static const char _vq_lengthlist__16u1__p9_1[] = {
1, 6, 5, 9, 9,10,10, 6, 7, 9, 9,10,10,10,10, 5,
10, 8,10, 8,10,10, 8, 8,10, 9,10,10,10,10, 5, 8,
9,10,10,10,10, 8,10,10,10,10,10,10,10, 9,10,10,
10,10,10,10, 9, 9,10,10,10,10,10,10, 9, 9, 8, 9,
10,10,10, 9,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10, 8,10,10,10,10,
10,10,10,10,10,10,10,10,10, 6, 8, 8,10,10,10, 8,
10,10,10,10,10,10,10,10, 5, 8, 8,10,10,10, 9, 9,
10,10,10,10,10,10,10,10, 9,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9,
};
static const static_codebook _16u1__p9_1 = {
2, 225,
(char *)_vq_lengthlist__16u1__p9_1,
1, -522338304, 1620115456, 4, 0,
(long *)_vq_quantlist__16u1__p9_1,
0
};
static const long _vq_quantlist__16u1__p9_2[] = {
8,
7,
9,
6,
10,
5,
11,
4,
12,
3,
13,
2,
14,
1,
15,
0,
16,
};
static const char _vq_lengthlist__16u1__p9_2[] = {
1, 6, 6, 7, 8, 8,11,10, 9, 9,11, 9,10, 9,11,11,
9, 6, 7, 6,11, 8,11, 9,10,10,11, 9,11,10,10,10,
11, 9, 5, 7, 7, 8, 8,10,11, 8, 8,11, 9, 9,10,11,
9,10,11, 8, 9, 6, 8, 8, 9, 9,10,10,11,11,11, 9,
11,10, 9,11, 8, 8, 8, 9, 8, 9,10,11, 9, 9,11,11,
10, 9, 9,11,10, 8,11, 8, 9, 8,11, 9,10, 9,10,11,
11,10,10, 9,10,10, 8, 8, 9,10,10,10, 9,11, 9,10,
11,11,11,11,10, 9,11, 9, 9,11,11,10, 8,11,11,11,
9,10,10,11,10,11,11, 9,11,10, 9,11,10,10,10,10,
9,11,10,11,10, 9, 9,10,11, 9, 8,10,11,11,10,10,
11, 9,11,10,11,11,10,11, 9, 9, 8,10, 8, 9,11, 9,
8,10,10, 9,11,10,11,10,11, 9,11, 8,10,11,11,11,
11,10,10,11,11,11,11,10,11,11,10, 9, 8,10,10, 9,
11,10,11,11,11, 9, 9, 9,11,11,11,10,10, 9, 9,10,
9,11,11,11,11, 8,10,11,10,11,11,10,11,11, 9, 9,
9,10, 9,11, 9,11,11,11,11,11,10,11,11,10,11,10,
11,11, 9,11,10,11,10, 9,10, 9,10,10,11,11,11,11,
9,10, 9,10,11,11,10,11,11,11,11,11,11,10,11,11,
10,
};
static const static_codebook _16u1__p9_2 = {
2, 289,
(char *)_vq_lengthlist__16u1__p9_2,
1, -529530880, 1611661312, 5, 0,
(long *)_vq_quantlist__16u1__p9_2,
0
};
static const char _huff_lengthlist__16u1__short[] = {
5, 7,10, 9,11,10,15,11,13,16, 6, 4, 6, 6, 7, 7,
10, 9,12,16,10, 6, 5, 6, 6, 7,10,11,16,16, 9, 6,
7, 6, 7, 7,10, 8,14,16,11, 6, 5, 4, 5, 6, 8, 9,
15,16, 9, 6, 6, 5, 6, 6, 9, 8,14,16,12, 7, 6, 6,
5, 6, 6, 7,13,16, 8, 6, 7, 6, 5, 5, 4, 4,11,16,
9, 8, 9, 9, 7, 7, 6, 5,13,16,14,14,16,15,16,15,
16,16,16,16,
};
static const static_codebook _huff_book__16u1__short = {
2, 100,
(char *)_huff_lengthlist__16u1__short,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist__16u2__long[] = {
5, 8,10,10,10,11,11,12,14,18, 7, 5, 5, 6, 8, 9,
10,12,14,17, 9, 5, 4, 5, 6, 8,10,11,13,19, 9, 5,
4, 4, 5, 6, 9,10,12,17, 8, 6, 5, 4, 4, 5, 7,10,
11,15, 8, 7, 7, 6, 5, 5, 6, 9,11,14, 8, 9, 8, 7,
6, 5, 6, 7,11,14, 9,11,11, 9, 7, 6, 6, 6, 9,14,
11,14,15,13, 9, 8, 7, 7, 9,14,13,15,19,17,12,11,
10, 9,10,14,
};
static const static_codebook _huff_book__16u2__long = {
2, 100,
(char *)_huff_lengthlist__16u2__long,
0, 0, 0, 0, 0,
NULL,
0
};
static const long _vq_quantlist__16u2_p1_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__16u2_p1_0[] = {
1, 5, 5, 5, 7, 7, 5, 7, 7, 5, 7, 7, 7, 9, 9, 7,
9, 9, 5, 7, 7, 7, 9, 9, 8, 9, 9, 5, 7, 7, 8, 9,
9, 7, 9, 9, 7, 9, 9, 9,10,11, 9,10,10, 7, 9, 9,
9,10, 9, 9,10,11, 5, 8, 7, 7, 9, 9, 8, 9, 9, 7,
9, 9, 9,11,10, 9, 9,10, 7, 9, 9, 9,10,10, 9,11,
10,
};
static const static_codebook _16u2_p1_0 = {
4, 81,
(char *)_vq_lengthlist__16u2_p1_0,
1, -535822336, 1611661312, 2, 0,
(long *)_vq_quantlist__16u2_p1_0,
0
};
static const long _vq_quantlist__16u2_p2_0[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__16u2_p2_0[] = {
3, 5, 5, 8, 8, 5, 7, 7, 9, 9, 5, 7, 7, 9, 9, 9,
10, 9,11,11, 9, 9, 9,11,11, 5, 7, 7, 9, 9, 7, 8,
8,10,10, 7, 8, 8,10,10,10,10,10,12,12, 9,10,10,
11,12, 5, 7, 7, 9, 9, 7, 8, 8,10,10, 7, 8, 8,10,
10, 9,10,10,12,11,10,10,10,12,12, 9,10,10,12,12,
10,10,10,12,12, 9,10,10,12,12,12,12,12,14,14,11,
12,12,13,14, 9,10,10,12,12, 9,10,10,12,12,10,10,
10,12,12,11,12,12,14,13,12,12,12,14,13, 5, 7, 7,
9, 9, 7, 8, 8,10,10, 7, 8, 8,10,10,10,10,10,12,
12,10,10,10,12,12, 7, 8, 8,11,10, 8, 9, 9,11,11,
8, 9, 9,11,11,10,11,11,12,13,10,11,11,12,13, 7,
8, 8,10,10, 8, 9, 8,11,10, 8, 9, 9,11,11,10,11,
10,13,12,10,11,11,13,13,10,11,10,13,12,10,11,11,
13,13,10,11,11,13,13,12,12,13,13,14,12,13,13,14,
14, 9,10,10,12,12,10,11,10,13,12,10,11,11,13,13,
12,13,12,14,13,12,13,13,14,15, 5, 7, 7, 9,10, 7,
8, 8,10,10, 7, 8, 8,10,10,10,10,10,12,12,10,10,
11,12,12, 7, 8, 8,10,10, 8, 9, 9,11,11, 8, 8, 9,
10,11,10,11,11,13,13,10,10,11,12,13, 7, 8, 8,10,
10, 8, 9, 9,11,11, 8, 9, 9,11,11,10,11,11,13,12,
10,11,11,13,12, 9,10,10,12,12,10,11,11,13,13,10,
10,11,12,13,12,13,13,15,14,12,12,13,12,14, 9,10,
11,12,13,10,11,11,13,13,10,11,11,13,13,12,13,13,
14,14,12,13,12,14,13, 8,10,10,12,12, 9,11,10,13,
12, 9,10,10,12,13,12,13,13,14,14,12,12,12,14,14,
9,10,10,13,13,10,11,11,13,13,10,11,11,13,13,13,
13,13,14,15,12,13,13,14,15, 9,10,10,12,13,10,11,
10,13,13,10,11,11,12,13,12,13,12,15,14,12,13,13,
14,15,11,12,12,15,14,12,12,13,14,15,12,13,13,15,
14,13,13,15,14,16,14,14,14,16,15,11,12,12,14,14,
11,12,12,14,14,12,13,13,14,15,13,14,13,15,13,14,
14,14,15,16, 8, 9,10,12,12, 9,10,10,13,12, 9,10,
11,12,13,12,12,12,14,14,12,13,13,14,14, 9,10,10,
13,12,10,11,11,13,13,10,10,11,13,13,12,13,13,15,
14,12,12,13,14,15, 9,10,10,13,13,10,11,11,13,13,
10,11,11,13,13,12,13,13,14,14,13,13,13,15,15,11,
12,12,14,13,12,13,13,15,14,11,12,12,14,14,14,14,
14,16,15,13,13,14,13,16,11,12,12,14,14,12,13,13,
14,15,12,13,12,14,14,14,14,14,16,16,14,15,13,16,
14,
};
static const static_codebook _16u2_p2_0 = {
4, 625,
(char *)_vq_lengthlist__16u2_p2_0,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__16u2_p2_0,
0
};
static const long _vq_quantlist__16u2_p3_0[] = {
4,
3,
5,
2,
6,
1,
7,
0,
8,
};
static const char _vq_lengthlist__16u2_p3_0[] = {
2, 4, 4, 6, 6, 7, 7, 9, 9, 4, 5, 5, 6, 6, 8, 7,
9, 9, 4, 5, 5, 6, 6, 7, 8, 9, 9, 6, 6, 6, 7, 7,
8, 8,10,10, 6, 6, 6, 7, 7, 8, 8,10,10, 7, 8, 7,
8, 8, 9, 9,11,10, 7, 7, 8, 8, 8, 9, 9,10,11, 9,
9, 9,10,10,11,10,11,11, 9, 9, 9,10,10,10,11,11,
11,
};
static const static_codebook _16u2_p3_0 = {
2, 81,
(char *)_vq_lengthlist__16u2_p3_0,
1, -531628032, 1611661312, 4, 0,
(long *)_vq_quantlist__16u2_p3_0,
0
};
static const long _vq_quantlist__16u2_p4_0[] = {
8,
7,
9,
6,
10,
5,
11,
4,
12,
3,
13,
2,
14,
1,
15,
0,
16,
};
static const char _vq_lengthlist__16u2_p4_0[] = {
2, 5, 5, 6, 6, 7, 7, 8, 8, 9, 9,10,10,11,11,11,
11, 5, 5, 5, 7, 6, 8, 7, 9, 9, 9, 9,10,10,11,11,
12,12, 5, 5, 5, 6, 6, 7, 8, 8, 9, 9, 9,10,10,11,
11,12,12, 6, 7, 6, 7, 7, 8, 8, 9, 9, 9, 9,10,10,
11,11,12,12, 6, 6, 7, 7, 7, 8, 8, 9, 9, 9, 9,10,
10,11,11,12,12, 7, 8, 8, 8, 8, 9, 9, 9, 9,10,10,
11,11,11,11,12,12, 7, 7, 8, 8, 8, 9, 9, 9, 9,10,
10,11,11,11,11,12,12, 8, 9, 9, 9, 9, 9, 9,10,10,
10,10,11,11,12,12,12,12, 8, 9, 9, 9, 9, 9, 9,10,
10,10,10,11,11,12,12,12,12, 9, 9, 9, 9, 9,10,10,
10,10,10,11,11,11,12,12,13,13, 9, 9, 9, 9, 9,10,
10,10,10,11,10,11,11,12,12,13,13,10,10,10,10,10,
11,11,11,11,11,11,11,12,12,12,13,13,10,10,10,10,
10,11,11,11,11,11,11,12,11,12,12,13,13,11,11,11,
11,11,11,11,12,12,12,12,12,12,13,13,13,13,11,11,
11,11,11,11,11,12,12,12,12,13,12,13,13,13,13,11,
12,12,12,12,12,12,12,12,13,13,13,13,13,13,14,14,
11,12,12,12,12,12,12,12,13,13,13,13,13,13,13,14,
14,
};
static const static_codebook _16u2_p4_0 = {
2, 289,
(char *)_vq_lengthlist__16u2_p4_0,
1, -529530880, 1611661312, 5, 0,
(long *)_vq_quantlist__16u2_p4_0,
0
};
static const long _vq_quantlist__16u2_p5_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__16u2_p5_0[] = {
1, 4, 4, 5, 7, 7, 5, 7, 7, 5, 8, 8, 7, 9, 9, 7,
9,10, 5, 8, 8, 7,10, 9, 7,10, 9, 5, 8, 8, 8,11,
10, 8,10,10, 7,10,10, 9, 9,12,10,12,12, 7,10,10,
9,12,10,10,11,12, 5, 8, 8, 8,10,10, 8,11,11, 7,
11,10,10,12,11, 9,10,12, 7,10,11,10,12,12, 9,12,
9,
};
static const static_codebook _16u2_p5_0 = {
4, 81,
(char *)_vq_lengthlist__16u2_p5_0,
1, -529137664, 1618345984, 2, 0,
(long *)_vq_quantlist__16u2_p5_0,
0
};
static const long _vq_quantlist__16u2_p5_1[] = {
5,
4,
6,
3,
7,
2,
8,
1,
9,
0,
10,
};
static const char _vq_lengthlist__16u2_p5_1[] = {
2, 5, 5, 6, 6, 7, 7, 8, 8, 8, 8, 5, 6, 6, 7, 7,
7, 7, 8, 8, 8, 8, 5, 6, 6, 6, 7, 7, 7, 8, 8, 8,
8, 6, 7, 7, 7, 7, 8, 8, 8, 8, 8, 8, 6, 7, 7, 7,
7, 8, 8, 8, 8, 8, 8, 7, 7, 7, 8, 8, 8, 8, 8, 8,
8, 8, 7, 7, 7, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8,
8, 8, 8, 8, 8, 8, 9, 9, 8, 8, 8, 8, 8, 8, 8, 8,
8, 9, 9, 8, 8, 8, 8, 8, 8, 8, 9, 9, 9, 9, 8, 8,
8, 8, 8, 8, 8, 9, 9, 9, 9,
};
static const static_codebook _16u2_p5_1 = {
2, 121,
(char *)_vq_lengthlist__16u2_p5_1,
1, -531365888, 1611661312, 4, 0,
(long *)_vq_quantlist__16u2_p5_1,
0
};
static const long _vq_quantlist__16u2_p6_0[] = {
6,
5,
7,
4,
8,
3,
9,
2,
10,
1,
11,
0,
12,
};
static const char _vq_lengthlist__16u2_p6_0[] = {
1, 5, 4, 7, 7, 8, 8, 8, 8,10,10,11,11, 4, 6, 6,
7, 7, 9, 9, 9, 9,10,10,11,11, 4, 6, 6, 7, 7, 9,
9, 9, 9,10,10,11,11, 7, 8, 8, 9, 9, 9, 9,10,10,
11,11,12,12, 7, 7, 7, 9, 8,10, 9,10,10,11,11,12,
12, 8, 9, 9, 9,10,10,10,11,11,12,12,13,13, 8, 9,
9,10, 9,10,10,11,11,12,12,13,13, 8, 9, 9,10,10,
11,11,11,11,12,12,13,13, 8, 9, 9,10,10,11,11,12,
11,12,12,13,13,10,10,10,11,11,12,12,12,12,13,13,
14,14,10,10,10,11,11,12,12,12,12,13,13,14,14,11,
11,11,12,12,13,13,13,13,14,14,14,14,11,11,11,12,
12,13,13,13,13,14,14,14,14,
};
static const static_codebook _16u2_p6_0 = {
2, 169,
(char *)_vq_lengthlist__16u2_p6_0,
1, -526516224, 1616117760, 4, 0,
(long *)_vq_quantlist__16u2_p6_0,
0
};
static const long _vq_quantlist__16u2_p6_1[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__16u2_p6_1[] = {
2, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5,
5, 5, 5, 5, 5, 5, 5, 5, 5,
};
static const static_codebook _16u2_p6_1 = {
2, 25,
(char *)_vq_lengthlist__16u2_p6_1,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__16u2_p6_1,
0
};
static const long _vq_quantlist__16u2_p7_0[] = {
6,
5,
7,
4,
8,
3,
9,
2,
10,
1,
11,
0,
12,
};
static const char _vq_lengthlist__16u2_p7_0[] = {
1, 4, 4, 7, 7, 8, 8, 8, 8, 9, 9,10,10, 4, 6, 6,
8, 8, 9, 9, 9, 9,10,10,11,10, 4, 6, 6, 8, 8, 9,
9, 9, 9,10,10,11,11, 7, 8, 8,10, 9,10,10,10,10,
11,11,12,12, 7, 8, 8,10,10,10,10,10,10,11,11,12,
12, 8, 9, 9,10,10,11,11,11,11,12,12,13,13, 8, 9,
9,10,10,11,11,11,11,12,12,13,13, 8, 9, 9,11,10,
11,11,12,12,13,13,14,13, 8, 9, 9,10,10,11,11,12,
12,13,13,13,13, 9,10,10,11,11,12,12,13,13,13,13,
14,14, 9,10,10,11,11,12,12,13,13,13,13,14,14,10,
11,11,12,12,13,13,14,13,14,14,15,14,10,11,11,12,
12,13,13,14,13,14,14,15,14,
};
static const static_codebook _16u2_p7_0 = {
2, 169,
(char *)_vq_lengthlist__16u2_p7_0,
1, -523206656, 1618345984, 4, 0,
(long *)_vq_quantlist__16u2_p7_0,
0
};
static const long _vq_quantlist__16u2_p7_1[] = {
5,
4,
6,
3,
7,
2,
8,
1,
9,
0,
10,
};
static const char _vq_lengthlist__16u2_p7_1[] = {
2, 5, 5, 7, 7, 7, 7, 7, 7, 8, 8, 5, 6, 6, 7, 7,
7, 7, 8, 8, 8, 8, 5, 6, 6, 7, 7, 7, 7, 8, 8, 8,
8, 7, 7, 7, 7, 7, 8, 8, 8, 8, 8, 8, 7, 7, 7, 7,
7, 8, 8, 8, 8, 8, 8, 7, 7, 7, 8, 8, 8, 8, 8, 8,
8, 8, 7, 7, 7, 8, 8, 8, 8, 8, 8, 8, 8, 7, 8, 8,
8, 8, 8, 8, 8, 8, 8, 8, 7, 8, 8, 8, 8, 8, 8, 8,
8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8,
8, 8, 8, 8, 8, 8, 8, 8, 8,
};
static const static_codebook _16u2_p7_1 = {
2, 121,
(char *)_vq_lengthlist__16u2_p7_1,
1, -531365888, 1611661312, 4, 0,
(long *)_vq_quantlist__16u2_p7_1,
0
};
static const long _vq_quantlist__16u2_p8_0[] = {
7,
6,
8,
5,
9,
4,
10,
3,
11,
2,
12,
1,
13,
0,
14,
};
static const char _vq_lengthlist__16u2_p8_0[] = {
1, 4, 4, 7, 7, 8, 8, 7, 7, 9, 8,10, 9,11,11, 4,
7, 6, 9, 8, 9, 9, 9, 9,10, 9,11, 9,12, 9, 4, 6,
7, 8, 8, 9, 9, 9, 9,10,10,10,11,11,12, 7, 9, 8,
10,10,11,11,10,10,11,11,12,12,13,12, 7, 8, 8,10,
10,10,11,10,10,11,11,11,12,12,13, 8, 9, 9,11,11,
11,11,11,11,12,12,13,13,13,13, 8, 9, 9,11,11,11,
11,11,11,12,12,13,13,13,14, 8, 9, 9,10,10,11,11,
12,11,13,13,14,13,14,14, 8, 9, 9,10,10,11,11,12,
12,12,12,13,13,14,14, 9,10,10,11,11,12,12,13,12,
13,13,14,14,15,15, 9,10,10,11,11,12,12,12,13,13,
13,14,14,14,15,10,11,11,12,12,13,13,14,13,14,14,
15,14,15,15,10,11,11,12,12,13,12,13,14,14,14,14,
14,15,15,11,12,12,13,13,13,13,14,14,15,14,15,15,
16,16,11,12,12,13,13,13,13,14,14,14,15,15,15,16,
16,
};
static const static_codebook _16u2_p8_0 = {
2, 225,
(char *)_vq_lengthlist__16u2_p8_0,
1, -520986624, 1620377600, 4, 0,
(long *)_vq_quantlist__16u2_p8_0,
0
};
static const long _vq_quantlist__16u2_p8_1[] = {
10,
9,
11,
8,
12,
7,
13,
6,
14,
5,
15,
4,
16,
3,
17,
2,
18,
1,
19,
0,
20,
};
static const char _vq_lengthlist__16u2_p8_1[] = {
3, 5, 5, 7, 7, 8, 8, 8, 8, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 5, 6, 6, 7, 7, 8, 8, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9,10,10,10,10, 5, 6, 6, 7, 7, 8,
8, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 7,
7, 7, 8, 8, 9, 8, 9, 9, 9, 9, 9, 9,10,10,10,10,
10,10,10,10, 7, 7, 7, 8, 8, 9, 9, 9, 9, 9, 9, 9,
9,10, 9,10,10,10, 9,10, 9, 8, 8, 8, 9, 8, 9, 9,
9, 9,10, 9,10,10,10,10,10,10,10,10,10,10, 8, 8,
8, 8, 9, 9, 9, 9, 9, 9, 9,10,10,10,10,10,10,10,
10,10,10, 8, 9, 9, 9, 9, 9, 9, 9, 9,10,10,10,10,
10,10,10,10,10,10,10,10, 8, 9, 9, 9, 9, 9, 9, 9,
10,10,10,10,10,10,10,10,10,10,10,10,10, 9, 9, 9,
9, 9, 9, 9,10,10,10,10,10,10,10,10,10,10,10,10,
10,10, 9, 9, 9, 9, 9, 9, 9,10,10,10,10,10,10,10,
10,10,10,10,10,10,10, 9, 9, 9, 9, 9,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10, 9, 9, 9, 9,
9,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10, 9, 9, 9,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10, 9, 9, 9,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10, 9, 9,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
9,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10, 9,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10, 9,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10, 9,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10, 9,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,
};
static const static_codebook _16u2_p8_1 = {
2, 441,
(char *)_vq_lengthlist__16u2_p8_1,
1, -529268736, 1611661312, 5, 0,
(long *)_vq_quantlist__16u2_p8_1,
0
};
static const long _vq_quantlist__16u2_p9_0[] = {
7,
6,
8,
5,
9,
4,
10,
3,
11,
2,
12,
1,
13,
0,
14,
};
static const char _vq_lengthlist__16u2_p9_0[] = {
1, 5, 3, 9, 8, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 5,
7, 8, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 5, 7,
8, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,
};
static const static_codebook _16u2_p9_0 = {
2, 225,
(char *)_vq_lengthlist__16u2_p9_0,
1, -510036736, 1631393792, 4, 0,
(long *)_vq_quantlist__16u2_p9_0,
0
};
static const long _vq_quantlist__16u2_p9_1[] = {
9,
8,
10,
7,
11,
6,
12,
5,
13,
4,
14,
3,
15,
2,
16,
1,
17,
0,
18,
};
static const char _vq_lengthlist__16u2_p9_1[] = {
1, 4, 4, 7, 7, 7, 7, 7, 6, 9, 7,10, 8,12,12,13,
13,14,14, 4, 7, 7, 9, 9, 9, 8, 9, 8,10, 9,11, 9,
14, 9,14,10,13,11, 4, 7, 7, 9, 9, 9, 9, 8, 9,10,
10,11,11,12,13,12,13,14,15, 7, 9, 9,10,11,10,10,
10,10,11,12,13,13,13,14,17,14,15,16, 7, 9, 9,10,
10,10,10,10,10,11,12,13,13,14,14,15,15,18,18, 8,
9, 9,11,10,11,11,11,12,13,12,14,14,16,15,15,17,
18,15, 8, 9, 9,10,10,11,11,11,11,13,13,14,14,15,
15,15,16,16,18, 7, 9, 8,10,10,11,11,12,12,14,14,
15,15,16,16,15,17,16,18, 8, 9, 9,10,10,11,12,12,
12,13,13,16,15,17,16,17,18,17,18, 9,10,10,12,11,
13,13,14,13,14,14,15,17,16,18,17,18,17,18, 9,10,
10,12,11,12,13,13,14,15,16,14,15,16,18,18,18,18,
17,11,11,11,13,13,14,14,16,15,15,15,16,15,15,18,
18,18,17,16,11,11,12,13,13,15,14,15,16,16,16,17,
16,15,18,17,18,16,18,12,13,13,15,15,15,16,18,16,
17,16,17,16,17,17,17,18,18,17,13,13,13,15,13,16,
15,17,16,16,16,18,18,18,18,16,17,17,18,13,15,14,
15,15,18,17,18,18,18,16,18,17,18,17,18,16,17,17,
14,14,14,15,16,17,16,18,18,18,17,18,17,18,18,18,
16,16,16,14,17,16,17,15,16,18,18,17,18,17,18,17,
18,18,18,17,18,17,15,16,15,18,15,18,17,16,18,18,
18,18,18,18,17,18,16,18,17,
};
static const static_codebook _16u2_p9_1 = {
2, 361,
(char *)_vq_lengthlist__16u2_p9_1,
1, -518287360, 1622704128, 5, 0,
(long *)_vq_quantlist__16u2_p9_1,
0
};
static const long _vq_quantlist__16u2_p9_2[] = {
24,
23,
25,
22,
26,
21,
27,
20,
28,
19,
29,
18,
30,
17,
31,
16,
32,
15,
33,
14,
34,
13,
35,
12,
36,
11,
37,
10,
38,
9,
39,
8,
40,
7,
41,
6,
42,
5,
43,
4,
44,
3,
45,
2,
46,
1,
47,
0,
48,
};
static const char _vq_lengthlist__16u2_p9_2[] = {
2, 3, 4, 4, 4, 5, 5, 6, 5, 6, 6, 6, 6, 6, 6, 7,
7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7,
7, 7, 7, 7, 7, 7, 7, 7, 8, 8, 7, 8, 8, 8, 8, 8,
8,
};
static const static_codebook _16u2_p9_2 = {
1, 49,
(char *)_vq_lengthlist__16u2_p9_2,
1, -526909440, 1611661312, 6, 0,
(long *)_vq_quantlist__16u2_p9_2,
0
};
static const char _huff_lengthlist__16u2__short[] = {
8,11,13,13,15,16,19,19,19,19,11, 8, 8, 9, 9,11,
13,15,19,20,14, 8, 7, 7, 8, 9,12,13,15,20,15, 9,
6, 5, 5, 7,10,12,14,18,14, 9, 7, 5, 3, 4, 7,10,
12,16,13,10, 8, 6, 3, 3, 5, 8,11,14,11,10, 9, 7,
5, 4, 4, 6,11,14,10,10,10, 8, 6, 5, 5, 6,10,14,
10,10,10, 9, 8, 7, 7, 7,10,14,11,12,12,12,11,10,
10,10,12,16,
};
static const static_codebook _huff_book__16u2__short = {
2, 100,
(char *)_huff_lengthlist__16u2__short,
0, 0, 0, 0, 0,
NULL,
0
};
static const long _vq_quantlist__8u0__p1_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__8u0__p1_0[] = {
1, 4, 4, 5, 7, 7, 5, 7, 7, 5, 8, 8, 8,10,10, 7,
10,10, 5, 8, 8, 7,10,10, 8,10,10, 4, 9, 8, 8,11,
11, 8,11,11, 7,11,11,10,11,13,10,13,13, 7,11,11,
10,13,12,10,13,13, 5, 9, 8, 8,11,11, 8,11,11, 7,
11,11, 9,13,13,10,12,13, 7,11,11,10,13,13,10,13,
11,
};
static const static_codebook _8u0__p1_0 = {
4, 81,
(char *)_vq_lengthlist__8u0__p1_0,
1, -535822336, 1611661312, 2, 0,
(long *)_vq_quantlist__8u0__p1_0,
0
};
static const long _vq_quantlist__8u0__p2_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__8u0__p2_0[] = {
2, 4, 4, 5, 6, 6, 5, 6, 6, 5, 7, 7, 6, 7, 8, 6,
7, 8, 5, 7, 7, 6, 8, 8, 7, 9, 7, 5, 7, 7, 7, 9,
9, 7, 8, 8, 6, 9, 8, 7, 7,10, 8,10,10, 6, 8, 8,
8,10, 8, 8,10,10, 5, 7, 7, 7, 8, 8, 7, 8, 9, 6,
8, 8, 8,10,10, 8, 8,10, 6, 8, 9, 8,10,10, 7,10,
8,
};
static const static_codebook _8u0__p2_0 = {
4, 81,
(char *)_vq_lengthlist__8u0__p2_0,
1, -535822336, 1611661312, 2, 0,
(long *)_vq_quantlist__8u0__p2_0,
0
};
static const long _vq_quantlist__8u0__p3_0[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__8u0__p3_0[] = {
1, 5, 5, 7, 7, 6, 7, 7, 9, 9, 6, 7, 7, 9, 9, 8,
10, 9,11,11, 8, 9, 9,11,11, 6, 8, 8,10,10, 8,10,
10,11,11, 8,10,10,11,11,10,11,11,12,12,10,11,11,
12,13, 6, 8, 8,10,10, 8,10,10,11,11, 8,10,10,11,
11, 9,10,11,12,12,10,11,11,12,12, 8,11,11,14,13,
10,12,11,15,13,10,12,11,14,14,12,13,12,16,14,12,
14,12,16,15, 8,11,11,13,14,10,11,12,13,15,10,11,
12,13,15,11,12,13,14,15,12,12,14,14,16, 5, 8, 8,
11,11, 9,11,11,12,12, 8,10,11,12,12,11,12,12,15,
14,11,12,12,14,14, 7,11,10,13,12,10,11,12,13,14,
10,12,12,14,13,12,13,13,14,15,12,13,13,15,15, 7,
10,11,12,13,10,12,11,14,13,10,12,13,13,15,12,13,
12,14,14,11,13,13,15,16, 9,12,12,15,14,11,13,13,
15,16,11,13,13,16,16,13,14,15,15,15,12,14,15,17,
16, 9,12,12,14,15,11,13,13,15,16,11,13,13,16,18,
13,14,14,17,16,13,15,15,17,18, 5, 8, 9,11,11, 8,
11,11,12,12, 8,10,11,12,12,11,12,12,14,14,11,12,
12,14,15, 7,11,10,12,13,10,12,12,14,13,10,11,12,
13,14,11,13,13,15,14,12,13,13,14,15, 7,10,11,13,
13,10,12,12,13,14,10,12,12,13,13,11,13,13,16,16,
12,13,13,15,14, 9,12,12,16,15,10,13,13,15,15,11,
13,13,17,15,12,15,15,18,17,13,14,14,15,16, 9,12,
12,15,15,11,13,13,15,16,11,13,13,15,15,12,15,15,
16,16,13,15,14,17,15, 7,11,11,15,15,10,13,13,16,
15,10,13,13,15,16,14,15,15,17,19,13,15,14,15,18,
9,12,12,16,16,11,13,14,17,16,11,13,13,17,16,15,
15,16,17,19,13,15,16, 0,18, 9,12,12,16,15,11,14,
13,17,17,11,13,14,16,16,15,16,16,19,18,13,15,15,
17,19,11,14,14,19,16,12,14,15, 0,18,12,16,15,18,
17,15,15,18,16,19,14,15,17,19,19,11,14,14,18,19,
13,15,14,19,19,12,16,15,18,17,15,17,15, 0,16,14,
17,16,19, 0, 7,11,11,14,14,10,12,12,15,15,10,13,
13,16,15,13,15,15,17, 0,14,15,15,16,19, 9,12,12,
16,16,11,14,14,16,16,11,13,13,16,16,14,17,16,19,
0,14,18,17,17,19, 9,12,12,15,16,11,13,13,15,17,
12,14,13,19,16,13,15,15,17,19,15,17,16,17,19,11,
14,14,19,16,12,15,15,19,17,13,14,15,17,19,14,16,
17,19,19,16,15,16,17,19,11,15,14,16,16,12,15,15,
19, 0,12,14,15,19,19,14,16,16, 0,18,15,19,14,18,
16,
};
static const static_codebook _8u0__p3_0 = {
4, 625,
(char *)_vq_lengthlist__8u0__p3_0,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__8u0__p3_0,
0
};
static const long _vq_quantlist__8u0__p4_0[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__8u0__p4_0[] = {
3, 5, 5, 8, 8, 5, 6, 7, 9, 9, 6, 7, 6, 9, 9, 9,
9, 9,10,11, 9, 9, 9,11,10, 6, 7, 7,10,10, 7, 7,
8,10,10, 7, 8, 8,10,10,10,10,10,10,11, 9,10,10,
11,12, 6, 7, 7,10,10, 7, 8, 8,10,10, 7, 8, 7,10,
10, 9,10,10,12,11,10,10,10,11,10, 9,10,10,12,11,
10,10,10,13,11, 9,10,10,12,12,11,11,12,12,13,11,
11,11,12,13, 9,10,10,12,12,10,10,11,12,12,10,10,
11,12,12,11,11,11,13,13,11,12,12,13,13, 5, 7, 7,
10,10, 7, 8, 8,10,10, 7, 8, 8,10,10,10,11,11,12,
12,10,11,10,12,12, 7, 8, 8,11,11, 7, 8, 9,10,11,
8, 9, 9,11,11,11,10,11,10,12,10,11,11,12,13, 7,
8, 8,10,11, 8, 9, 8,12,10, 8, 9, 9,11,12,10,11,
10,13,11,10,11,11,13,12, 9,11,10,13,12,10,10,11,
12,12,10,11,11,13,13,12,10,13,11,14,11,12,12,15,
13, 9,11,11,13,13,10,11,11,13,12,10,11,11,12,14,
12,13,11,14,12,12,12,12,14,14, 5, 7, 7,10,10, 7,
8, 8,10,10, 7, 8, 8,11,10,10,11,11,12,12,10,11,
10,12,12, 7, 8, 8,10,11, 8, 9, 9,12,11, 8, 8, 9,
10,11,10,11,11,12,13,11,10,11,11,13, 6, 8, 8,10,
11, 8, 9, 9,11,11, 7, 9, 7,11,10,10,11,11,12,12,
10,11,10,13,10, 9,11,10,13,12,10,12,11,13,13,10,
10,11,12,13,11,12,13,15,14,11,11,13,12,13, 9,10,
11,12,13,10,11,11,12,13,10,11,10,13,12,12,13,13,
13,14,12,12,11,14,11, 8,10,10,12,13,10,11,11,13,
13,10,11,10,13,13,12,13,14,15,14,12,12,12,14,13,
9,10,10,13,12,10,10,12,13,13,10,11,11,15,12,12,
12,13,15,14,12,13,13,15,13, 9,10,11,12,13,10,12,
10,13,12,10,11,11,12,13,12,14,12,15,13,12,12,12,
15,14,11,12,11,14,13,11,11,12,14,14,12,13,13,14,
13,13,11,15,11,15,14,14,14,16,15,11,12,12,13,14,
11,13,11,14,14,12,12,13,14,15,12,14,12,15,12,13,
15,14,16,15, 8,10,10,12,12,10,10,10,12,13,10,11,
11,13,13,12,12,12,13,14,13,13,13,15,15, 9,10,10,
12,12,10,11,11,13,12,10,10,11,13,13,12,12,12,14,
14,12,12,13,15,14, 9,10,10,13,12,10,10,12,12,13,
10,11,10,13,13,12,13,13,14,14,12,13,12,14,13,11,
12,12,14,13,12,13,12,14,14,10,12,12,14,14,14,14,
14,16,14,13,12,14,12,15,10,12,12,14,15,12,13,13,
14,16,11,12,11,15,14,13,14,14,14,15,13,14,11,14,
12,
};
static const static_codebook _8u0__p4_0 = {
4, 625,
(char *)_vq_lengthlist__8u0__p4_0,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__8u0__p4_0,
0
};
static const long _vq_quantlist__8u0__p5_0[] = {
4,
3,
5,
2,
6,
1,
7,
0,
8,
};
static const char _vq_lengthlist__8u0__p5_0[] = {
1, 4, 4, 7, 7, 7, 7, 9, 9, 4, 6, 6, 8, 7, 8, 8,
10,10, 4, 6, 6, 8, 8, 8, 8,10,10, 6, 8, 8, 9, 9,
9, 9,11,11, 7, 8, 8, 9, 9, 9, 9,11,11, 7, 8, 8,
9, 9,10,10,12,11, 7, 8, 8, 9, 9,10,10,11,11, 9,
10,10,11,11,11,12,12,12, 9,10,10,11,11,12,12,12,
12,
};
static const static_codebook _8u0__p5_0 = {
2, 81,
(char *)_vq_lengthlist__8u0__p5_0,
1, -531628032, 1611661312, 4, 0,
(long *)_vq_quantlist__8u0__p5_0,
0
};
static const long _vq_quantlist__8u0__p6_0[] = {
6,
5,
7,
4,
8,
3,
9,
2,
10,
1,
11,
0,
12,
};
static const char _vq_lengthlist__8u0__p6_0[] = {
1, 4, 4, 7, 7, 9, 9,11,11,12,12,16,16, 3, 6, 6,
9, 9,11,11,12,12,13,14,18,16, 3, 6, 7, 9, 9,11,
11,13,12,14,14,17,16, 7, 9, 9,11,11,12,12,14,14,
14,14,17,16, 7, 9, 9,11,11,13,12,13,13,14,14,17,
0, 9,11,11,12,13,14,14,14,13,15,14,17,17, 9,11,
11,12,12,14,14,13,14,14,15, 0, 0,11,12,12,15,14,
15,14,15,14,15,16,17, 0,11,12,13,13,13,14,14,15,
14,15,15, 0, 0,12,14,14,15,15,14,16,15,15,17,16,
0,18,13,14,14,15,14,15,14,15,16,17,16, 0, 0,17,
17,18, 0,16,18,16, 0, 0, 0,17, 0, 0,16, 0, 0,16,
16, 0,15, 0,17, 0, 0, 0, 0,
};
static const static_codebook _8u0__p6_0 = {
2, 169,
(char *)_vq_lengthlist__8u0__p6_0,
1, -526516224, 1616117760, 4, 0,
(long *)_vq_quantlist__8u0__p6_0,
0
};
static const long _vq_quantlist__8u0__p6_1[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__8u0__p6_1[] = {
1, 4, 4, 6, 6, 4, 6, 5, 7, 7, 4, 5, 6, 7, 7, 6,
7, 7, 7, 7, 6, 7, 7, 7, 7,
};
static const static_codebook _8u0__p6_1 = {
2, 25,
(char *)_vq_lengthlist__8u0__p6_1,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__8u0__p6_1,
0
};
static const long _vq_quantlist__8u0__p7_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__8u0__p7_0[] = {
1, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8,
8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8,
8, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7,
7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7,
7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7,
7,
};
static const static_codebook _8u0__p7_0 = {
4, 81,
(char *)_vq_lengthlist__8u0__p7_0,
1, -518803456, 1628680192, 2, 0,
(long *)_vq_quantlist__8u0__p7_0,
0
};
static const long _vq_quantlist__8u0__p7_1[] = {
7,
6,
8,
5,
9,
4,
10,
3,
11,
2,
12,
1,
13,
0,
14,
};
static const char _vq_lengthlist__8u0__p7_1[] = {
1, 5, 5, 5, 5,10,10,11,11,11,11,11,11,11,11, 5,
7, 6, 8, 8, 9,10,11,11,11,11,11,11,11,11, 6, 6,
7, 9, 7,11,10,11,11,11,11,11,11,11,11, 5, 6, 6,
11, 8,11,11,11,11,11,11,11,11,11,11, 5, 6, 6, 9,
10,11,10,11,11,11,11,11,11,11,11, 7,10,10,11,11,
11,11,11,11,11,11,11,11,11,11, 7,11, 8,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,
};
static const static_codebook _8u0__p7_1 = {
2, 225,
(char *)_vq_lengthlist__8u0__p7_1,
1, -520986624, 1620377600, 4, 0,
(long *)_vq_quantlist__8u0__p7_1,
0
};
static const long _vq_quantlist__8u0__p7_2[] = {
10,
9,
11,
8,
12,
7,
13,
6,
14,
5,
15,
4,
16,
3,
17,
2,
18,
1,
19,
0,
20,
};
static const char _vq_lengthlist__8u0__p7_2[] = {
1, 6, 5, 7, 7, 9, 9, 9, 9,10,12,12,10,11,11,10,
11,11,11,10,11, 6, 8, 8, 9, 9,10,10, 9,10,11,11,
10,11,11,11,11,10,11,11,11,11, 6, 7, 8, 9, 9, 9,
10,11,10,11,12,11,10,11,11,11,11,11,11,12,10, 8,
9, 9,10, 9,10,10, 9,10,10,10,10,10, 9,10,10,10,
10, 9,10,10, 9, 9, 9, 9,10,10, 9, 9,10,10,11,10,
9,12,10,11,10, 9,10,10,10, 8, 9, 9,10, 9,10, 9,
9,10,10, 9,10, 9,11,10,10,10,10,10, 9,10, 8, 8,
9, 9,10, 9,11, 9, 8, 9, 9,10,11,10,10,10,11,12,
9, 9,11, 8, 9, 8,11,10,11,10,10, 9,11,10,10,10,
10,10,10,10,11,11,11,11, 8, 9, 9, 9,10,10,10,11,
11,12,11,12,11,10,10,10,12,11,11,11,10, 8,10, 9,
11,10,10,11,12,10,11,12,11,11,12,11,12,12,10,11,
11,10, 9, 9,10,11,12,10,10,10,11,10,11,11,10,12,
12,10,11,10,11,12,10, 9,10,10,11,10,11,11,11,11,
11,12,11,11,11, 9,11,10,11,10,11,10, 9, 9,10,11,
11,11,10,10,11,12,12,11,12,11,11,11,12,12,12,12,
11, 9,11,11,12,10,11,11,11,11,11,11,12,11,11,12,
11,11,11,10,11,11, 9,11,10,11,11,11,10,10,10,11,
11,11,12,10,11,10,11,11,11,11,12, 9,11,10,11,11,
10,10,11,11, 9,11,11,12,10,10,10,10,10,11,11,10,
9,10,11,11,12,11,10,10,12,11,11,12,11,12,11,11,
10,10,11,11,10,12,11,10,11,10,11,10,10,10,11,11,
10,10,11,11,11,11,10,10,10,12,11,11,11,11,10, 9,
10,11,11,11,12,11,11,11,12,10,11,11,11, 9,10,11,
11,11,11,11,11,10,10,11,11,12,11,10,11,12,11,10,
10,11, 9,10,11,11,11,11,11,10,11,11,10,12,11,11,
11,12,11,11,11,10,10,11,11,
};
static const static_codebook _8u0__p7_2 = {
2, 441,
(char *)_vq_lengthlist__8u0__p7_2,
1, -529268736, 1611661312, 5, 0,
(long *)_vq_quantlist__8u0__p7_2,
0
};
static const char _huff_lengthlist__8u0__single[] = {
4, 7,11, 9,12, 8, 7,10, 6, 4, 5, 5, 7, 5, 6,16,
9, 5, 5, 6, 7, 7, 9,16, 7, 4, 6, 5, 7, 5, 7,17,
10, 7, 7, 8, 7, 7, 8,18, 7, 5, 6, 4, 5, 4, 5,15,
7, 6, 7, 5, 6, 4, 5,15,12,13,18,12,17,11, 9,17,
};
static const static_codebook _huff_book__8u0__single = {
2, 64,
(char *)_huff_lengthlist__8u0__single,
0, 0, 0, 0, 0,
NULL,
0
};
static const long _vq_quantlist__8u1__p1_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__8u1__p1_0[] = {
1, 4, 4, 5, 7, 7, 5, 7, 7, 5, 8, 8, 7, 9,10, 7,
9, 9, 5, 8, 8, 7,10, 9, 7, 9, 9, 5, 8, 8, 8,10,
10, 8,10,10, 7,10,10, 9,10,12,10,12,12, 7,10,10,
9,12,11,10,12,12, 5, 8, 8, 8,10,10, 8,10,10, 7,
10,10,10,12,12, 9,11,12, 7,10,10,10,12,12, 9,12,
10,
};
static const static_codebook _8u1__p1_0 = {
4, 81,
(char *)_vq_lengthlist__8u1__p1_0,
1, -535822336, 1611661312, 2, 0,
(long *)_vq_quantlist__8u1__p1_0,
0
};
static const long _vq_quantlist__8u1__p2_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__8u1__p2_0[] = {
3, 4, 5, 5, 6, 6, 5, 6, 6, 5, 7, 6, 6, 7, 8, 6,
7, 8, 5, 6, 6, 6, 8, 7, 6, 8, 7, 5, 6, 6, 7, 8,
8, 6, 7, 7, 6, 8, 7, 7, 7, 9, 8, 9, 9, 6, 7, 8,
7, 9, 7, 8, 9, 9, 5, 6, 6, 6, 7, 7, 7, 8, 8, 6,
8, 7, 8, 9, 9, 7, 7, 9, 6, 7, 8, 8, 9, 9, 7, 9,
7,
};
static const static_codebook _8u1__p2_0 = {
4, 81,
(char *)_vq_lengthlist__8u1__p2_0,
1, -535822336, 1611661312, 2, 0,
(long *)_vq_quantlist__8u1__p2_0,
0
};
static const long _vq_quantlist__8u1__p3_0[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__8u1__p3_0[] = {
1, 5, 5, 7, 7, 6, 7, 7, 9, 9, 6, 7, 7, 9, 9, 8,
10, 9,11,11, 9, 9, 9,11,11, 6, 8, 8,10,10, 8,10,
10,11,11, 8, 9,10,11,11,10,11,11,12,12,10,11,11,
12,13, 6, 8, 8,10,10, 8,10, 9,11,11, 8,10, 9,11,
11,10,11,11,12,12,10,11,11,12,12, 9,11,11,14,13,
10,12,11,14,14,10,12,11,14,13,12,13,13,15,14,12,
13,13,15,14, 8,11,11,13,14,10,11,12,13,15,10,11,
12,14,14,12,13,13,14,15,12,13,13,14,15, 5, 8, 8,
11,11, 8,10,10,12,12, 8,10,10,12,12,11,12,12,14,
13,11,12,12,13,14, 8,10,10,12,12, 9,11,12,13,14,
10,12,12,13,13,12,12,13,14,14,11,13,13,15,15, 7,
10,10,12,12, 9,12,11,14,12,10,11,12,13,14,12,13,
12,14,14,12,13,13,15,16,10,12,12,15,14,11,12,13,
15,15,11,13,13,15,16,14,14,15,15,16,13,14,15,17,
15, 9,12,12,14,15,11,13,12,15,15,11,13,13,15,15,
13,14,13,15,14,13,14,14,17, 0, 5, 8, 8,11,11, 8,
10,10,12,12, 8,10,10,12,12,11,12,12,14,14,11,12,
12,14,14, 7,10,10,12,12,10,12,12,13,13, 9,11,12,
12,13,11,12,13,15,15,11,12,13,14,15, 8,10,10,12,
12,10,12,11,13,13,10,12,11,13,13,11,13,13,15,14,
12,13,12,15,13, 9,12,12,14,14,11,13,13,16,15,11,
12,13,16,15,13,14,15,16,16,13,13,15,15,16,10,12,
12,15,14,11,13,13,14,16,11,13,13,15,16,13,15,15,
16,17,13,15,14,16,15, 8,11,11,14,15,10,12,12,15,
15,10,12,12,15,16,14,15,15,16,17,13,14,14,16,16,
9,12,12,15,15,11,13,14,15,17,11,13,13,15,16,14,
15,16,19,17,13,15,15, 0,17, 9,12,12,15,15,11,14,
13,16,15,11,13,13,15,16,15,15,15,18,17,13,15,15,
17,17,11,15,14,18,16,12,14,15,17,17,12,15,15,18,
18,15,15,16,15,19,14,16,16, 0, 0,11,14,14,16,17,
12,15,14,18,17,12,15,15,18,18,15,17,15,18,16,14,
16,16,18,18, 7,11,11,14,14,10,12,12,15,15,10,12,
13,15,15,13,14,15,16,16,14,15,15,18,18, 9,12,12,
15,15,11,13,13,16,15,11,12,13,16,16,14,15,15,17,
16,15,16,16,17,17, 9,12,12,15,15,11,13,13,15,17,
11,14,13,16,15,13,15,15,17,17,15,15,15,18,17,11,
14,14,17,15,12,14,15,17,18,13,13,15,17,17,14,16,
16,19,18,16,15,17,17, 0,11,14,14,17,17,12,15,15,
18, 0,12,15,14,18,16,14,17,17,19, 0,16,18,15, 0,
16,
};
static const static_codebook _8u1__p3_0 = {
4, 625,
(char *)_vq_lengthlist__8u1__p3_0,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__8u1__p3_0,
0
};
static const long _vq_quantlist__8u1__p4_0[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__8u1__p4_0[] = {
4, 5, 5, 9, 9, 6, 7, 7, 9, 9, 6, 7, 7, 9, 9, 9,
9, 9,11,11, 9, 9, 9,11,11, 6, 7, 7, 9, 9, 7, 7,
8, 9,10, 7, 7, 8, 9,10, 9, 9,10,10,11, 9, 9,10,
10,12, 6, 7, 7, 9, 9, 7, 8, 7,10, 9, 7, 8, 7,10,
9, 9,10, 9,12,11,10,10, 9,12,10, 9,10,10,12,11,
9,10,10,12,11, 9,10,10,12,12,11,11,12,12,13,11,
11,12,12,13, 9, 9,10,12,11, 9,10,10,12,12,10,10,
10,12,12,11,12,11,13,12,11,12,11,13,12, 6, 7, 7,
9, 9, 7, 8, 8,10,10, 7, 8, 7,10, 9,10,10,10,12,
12,10,10,10,12,11, 7, 8, 7,10,10, 7, 7, 9,10,11,
8, 9, 9,11,10,10,10,11,10,12,10,10,11,12,12, 7,
8, 8,10,10, 7, 9, 8,11,10, 8, 8, 9,11,11,10,11,
10,12,11,10,11,11,12,12, 9,10,10,12,12, 9,10,10,
12,12,10,11,11,13,12,11,10,12,10,14,12,12,12,13,
14, 9,10,10,12,12, 9,11,10,12,12,10,11,11,12,12,
11,12,11,14,12,12,12,12,14,14, 5, 7, 7, 9, 9, 7,
7, 7, 9,10, 7, 8, 8,10,10,10,10,10,11,11,10,10,
10,12,12, 7, 8, 8,10,10, 8, 9, 8,11,10, 7, 8, 9,
10,11,10,10,10,11,12,10,10,11,11,13, 6, 7, 8,10,
10, 8, 9, 9,10,10, 7, 9, 7,11,10,10,11,10,12,12,
10,11,10,12,10, 9,10,10,12,12,10,11,11,13,12, 9,
10,10,12,12,12,12,12,14,13,11,11,12,11,14, 9,10,
10,11,12,10,11,11,12,13, 9,10,10,12,12,12,12,12,
14,13,11,12,10,14,11, 9, 9,10,11,12, 9,10,10,12,
12, 9,10,10,12,12,12,12,12,14,14,11,12,12,13,12,
9,10, 9,12,12, 9,10,11,12,13,10,11,10,13,11,12,
12,13,13,14,12,12,12,13,13, 9,10,10,12,12,10,11,
10,13,12,10,10,11,12,13,12,13,12,14,13,12,12,12,
13,14,11,12,11,14,13,10,10,11,13,13,12,12,12,14,
13,12,10,14,10,15,13,14,14,14,14,11,11,12,13,14,
10,12,11,13,13,12,12,12,13,15,12,13,11,15,12,13,
13,14,14,14, 9,10, 9,12,12, 9,10,10,12,12,10,10,
10,12,12,11,11,12,12,13,12,12,12,14,14, 9,10,10,
12,12,10,11,10,13,12,10,10,11,12,13,12,12,12,14,
13,12,12,13,13,14, 9,10,10,12,13,10,10,11,11,12,
9,11,10,13,12,12,12,12,13,14,12,13,12,14,13,11,
12,11,13,13,12,13,12,14,13,10,11,12,13,13,13,13,
13,14,15,12,11,14,12,14,11,11,12,12,13,12,12,12,
13,14,10,12,10,14,13,13,13,13,14,15,12,14,11,15,
10,
};
static const static_codebook _8u1__p4_0 = {
4, 625,
(char *)_vq_lengthlist__8u1__p4_0,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__8u1__p4_0,
0
};
static const long _vq_quantlist__8u1__p5_0[] = {
4,
3,
5,
2,
6,
1,
7,
0,
8,
};
static const char _vq_lengthlist__8u1__p5_0[] = {
1, 4, 4, 7, 7, 7, 7, 9, 9, 4, 6, 5, 8, 7, 8, 8,
10,10, 4, 6, 6, 8, 8, 8, 8,10,10, 7, 8, 8, 9, 9,
9, 9,11,11, 7, 8, 8, 9, 9, 9, 9,11,11, 8, 8, 8,
9, 9,10,10,12,11, 8, 8, 8, 9, 9,10,10,11,11, 9,
10,10,11,11,11,11,13,12, 9,10,10,11,11,12,12,12,
13,
};
static const static_codebook _8u1__p5_0 = {
2, 81,
(char *)_vq_lengthlist__8u1__p5_0,
1, -531628032, 1611661312, 4, 0,
(long *)_vq_quantlist__8u1__p5_0,
0
};
static const long _vq_quantlist__8u1__p6_0[] = {
4,
3,
5,
2,
6,
1,
7,
0,
8,
};
static const char _vq_lengthlist__8u1__p6_0[] = {
3, 4, 4, 6, 6, 7, 7, 9, 9, 4, 4, 5, 6, 6, 7, 7,
9, 9, 4, 4, 4, 6, 6, 7, 7, 9, 9, 6, 6, 6, 7, 7,
8, 8, 9, 9, 6, 6, 6, 7, 7, 8, 8, 9, 9, 7, 7, 7,
8, 8, 8, 9,10,10, 7, 7, 7, 8, 8, 9, 8,10,10, 9,
9, 9, 9, 9,10,10,10,10, 9, 9, 9, 9, 9,10,10,10,
10,
};
static const static_codebook _8u1__p6_0 = {
2, 81,
(char *)_vq_lengthlist__8u1__p6_0,
1, -531628032, 1611661312, 4, 0,
(long *)_vq_quantlist__8u1__p6_0,
0
};
static const long _vq_quantlist__8u1__p7_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__8u1__p7_0[] = {
1, 4, 4, 5, 7, 7, 5, 7, 7, 5, 9, 9, 8,10,10, 8,
10,10, 5, 9, 9, 7,10,10, 8,10,10, 4,10,10, 9,12,
12, 9,11,11, 7,12,11,10,11,13,10,13,13, 7,12,12,
10,13,12,10,13,13, 4,10,10, 9,12,12, 9,12,12, 7,
12,12,10,13,13,10,12,13, 7,11,12,10,13,13,10,13,
11,
};
static const static_codebook _8u1__p7_0 = {
4, 81,
(char *)_vq_lengthlist__8u1__p7_0,
1, -529137664, 1618345984, 2, 0,
(long *)_vq_quantlist__8u1__p7_0,
0
};
static const long _vq_quantlist__8u1__p7_1[] = {
5,
4,
6,
3,
7,
2,
8,
1,
9,
0,
10,
};
static const char _vq_lengthlist__8u1__p7_1[] = {
2, 4, 4, 6, 6, 7, 7, 8, 8, 8, 8, 4, 5, 5, 7, 7,
8, 8, 9, 9, 9, 9, 4, 5, 5, 7, 7, 8, 8, 9, 9, 9,
9, 6, 7, 7, 8, 8, 8, 8, 9, 9, 9, 9, 6, 7, 7, 8,
8, 8, 8, 9, 9, 9, 9, 8, 8, 8, 8, 8, 9, 9, 9, 9,
9, 9, 8, 8, 8, 8, 8, 9, 9, 9, 9, 9, 9, 8, 9, 9,
9, 9, 9, 9,10,10,10,10, 8, 9, 9, 9, 9, 9, 9,10,
10,10,10, 8, 9, 9, 9, 9, 9, 9,10,10,10,10, 8, 9,
9, 9, 9, 9, 9,10,10,10,10,
};
static const static_codebook _8u1__p7_1 = {
2, 121,
(char *)_vq_lengthlist__8u1__p7_1,
1, -531365888, 1611661312, 4, 0,
(long *)_vq_quantlist__8u1__p7_1,
0
};
static const long _vq_quantlist__8u1__p8_0[] = {
5,
4,
6,
3,
7,
2,
8,
1,
9,
0,
10,
};
static const char _vq_lengthlist__8u1__p8_0[] = {
1, 4, 4, 6, 6, 8, 8,10,10,11,11, 4, 6, 6, 7, 7,
9, 9,11,11,13,12, 4, 6, 6, 7, 7, 9, 9,11,11,12,
12, 6, 7, 7, 9, 9,11,11,12,12,13,13, 6, 7, 7, 9,
9,11,11,12,12,13,13, 8, 9, 9,11,11,12,12,13,13,
14,14, 8, 9, 9,11,11,12,12,13,13,14,14, 9,11,11,
12,12,13,13,14,14,15,15, 9,11,11,12,12,13,13,14,
14,15,14,11,12,12,13,13,14,14,15,15,16,16,11,12,
12,13,13,14,14,15,15,15,15,
};
static const static_codebook _8u1__p8_0 = {
2, 121,
(char *)_vq_lengthlist__8u1__p8_0,
1, -524582912, 1618345984, 4, 0,
(long *)_vq_quantlist__8u1__p8_0,
0
};
static const long _vq_quantlist__8u1__p8_1[] = {
5,
4,
6,
3,
7,
2,
8,
1,
9,
0,
10,
};
static const char _vq_lengthlist__8u1__p8_1[] = {
2, 5, 5, 6, 6, 7, 7, 7, 7, 8, 8, 5, 6, 6, 7, 7,
7, 7, 8, 8, 8, 8, 5, 6, 6, 7, 7, 7, 7, 8, 8, 8,
8, 6, 7, 7, 7, 7, 8, 8, 8, 8, 8, 8, 6, 7, 7, 7,
7, 8, 8, 8, 8, 8, 8, 7, 7, 7, 8, 8, 8, 8, 8, 8,
8, 8, 7, 7, 7, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8,
8, 8, 8, 8, 9, 8, 9, 9, 7, 8, 8, 8, 8, 8, 8, 9,
8, 9, 9, 8, 8, 8, 8, 8, 8, 8, 9, 9, 9, 9, 8, 8,
8, 8, 8, 8, 8, 9, 9, 9, 9,
};
static const static_codebook _8u1__p8_1 = {
2, 121,
(char *)_vq_lengthlist__8u1__p8_1,
1, -531365888, 1611661312, 4, 0,
(long *)_vq_quantlist__8u1__p8_1,
0
};
static const long _vq_quantlist__8u1__p9_0[] = {
7,
6,
8,
5,
9,
4,
10,
3,
11,
2,
12,
1,
13,
0,
14,
};
static const char _vq_lengthlist__8u1__p9_0[] = {
1, 4, 4,11,11,11,11,11,11,11,11,11,11,11,11, 3,
11, 8,11,11,11,11,11,11,11,11,11,11,11,11, 3, 9,
9,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,
};
static const static_codebook _8u1__p9_0 = {
2, 225,
(char *)_vq_lengthlist__8u1__p9_0,
1, -514071552, 1627381760, 4, 0,
(long *)_vq_quantlist__8u1__p9_0,
0
};
static const long _vq_quantlist__8u1__p9_1[] = {
7,
6,
8,
5,
9,
4,
10,
3,
11,
2,
12,
1,
13,
0,
14,
};
static const char _vq_lengthlist__8u1__p9_1[] = {
1, 4, 4, 7, 7, 9, 9, 7, 7, 8, 8,10,10,11,11, 4,
7, 7, 9, 9,10,10, 8, 8,10,10,10,11,10,11, 4, 7,
7, 9, 9,10,10, 8, 8,10, 9,11,11,11,11, 7, 9, 9,
12,12,11,12,10,10,11,10,12,11,11,11, 7, 9, 9,11,
11,13,12, 9, 9,11,10,11,11,12,11, 9,10,10,12,12,
14,14,10,10,11,12,12,11,11,11, 9,10,11,11,13,14,
13,10,11,11,11,12,11,12,12, 7, 8, 8,10, 9,11,10,
11,12,12,11,12,14,12,13, 7, 8, 8, 9,10,10,11,12,
12,12,11,12,12,12,13, 9, 9, 9,11,11,13,12,12,12,
12,11,12,12,13,12, 8,10,10,11,10,11,12,12,12,12,
12,12,14,12,12, 9,11,11,11,12,12,12,12,13,13,12,
12,13,13,12,10,11,11,12,11,12,12,12,11,12,13,12,
12,12,13,11,11,12,12,12,13,12,12,11,12,13,13,12,
12,13,12,11,12,12,13,13,12,13,12,13,13,13,13,14,
13,
};
static const static_codebook _8u1__p9_1 = {
2, 225,
(char *)_vq_lengthlist__8u1__p9_1,
1, -522338304, 1620115456, 4, 0,
(long *)_vq_quantlist__8u1__p9_1,
0
};
static const long _vq_quantlist__8u1__p9_2[] = {
8,
7,
9,
6,
10,
5,
11,
4,
12,
3,
13,
2,
14,
1,
15,
0,
16,
};
static const char _vq_lengthlist__8u1__p9_2[] = {
2, 5, 4, 6, 6, 8, 8, 8, 8, 8, 9, 9, 9, 9, 9, 9,
9, 5, 6, 6, 7, 7, 8, 8, 9, 8, 9, 9, 9, 9, 9, 9,
9, 9, 5, 6, 6, 7, 7, 8, 8, 8, 9, 9, 9, 9, 9, 9,
9, 9, 9, 7, 7, 7, 8, 8, 9, 9, 9, 9, 9, 9, 9, 9,
9,10,10, 9, 7, 7, 7, 8, 8, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9,10,10, 8, 8, 8, 9, 9, 9, 9,10,10,10, 9,
10,10,10,10,10,10, 8, 8, 8, 9, 9, 9, 9, 9, 9, 9,
10,10,10,10,10,10,10, 9, 9, 9, 9, 9, 9, 9, 9,10,
10,10,10,10,10,10,10,10, 9, 9, 9, 9, 9,10,10,10,
10,10,10,10,10,10,10,10,10, 9, 9, 9, 9, 9, 9,10,
10,10,10,10,10,10,10,10,10,10, 9, 9, 9, 9, 9,10,
10,10,10,10,10,10,10,10,10,10,10, 9, 9, 9, 9,10,
10,10,10,10,10,10,10,10,10,10,10,10, 9, 9, 9, 9,
9,10,10,10,10,10,10,10,10,10,10,10,10, 9, 9, 9,
10,10,10,10,10,10,10,10,10,10,10,10,10,10, 9,10,
9, 9, 9,10,10,10,10,10,10,10,10,10,10,10,10, 9,
10, 9,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
9, 9,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,
};
static const static_codebook _8u1__p9_2 = {
2, 289,
(char *)_vq_lengthlist__8u1__p9_2,
1, -529530880, 1611661312, 5, 0,
(long *)_vq_quantlist__8u1__p9_2,
0
};
static const char _huff_lengthlist__8u1__single[] = {
4, 7,13, 9,15, 9,16, 8,10,13, 7, 5, 8, 6, 9, 7,
10, 7,10,11,11, 6, 7, 8, 8, 9, 9, 9,12,16, 8, 5,
8, 6, 8, 6, 9, 7,10,12,11, 7, 7, 7, 6, 7, 7, 7,
11,15, 7, 5, 8, 6, 7, 5, 7, 6, 9,13,13, 9, 9, 8,
6, 6, 5, 5, 9,14, 8, 6, 8, 6, 6, 4, 5, 3, 5,13,
9, 9,11, 8,10, 7, 8, 4, 5,12,11,16,17,15,17,12,
13, 8, 8,15,
};
static const static_codebook _huff_book__8u1__single = {
2, 100,
(char *)_huff_lengthlist__8u1__single,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist__44u0__long[] = {
5, 8,13,10,17,11,11,15, 7, 2, 4, 5, 8, 7, 9,16,
13, 4, 3, 5, 6, 8,11,20,10, 4, 5, 5, 7, 6, 8,18,
15, 7, 6, 7, 8,10,14,20,10, 6, 7, 6, 9, 7, 8,17,
9, 8,10, 8,10, 5, 4,11,12,17,19,14,16,10, 7,12,
};
static const static_codebook _huff_book__44u0__long = {
2, 64,
(char *)_huff_lengthlist__44u0__long,
0, 0, 0, 0, 0,
NULL,
0
};
static const long _vq_quantlist__44u0__p1_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44u0__p1_0[] = {
1, 4, 4, 5, 8, 7, 5, 7, 8, 5, 8, 8, 8,11,11, 8,
10,10, 5, 8, 8, 8,11,10, 8,11,11, 4, 8, 8, 8,11,
11, 8,11,11, 8,12,11,11,13,13,11,13,14, 7,11,11,
10,13,12,11,13,14, 4, 8, 8, 8,11,11, 8,11,12, 8,
11,11,11,13,13,10,12,13, 8,11,11,11,14,13,11,14,
13,
};
static const static_codebook _44u0__p1_0 = {
4, 81,
(char *)_vq_lengthlist__44u0__p1_0,
1, -535822336, 1611661312, 2, 0,
(long *)_vq_quantlist__44u0__p1_0,
0
};
static const long _vq_quantlist__44u0__p2_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44u0__p2_0[] = {
2, 4, 4, 5, 6, 6, 5, 6, 6, 5, 7, 7, 7, 8, 8, 6,
8, 8, 5, 7, 7, 6, 8, 8, 7, 8, 8, 4, 7, 7, 7, 8,
8, 7, 8, 8, 7, 8, 8, 8, 9,10, 8,10,10, 6, 8, 8,
8,10, 8, 8,10,10, 5, 7, 7, 7, 8, 8, 7, 8, 8, 6,
8, 8, 8,10,10, 8, 8,10, 6, 8, 8, 8,10,10, 8,10,
9,
};
static const static_codebook _44u0__p2_0 = {
4, 81,
(char *)_vq_lengthlist__44u0__p2_0,
1, -535822336, 1611661312, 2, 0,
(long *)_vq_quantlist__44u0__p2_0,
0
};
static const long _vq_quantlist__44u0__p3_0[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44u0__p3_0[] = {
1, 5, 5, 8, 8, 5, 8, 7, 9, 9, 5, 7, 8, 9, 9, 9,
10, 9,12,12, 9, 9,10,12,12, 6, 8, 8,11,10, 8,10,
10,11,11, 8, 9,10,11,11,10,11,11,14,13,10,11,11,
13,13, 5, 8, 8,10,10, 8,10,10,11,11, 8,10,10,11,
11,10,11,11,13,13,10,11,11,13,13, 9,11,11,15,14,
10,12,12,15,14,10,12,11,15,14,13,14,14,16,16,12,
14,13,17,15, 9,11,11,14,15,10,11,12,14,16,10,11,
12,14,16,12,13,14,16,16,13,13,15,15,18, 5, 8, 8,
11,11, 8,10,10,12,12, 8,10,10,12,13,11,12,12,14,
14,11,12,12,15,15, 8,10,10,13,13,10,12,12,13,13,
10,12,12,14,14,12,13,13,15,15,12,13,13,16,16, 7,
10,10,12,12,10,12,11,13,13,10,12,12,13,14,12,13,
12,15,14,12,13,13,16,16,10,12,12,17,16,12,13,13,
16,15,11,13,13,17,17,15,15,15,16,17,14,15,15,19,
19,10,12,12,15,16,11,13,12,15,18,11,13,13,16,16,
14,15,15,17,17,14,15,15,17,19, 5, 8, 8,11,11, 8,
10,10,12,12, 8,10,10,12,12,11,12,12,16,15,11,12,
12,14,15, 7,10,10,13,13,10,12,12,14,13,10,11,12,
13,13,12,13,13,16,16,12,12,13,15,15, 8,10,10,13,
13,10,12,12,14,14,10,12,12,13,13,12,13,13,16,16,
12,13,13,15,15,10,12,12,16,15,11,13,13,17,16,11,
12,13,16,15,13,15,15,19,17,14,15,14,17,16,10,12,
12,16,16,11,13,13,16,17,12,13,13,15,17,14,15,15,
17,19,14,15,15,17,17, 8,11,11,16,16,10,13,12,17,
17,10,12,13,16,16,15,17,16,20,19,14,15,17,18,19,
9,12,12,16,17,11,13,14,17,18,11,13,13,19,18,16,
17,18,19,19,15,16,16,19,19, 9,12,12,16,17,11,14,
13,18,17,11,13,13,17,17,16,17,16,20,19,14,16,16,
18,18,12,15,15,19,17,14,15,16, 0,20,13,15,16,20,
17,18,16,20, 0, 0,15,16,19,20, 0,12,15,14,18,19,
13,16,15,20,19,13,16,15,20,18,17,18,17, 0,20,16,
17,16, 0, 0, 8,11,11,16,15,10,12,12,17,17,10,13,
13,17,16,14,16,15,18,20,15,16,16,19,19, 9,12,12,
16,16,11,13,13,17,16,11,13,14,17,18,15,15,16,20,
20,16,16,17,19,19, 9,13,12,16,17,11,14,13,17,17,
11,14,14,18,17,14,16,15,18,19,16,17,18,18,19,12,
14,15,19,18,13,15,16,18, 0,13,14,15, 0, 0,16,16,
17,20, 0,17,17,20,20, 0,12,15,15,19,20,13,15,15,
0, 0,14,16,15, 0, 0,15,18,16, 0, 0,17,18,16, 0,
19,
};
static const static_codebook _44u0__p3_0 = {
4, 625,
(char *)_vq_lengthlist__44u0__p3_0,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44u0__p3_0,
0
};
static const long _vq_quantlist__44u0__p4_0[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44u0__p4_0[] = {
4, 5, 5, 9, 9, 5, 6, 6, 9, 9, 5, 6, 6, 9, 9, 9,
10, 9,12,12, 9, 9,10,12,12, 5, 7, 7,10,10, 7, 7,
8,10,10, 6, 7, 8,10,10,10,10,10,11,13,10, 9,10,
12,13, 5, 7, 7,10,10, 6, 8, 7,10,10, 7, 8, 7,10,
10, 9,10,10,12,12,10,10,10,13,11, 9,10,10,13,13,
10,11,10,13,13,10,10,10,13,13,12,12,13,14,14,12,
12,13,14,14, 9,10,10,13,13,10,10,10,13,13,10,10,
10,13,13,12,13,12,15,14,12,13,12,15,15, 5, 7, 6,
10,10, 7, 8, 8,10,10, 7, 8, 8,10,10,10,11,10,13,
13,10,10,10,12,12, 7, 8, 8,11,10, 8, 8, 9,10,11,
8, 9, 9,11,11,11,10,11,11,14,11,11,11,13,13, 6,
8, 8,10,10, 7, 9, 8,11,10, 8, 9, 9,11,11,10,11,
10,14,11,10,11,11,13,13,10,11,11,14,13,10,10,11,
14,13,10,11,11,14,14,12,11,13,12,16,13,14,14,15,
15,10,10,11,13,14,10,11,10,14,13,10,11,11,14,14,
12,13,12,15,13,13,13,14,15,16, 5, 7, 7,10,10, 7,
8, 8,10,10, 7, 8, 8,10,10,10,10,10,13,13,10,10,
11,12,13, 6, 8, 8,11,10, 8, 9, 9,11,11, 7, 8, 9,
10,11,10,11,11,13,13,10,10,11,11,13, 6, 8, 8,10,
11, 8, 9, 9,11,11, 8, 9, 8,12,10,10,11,11,13,13,
10,11,10,14,11,10,10,10,14,13,10,11,11,14,13,10,
10,11,13,13,12,14,14,16,16,12,12,13,13,15,10,11,
11,13,14,10,11,11,14,15,10,11,10,13,13,13,14,13,
16,16,12,13,11,15,12, 9,10,10,13,13,10,11,11,14,
13,10,10,11,13,14,13,14,13,16,16,13,13,13,15,16,
9,10,10,13,13,10,10,11,13,14,10,11,11,15,13,13,
13,14,14,18,13,13,14,16,15, 9,10,10,13,14,10,11,
10,14,13,10,11,11,13,14,13,14,13,16,15,13,13,14,
15,16,12,13,12,16,14,11,11,13,15,15,13,14,13,16,
15,15,12,16,12,17,14,15,15,17,17,12,13,13,14,16,
11,13,11,16,15,12,13,14,15,16,14,15,13, 0,14,14,
16,16, 0, 0, 9,10,10,13,13,10,11,10,14,14,10,11,
11,13,13,12,13,13,14,16,13,14,14,16,16, 9,10,10,
14,14,11,11,11,14,13,10,10,11,14,14,13,13,13,16,
16,13,13,14,14,17, 9,10,10,13,14,10,11,11,13,15,
10,11,10,14,14,13,13,13,14,17,13,14,13,17,14,12,
13,13,16,14,13,14,13,16,15,12,12,13,15,16,15,15,
16,18,16,15,13,15,14, 0,12,12,13,14,16,13,13,14,
15,16,11,12,11,16,14,15,16,16,17,17,14,15,12,17,
12,
};
static const static_codebook _44u0__p4_0 = {
4, 625,
(char *)_vq_lengthlist__44u0__p4_0,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44u0__p4_0,
0
};
static const long _vq_quantlist__44u0__p5_0[] = {
4,
3,
5,
2,
6,
1,
7,
0,
8,
};
static const char _vq_lengthlist__44u0__p5_0[] = {
1, 4, 4, 7, 7, 7, 7, 9, 9, 4, 6, 6, 8, 8, 8, 8,
9, 9, 4, 6, 6, 8, 8, 8, 8, 9, 9, 7, 8, 8, 9, 9,
9, 9,11,10, 7, 8, 8, 9, 9, 9, 9,10,10, 7, 8, 8,
9, 9,10,10,11,11, 7, 8, 8, 9, 9,10,10,11,11, 9,
9, 9,10,10,11,11,12,12, 9, 9, 9,10,11,11,11,12,
12,
};
static const static_codebook _44u0__p5_0 = {
2, 81,
(char *)_vq_lengthlist__44u0__p5_0,
1, -531628032, 1611661312, 4, 0,
(long *)_vq_quantlist__44u0__p5_0,
0
};
static const long _vq_quantlist__44u0__p6_0[] = {
6,
5,
7,
4,
8,
3,
9,
2,
10,
1,
11,
0,
12,
};
static const char _vq_lengthlist__44u0__p6_0[] = {
1, 4, 4, 6, 6, 8, 8,10, 9,11,10,14,13, 4, 6, 5,
8, 8, 9, 9,11,10,11,11,14,14, 4, 5, 6, 8, 8, 9,
9,10,10,11,11,14,14, 6, 8, 8, 9, 9,10,10,11,11,
12,12,16,15, 7, 8, 8, 9, 9,10,10,11,11,12,12,15,
15, 9,10,10,10,10,11,11,12,12,12,12,15,15, 9,10,
9,10,11,11,11,12,12,12,13,15,15,10,10,11,11,11,
12,12,13,12,13,13,16,15,10,11,11,11,11,12,12,13,
12,13,13,16,17,11,11,12,12,12,13,13,13,14,14,15,
17,17,11,11,12,12,12,13,13,13,14,14,14,16,18,14,
15,15,15,15,16,16,16,16,17,18, 0, 0,14,15,15,15,
15,17,16,17,18,17,17,18, 0,
};
static const static_codebook _44u0__p6_0 = {
2, 169,
(char *)_vq_lengthlist__44u0__p6_0,
1, -526516224, 1616117760, 4, 0,
(long *)_vq_quantlist__44u0__p6_0,
0
};
static const long _vq_quantlist__44u0__p6_1[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44u0__p6_1[] = {
2, 4, 4, 5, 5, 4, 5, 5, 5, 5, 4, 5, 5, 5, 5, 5,
6, 6, 6, 6, 5, 6, 6, 6, 6,
};
static const static_codebook _44u0__p6_1 = {
2, 25,
(char *)_vq_lengthlist__44u0__p6_1,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44u0__p6_1,
0
};
static const long _vq_quantlist__44u0__p7_0[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44u0__p7_0[] = {
1, 4, 4,11,11, 9,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11, 9,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,10,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,
};
static const static_codebook _44u0__p7_0 = {
4, 625,
(char *)_vq_lengthlist__44u0__p7_0,
1, -518709248, 1626677248, 3, 0,
(long *)_vq_quantlist__44u0__p7_0,
0
};
static const long _vq_quantlist__44u0__p7_1[] = {
6,
5,
7,
4,
8,
3,
9,
2,
10,
1,
11,
0,
12,
};
static const char _vq_lengthlist__44u0__p7_1[] = {
1, 4, 4, 6, 6, 6, 6, 7, 7, 8, 8, 9, 9, 5, 7, 7,
8, 7, 7, 7, 9, 8,10, 9,10,11, 5, 7, 7, 8, 8, 7,
7, 8, 9,10,10,11,11, 6, 8, 8, 9, 9, 9, 9,11,10,
12,12,15,12, 6, 8, 8, 9, 9, 9, 9,11,11,12,11,14,
12, 7, 8, 8,10,10,12,12,13,13,13,15,13,13, 7, 8,
8,10,10,11,11,13,12,14,15,15,15, 9,10,10,11,12,
13,13,14,15,14,15,14,15, 8,10,10,12,12,14,14,15,
14,14,15,15,14,10,12,12,14,14,15,14,15,15,15,14,
15,15,10,12,12,13,14,15,14,15,15,14,15,15,15,12,
15,13,15,14,15,15,15,15,15,15,15,15,13,13,15,15,
15,15,15,15,15,15,15,15,15,
};
static const static_codebook _44u0__p7_1 = {
2, 169,
(char *)_vq_lengthlist__44u0__p7_1,
1, -523010048, 1618608128, 4, 0,
(long *)_vq_quantlist__44u0__p7_1,
0
};
static const long _vq_quantlist__44u0__p7_2[] = {
6,
5,
7,
4,
8,
3,
9,
2,
10,
1,
11,
0,
12,
};
static const char _vq_lengthlist__44u0__p7_2[] = {
2, 5, 4, 6, 6, 7, 7, 8, 8, 8, 8, 9, 8, 5, 5, 6,
7, 7, 8, 8, 8, 8, 9, 9, 9, 9, 5, 6, 5, 7, 7, 8,
8, 8, 8, 9, 9, 9, 9, 6, 7, 7, 8, 8, 8, 8, 9, 8,
9, 9, 9, 9, 6, 7, 7, 8, 7, 8, 8, 9, 9, 9, 9, 9,
9, 7, 8, 8, 8, 8, 9, 9, 9, 9, 9, 9, 9, 9, 7, 8,
8, 9, 8, 9, 8, 9, 9, 9, 9, 9, 9, 8, 9, 8, 9, 9,
9, 9, 9, 9, 9, 9,10,10, 8, 8, 9, 9, 9, 9, 9, 9,
9, 9,10, 9,10, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 8, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9,10,10,10, 9, 9, 9, 9, 9,
9, 9, 9,10, 9, 9,10,10, 9,
};
static const static_codebook _44u0__p7_2 = {
2, 169,
(char *)_vq_lengthlist__44u0__p7_2,
1, -531103744, 1611661312, 4, 0,
(long *)_vq_quantlist__44u0__p7_2,
0
};
static const char _huff_lengthlist__44u0__short[] = {
12,13,14,13,17,12,15,17, 5, 5, 6,10,10,11,15,16,
4, 3, 3, 7, 5, 7,10,16, 7, 7, 7,10, 9,11,12,16,
6, 5, 5, 9, 5, 6,10,16, 8, 7, 7, 9, 6, 7, 9,16,
11, 7, 3, 6, 4, 5, 8,16,12, 9, 4, 8, 5, 7, 9,16,
};
static const static_codebook _huff_book__44u0__short = {
2, 64,
(char *)_huff_lengthlist__44u0__short,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist__44u1__long[] = {
5, 8,13,10,17,11,11,15, 7, 2, 4, 5, 8, 7, 9,16,
13, 4, 3, 5, 6, 8,11,20,10, 4, 5, 5, 7, 6, 8,18,
15, 7, 6, 7, 8,10,14,20,10, 6, 7, 6, 9, 7, 8,17,
9, 8,10, 8,10, 5, 4,11,12,17,19,14,16,10, 7,12,
};
static const static_codebook _huff_book__44u1__long = {
2, 64,
(char *)_huff_lengthlist__44u1__long,
0, 0, 0, 0, 0,
NULL,
0
};
static const long _vq_quantlist__44u1__p1_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44u1__p1_0[] = {
1, 4, 4, 5, 8, 7, 5, 7, 8, 5, 8, 8, 8,11,11, 8,
10,10, 5, 8, 8, 8,11,10, 8,11,11, 4, 8, 8, 8,11,
11, 8,11,11, 8,12,11,11,13,13,11,13,14, 7,11,11,
10,13,12,11,13,14, 4, 8, 8, 8,11,11, 8,11,12, 8,
11,11,11,13,13,10,12,13, 8,11,11,11,14,13,11,14,
13,
};
static const static_codebook _44u1__p1_0 = {
4, 81,
(char *)_vq_lengthlist__44u1__p1_0,
1, -535822336, 1611661312, 2, 0,
(long *)_vq_quantlist__44u1__p1_0,
0
};
static const long _vq_quantlist__44u1__p2_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44u1__p2_0[] = {
2, 4, 4, 5, 6, 6, 5, 6, 6, 5, 7, 7, 7, 8, 8, 6,
8, 8, 5, 7, 7, 6, 8, 8, 7, 8, 8, 4, 7, 7, 7, 8,
8, 7, 8, 8, 7, 8, 8, 8, 9,10, 8,10,10, 6, 8, 8,
8,10, 8, 8,10,10, 5, 7, 7, 7, 8, 8, 7, 8, 8, 6,
8, 8, 8,10,10, 8, 8,10, 6, 8, 8, 8,10,10, 8,10,
9,
};
static const static_codebook _44u1__p2_0 = {
4, 81,
(char *)_vq_lengthlist__44u1__p2_0,
1, -535822336, 1611661312, 2, 0,
(long *)_vq_quantlist__44u1__p2_0,
0
};
static const long _vq_quantlist__44u1__p3_0[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44u1__p3_0[] = {
1, 5, 5, 8, 8, 5, 8, 7, 9, 9, 5, 7, 8, 9, 9, 9,
10, 9,12,12, 9, 9,10,12,12, 6, 8, 8,11,10, 8,10,
10,11,11, 8, 9,10,11,11,10,11,11,14,13,10,11,11,
13,13, 5, 8, 8,10,10, 8,10,10,11,11, 8,10,10,11,
11,10,11,11,13,13,10,11,11,13,13, 9,11,11,15,14,
10,12,12,15,14,10,12,11,15,14,13,14,14,16,16,12,
14,13,17,15, 9,11,11,14,15,10,11,12,14,16,10,11,
12,14,16,12,13,14,16,16,13,13,15,15,18, 5, 8, 8,
11,11, 8,10,10,12,12, 8,10,10,12,13,11,12,12,14,
14,11,12,12,15,15, 8,10,10,13,13,10,12,12,13,13,
10,12,12,14,14,12,13,13,15,15,12,13,13,16,16, 7,
10,10,12,12,10,12,11,13,13,10,12,12,13,14,12,13,
12,15,14,12,13,13,16,16,10,12,12,17,16,12,13,13,
16,15,11,13,13,17,17,15,15,15,16,17,14,15,15,19,
19,10,12,12,15,16,11,13,12,15,18,11,13,13,16,16,
14,15,15,17,17,14,15,15,17,19, 5, 8, 8,11,11, 8,
10,10,12,12, 8,10,10,12,12,11,12,12,16,15,11,12,
12,14,15, 7,10,10,13,13,10,12,12,14,13,10,11,12,
13,13,12,13,13,16,16,12,12,13,15,15, 8,10,10,13,
13,10,12,12,14,14,10,12,12,13,13,12,13,13,16,16,
12,13,13,15,15,10,12,12,16,15,11,13,13,17,16,11,
12,13,16,15,13,15,15,19,17,14,15,14,17,16,10,12,
12,16,16,11,13,13,16,17,12,13,13,15,17,14,15,15,
17,19,14,15,15,17,17, 8,11,11,16,16,10,13,12,17,
17,10,12,13,16,16,15,17,16,20,19,14,15,17,18,19,
9,12,12,16,17,11,13,14,17,18,11,13,13,19,18,16,
17,18,19,19,15,16,16,19,19, 9,12,12,16,17,11,14,
13,18,17,11,13,13,17,17,16,17,16,20,19,14,16,16,
18,18,12,15,15,19,17,14,15,16, 0,20,13,15,16,20,
17,18,16,20, 0, 0,15,16,19,20, 0,12,15,14,18,19,
13,16,15,20,19,13,16,15,20,18,17,18,17, 0,20,16,
17,16, 0, 0, 8,11,11,16,15,10,12,12,17,17,10,13,
13,17,16,14,16,15,18,20,15,16,16,19,19, 9,12,12,
16,16,11,13,13,17,16,11,13,14,17,18,15,15,16,20,
20,16,16,17,19,19, 9,13,12,16,17,11,14,13,17,17,
11,14,14,18,17,14,16,15,18,19,16,17,18,18,19,12,
14,15,19,18,13,15,16,18, 0,13,14,15, 0, 0,16,16,
17,20, 0,17,17,20,20, 0,12,15,15,19,20,13,15,15,
0, 0,14,16,15, 0, 0,15,18,16, 0, 0,17,18,16, 0,
19,
};
static const static_codebook _44u1__p3_0 = {
4, 625,
(char *)_vq_lengthlist__44u1__p3_0,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44u1__p3_0,
0
};
static const long _vq_quantlist__44u1__p4_0[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44u1__p4_0[] = {
4, 5, 5, 9, 9, 5, 6, 6, 9, 9, 5, 6, 6, 9, 9, 9,
10, 9,12,12, 9, 9,10,12,12, 5, 7, 7,10,10, 7, 7,
8,10,10, 6, 7, 8,10,10,10,10,10,11,13,10, 9,10,
12,13, 5, 7, 7,10,10, 6, 8, 7,10,10, 7, 8, 7,10,
10, 9,10,10,12,12,10,10,10,13,11, 9,10,10,13,13,
10,11,10,13,13,10,10,10,13,13,12,12,13,14,14,12,
12,13,14,14, 9,10,10,13,13,10,10,10,13,13,10,10,
10,13,13,12,13,12,15,14,12,13,12,15,15, 5, 7, 6,
10,10, 7, 8, 8,10,10, 7, 8, 8,10,10,10,11,10,13,
13,10,10,10,12,12, 7, 8, 8,11,10, 8, 8, 9,10,11,
8, 9, 9,11,11,11,10,11,11,14,11,11,11,13,13, 6,
8, 8,10,10, 7, 9, 8,11,10, 8, 9, 9,11,11,10,11,
10,14,11,10,11,11,13,13,10,11,11,14,13,10,10,11,
14,13,10,11,11,14,14,12,11,13,12,16,13,14,14,15,
15,10,10,11,13,14,10,11,10,14,13,10,11,11,14,14,
12,13,12,15,13,13,13,14,15,16, 5, 7, 7,10,10, 7,
8, 8,10,10, 7, 8, 8,10,10,10,10,10,13,13,10,10,
11,12,13, 6, 8, 8,11,10, 8, 9, 9,11,11, 7, 8, 9,
10,11,10,11,11,13,13,10,10,11,11,13, 6, 8, 8,10,
11, 8, 9, 9,11,11, 8, 9, 8,12,10,10,11,11,13,13,
10,11,10,14,11,10,10,10,14,13,10,11,11,14,13,10,
10,11,13,13,12,14,14,16,16,12,12,13,13,15,10,11,
11,13,14,10,11,11,14,15,10,11,10,13,13,13,14,13,
16,16,12,13,11,15,12, 9,10,10,13,13,10,11,11,14,
13,10,10,11,13,14,13,14,13,16,16,13,13,13,15,16,
9,10,10,13,13,10,10,11,13,14,10,11,11,15,13,13,
13,14,14,18,13,13,14,16,15, 9,10,10,13,14,10,11,
10,14,13,10,11,11,13,14,13,14,13,16,15,13,13,14,
15,16,12,13,12,16,14,11,11,13,15,15,13,14,13,16,
15,15,12,16,12,17,14,15,15,17,17,12,13,13,14,16,
11,13,11,16,15,12,13,14,15,16,14,15,13, 0,14,14,
16,16, 0, 0, 9,10,10,13,13,10,11,10,14,14,10,11,
11,13,13,12,13,13,14,16,13,14,14,16,16, 9,10,10,
14,14,11,11,11,14,13,10,10,11,14,14,13,13,13,16,
16,13,13,14,14,17, 9,10,10,13,14,10,11,11,13,15,
10,11,10,14,14,13,13,13,14,17,13,14,13,17,14,12,
13,13,16,14,13,14,13,16,15,12,12,13,15,16,15,15,
16,18,16,15,13,15,14, 0,12,12,13,14,16,13,13,14,
15,16,11,12,11,16,14,15,16,16,17,17,14,15,12,17,
12,
};
static const static_codebook _44u1__p4_0 = {
4, 625,
(char *)_vq_lengthlist__44u1__p4_0,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44u1__p4_0,
0
};
static const long _vq_quantlist__44u1__p5_0[] = {
4,
3,
5,
2,
6,
1,
7,
0,
8,
};
static const char _vq_lengthlist__44u1__p5_0[] = {
1, 4, 4, 7, 7, 7, 7, 9, 9, 4, 6, 6, 8, 8, 8, 8,
9, 9, 4, 6, 6, 8, 8, 8, 8, 9, 9, 7, 8, 8, 9, 9,
9, 9,11,10, 7, 8, 8, 9, 9, 9, 9,10,10, 7, 8, 8,
9, 9,10,10,11,11, 7, 8, 8, 9, 9,10,10,11,11, 9,
9, 9,10,10,11,11,12,12, 9, 9, 9,10,11,11,11,12,
12,
};
static const static_codebook _44u1__p5_0 = {
2, 81,
(char *)_vq_lengthlist__44u1__p5_0,
1, -531628032, 1611661312, 4, 0,
(long *)_vq_quantlist__44u1__p5_0,
0
};
static const long _vq_quantlist__44u1__p6_0[] = {
6,
5,
7,
4,
8,
3,
9,
2,
10,
1,
11,
0,
12,
};
static const char _vq_lengthlist__44u1__p6_0[] = {
1, 4, 4, 6, 6, 8, 8,10, 9,11,10,14,13, 4, 6, 5,
8, 8, 9, 9,11,10,11,11,14,14, 4, 5, 6, 8, 8, 9,
9,10,10,11,11,14,14, 6, 8, 8, 9, 9,10,10,11,11,
12,12,16,15, 7, 8, 8, 9, 9,10,10,11,11,12,12,15,
15, 9,10,10,10,10,11,11,12,12,12,12,15,15, 9,10,
9,10,11,11,11,12,12,12,13,15,15,10,10,11,11,11,
12,12,13,12,13,13,16,15,10,11,11,11,11,12,12,13,
12,13,13,16,17,11,11,12,12,12,13,13,13,14,14,15,
17,17,11,11,12,12,12,13,13,13,14,14,14,16,18,14,
15,15,15,15,16,16,16,16,17,18, 0, 0,14,15,15,15,
15,17,16,17,18,17,17,18, 0,
};
static const static_codebook _44u1__p6_0 = {
2, 169,
(char *)_vq_lengthlist__44u1__p6_0,
1, -526516224, 1616117760, 4, 0,
(long *)_vq_quantlist__44u1__p6_0,
0
};
static const long _vq_quantlist__44u1__p6_1[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44u1__p6_1[] = {
2, 4, 4, 5, 5, 4, 5, 5, 5, 5, 4, 5, 5, 5, 5, 5,
6, 6, 6, 6, 5, 6, 6, 6, 6,
};
static const static_codebook _44u1__p6_1 = {
2, 25,
(char *)_vq_lengthlist__44u1__p6_1,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44u1__p6_1,
0
};
static const long _vq_quantlist__44u1__p7_0[] = {
3,
2,
4,
1,
5,
0,
6,
};
static const char _vq_lengthlist__44u1__p7_0[] = {
1, 3, 2, 9, 9, 7, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8,
8,
};
static const static_codebook _44u1__p7_0 = {
2, 49,
(char *)_vq_lengthlist__44u1__p7_0,
1, -518017024, 1626677248, 3, 0,
(long *)_vq_quantlist__44u1__p7_0,
0
};
static const long _vq_quantlist__44u1__p7_1[] = {
6,
5,
7,
4,
8,
3,
9,
2,
10,
1,
11,
0,
12,
};
static const char _vq_lengthlist__44u1__p7_1[] = {
1, 4, 4, 6, 6, 6, 6, 7, 7, 8, 8, 9, 9, 5, 7, 7,
8, 7, 7, 7, 9, 8,10, 9,10,11, 5, 7, 7, 8, 8, 7,
7, 8, 9,10,10,11,11, 6, 8, 8, 9, 9, 9, 9,11,10,
12,12,15,12, 6, 8, 8, 9, 9, 9, 9,11,11,12,11,14,
12, 7, 8, 8,10,10,12,12,13,13,13,15,13,13, 7, 8,
8,10,10,11,11,13,12,14,15,15,15, 9,10,10,11,12,
13,13,14,15,14,15,14,15, 8,10,10,12,12,14,14,15,
14,14,15,15,14,10,12,12,14,14,15,14,15,15,15,14,
15,15,10,12,12,13,14,15,14,15,15,14,15,15,15,12,
15,13,15,14,15,15,15,15,15,15,15,15,13,13,15,15,
15,15,15,15,15,15,15,15,15,
};
static const static_codebook _44u1__p7_1 = {
2, 169,
(char *)_vq_lengthlist__44u1__p7_1,
1, -523010048, 1618608128, 4, 0,
(long *)_vq_quantlist__44u1__p7_1,
0
};
static const long _vq_quantlist__44u1__p7_2[] = {
6,
5,
7,
4,
8,
3,
9,
2,
10,
1,
11,
0,
12,
};
static const char _vq_lengthlist__44u1__p7_2[] = {
2, 5, 4, 6, 6, 7, 7, 8, 8, 8, 8, 9, 8, 5, 5, 6,
7, 7, 8, 8, 8, 8, 9, 9, 9, 9, 5, 6, 5, 7, 7, 8,
8, 8, 8, 9, 9, 9, 9, 6, 7, 7, 8, 8, 8, 8, 9, 8,
9, 9, 9, 9, 6, 7, 7, 8, 7, 8, 8, 9, 9, 9, 9, 9,
9, 7, 8, 8, 8, 8, 9, 9, 9, 9, 9, 9, 9, 9, 7, 8,
8, 9, 8, 9, 8, 9, 9, 9, 9, 9, 9, 8, 9, 8, 9, 9,
9, 9, 9, 9, 9, 9,10,10, 8, 8, 9, 9, 9, 9, 9, 9,
9, 9,10, 9,10, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 8, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9,10,10,10, 9, 9, 9, 9, 9,
9, 9, 9,10, 9, 9,10,10, 9,
};
static const static_codebook _44u1__p7_2 = {
2, 169,
(char *)_vq_lengthlist__44u1__p7_2,
1, -531103744, 1611661312, 4, 0,
(long *)_vq_quantlist__44u1__p7_2,
0
};
static const char _huff_lengthlist__44u1__short[] = {
12,13,14,13,17,12,15,17, 5, 5, 6,10,10,11,15,16,
4, 3, 3, 7, 5, 7,10,16, 7, 7, 7,10, 9,11,12,16,
6, 5, 5, 9, 5, 6,10,16, 8, 7, 7, 9, 6, 7, 9,16,
11, 7, 3, 6, 4, 5, 8,16,12, 9, 4, 8, 5, 7, 9,16,
};
static const static_codebook _huff_book__44u1__short = {
2, 64,
(char *)_huff_lengthlist__44u1__short,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist__44u2__long[] = {
5, 9,14,12,15,13,10,13, 7, 4, 5, 6, 8, 7, 8,12,
13, 4, 3, 5, 5, 6, 9,15,12, 6, 5, 6, 6, 6, 7,14,
14, 7, 4, 6, 4, 6, 8,15,12, 6, 6, 5, 5, 5, 6,14,
9, 7, 8, 6, 7, 5, 4,10,10,13,14,14,15,10, 6, 8,
};
static const static_codebook _huff_book__44u2__long = {
2, 64,
(char *)_huff_lengthlist__44u2__long,
0, 0, 0, 0, 0,
NULL,
0
};
static const long _vq_quantlist__44u2__p1_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44u2__p1_0[] = {
1, 4, 4, 5, 8, 7, 5, 7, 8, 5, 8, 8, 8,11,11, 8,
10,11, 5, 8, 8, 8,11,10, 8,11,11, 4, 8, 8, 8,11,
11, 8,11,11, 8,11,11,11,13,14,11,13,13, 7,11,11,
10,13,12,11,14,14, 4, 8, 8, 8,11,11, 8,11,11, 8,
11,11,11,14,13,10,12,13, 8,11,11,11,13,13,11,13,
13,
};
static const static_codebook _44u2__p1_0 = {
4, 81,
(char *)_vq_lengthlist__44u2__p1_0,
1, -535822336, 1611661312, 2, 0,
(long *)_vq_quantlist__44u2__p1_0,
0
};
static const long _vq_quantlist__44u2__p2_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44u2__p2_0[] = {
2, 5, 5, 5, 6, 6, 5, 6, 6, 5, 6, 6, 7, 8, 8, 6,
8, 8, 5, 6, 6, 6, 8, 7, 7, 8, 8, 5, 6, 6, 7, 8,
8, 6, 8, 8, 6, 8, 8, 8, 9,10, 8,10,10, 6, 8, 8,
7,10, 8, 8,10,10, 5, 6, 6, 6, 8, 8, 7, 8, 8, 6,
8, 8, 8,10,10, 8, 8,10, 6, 8, 8, 8,10,10, 8,10,
9,
};
static const static_codebook _44u2__p2_0 = {
4, 81,
(char *)_vq_lengthlist__44u2__p2_0,
1, -535822336, 1611661312, 2, 0,
(long *)_vq_quantlist__44u2__p2_0,
0
};
static const long _vq_quantlist__44u2__p3_0[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44u2__p3_0[] = {
2, 4, 4, 7, 8, 5, 7, 7, 9, 9, 5, 7, 7, 9, 9, 8,
9, 9,12,11, 8, 9, 9,11,12, 5, 7, 7,10,10, 7, 9,
9,11,11, 7, 9, 9,10,11,10,11,11,13,13, 9,10,11,
12,13, 5, 7, 7,10,10, 7, 9, 9,11,10, 7, 9, 9,11,
11, 9,11,10,13,13,10,11,11,13,13, 8,10,10,14,13,
10,11,11,15,14, 9,11,11,15,14,13,14,13,16,14,12,
13,13,15,16, 8,10,10,13,14, 9,11,11,14,15,10,11,
11,14,15,12,13,13,15,15,12,13,14,15,16, 5, 7, 7,
10,10, 7, 9, 9,11,11, 7, 9, 9,11,12,10,11,11,14,
13,10,11,11,14,14, 7, 9, 9,12,12, 9,11,11,13,13,
9,11,11,13,13,12,13,12,14,14,11,12,13,15,15, 7,
9, 9,12,12, 8,11,10,13,12, 9,11,11,13,13,11,13,
12,15,13,11,13,13,15,16, 9,12,11,15,15,11,12,12,
16,15,11,12,13,16,16,13,14,15,16,15,13,15,15,17,
17, 9,11,11,14,15,10,12,12,15,15,11,13,12,15,16,
13,15,14,16,16,13,15,15,17,19, 5, 7, 7,10,10, 7,
9, 9,12,11, 7, 9, 9,11,11,10,11,11,14,14,10,11,
11,13,14, 7, 9, 9,12,12, 9,11,11,13,13, 9,10,11,
12,13,11,13,12,16,15,11,12,12,14,15, 7, 9, 9,12,
12, 9,11,11,13,13, 9,11,11,13,12,11,13,12,15,16,
12,13,13,15,14, 9,11,11,15,14,11,13,12,16,15,10,
11,12,15,15,13,14,14,18,17,13,14,14,15,17,10,11,
11,14,15,11,13,12,15,17,11,13,12,15,16,13,15,14,
18,17,14,15,15,16,18, 7,10,10,14,14,10,12,12,15,
15,10,12,12,15,15,14,15,15,18,17,13,15,15,16,16,
9,11,11,16,15,11,13,13,16,18,11,13,13,16,16,15,
16,16, 0, 0,14,15,16,18,17, 9,11,11,15,15,10,13,
12,17,16,11,12,13,16,17,14,15,16,19,19,14,15,15,
0,20,12,14,14, 0, 0,13,14,16,19,18,13,15,16,20,
17,16,18, 0, 0, 0,15,16,17,18,19,11,14,14, 0,19,
12,15,14,17,17,13,15,15, 0, 0,16,17,15,20,19,15,
17,16,19, 0, 8,10,10,14,15,10,12,11,15,15,10,11,
12,16,15,13,14,14,19,17,14,15,15, 0, 0, 9,11,11,
16,15,11,13,13,17,16,10,12,13,16,17,14,15,15,18,
18,14,15,16,20,19, 9,12,12, 0,15,11,13,13,16,17,
11,13,13,19,17,14,16,16,18,17,15,16,16,17,19,11,
14,14,18,18,13,14,15, 0, 0,12,14,15,19,18,15,16,
19, 0,19,15,16,19,19,17,12,14,14,16,19,13,15,15,
0,17,13,15,14,18,18,15,16,15, 0,18,16,17,17, 0,
0,
};
static const static_codebook _44u2__p3_0 = {
4, 625,
(char *)_vq_lengthlist__44u2__p3_0,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44u2__p3_0,
0
};
static const long _vq_quantlist__44u2__p4_0[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44u2__p4_0[] = {
4, 5, 5, 8, 8, 5, 7, 6, 9, 9, 5, 6, 7, 9, 9, 9,
9, 9,11,11, 9, 9, 9,11,11, 5, 7, 7, 9, 9, 7, 8,
8,10,10, 7, 7, 8,10,10,10,10,10,11,12, 9,10,10,
11,12, 5, 7, 7, 9, 9, 6, 8, 7,10,10, 7, 8, 8,10,
10, 9,10,10,12,11, 9,10,10,12,11, 9,10,10,12,12,
10,10,10,13,12, 9,10,10,12,13,12,12,12,14,14,11,
12,12,13,14, 9,10,10,12,12, 9,10,10,12,13,10,10,
10,12,13,11,12,12,14,13,12,12,12,14,13, 5, 7, 7,
10, 9, 7, 8, 8,10,10, 7, 8, 8,10,10,10,10,10,12,
12,10,10,10,12,12, 7, 8, 8,11,10, 8, 8, 9,11,11,
8, 9, 9,11,11,10,11,11,12,13,10,11,11,13,13, 6,
8, 8,10,10, 7, 9, 8,11,10, 8, 9, 9,11,11,10,11,
10,13,11,10,11,11,13,13, 9,10,10,13,13,10,11,11,
13,13,10,11,11,14,13,12,11,13,12,15,12,13,13,15,
15, 9,10,10,12,13,10,11,10,13,13,10,11,11,13,13,
12,13,11,15,13,12,13,13,15,15, 5, 7, 7, 9,10, 7,
8, 8,10,10, 7, 8, 8,10,10,10,10,10,12,12,10,10,
11,12,12, 6, 8, 8,10,10, 8, 9, 9,11,11, 7, 8, 9,
10,11,10,11,11,13,13,10,10,11,11,13, 7, 8, 8,10,
11, 8, 9, 9,11,11, 8, 9, 8,11,11,10,11,11,13,13,
10,11,11,13,12, 9,10,10,13,12,10,11,11,14,13,10,
10,11,13,13,12,13,13,15,15,12,11,13,12,14, 9,10,
10,12,13,10,11,11,13,14,10,11,11,13,13,12,13,13,
15,15,12,13,12,15,12, 8, 9, 9,12,12, 9,11,10,13,
13, 9,10,10,13,13,12,13,13,15,15,12,12,12,14,14,
9,10,10,13,13,10,11,11,13,14,10,11,11,14,12,13,
13,14,14,16,12,13,13,15,14, 9,10,10,13,13,10,11,
10,14,13,10,11,11,13,14,12,14,13,16,14,13,13,13,
14,15,11,13,12,15,14,11,12,13,14,15,12,13,13,16,
15,14,12,15,12,16,14,15,15,17,16,11,12,12,14,15,
11,13,11,15,14,12,13,13,15,16,13,15,12,17,13,14,
15,15,16,16, 8, 9, 9,12,12, 9,10,10,13,13, 9,10,
10,13,13,12,13,12,14,14,12,13,13,15,15, 9,10,10,
13,13,10,11,11,14,13,10,10,11,13,14,12,13,13,15,
14,12,12,14,14,16, 9,10,10,13,13,10,11,11,13,14,
10,11,11,14,13,13,13,13,15,15,13,14,13,16,14,11,
12,12,14,14,12,13,13,16,15,11,12,13,14,15,14,15,
15,16,16,14,13,15,13,17,11,12,12,14,15,12,13,13,
15,16,11,13,12,15,15,14,15,14,16,16,14,15,12,17,
13,
};
static const static_codebook _44u2__p4_0 = {
4, 625,
(char *)_vq_lengthlist__44u2__p4_0,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44u2__p4_0,
0
};
static const long _vq_quantlist__44u2__p5_0[] = {
4,
3,
5,
2,
6,
1,
7,
0,
8,
};
static const char _vq_lengthlist__44u2__p5_0[] = {
1, 4, 4, 7, 7, 8, 8, 9, 9, 4, 6, 5, 8, 8, 8, 8,
10,10, 4, 5, 6, 8, 8, 8, 8,10,10, 7, 8, 8, 9, 9,
9, 9,11,11, 7, 8, 8, 9, 9, 9, 9,11,11, 8, 8, 8,
9, 9,10,11,12,12, 8, 8, 8, 9, 9,10,10,12,12,10,
10,10,11,11,12,12,13,13,10,10,10,11,11,12,12,13,
13,
};
static const static_codebook _44u2__p5_0 = {
2, 81,
(char *)_vq_lengthlist__44u2__p5_0,
1, -531628032, 1611661312, 4, 0,
(long *)_vq_quantlist__44u2__p5_0,
0
};
static const long _vq_quantlist__44u2__p6_0[] = {
6,
5,
7,
4,
8,
3,
9,
2,
10,
1,
11,
0,
12,
};
static const char _vq_lengthlist__44u2__p6_0[] = {
1, 4, 4, 6, 6, 8, 8,10,10,11,11,14,13, 4, 6, 5,
8, 8, 9, 9,11,10,12,11,15,14, 4, 5, 6, 8, 8, 9,
9,11,11,11,11,14,14, 6, 8, 8,10, 9,11,11,11,11,
12,12,15,15, 6, 8, 8, 9, 9,11,11,11,12,12,12,15,
15, 8,10,10,11,11,11,11,12,12,13,13,15,16, 8,10,
10,11,11,11,11,12,12,13,13,16,16,10,11,11,12,12,
12,12,13,13,13,13,17,16,10,11,11,12,12,12,12,13,
13,13,14,16,17,11,12,12,13,13,13,13,14,14,15,14,
18,17,11,12,12,13,13,13,13,14,14,14,15,19,18,14,
15,15,15,15,16,16,18,19,18,18, 0, 0,14,15,15,16,
15,17,17,16,18,17,18, 0, 0,
};
static const static_codebook _44u2__p6_0 = {
2, 169,
(char *)_vq_lengthlist__44u2__p6_0,
1, -526516224, 1616117760, 4, 0,
(long *)_vq_quantlist__44u2__p6_0,
0
};
static const long _vq_quantlist__44u2__p6_1[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44u2__p6_1[] = {
2, 4, 4, 5, 5, 4, 5, 5, 6, 5, 4, 5, 5, 5, 6, 5,
6, 5, 6, 6, 5, 5, 6, 6, 6,
};
static const static_codebook _44u2__p6_1 = {
2, 25,
(char *)_vq_lengthlist__44u2__p6_1,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44u2__p6_1,
0
};
static const long _vq_quantlist__44u2__p7_0[] = {
4,
3,
5,
2,
6,
1,
7,
0,
8,
};
static const char _vq_lengthlist__44u2__p7_0[] = {
1, 3, 2,12,12,12,12,12,12, 4,12,12,12,12,12,12,
12,12, 5,12,12,12,12,12,12,12,12,12,12,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,
};
static const static_codebook _44u2__p7_0 = {
2, 81,
(char *)_vq_lengthlist__44u2__p7_0,
1, -516612096, 1626677248, 4, 0,
(long *)_vq_quantlist__44u2__p7_0,
0
};
static const long _vq_quantlist__44u2__p7_1[] = {
6,
5,
7,
4,
8,
3,
9,
2,
10,
1,
11,
0,
12,
};
static const char _vq_lengthlist__44u2__p7_1[] = {
1, 4, 4, 7, 6, 7, 6, 8, 7, 9, 7, 9, 8, 4, 7, 6,
8, 8, 9, 8,10, 9,10,10,11,11, 4, 7, 7, 8, 8, 8,
8, 9,10,11,11,11,11, 6, 8, 8,10,10,10,10,11,11,
12,12,12,12, 7, 8, 8,10,10,10,10,11,11,12,12,13,
13, 7, 9, 9,11,10,12,12,13,13,14,13,14,14, 7, 9,
9,10,11,11,12,13,13,13,13,16,14, 9,10,10,12,12,
13,13,14,14,15,16,15,16, 9,10,10,12,12,12,13,14,
14,14,15,16,15,10,12,12,13,13,15,13,16,16,15,17,
17,17,10,11,11,12,14,14,14,15,15,17,17,15,17,11,
12,12,14,14,14,15,15,15,17,16,17,17,10,12,12,13,
14,14,14,17,15,17,17,17,17,
};
static const static_codebook _44u2__p7_1 = {
2, 169,
(char *)_vq_lengthlist__44u2__p7_1,
1, -523010048, 1618608128, 4, 0,
(long *)_vq_quantlist__44u2__p7_1,
0
};
static const long _vq_quantlist__44u2__p7_2[] = {
6,
5,
7,
4,
8,
3,
9,
2,
10,
1,
11,
0,
12,
};
static const char _vq_lengthlist__44u2__p7_2[] = {
2, 5, 5, 6, 6, 7, 7, 8, 7, 8, 8, 8, 8, 5, 6, 6,
7, 7, 8, 8, 8, 8, 8, 8, 8, 8, 5, 6, 6, 7, 7, 8,
7, 8, 8, 8, 8, 8, 8, 6, 7, 7, 7, 8, 8, 8, 8, 8,
9, 9, 9, 9, 6, 7, 7, 8, 7, 8, 8, 9, 9, 9, 9, 9,
9, 7, 8, 8, 8, 8, 8, 8, 9, 9, 9, 9, 9, 9, 7, 8,
8, 8, 8, 8, 8, 9, 9, 9, 9, 9, 9, 8, 8, 8, 8, 9,
9, 9, 9, 9, 9, 9, 9, 9, 8, 8, 8, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 8, 8, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 8, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 8,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 8, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9,
};
static const static_codebook _44u2__p7_2 = {
2, 169,
(char *)_vq_lengthlist__44u2__p7_2,
1, -531103744, 1611661312, 4, 0,
(long *)_vq_quantlist__44u2__p7_2,
0
};
static const char _huff_lengthlist__44u2__short[] = {
13,15,17,17,15,15,12,17,11, 9, 7,10,10, 9,12,17,
10, 6, 3, 6, 5, 7,10,17,15,10, 6, 9, 8, 9,11,17,
15, 8, 4, 7, 3, 5, 9,16,16,10, 5, 8, 4, 5, 8,16,
13,11, 5, 8, 3, 3, 5,14,13,12, 7,10, 5, 5, 7,14,
};
static const static_codebook _huff_book__44u2__short = {
2, 64,
(char *)_huff_lengthlist__44u2__short,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist__44u3__long[] = {
6, 9,13,12,14,11,10,13, 8, 4, 5, 7, 8, 7, 8,12,
11, 4, 3, 5, 5, 7, 9,14,11, 6, 5, 6, 6, 6, 7,13,
13, 7, 5, 6, 4, 5, 7,14,11, 7, 6, 6, 5, 5, 6,13,
9, 7, 8, 6, 7, 5, 3, 9, 9,12,13,12,14,10, 6, 7,
};
static const static_codebook _huff_book__44u3__long = {
2, 64,
(char *)_huff_lengthlist__44u3__long,
0, 0, 0, 0, 0,
NULL,
0
};
static const long _vq_quantlist__44u3__p1_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44u3__p1_0[] = {
1, 4, 4, 5, 8, 7, 5, 7, 8, 5, 8, 8, 8,10,11, 8,
10,11, 5, 8, 8, 8,11,10, 8,11,11, 4, 8, 8, 8,11,
11, 8,11,11, 8,11,11,11,13,14,11,14,14, 8,11,11,
10,14,12,11,14,14, 4, 8, 8, 8,11,11, 8,11,11, 7,
11,11,11,14,14,10,12,14, 8,11,11,11,14,14,11,14,
13,
};
static const static_codebook _44u3__p1_0 = {
4, 81,
(char *)_vq_lengthlist__44u3__p1_0,
1, -535822336, 1611661312, 2, 0,
(long *)_vq_quantlist__44u3__p1_0,
0
};
static const long _vq_quantlist__44u3__p2_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44u3__p2_0[] = {
2, 5, 4, 5, 6, 6, 5, 6, 6, 5, 6, 6, 7, 8, 8, 6,
8, 8, 5, 6, 6, 6, 8, 8, 7, 8, 8, 5, 7, 6, 7, 8,
8, 6, 8, 8, 7, 8, 8, 8, 9,10, 8,10,10, 6, 8, 8,
8,10, 8, 8,10,10, 5, 6, 6, 6, 8, 8, 7, 8, 8, 6,
8, 8, 8,10,10, 8, 8,10, 7, 8, 8, 8,10,10, 8,10,
9,
};
static const static_codebook _44u3__p2_0 = {
4, 81,
(char *)_vq_lengthlist__44u3__p2_0,
1, -535822336, 1611661312, 2, 0,
(long *)_vq_quantlist__44u3__p2_0,
0
};
static const long _vq_quantlist__44u3__p3_0[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44u3__p3_0[] = {
2, 4, 4, 7, 7, 5, 7, 7, 9, 9, 5, 7, 7, 9, 9, 8,
9, 9,12,12, 8, 9, 9,11,12, 5, 7, 7,10,10, 7, 9,
9,11,11, 7, 9, 9,10,11,10,11,11,13,13, 9,10,11,
13,13, 5, 7, 7,10,10, 7, 9, 9,11,10, 7, 9, 9,11,
11, 9,11,10,13,13,10,11,11,14,13, 8,10,10,14,13,
10,11,11,15,14, 9,11,11,14,14,13,14,13,16,16,12,
13,13,15,15, 8,10,10,13,14, 9,11,11,14,14,10,11,
11,14,15,12,13,13,15,15,13,14,14,15,16, 5, 7, 7,
10,10, 7, 9, 9,11,11, 7, 9, 9,11,12,10,11,11,14,
14,10,11,11,14,14, 7, 9, 9,12,12, 9,11,11,13,13,
9,11,11,13,13,12,12,13,15,15,11,12,13,15,16, 7,
9, 9,11,11, 8,11,10,13,12, 9,11,11,13,13,11,13,
12,15,13,11,13,13,15,16, 9,12,11,15,14,11,12,13,
16,15,11,13,13,15,16,14,14,15,17,16,13,15,16, 0,
17, 9,11,11,15,15,10,13,12,15,15,11,13,13,15,16,
13,15,13,16,15,14,16,15, 0,19, 5, 7, 7,10,10, 7,
9, 9,11,11, 7, 9, 9,11,11,10,12,11,14,14,10,11,
12,14,14, 7, 9, 9,12,12, 9,11,11,14,13, 9,10,11,
12,13,11,13,13,16,16,11,12,13,13,16, 7, 9, 9,12,
12, 9,11,11,13,13, 9,11,11,13,13,11,13,13,15,15,
12,13,12,15,14, 9,11,11,15,14,11,13,12,16,16,10,
12,12,15,15,13,15,15,17,19,13,14,15,16,17,10,12,
12,15,15,11,13,13,16,16,11,13,13,15,16,13,15,15,
0, 0,14,15,15,16,16, 8,10,10,14,14,10,12,12,15,
15,10,12,11,15,16,14,15,15,19,20,13,14,14,18,16,
9,11,11,15,15,11,13,13,17,16,11,13,13,16,16,15,
17,17,20,20,14,15,16,17,20, 9,11,11,15,15,10,13,
12,16,15,11,13,13,15,17,14,16,15,18, 0,14,16,15,
18,20,12,14,14, 0, 0,14,14,16, 0, 0,13,16,15, 0,
0,17,17,18, 0, 0,16,17,19,19, 0,12,14,14,18, 0,
12,16,14, 0,17,13,15,15,18, 0,16,18,17, 0,17,16,
18,17, 0, 0, 7,10,10,14,14,10,12,11,15,15,10,12,
12,16,15,13,15,15,18, 0,14,15,15,17, 0, 9,11,11,
15,15,11,13,13,16,16,11,12,13,16,16,14,15,16,17,
17,14,16,16,16,18, 9,11,12,16,16,11,13,13,17,17,
11,14,13,20,17,15,16,16,19, 0,15,16,17, 0,19,11,
13,14,17,16,14,15,15,20,18,13,14,15,17,19,16,18,
18, 0,20,16,16,19,17, 0,12,15,14,17, 0,14,15,15,
18,19,13,16,15,19,20,15,18,18, 0,20,17, 0,16, 0,
0,
};
static const static_codebook _44u3__p3_0 = {
4, 625,
(char *)_vq_lengthlist__44u3__p3_0,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44u3__p3_0,
0
};
static const long _vq_quantlist__44u3__p4_0[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44u3__p4_0[] = {
4, 5, 5, 8, 8, 5, 7, 6, 9, 9, 5, 6, 7, 9, 9, 9,
9, 9,11,11, 9, 9, 9,11,11, 5, 7, 7, 9, 9, 7, 8,
8,10,10, 7, 7, 8,10,10, 9,10,10,11,12, 9,10,10,
11,12, 5, 7, 7, 9, 9, 7, 8, 7,10,10, 7, 8, 8,10,
10, 9,10, 9,12,11, 9,10,10,12,11, 9,10, 9,12,12,
9,10,10,13,12, 9,10,10,12,13,12,12,12,14,14,11,
12,12,13,14, 9, 9,10,12,12, 9,10,10,12,12, 9,10,
10,12,13,11,12,11,14,13,12,12,12,14,13, 5, 7, 7,
9, 9, 7, 8, 8,10,10, 7, 8, 8,10,10,10,10,10,12,
12, 9,10,10,12,12, 7, 8, 8,11,10, 8, 8, 9,11,11,
8, 9, 9,11,11,11,11,11,12,13,10,11,11,13,13, 6,
8, 8,10,10, 7, 9, 8,11,10, 8, 9, 9,11,11,10,11,
10,13,11,10,11,11,13,13, 9,11,10,13,12,10,11,11,
13,13,10,11,11,13,13,12,12,13,12,15,12,13,13,15,
15, 9,10,10,12,13,10,11,10,13,12,10,11,11,13,14,
12,13,11,15,13,12,13,13,15,15, 5, 7, 7, 9, 9, 7,
8, 8,10,10, 7, 8, 8,10,10, 9,10,10,12,12,10,10,
11,12,12, 6, 8, 8,10,10, 8, 9, 9,11,11, 7, 8, 9,
10,11,10,11,11,13,13,10,10,11,11,13, 7, 8, 8,10,
10, 8, 9, 9,11,11, 8, 9, 9,11,11,10,11,11,13,13,
11,11,11,13,12, 9,10,10,13,12,10,11,11,14,13,10,
10,11,12,13,12,13,13,15,15,12,11,13,13,14, 9,10,
11,12,13,10,11,11,13,13,10,11,11,13,13,12,13,13,
15,15,12,13,12,15,12, 8, 9, 9,12,12, 9,11,10,13,
13, 9,10,10,13,13,12,13,13,15,14,12,12,12,14,13,
9,10,10,13,12,10,11,11,13,13,10,11,11,14,12,13,
13,14,14,16,12,13,13,15,15, 9,10,10,13,13,10,11,
10,14,13,10,11,11,13,14,12,14,13,15,14,13,13,13,
15,15,11,13,12,15,14,11,12,13,14,15,12,13,13,16,
14,14,12,15,12,16,14,15,15,17,15,11,12,12,14,14,
11,13,11,15,14,12,13,13,15,15,13,15,12,17,13,14,
15,15,16,16, 8, 9, 9,12,12, 9,10,10,12,13, 9,10,
10,13,13,12,12,12,14,14,12,13,13,15,15, 9,10,10,
13,12,10,11,11,14,13,10,10,11,13,14,12,13,13,15,
15,12,12,13,14,16, 9,10,10,13,13,10,11,11,13,14,
10,11,11,14,13,12,13,13,14,15,13,14,13,16,14,11,
12,12,14,14,12,13,13,15,14,11,12,13,14,15,14,15,
15,16,16,13,13,15,13,16,11,12,12,14,15,12,13,13,
14,15,11,13,12,15,14,14,15,15,16,16,14,15,12,16,
13,
};
static const static_codebook _44u3__p4_0 = {
4, 625,
(char *)_vq_lengthlist__44u3__p4_0,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44u3__p4_0,
0
};
static const long _vq_quantlist__44u3__p5_0[] = {
4,
3,
5,
2,
6,
1,
7,
0,
8,
};
static const char _vq_lengthlist__44u3__p5_0[] = {
2, 3, 3, 6, 6, 7, 7, 9, 9, 4, 5, 5, 7, 7, 8, 8,
10,10, 4, 5, 5, 7, 7, 8, 8,10,10, 6, 7, 7, 8, 8,
9, 9,11,10, 6, 7, 7, 8, 8, 9, 9,10,10, 7, 8, 8,
9, 9,10,10,11,11, 7, 8, 8, 9, 9,10,10,11,11, 9,
10,10,11,10,11,11,12,12, 9,10,10,10,10,11,11,12,
12,
};
static const static_codebook _44u3__p5_0 = {
2, 81,
(char *)_vq_lengthlist__44u3__p5_0,
1, -531628032, 1611661312, 4, 0,
(long *)_vq_quantlist__44u3__p5_0,
0
};
static const long _vq_quantlist__44u3__p6_0[] = {
6,
5,
7,
4,
8,
3,
9,
2,
10,
1,
11,
0,
12,
};
static const char _vq_lengthlist__44u3__p6_0[] = {
1, 4, 4, 6, 6, 8, 8, 9, 9,10,11,13,14, 4, 6, 5,
8, 8, 9, 9,10,10,11,11,14,14, 4, 6, 6, 8, 8, 9,
9,10,10,11,11,14,14, 6, 8, 8, 9, 9,10,10,11,11,
12,12,15,15, 6, 8, 8, 9, 9,10,11,11,11,12,12,15,
15, 8, 9, 9,11,10,11,11,12,12,13,13,15,16, 8, 9,
9,10,11,11,11,12,12,13,13,16,16,10,10,11,11,11,
12,12,13,13,13,14,17,16, 9,10,11,12,11,12,12,13,
13,13,13,16,18,11,12,11,12,12,13,13,13,14,15,14,
17,17,11,11,12,12,12,13,13,13,14,14,15,18,17,14,
15,15,15,15,16,16,17,17,19,18, 0,20,14,15,14,15,
15,16,16,16,17,18,16,20,18,
};
static const static_codebook _44u3__p6_0 = {
2, 169,
(char *)_vq_lengthlist__44u3__p6_0,
1, -526516224, 1616117760, 4, 0,
(long *)_vq_quantlist__44u3__p6_0,
0
};
static const long _vq_quantlist__44u3__p6_1[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44u3__p6_1[] = {
2, 4, 4, 5, 5, 4, 5, 5, 6, 5, 4, 5, 5, 5, 6, 5,
6, 5, 6, 6, 5, 5, 6, 6, 6,
};
static const static_codebook _44u3__p6_1 = {
2, 25,
(char *)_vq_lengthlist__44u3__p6_1,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44u3__p6_1,
0
};
static const long _vq_quantlist__44u3__p7_0[] = {
4,
3,
5,
2,
6,
1,
7,
0,
8,
};
static const char _vq_lengthlist__44u3__p7_0[] = {
1, 3, 3,10,10,10,10,10,10, 4,10,10,10,10,10,10,
10,10, 4,10,10,10,10,10,10,10,10,10,10, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9,
};
static const static_codebook _44u3__p7_0 = {
2, 81,
(char *)_vq_lengthlist__44u3__p7_0,
1, -515907584, 1627381760, 4, 0,
(long *)_vq_quantlist__44u3__p7_0,
0
};
static const long _vq_quantlist__44u3__p7_1[] = {
7,
6,
8,
5,
9,
4,
10,
3,
11,
2,
12,
1,
13,
0,
14,
};
static const char _vq_lengthlist__44u3__p7_1[] = {
1, 4, 4, 6, 6, 7, 6, 8, 7, 9, 8,10, 9,11,11, 4,
7, 7, 8, 7, 9, 9,10,10,11,11,11,11,12,12, 4, 7,
7, 7, 7, 9, 9,10,10,11,11,12,12,12,11, 6, 8, 8,
9, 9,10,10,11,11,12,12,13,12,13,13, 6, 8, 8, 9,
9,10,11,11,11,12,12,13,14,13,13, 8, 9, 9,11,11,
12,12,12,13,14,13,14,14,14,15, 8, 9, 9,11,11,11,
12,13,14,13,14,15,17,14,15, 9,10,10,12,12,13,13,
13,14,15,15,15,16,16,16, 9,11,11,12,12,13,13,14,
14,14,15,16,16,16,16,10,12,12,13,13,14,14,15,15,
15,16,17,17,17,17,10,12,11,13,13,15,14,15,14,16,
17,16,16,16,16,11,13,12,14,14,14,14,15,16,17,16,
17,17,17,17,11,13,12,14,14,14,15,17,16,17,17,17,
17,17,17,12,13,13,15,16,15,16,17,17,16,16,17,17,
17,17,12,13,13,15,15,15,16,17,17,17,16,17,16,17,
17,
};
static const static_codebook _44u3__p7_1 = {
2, 225,
(char *)_vq_lengthlist__44u3__p7_1,
1, -522338304, 1620115456, 4, 0,
(long *)_vq_quantlist__44u3__p7_1,
0
};
static const long _vq_quantlist__44u3__p7_2[] = {
8,
7,
9,
6,
10,
5,
11,
4,
12,
3,
13,
2,
14,
1,
15,
0,
16,
};
static const char _vq_lengthlist__44u3__p7_2[] = {
2, 5, 5, 7, 6, 7, 7, 8, 8, 8, 8, 9, 9, 9, 9, 9,
9, 5, 6, 6, 7, 7, 8, 8, 8, 8, 9, 9, 9, 9, 9, 9,
10,10, 5, 6, 6, 7, 7, 8, 8, 8, 8, 9, 8, 9, 9, 9,
9,10, 9, 7, 7, 7, 8, 8, 8, 8, 9, 9, 9, 9, 9, 9,
10,10,10,10, 7, 7, 7, 8, 8, 8, 8, 9, 9, 9, 9,10,
9,10,10,10,10, 7, 8, 8, 8, 8, 9, 9, 9, 9, 9, 9,
10,10,10,10,10,10, 7, 8, 8, 9, 8, 9, 9, 9, 9,10,
9,10,10,10,10,10,10, 8, 8, 8, 9, 9, 9, 9, 9, 9,
9,10,10,10,10,10,10,10, 8, 9, 8, 9, 9, 9, 9,10,
9,10,10,10,10,10,10,10,10, 9, 9, 9, 9, 9, 9,10,
9,10,10,10,10,10,10,10,10,10, 9, 9, 9, 9, 9,10,
9,10,10,10,10,10,10,10,10,10,10, 9, 9, 9,10, 9,
10,10,10,10,10,10,10,10,10,10,10,10, 9, 9, 9,10,
10,10,10,10,10,10,10,10,10,10,10,10,10, 9, 9, 9,
10,10,10,10,10,10,10,10,10,10,10,10,10,11, 9,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,11, 9,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
9,10,10,10,10,10,10,10,10,10,10,10,11,11,11,10,
11,
};
static const static_codebook _44u3__p7_2 = {
2, 289,
(char *)_vq_lengthlist__44u3__p7_2,
1, -529530880, 1611661312, 5, 0,
(long *)_vq_quantlist__44u3__p7_2,
0
};
static const char _huff_lengthlist__44u3__short[] = {
14,14,14,15,13,15,12,16,10, 8, 7, 9, 9, 8,12,16,
10, 5, 4, 6, 5, 6, 9,16,14, 8, 6, 8, 7, 8,10,16,
14, 7, 4, 6, 3, 5, 8,16,15, 9, 5, 7, 4, 4, 7,16,
13,10, 6, 7, 4, 3, 4,13,13,12, 7, 9, 5, 5, 6,12,
};
static const static_codebook _huff_book__44u3__short = {
2, 64,
(char *)_huff_lengthlist__44u3__short,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist__44u4__long[] = {
3, 8,12,12,13,12,11,13, 5, 4, 6, 7, 8, 8, 9,13,
9, 5, 4, 5, 5, 7, 9,13, 9, 6, 5, 6, 6, 7, 8,12,
12, 7, 5, 6, 4, 5, 8,13,11, 7, 6, 6, 5, 5, 6,12,
10, 8, 8, 7, 7, 5, 3, 8,10,12,13,12,12, 9, 6, 7,
};
static const static_codebook _huff_book__44u4__long = {
2, 64,
(char *)_huff_lengthlist__44u4__long,
0, 0, 0, 0, 0,
NULL,
0
};
static const long _vq_quantlist__44u4__p1_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44u4__p1_0[] = {
1, 4, 4, 5, 8, 7, 5, 7, 8, 5, 8, 8, 8,10,11, 8,
10,11, 5, 8, 8, 8,11,10, 8,11,11, 4, 8, 8, 8,11,
11, 8,11,11, 8,11,11,11,13,14,11,15,14, 8,11,11,
10,13,12,11,14,14, 4, 8, 8, 8,11,11, 8,11,11, 7,
11,11,11,15,14,10,12,14, 8,11,11,11,14,14,11,14,
13,
};
static const static_codebook _44u4__p1_0 = {
4, 81,
(char *)_vq_lengthlist__44u4__p1_0,
1, -535822336, 1611661312, 2, 0,
(long *)_vq_quantlist__44u4__p1_0,
0
};
static const long _vq_quantlist__44u4__p2_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44u4__p2_0[] = {
2, 5, 5, 5, 6, 6, 5, 6, 6, 5, 6, 6, 7, 8, 8, 6,
8, 8, 5, 6, 6, 6, 8, 8, 7, 8, 8, 5, 7, 6, 6, 8,
8, 6, 8, 8, 6, 8, 8, 8, 9,10, 8,10,10, 6, 8, 8,
8,10, 8, 8,10,10, 5, 6, 6, 6, 8, 8, 6, 8, 8, 6,
8, 8, 8,10,10, 8, 8,10, 6, 8, 8, 8,10,10, 8,10,
9,
};
static const static_codebook _44u4__p2_0 = {
4, 81,
(char *)_vq_lengthlist__44u4__p2_0,
1, -535822336, 1611661312, 2, 0,
(long *)_vq_quantlist__44u4__p2_0,
0
};
static const long _vq_quantlist__44u4__p3_0[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44u4__p3_0[] = {
2, 4, 4, 8, 8, 5, 7, 7, 9, 9, 5, 7, 7, 9, 9, 8,
10, 9,12,12, 8, 9,10,12,12, 5, 7, 7,10,10, 7, 9,
9,11,11, 7, 9, 9,11,11,10,12,11,14,14, 9,10,11,
13,14, 5, 7, 7,10,10, 7, 9, 9,11,11, 7, 9, 9,11,
11, 9,11,10,14,13,10,11,11,14,14, 8,10,10,14,13,
10,12,12,15,14, 9,11,11,15,14,13,14,14,17,17,12,
14,14,16,16, 8,10,10,14,14, 9,11,11,14,15,10,12,
12,14,15,12,14,13,16,16,13,14,15,15,18, 4, 7, 7,
10,10, 7, 9, 9,12,11, 7, 9, 9,11,12,10,12,11,15,
14,10,11,12,14,15, 7, 9, 9,12,12, 9,11,12,13,13,
9,11,12,13,13,12,13,13,15,16,11,13,13,15,16, 7,
9, 9,12,12, 9,11,10,13,12, 9,11,12,13,14,11,13,
12,16,14,12,13,13,15,16,10,12,12,16,15,11,13,13,
17,16,11,13,13,17,16,14,15,15,17,17,14,16,16,18,
20, 9,11,11,15,16,11,13,12,16,16,11,13,13,16,17,
14,15,14,18,16,14,16,16,17,20, 5, 7, 7,10,10, 7,
9, 9,12,11, 7, 9,10,11,12,10,12,11,15,15,10,12,
12,14,14, 7, 9, 9,12,12, 9,12,11,14,13, 9,10,11,
12,13,12,13,14,16,16,11,12,13,14,16, 7, 9, 9,12,
12, 9,12,11,13,13, 9,12,11,13,13,11,13,13,16,16,
12,13,13,16,15, 9,11,11,16,14,11,13,13,16,16,11,
12,13,16,16,14,16,16,17,17,13,14,15,16,17,10,12,
12,15,15,11,13,13,16,17,11,13,13,16,16,14,16,15,
19,19,14,15,15,17,18, 8,10,10,14,14,10,12,12,15,
15,10,12,12,16,16,14,16,15,20,19,13,15,15,17,16,
9,12,12,16,16,11,13,13,16,18,11,14,13,16,17,16,
17,16,20, 0,15,16,18,18,20, 9,11,11,15,15,11,14,
12,17,16,11,13,13,17,17,15,17,15,20,20,14,16,16,
17, 0,13,15,14,18,16,14,15,16, 0,18,14,16,16, 0,
0,18,16, 0, 0,20,16,18,18, 0, 0,12,14,14,17,18,
13,15,14,20,18,14,16,15,19,19,16,20,16, 0,18,16,
19,17,19, 0, 8,10,10,14,14,10,12,12,16,15,10,12,
12,16,16,13,15,15,18,17,14,16,16,19, 0, 9,11,11,
16,15,11,14,13,18,17,11,12,13,17,18,14,17,16,18,
18,15,16,17,18,18, 9,12,12,16,16,11,13,13,16,18,
11,14,13,17,17,15,16,16,18,20,16,17,17,20,20,12,
14,14,18,17,14,16,16, 0,19,13,14,15,18, 0,16, 0,
0, 0, 0,16,16, 0,19,20,13,15,14, 0, 0,14,16,16,
18,19,14,16,15, 0,20,16,20,18, 0,20,17,20,17, 0,
0,
};
static const static_codebook _44u4__p3_0 = {
4, 625,
(char *)_vq_lengthlist__44u4__p3_0,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44u4__p3_0,
0
};
static const long _vq_quantlist__44u4__p4_0[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44u4__p4_0[] = {
4, 5, 5, 8, 8, 5, 7, 6, 9, 9, 5, 6, 7, 9, 9, 9,
9, 9,11,11, 8, 9, 9,11,11, 5, 7, 7, 9, 9, 7, 8,
8,10,10, 7, 7, 8,10,10, 9,10,10,11,12, 9,10,10,
11,12, 5, 7, 7, 9, 9, 7, 8, 7,10,10, 7, 8, 8,10,
10, 9,10,10,12,11, 9,10,10,12,11, 9,10, 9,12,12,
9,10,10,13,12, 9,10,10,12,12,12,12,12,14,14,11,
12,12,13,14, 9, 9,10,12,12, 9,10,10,13,13, 9,10,
10,12,13,11,12,12,14,13,11,12,12,14,14, 5, 7, 7,
9, 9, 7, 8, 8,10,10, 7, 8, 8,10,10,10,10,10,12,
12, 9,10,10,12,12, 7, 8, 8,11,10, 8, 8, 9,11,11,
8, 9, 9,11,11,11,11,11,12,13,10,11,11,13,13, 6,
8, 8,10,10, 7, 9, 8,11,10, 8, 9, 9,11,11,10,11,
10,13,11,10,11,11,13,13, 9,11,10,13,12,10,11,11,
13,14,10,11,11,14,13,12,12,13,12,15,12,13,13,15,
15, 9,10,10,12,13,10,11,10,13,12,10,11,11,13,14,
12,13,11,15,13,13,13,13,15,15, 5, 7, 7, 9, 9, 7,
8, 8,10,10, 7, 8, 8,10,10, 9,10,10,12,12,10,10,
11,12,13, 6, 8, 8,10,10, 8, 9, 9,11,11, 7, 8, 9,
10,11,10,11,11,13,13,10,10,11,11,13, 7, 8, 8,10,
11, 8, 9, 9,11,11, 8, 9, 8,11,11,10,11,11,13,13,
11,12,11,13,12, 9,10,10,13,12,10,11,11,14,13,10,
10,11,12,13,12,13,13,15,15,12,11,13,13,14, 9,10,
11,12,13,10,11,11,13,14,10,11,11,13,13,12,13,13,
15,15,12,13,12,15,12, 8, 9, 9,12,12, 9,11,10,13,
13, 9,10,10,13,13,12,13,13,15,15,12,12,12,14,14,
9,10,10,13,13,10,11,11,13,14,10,11,11,14,13,13,
13,14,14,16,13,13,13,15,15, 9,10,10,13,13,10,11,
10,14,13,10,11,11,13,14,12,14,13,16,14,12,13,13,
14,15,11,12,12,15,14,11,12,13,14,15,12,13,13,16,
15,14,12,15,12,16,14,15,15,16,16,11,12,12,14,14,
11,13,12,15,14,12,13,13,15,16,13,15,13,17,13,14,
15,15,16,17, 8, 9, 9,12,12, 9,10,10,12,13, 9,10,
10,13,13,12,12,12,14,14,12,13,13,15,15, 9,10,10,
13,12,10,11,11,14,13,10,10,11,13,14,13,13,13,15,
15,12,13,14,14,16, 9,10,10,13,13,10,11,11,13,14,
10,11,11,14,14,13,13,13,15,15,13,14,13,16,14,11,
12,12,15,14,12,13,13,16,15,11,12,13,14,15,14,15,
15,17,16,13,13,15,13,16,11,12,13,14,15,13,13,13,
15,16,11,13,12,15,14,14,15,15,16,16,14,15,12,17,
13,
};
static const static_codebook _44u4__p4_0 = {
4, 625,
(char *)_vq_lengthlist__44u4__p4_0,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44u4__p4_0,
0
};
static const long _vq_quantlist__44u4__p5_0[] = {
4,
3,
5,
2,
6,
1,
7,
0,
8,
};
static const char _vq_lengthlist__44u4__p5_0[] = {
2, 3, 3, 6, 6, 7, 7, 9, 9, 4, 5, 5, 7, 7, 8, 8,
10, 9, 4, 5, 5, 7, 7, 8, 8,10,10, 6, 7, 7, 8, 8,
9, 9,11,10, 6, 7, 7, 8, 8, 9, 9,10,11, 7, 8, 8,
9, 9,10,10,11,11, 7, 8, 8, 9, 9,10,10,11,11, 9,
10,10,11,10,11,11,12,12, 9,10,10,10,11,11,11,12,
12,
};
static const static_codebook _44u4__p5_0 = {
2, 81,
(char *)_vq_lengthlist__44u4__p5_0,
1, -531628032, 1611661312, 4, 0,
(long *)_vq_quantlist__44u4__p5_0,
0
};
static const long _vq_quantlist__44u4__p6_0[] = {
6,
5,
7,
4,
8,
3,
9,
2,
10,
1,
11,
0,
12,
};
static const char _vq_lengthlist__44u4__p6_0[] = {
1, 4, 4, 6, 6, 8, 8, 9, 9,11,10,13,13, 4, 6, 5,
8, 8, 9, 9,10,10,11,11,14,14, 4, 6, 6, 8, 8, 9,
9,10,10,11,11,14,14, 6, 8, 8, 9, 9,10,10,11,11,
12,12,15,15, 6, 8, 8, 9, 9,10,11,11,11,12,12,15,
15, 8, 9, 9,11,10,11,11,12,12,13,13,16,16, 8, 9,
9,10,10,11,11,12,12,13,13,16,16,10,10,10,12,11,
12,12,13,13,14,14,16,16,10,10,10,11,12,12,12,13,
13,13,14,16,17,11,12,11,12,12,13,13,14,14,15,14,
18,17,11,11,12,12,12,13,13,14,14,14,15,19,18,14,
15,14,15,15,17,16,17,17,17,17,21, 0,14,15,15,16,
16,16,16,17,17,18,17,20,21,
};
static const static_codebook _44u4__p6_0 = {
2, 169,
(char *)_vq_lengthlist__44u4__p6_0,
1, -526516224, 1616117760, 4, 0,
(long *)_vq_quantlist__44u4__p6_0,
0
};
static const long _vq_quantlist__44u4__p6_1[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44u4__p6_1[] = {
2, 4, 4, 5, 5, 4, 5, 5, 6, 5, 4, 5, 5, 5, 6, 5,
6, 5, 6, 6, 5, 5, 6, 6, 6,
};
static const static_codebook _44u4__p6_1 = {
2, 25,
(char *)_vq_lengthlist__44u4__p6_1,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44u4__p6_1,
0
};
static const long _vq_quantlist__44u4__p7_0[] = {
6,
5,
7,
4,
8,
3,
9,
2,
10,
1,
11,
0,
12,
};
static const char _vq_lengthlist__44u4__p7_0[] = {
1, 3, 3,12,12,12,12,12,12,12,12,12,12, 3,12,11,
12,12,12,12,12,12,12,12,12,12, 4,11,10,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,
};
static const static_codebook _44u4__p7_0 = {
2, 169,
(char *)_vq_lengthlist__44u4__p7_0,
1, -514332672, 1627381760, 4, 0,
(long *)_vq_quantlist__44u4__p7_0,
0
};
static const long _vq_quantlist__44u4__p7_1[] = {
7,
6,
8,
5,
9,
4,
10,
3,
11,
2,
12,
1,
13,
0,
14,
};
static const char _vq_lengthlist__44u4__p7_1[] = {
1, 4, 4, 6, 6, 7, 7, 9, 8,10, 8,10, 9,11,11, 4,
7, 6, 8, 7, 9, 9,10,10,11,10,11,10,12,10, 4, 6,
7, 8, 8, 9, 9,10,10,11,11,11,11,12,12, 6, 8, 8,
10, 9,11,10,12,11,12,12,12,12,13,13, 6, 8, 8,10,
10,10,11,11,11,12,12,13,12,13,13, 8, 9, 9,11,11,
12,11,12,12,13,13,13,13,13,13, 8, 9, 9,11,11,11,
12,12,12,13,13,13,13,13,13, 9,10,10,12,11,13,13,
13,13,14,13,13,14,14,14, 9,10,11,11,12,12,13,13,
13,13,13,14,15,14,14,10,11,11,12,12,13,13,14,14,
14,14,14,15,16,16,10,11,11,12,13,13,13,13,15,14,
14,15,16,15,16,10,12,12,13,13,14,14,14,15,15,15,
15,15,15,16,11,12,12,13,13,14,14,14,15,15,15,16,
15,17,16,11,12,12,13,13,13,15,15,14,16,16,16,16,
16,17,11,12,12,13,13,14,14,15,14,15,15,17,17,16,
16,
};
static const static_codebook _44u4__p7_1 = {
2, 225,
(char *)_vq_lengthlist__44u4__p7_1,
1, -522338304, 1620115456, 4, 0,
(long *)_vq_quantlist__44u4__p7_1,
0
};
static const long _vq_quantlist__44u4__p7_2[] = {
8,
7,
9,
6,
10,
5,
11,
4,
12,
3,
13,
2,
14,
1,
15,
0,
16,
};
static const char _vq_lengthlist__44u4__p7_2[] = {
2, 5, 5, 7, 7, 7, 7, 8, 8, 8, 8, 9, 9, 9, 9, 9,
9, 5, 6, 6, 7, 7, 8, 8, 8, 8, 9, 9, 9, 9, 9, 9,
9, 9, 5, 6, 6, 7, 7, 8, 8, 8, 8, 9, 9, 9, 9, 9,
9, 9, 9, 7, 7, 7, 8, 8, 8, 8, 9, 9, 9, 9, 9, 9,
10,10,10,10, 7, 7, 7, 8, 8, 8, 8, 9, 9, 9, 9,10,
9,10, 9,10,10, 7, 8, 8, 8, 8, 9, 9, 9, 9, 9, 9,
10,10,10,10,10,10, 7, 8, 8, 8, 8, 9, 9, 9, 9, 9,
9,10,10,10,10,10,10, 8, 9, 8, 9, 9, 9, 9, 9, 9,
10,10,10,10,10,10,10,10, 8, 8, 8, 9, 9, 9, 9, 9,
10,10,10,10,10,10,10,10,10, 9, 9, 9, 9, 9,10,10,
10,10,10,10,10,10,10,10,10,10, 9, 9, 9, 9, 9,10,
10,10,10,10,10,10,10,10,10,10,10, 9, 9, 9, 9,10,
10,10,10,10,10,10,10,10,10,10,10,10, 9, 9, 9, 9,
10,10,10,10,10,10,10,10,10,11,10,10,10, 9, 9, 9,
10,10,10,10,10,10,10,10,10,10,10,10,10,10, 9, 9,
9,10,10,10,10,10,10,10,10,10,10,10,10,10,10, 9,
10, 9,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
9,10, 9,10,10,10,10,10,10,10,10,10,10,11,10,10,
10,
};
static const static_codebook _44u4__p7_2 = {
2, 289,
(char *)_vq_lengthlist__44u4__p7_2,
1, -529530880, 1611661312, 5, 0,
(long *)_vq_quantlist__44u4__p7_2,
0
};
static const char _huff_lengthlist__44u4__short[] = {
14,17,15,17,16,14,13,16,10, 7, 7,10,13,10,15,16,
9, 4, 4, 6, 5, 7, 9,16,12, 8, 7, 8, 8, 8,11,16,
14, 7, 4, 6, 3, 5, 8,15,13, 8, 5, 7, 4, 5, 7,16,
12, 9, 6, 8, 3, 3, 5,16,14,13, 7,10, 5, 5, 7,15,
};
static const static_codebook _huff_book__44u4__short = {
2, 64,
(char *)_huff_lengthlist__44u4__short,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist__44u5__long[] = {
3, 8,13,12,14,12,16,11,13,14, 5, 4, 5, 6, 7, 8,
10, 9,12,15,10, 5, 5, 5, 6, 8, 9, 9,13,15,10, 5,
5, 6, 6, 7, 8, 8,11,13,12, 7, 5, 6, 4, 6, 7, 7,
11,14,11, 7, 7, 6, 6, 6, 7, 6,10,14,14, 9, 8, 8,
6, 7, 7, 7,11,16,11, 8, 8, 7, 6, 6, 7, 4, 7,12,
10,10,12,10,10, 9,10, 5, 6, 9,10,12,15,13,14,14,
14, 8, 7, 8,
};
static const static_codebook _huff_book__44u5__long = {
2, 100,
(char *)_huff_lengthlist__44u5__long,
0, 0, 0, 0, 0,
NULL,
0
};
static const long _vq_quantlist__44u5__p1_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44u5__p1_0[] = {
1, 4, 4, 5, 8, 7, 5, 7, 7, 5, 8, 8, 8,10,10, 7,
9,10, 5, 8, 8, 7,10, 9, 8,10,10, 5, 8, 8, 8,10,
10, 8,10,10, 8,10,10,10,12,13,10,13,13, 7,10,10,
10,13,11,10,13,13, 4, 8, 8, 8,11,10, 8,10,10, 7,
10,10,10,13,13,10,11,13, 8,10,11,10,13,13,10,13,
12,
};
static const static_codebook _44u5__p1_0 = {
4, 81,
(char *)_vq_lengthlist__44u5__p1_0,
1, -535822336, 1611661312, 2, 0,
(long *)_vq_quantlist__44u5__p1_0,
0
};
static const long _vq_quantlist__44u5__p2_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44u5__p2_0[] = {
3, 4, 4, 5, 6, 6, 5, 6, 6, 5, 6, 6, 6, 8, 8, 6,
7, 8, 5, 6, 6, 6, 8, 7, 6, 8, 8, 5, 6, 6, 6, 8,
8, 6, 8, 8, 6, 8, 8, 8, 9, 9, 8, 9, 9, 6, 8, 7,
7, 9, 8, 8, 9, 9, 5, 6, 6, 6, 8, 7, 6, 8, 8, 6,
8, 7, 8, 9, 9, 7, 8, 9, 6, 8, 8, 8, 9, 9, 8, 9,
9,
};
static const static_codebook _44u5__p2_0 = {
4, 81,
(char *)_vq_lengthlist__44u5__p2_0,
1, -535822336, 1611661312, 2, 0,
(long *)_vq_quantlist__44u5__p2_0,
0
};
static const long _vq_quantlist__44u5__p3_0[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44u5__p3_0[] = {
2, 4, 5, 8, 8, 5, 7, 6, 9, 9, 5, 6, 7, 9, 9, 8,
10, 9,13,12, 8, 9,10,12,12, 5, 7, 7,10,10, 7, 9,
9,11,11, 6, 8, 9,11,11,10,11,11,14,14, 9,10,11,
13,14, 5, 7, 7, 9,10, 7, 9, 8,11,11, 7, 9, 9,11,
11, 9,11,10,14,13,10,11,11,14,14, 8,10,10,13,13,
10,11,11,15,14, 9,11,11,14,14,13,14,14,17,16,12,
13,13,15,16, 8,10,10,13,13, 9,11,11,14,15,10,11,
11,14,15,12,14,13,16,16,13,15,14,15,17, 5, 7, 7,
10,10, 7, 9, 9,11,11, 7, 9, 9,11,11,10,11,11,14,
14,10,11,12,14,14, 7, 9, 9,12,11, 9,11,11,13,13,
9,11,11,13,13,12,13,13,15,16,11,12,13,15,16, 6,
9, 9,11,11, 8,11,10,13,12, 9,11,11,13,14,11,13,
12,16,14,11,13,13,16,17,10,12,11,15,15,11,13,13,
16,16,11,13,13,17,16,14,15,15,17,17,14,16,16,17,
18, 9,11,11,14,15,10,12,12,15,15,11,13,13,16,17,
13,15,13,17,15,14,15,16,18, 0, 5, 7, 7,10,10, 7,
9, 9,11,11, 7, 9, 9,11,11,10,11,11,14,14,10,11,
12,14,15, 6, 9, 9,12,11, 9,11,11,13,13, 8,10,11,
12,13,11,13,13,16,15,11,12,13,14,15, 7, 9, 9,11,
12, 9,11,11,13,13, 9,11,11,13,13,11,13,13,15,16,
11,13,13,15,14, 9,11,11,15,14,11,13,13,17,15,10,
12,12,15,15,14,16,16,17,17,13,13,15,15,17,10,11,
12,15,15,11,13,13,16,16,11,13,13,15,15,14,15,15,
18,18,14,15,15,17,17, 8,10,10,13,13,10,12,11,15,
15,10,11,12,15,15,14,15,15,18,18,13,14,14,18,18,
9,11,11,15,16,11,13,13,17,17,11,13,13,16,16,15,
15,16,17, 0,14,15,17, 0, 0, 9,11,11,15,15,10,13,
12,18,16,11,13,13,15,16,14,16,15,20,20,14,15,16,
17, 0,13,14,14,20,16,14,15,16,19,18,14,15,15,19,
0,18,16, 0,20,20,16,18,18, 0, 0,12,14,14,18,18,
13,15,14,18,16,14,15,16,18,20,16,19,16, 0,17,17,
18,18,19, 0, 8,10,10,14,14,10,11,11,14,15,10,11,
12,15,15,13,15,14,19,17,13,15,15,17, 0, 9,11,11,
16,15,11,13,13,16,16,10,12,13,15,17,14,16,16,18,
18,14,15,15,18, 0, 9,11,11,15,15,11,13,13,16,17,
11,13,13,18,17,14,18,16,18,18,15,17,17,18, 0,12,
14,14,18,18,14,15,15,20, 0,13,14,15,17, 0,16,18,
17, 0, 0,16,16, 0,17,20,12,14,14,18,18,14,16,15,
0,18,14,16,15,18, 0,16,19,17, 0, 0,17,18,16, 0,
0,
};
static const static_codebook _44u5__p3_0 = {
4, 625,
(char *)_vq_lengthlist__44u5__p3_0,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44u5__p3_0,
0
};
static const long _vq_quantlist__44u5__p4_0[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44u5__p4_0[] = {
4, 5, 5, 8, 8, 6, 7, 6, 9, 9, 6, 6, 7, 9, 9, 8,
9, 9,11,11, 8, 9, 9,11,11, 6, 7, 7, 9, 9, 7, 8,
8,10,10, 6, 7, 8, 9,10, 9,10,10,11,12, 9, 9,10,
11,12, 6, 7, 7, 9, 9, 6, 8, 7,10, 9, 7, 8, 8,10,
10, 9,10, 9,12,11, 9,10,10,12,11, 8, 9, 9,12,11,
9,10,10,12,12, 9,10,10,12,12,11,12,12,13,14,11,
11,12,13,14, 8, 9, 9,11,12, 9,10,10,12,12, 9,10,
10,12,12,11,12,11,14,13,11,12,12,13,13, 5, 7, 7,
9, 9, 7, 8, 8,10,10, 7, 8, 8,10,10, 9,10,10,12,
12, 9,10,10,12,12, 7, 8, 8,10,10, 8, 8, 9,10,11,
8, 9, 9,11,11,10,10,11,11,13,10,11,11,12,13, 6,
7, 8,10,10, 7, 9, 8,11,10, 8, 9, 9,11,11,10,11,
10,13,11,10,11,11,12,12, 9,10,10,12,12,10,10,11,
12,13,10,11,11,13,13,12,11,13,12,15,12,13,13,14,
15, 9,10,10,12,12, 9,11,10,13,12,10,11,11,13,13,
11,13,11,14,12,12,13,13,14,15, 5, 7, 7, 9, 9, 7,
8, 8,10,10, 7, 8, 8,10,10, 9,10,10,12,12, 9,10,
10,12,12, 6, 8, 7,10,10, 8, 9, 9,11,11, 7, 8, 9,
10,11,10,11,11,12,12,10,10,11,11,13, 7, 8, 8,10,
10, 8, 9, 9,11,11, 8, 9, 8,11,10,10,11,11,13,12,
10,11,10,13,11, 9,10,10,12,12,10,11,11,13,12, 9,
10,10,12,13,12,13,13,14,15,11,11,13,12,14, 9,10,
10,12,12,10,11,11,13,13,10,11,10,13,12,12,13,13,
14,14,12,13,11,14,12, 8, 9, 9,12,12, 9,10,10,12,
12, 9,10,10,12,12,12,12,12,14,14,11,12,12,14,13,
9,10,10,12,12,10,11,11,13,13,10,11,11,13,12,12,
12,13,14,15,12,13,13,15,14, 9,10,10,12,12,10,11,
10,13,12,10,11,11,12,13,12,13,12,15,13,12,13,13,
14,15,11,12,12,14,13,11,12,12,14,15,12,13,13,15,
14,13,12,14,12,16,13,14,14,15,15,11,11,12,14,14,
11,12,11,14,13,12,13,13,14,15,13,14,12,16,12,14,
14,15,16,16, 8, 9, 9,11,12, 9,10,10,12,12, 9,10,
10,12,13,11,12,12,13,13,12,12,13,14,14, 9,10,10,
12,12,10,11,10,13,12,10,10,11,12,13,12,13,13,15,
14,12,12,13,13,15, 9,10,10,12,13,10,11,11,12,13,
10,11,11,13,13,12,13,13,14,15,12,13,12,15,14,11,
12,11,14,13,12,13,13,15,14,11,11,12,13,14,14,15,
14,16,15,13,12,14,13,16,11,12,12,13,14,12,13,13,
14,15,11,12,11,14,14,14,14,14,15,16,13,15,12,16,
12,
};
static const static_codebook _44u5__p4_0 = {
4, 625,
(char *)_vq_lengthlist__44u5__p4_0,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44u5__p4_0,
0
};
static const long _vq_quantlist__44u5__p5_0[] = {
4,
3,
5,
2,
6,
1,
7,
0,
8,
};
static const char _vq_lengthlist__44u5__p5_0[] = {
2, 3, 3, 6, 6, 8, 8,10,10, 4, 5, 5, 8, 7, 8, 8,
11,10, 3, 5, 5, 7, 8, 8, 8,10,11, 6, 8, 7,10, 9,
10,10,11,11, 6, 7, 8, 9, 9, 9,10,11,12, 8, 8, 8,
10,10,11,11,13,12, 8, 8, 9, 9,10,11,11,12,13,10,
11,10,12,11,13,12,14,14,10,10,11,11,12,12,13,14,
14,
};
static const static_codebook _44u5__p5_0 = {
2, 81,
(char *)_vq_lengthlist__44u5__p5_0,
1, -531628032, 1611661312, 4, 0,
(long *)_vq_quantlist__44u5__p5_0,
0
};
static const long _vq_quantlist__44u5__p6_0[] = {
4,
3,
5,
2,
6,
1,
7,
0,
8,
};
static const char _vq_lengthlist__44u5__p6_0[] = {
3, 4, 4, 5, 5, 7, 7, 9, 9, 4, 5, 4, 6, 6, 7, 7,
9, 9, 4, 4, 5, 6, 6, 7, 7, 9, 9, 5, 6, 6, 7, 7,
8, 8,10,10, 6, 6, 6, 7, 7, 8, 8,10,10, 7, 7, 7,
8, 8, 9, 9,11,10, 7, 7, 7, 8, 8, 9, 9,10,11, 9,
9, 9,10,10,11,10,11,11, 9, 9, 9,10,10,11,10,11,
11,
};
static const static_codebook _44u5__p6_0 = {
2, 81,
(char *)_vq_lengthlist__44u5__p6_0,
1, -531628032, 1611661312, 4, 0,
(long *)_vq_quantlist__44u5__p6_0,
0
};
static const long _vq_quantlist__44u5__p7_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44u5__p7_0[] = {
1, 4, 4, 5, 7, 7, 5, 7, 7, 5, 9, 9, 8,11,10, 7,
11,10, 5, 9, 9, 7,10,10, 8,10,11, 4, 9, 9, 9,12,
12, 9,12,12, 8,12,12,11,12,12,10,12,13, 7,12,12,
11,12,12,10,12,13, 4, 9, 9, 9,12,12, 9,12,12, 7,
12,11,10,13,13,11,12,12, 7,12,12,10,13,13,11,12,
12,
};
static const static_codebook _44u5__p7_0 = {
4, 81,
(char *)_vq_lengthlist__44u5__p7_0,
1, -529137664, 1618345984, 2, 0,
(long *)_vq_quantlist__44u5__p7_0,
0
};
static const long _vq_quantlist__44u5__p7_1[] = {
5,
4,
6,
3,
7,
2,
8,
1,
9,
0,
10,
};
static const char _vq_lengthlist__44u5__p7_1[] = {
2, 4, 4, 6, 6, 7, 7, 8, 8, 8, 8, 4, 5, 5, 7, 7,
8, 8, 9, 8, 8, 9, 4, 5, 5, 7, 7, 8, 8, 9, 9, 8,
9, 6, 7, 7, 8, 8, 9, 8, 9, 9, 9, 9, 6, 7, 7, 8,
8, 9, 9, 9, 9, 9, 9, 7, 8, 8, 9, 9, 9, 9, 9, 9,
9, 9, 7, 8, 8, 9, 9, 9, 9, 9, 9, 9, 9, 8, 9, 9,
9, 9, 9, 9,10,10,10,10, 8, 9, 9, 9, 9, 9, 9,10,
10,10,10, 8, 9, 9, 9, 9, 9, 9,10,10,10,10, 8, 9,
9, 9, 9, 9, 9,10,10,10,10,
};
static const static_codebook _44u5__p7_1 = {
2, 121,
(char *)_vq_lengthlist__44u5__p7_1,
1, -531365888, 1611661312, 4, 0,
(long *)_vq_quantlist__44u5__p7_1,
0
};
static const long _vq_quantlist__44u5__p8_0[] = {
5,
4,
6,
3,
7,
2,
8,
1,
9,
0,
10,
};
static const char _vq_lengthlist__44u5__p8_0[] = {
1, 4, 4, 6, 6, 8, 8, 9, 9,10,10, 4, 6, 6, 7, 7,
9, 9,10,10,11,11, 4, 6, 6, 7, 7, 9, 9,10,10,11,
11, 6, 8, 7, 9, 9,10,10,11,11,13,12, 6, 8, 8, 9,
9,10,10,11,11,12,13, 8, 9, 9,10,10,12,12,13,12,
14,13, 8, 9, 9,10,10,12,12,13,13,14,14, 9,11,11,
12,12,13,13,14,14,15,14, 9,11,11,12,12,13,13,14,
14,15,14,11,12,12,13,13,14,14,15,14,15,14,11,11,
12,13,13,14,14,14,14,15,15,
};
static const static_codebook _44u5__p8_0 = {
2, 121,
(char *)_vq_lengthlist__44u5__p8_0,
1, -524582912, 1618345984, 4, 0,
(long *)_vq_quantlist__44u5__p8_0,
0
};
static const long _vq_quantlist__44u5__p8_1[] = {
5,
4,
6,
3,
7,
2,
8,
1,
9,
0,
10,
};
static const char _vq_lengthlist__44u5__p8_1[] = {
3, 5, 5, 6, 6, 7, 7, 7, 7, 7, 7, 5, 6, 5, 7, 6,
7, 7, 8, 8, 8, 8, 5, 5, 5, 6, 6, 7, 7, 8, 8, 8,
8, 6, 7, 6, 7, 7, 8, 8, 8, 8, 8, 8, 6, 6, 7, 7,
7, 8, 8, 8, 8, 8, 8, 7, 7, 7, 8, 8, 8, 8, 8, 8,
8, 8, 7, 7, 7, 8, 8, 8, 8, 8, 8, 8, 8, 7, 8, 8,
8, 8, 8, 8, 8, 8, 8, 8, 7, 8, 8, 8, 8, 8, 8, 8,
8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8,
8, 8, 8, 8, 8, 8, 8, 8, 8,
};
static const static_codebook _44u5__p8_1 = {
2, 121,
(char *)_vq_lengthlist__44u5__p8_1,
1, -531365888, 1611661312, 4, 0,
(long *)_vq_quantlist__44u5__p8_1,
0
};
static const long _vq_quantlist__44u5__p9_0[] = {
6,
5,
7,
4,
8,
3,
9,
2,
10,
1,
11,
0,
12,
};
static const char _vq_lengthlist__44u5__p9_0[] = {
1, 3, 2,12,10,13,13,13,13,13,13,13,13, 4, 9, 9,
13,13,13,13,13,13,13,13,13,13, 5,10, 9,13,13,13,
13,13,13,13,13,13,13,12,13,13,13,13,13,13,13,13,
13,13,13,13,11,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,13,
13,13,13,13,13,13,13,13,13,13,13,13,13,12,12,12,
12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,12,
12,12,12,12,12,12,12,12,12,
};
static const static_codebook _44u5__p9_0 = {
2, 169,
(char *)_vq_lengthlist__44u5__p9_0,
1, -514332672, 1627381760, 4, 0,
(long *)_vq_quantlist__44u5__p9_0,
0
};
static const long _vq_quantlist__44u5__p9_1[] = {
7,
6,
8,
5,
9,
4,
10,
3,
11,
2,
12,
1,
13,
0,
14,
};
static const char _vq_lengthlist__44u5__p9_1[] = {
1, 4, 4, 7, 7, 8, 8, 8, 7, 8, 7, 9, 8, 9, 9, 4,
7, 6, 9, 8,10,10, 9, 8, 9, 9, 9, 9, 9, 8, 5, 6,
6, 8, 9,10,10, 9, 9, 9,10,10,10,10,11, 7, 8, 8,
10,10,11,11,10,10,11,11,11,12,11,11, 7, 8, 8,10,
10,11,11,10,10,11,11,12,11,11,11, 8, 9, 9,11,11,
12,12,11,11,12,11,12,12,12,12, 8, 9,10,11,11,12,
12,11,11,12,12,12,12,12,12, 8, 9, 9,10,10,12,11,
12,12,12,12,12,12,12,13, 8, 9, 9,11,11,11,11,12,
12,12,12,13,12,13,13, 9,10,10,11,11,12,12,12,13,
12,13,13,13,14,13, 9,10,10,11,11,12,12,12,13,13,
12,13,13,14,13, 9,11,10,12,11,13,12,12,13,13,13,
13,13,13,14, 9,10,10,12,12,12,12,12,13,13,13,13,
13,14,14,10,11,11,12,12,12,13,13,13,14,14,13,14,
14,14,10,11,11,12,12,12,12,13,12,13,14,13,14,14,
14,
};
static const static_codebook _44u5__p9_1 = {
2, 225,
(char *)_vq_lengthlist__44u5__p9_1,
1, -522338304, 1620115456, 4, 0,
(long *)_vq_quantlist__44u5__p9_1,
0
};
static const long _vq_quantlist__44u5__p9_2[] = {
8,
7,
9,
6,
10,
5,
11,
4,
12,
3,
13,
2,
14,
1,
15,
0,
16,
};
static const char _vq_lengthlist__44u5__p9_2[] = {
2, 5, 5, 7, 7, 8, 8, 8, 8, 8, 8, 9, 9, 9, 9, 9,
9, 5, 6, 6, 7, 7, 8, 8, 9, 8, 9, 9, 9, 9, 9, 9,
9, 9, 5, 6, 6, 7, 7, 8, 8, 9, 8, 9, 9, 9, 9, 9,
9, 9, 9, 7, 7, 7, 8, 8, 9, 8, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 7, 7, 7, 8, 8, 9, 8, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 8, 8, 8, 8, 9, 9, 9, 9, 9, 9, 9,
9,10, 9,10,10,10, 8, 8, 8, 9, 8, 9, 9, 9, 9, 9,
9, 9,10, 9,10, 9,10, 8, 9, 9, 9, 9, 9, 9, 9, 9,
9,10, 9,10,10,10,10,10, 8, 9, 9, 9, 9, 9, 9,10,
9,10, 9,10,10,10,10,10,10, 9, 9, 9, 9, 9,10, 9,
10,10,10,10,10,10,10,10,10,10, 9, 9, 9, 9, 9, 9,
9,10, 9,10, 9,10,10,10,10,10,10, 9, 9, 9, 9, 9,
10,10,10,10,10,10,10,10,10,10,10,10, 9, 9, 9, 9,
9, 9,10,10,10,10,10,10,10,10,10,10,10, 9, 9, 9,
9,10,10, 9,10,10,10,10,10,10,10,10,10,10, 9, 9,
9, 9, 9,10,10,10,10,10,10,10,10,10,10,10,10, 9,
9, 9, 9, 9,10,10,10,10,10,10,10,10,10,10,10,10,
9, 9, 9,10, 9,10,10,10,10,10,10,10,10,10,10,10,
10,
};
static const static_codebook _44u5__p9_2 = {
2, 289,
(char *)_vq_lengthlist__44u5__p9_2,
1, -529530880, 1611661312, 5, 0,
(long *)_vq_quantlist__44u5__p9_2,
0
};
static const char _huff_lengthlist__44u5__short[] = {
4,10,17,13,17,13,17,17,17,17, 3, 6, 8, 9,11, 9,
15,12,16,17, 6, 5, 5, 7, 7, 8,10,11,17,17, 7, 8,
7, 9, 9,10,13,13,17,17, 8, 6, 5, 7, 4, 7, 5, 8,
14,17, 9, 9, 8, 9, 7, 9, 8,10,16,17,12,10, 7, 8,
4, 7, 4, 7,16,17,12,11, 9,10, 6, 9, 5, 7,14,17,
14,13,10,15, 4, 8, 3, 5,14,17,17,14,11,15, 6,10,
6, 8,15,17,
};
static const static_codebook _huff_book__44u5__short = {
2, 100,
(char *)_huff_lengthlist__44u5__short,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist__44u6__long[] = {
3, 9,14,13,14,13,16,12,13,14, 5, 4, 6, 6, 8, 9,
11,10,12,15,10, 5, 5, 6, 6, 8,10,10,13,16,10, 6,
6, 6, 6, 8, 9, 9,12,14,13, 7, 6, 6, 4, 6, 6, 7,
11,14,10, 7, 7, 7, 6, 6, 6, 7,10,13,15,10, 9, 8,
5, 6, 5, 6,10,14,10, 9, 8, 8, 6, 6, 5, 4, 6,11,
11,11,12,11,10, 9, 9, 5, 5, 9,10,12,15,13,13,13,
13, 8, 7, 7,
};
static const static_codebook _huff_book__44u6__long = {
2, 100,
(char *)_huff_lengthlist__44u6__long,
0, 0, 0, 0, 0,
NULL,
0
};
static const long _vq_quantlist__44u6__p1_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44u6__p1_0[] = {
1, 4, 4, 4, 8, 7, 5, 7, 7, 5, 8, 8, 8,10,10, 7,
9,10, 5, 8, 8, 7,10, 9, 8,10,10, 5, 8, 8, 8,10,
10, 8,10,10, 8,10,10,10,12,13,10,13,13, 7,10,10,
10,13,11,10,13,13, 5, 8, 8, 8,11,10, 8,10,10, 7,
10,10,10,13,13,10,11,13, 8,10,11,10,13,13,10,13,
12,
};
static const static_codebook _44u6__p1_0 = {
4, 81,
(char *)_vq_lengthlist__44u6__p1_0,
1, -535822336, 1611661312, 2, 0,
(long *)_vq_quantlist__44u6__p1_0,
0
};
static const long _vq_quantlist__44u6__p2_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44u6__p2_0[] = {
3, 4, 4, 5, 6, 6, 5, 6, 6, 5, 6, 6, 6, 8, 8, 6,
7, 8, 5, 6, 6, 6, 8, 7, 6, 8, 8, 5, 6, 6, 6, 8,
8, 6, 8, 8, 6, 8, 8, 8, 9, 9, 8, 9, 9, 6, 7, 7,
7, 9, 8, 8, 9, 9, 5, 6, 6, 6, 8, 7, 6, 8, 8, 6,
8, 8, 8, 9, 9, 7, 8, 9, 6, 8, 8, 8, 9, 9, 8, 9,
9,
};
static const static_codebook _44u6__p2_0 = {
4, 81,
(char *)_vq_lengthlist__44u6__p2_0,
1, -535822336, 1611661312, 2, 0,
(long *)_vq_quantlist__44u6__p2_0,
0
};
static const long _vq_quantlist__44u6__p3_0[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44u6__p3_0[] = {
2, 5, 4, 8, 8, 5, 7, 6, 9, 9, 5, 6, 7, 9, 9, 8,
9, 9,13,12, 8, 9,10,12,13, 5, 7, 7,10, 9, 7, 9,
9,11,11, 7, 8, 9,11,11,10,11,11,14,14, 9,10,11,
13,14, 5, 7, 7, 9,10, 6, 9, 8,11,11, 7, 9, 9,11,
11, 9,11,10,14,13,10,11,11,14,13, 8,10,10,13,13,
10,11,11,15,15, 9,11,11,14,14,13,14,14,17,16,12,
13,14,16,16, 8,10,10,13,14, 9,11,11,14,15,10,11,
12,14,15,12,14,13,16,15,13,14,14,15,17, 5, 7, 7,
10,10, 7, 9, 9,11,11, 7, 9, 9,11,11,10,12,11,14,
14,10,11,11,14,14, 7, 9, 9,12,11, 9,11,11,13,13,
9,11,11,13,13,11,13,13,14,15,11,12,13,15,16, 6,
9, 9,11,12, 8,11,10,13,12, 9,11,11,13,14,11,13,
12,16,14,11,13,13,15,16,10,12,11,14,15,11,13,13,
15,17,11,13,13,17,16,15,15,16,17,16,14,15,16,18,
0, 9,11,11,14,15,10,12,12,16,15,11,13,13,16,16,
13,15,14,18,15,14,16,16, 0, 0, 5, 7, 7,10,10, 7,
9, 9,11,11, 7, 9, 9,11,11,10,11,11,14,14,10,11,
12,14,14, 6, 9, 9,11,11, 9,11,11,13,13, 8,10,11,
12,13,11,13,13,16,15,11,12,13,14,16, 7, 9, 9,11,
12, 9,11,11,13,13, 9,11,11,13,13,11,13,13,16,15,
11,13,12,15,15, 9,11,11,15,14,11,13,13,17,16,10,
12,13,15,16,14,16,16, 0,18,14,14,15,15,17,10,11,
12,15,15,11,13,13,16,16,11,13,13,16,16,14,16,16,
19,17,14,15,15,17,17, 8,10,10,14,14,10,12,11,15,
15,10,11,12,16,15,14,15,15,18,20,13,14,16,17,18,
9,11,11,15,16,11,13,13,17,17,11,13,13,17,16,15,
16,16, 0, 0,15,16,16, 0, 0, 9,11,11,15,15,10,13,
12,17,15,11,13,13,17,16,15,17,15,20,19,15,16,16,
19, 0,13,15,14, 0,17,14,15,16, 0,20,15,16,16, 0,
19,17,18, 0, 0, 0,16,17,18, 0, 0,12,14,14,19,18,
13,15,14, 0,17,14,15,16,19,19,16,18,16, 0,19,19,
20,17,20, 0, 8,10,10,13,14,10,11,11,15,15,10,12,
12,15,16,14,15,14,19,16,14,15,15, 0,18, 9,11,11,
16,15,11,13,13, 0,16,11,12,13,16,17,14,16,17, 0,
19,15,16,16,18, 0, 9,11,11,15,16,11,13,13,16,16,
11,14,13,18,17,15,16,16,18,20,15,17,19, 0, 0,12,
14,14,17,17,14,16,15, 0, 0,13,14,15,19, 0,16,18,
20, 0, 0,16,16,18,18, 0,12,14,14,17,20,14,16,16,
19, 0,14,16,14, 0,20,16,20,17, 0, 0,17, 0,15, 0,
19,
};
static const static_codebook _44u6__p3_0 = {
4, 625,
(char *)_vq_lengthlist__44u6__p3_0,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44u6__p3_0,
0
};
static const long _vq_quantlist__44u6__p4_0[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44u6__p4_0[] = {
4, 5, 5, 8, 8, 6, 7, 6, 9, 9, 6, 6, 7, 9, 9, 8,
9, 9,11,11, 8, 9, 9,11,11, 6, 7, 7, 9, 9, 7, 8,
8,10,10, 7, 7, 8, 9,10, 9,10,10,11,11, 9, 9,10,
11,12, 6, 7, 7, 9, 9, 7, 8, 7,10, 9, 7, 8, 8,10,
10, 9,10, 9,12,11, 9,10,10,12,11, 8, 9, 9,11,11,
9,10,10,12,12, 9,10,10,12,12,11,12,12,14,13,11,
11,12,13,13, 8, 9, 9,11,11, 9,10,10,12,12, 9,10,
10,12,12,11,12,11,13,12,11,12,12,13,13, 5, 7, 7,
9, 9, 7, 8, 7,10,10, 7, 7, 8,10,10, 9,10,10,12,
11, 9,10,10,11,12, 7, 8, 8,10,10, 8, 8, 9,11,11,
8, 9, 9,11,11,10,10,11,12,13,10,10,11,12,12, 6,
7, 7,10,10, 7, 9, 8,11,10, 8, 8, 9,10,11,10,11,
10,13,11,10,11,11,12,12, 9,10,10,12,12,10,10,11,
13,13,10,11,11,12,13,12,12,12,13,14,12,12,13,14,
14, 9,10,10,12,12, 9,10,10,13,12,10,11,11,13,13,
11,12,11,14,12,12,13,13,14,14, 6, 7, 7, 9, 9, 7,
8, 7,10,10, 7, 8, 8,10,10, 9,10,10,12,11, 9,10,
10,11,12, 6, 7, 7,10,10, 8, 9, 8,11,10, 7, 8, 9,
10,11,10,11,11,12,12,10,10,11,11,13, 7, 8, 8,10,
10, 8, 9, 9,11,11, 8, 9, 8,11,11,10,11,10,13,12,
10,11,11,13,12, 9,10,10,12,12,10,11,11,13,12, 9,
10,10,12,13,12,13,12,14,14,11,11,12,12,14, 9,10,
10,12,12,10,11,11,13,13,10,11,10,13,12,12,12,12,
14,14,12,13,12,14,13, 8, 9, 9,11,11, 9,10,10,12,
12, 9,10,10,12,12,11,12,12,14,13,11,12,12,13,14,
9,10,10,12,12,10,11,11,13,13,10,11,11,13,13,12,
12,13,14,15,12,12,13,14,14, 9,10,10,12,12, 9,11,
10,13,12,10,10,11,12,13,12,13,12,14,13,12,12,13,
14,15,11,12,12,14,13,11,12,12,14,14,12,13,13,14,
14,13,13,14,14,16,13,14,14,15,15,11,12,11,13,13,
11,12,11,14,13,12,12,13,14,15,12,14,12,15,12,13,
14,15,15,16, 8, 9, 9,11,11, 9,10,10,12,12, 9,10,
10,12,12,11,12,12,14,13,11,12,12,13,13, 9,10,10,
12,12,10,11,10,13,12, 9,10,11,12,13,12,13,12,14,
14,12,12,13,13,14, 9,10,10,12,12,10,11,11,13,13,
10,11,11,13,13,12,13,12,14,14,12,13,13,14,14,11,
11,11,13,13,12,13,12,14,14,11,11,12,13,14,14,14,
14,16,15,12,12,14,12,15,11,12,12,13,14,12,13,13,
14,15,11,12,12,14,14,13,14,14,16,16,13,14,13,16,
13,
};
static const static_codebook _44u6__p4_0 = {
4, 625,
(char *)_vq_lengthlist__44u6__p4_0,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44u6__p4_0,
0
};
static const long _vq_quantlist__44u6__p5_0[] = {
4,
3,
5,
2,
6,
1,
7,
0,
8,
};
static const char _vq_lengthlist__44u6__p5_0[] = {
2, 3, 3, 6, 6, 8, 8,10,10, 4, 5, 5, 8, 7, 8, 8,
11,11, 3, 5, 5, 7, 8, 8, 8,11,11, 6, 8, 7, 9, 9,
10, 9,12,11, 6, 7, 8, 9, 9, 9,10,11,12, 8, 8, 8,
10, 9,12,11,13,13, 8, 8, 9, 9,10,11,12,13,13,10,
11,11,12,12,13,13,14,14,10,10,11,11,12,13,13,14,
14,
};
static const static_codebook _44u6__p5_0 = {
2, 81,
(char *)_vq_lengthlist__44u6__p5_0,
1, -531628032, 1611661312, 4, 0,
(long *)_vq_quantlist__44u6__p5_0,
0
};
static const long _vq_quantlist__44u6__p6_0[] = {
4,
3,
5,
2,
6,
1,
7,
0,
8,
};
static const char _vq_lengthlist__44u6__p6_0[] = {
3, 4, 4, 5, 5, 7, 7, 9, 9, 4, 5, 4, 6, 6, 7, 7,
9, 9, 4, 4, 5, 6, 6, 7, 8, 9, 9, 5, 6, 6, 7, 7,
8, 8,10,10, 5, 6, 6, 7, 7, 8, 8,10,10, 7, 8, 7,
8, 8,10, 9,11,11, 7, 7, 8, 8, 8, 9,10,10,11, 9,
9, 9,10,10,11,11,12,11, 9, 9, 9,10,10,11,11,11,
12,
};
static const static_codebook _44u6__p6_0 = {
2, 81,
(char *)_vq_lengthlist__44u6__p6_0,
1, -531628032, 1611661312, 4, 0,
(long *)_vq_quantlist__44u6__p6_0,
0
};
static const long _vq_quantlist__44u6__p7_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44u6__p7_0[] = {
1, 4, 4, 5, 7, 7, 5, 7, 7, 5, 9, 8, 7,10,10, 8,
10,10, 5, 8, 9, 7,10,10, 7,10, 9, 4, 8, 8, 9,11,
11, 8,11,11, 7,11,11,10,10,13,10,13,13, 7,11,11,
10,13,12,10,13,13, 5, 9, 8, 8,11,11, 9,11,11, 7,
11,11,10,13,13,10,12,13, 7,11,11,10,13,13, 9,13,
10,
};
static const static_codebook _44u6__p7_0 = {
4, 81,
(char *)_vq_lengthlist__44u6__p7_0,
1, -529137664, 1618345984, 2, 0,
(long *)_vq_quantlist__44u6__p7_0,
0
};
static const long _vq_quantlist__44u6__p7_1[] = {
5,
4,
6,
3,
7,
2,
8,
1,
9,
0,
10,
};
static const char _vq_lengthlist__44u6__p7_1[] = {
3, 4, 4, 6, 6, 7, 7, 8, 8, 8, 8, 4, 5, 5, 7, 6,
8, 8, 8, 8, 8, 8, 4, 5, 5, 6, 7, 8, 8, 8, 8, 8,
8, 6, 7, 7, 7, 7, 8, 8, 8, 8, 8, 8, 6, 7, 7, 7,
7, 8, 8, 8, 8, 8, 8, 7, 8, 8, 8, 8, 8, 8, 9, 9,
9, 9, 7, 8, 8, 8, 8, 8, 8, 9, 9, 9, 9, 8, 8, 8,
8, 8, 9, 9, 9, 9, 9, 9, 8, 8, 8, 8, 8, 9, 9, 9,
9, 9, 9, 8, 8, 8, 8, 8, 9, 9, 9, 9, 9, 9, 8, 8,
8, 8, 8, 9, 9, 9, 9, 9, 9,
};
static const static_codebook _44u6__p7_1 = {
2, 121,
(char *)_vq_lengthlist__44u6__p7_1,
1, -531365888, 1611661312, 4, 0,
(long *)_vq_quantlist__44u6__p7_1,
0
};
static const long _vq_quantlist__44u6__p8_0[] = {
5,
4,
6,
3,
7,
2,
8,
1,
9,
0,
10,
};
static const char _vq_lengthlist__44u6__p8_0[] = {
1, 4, 4, 6, 6, 8, 8, 9, 9,10,10, 4, 6, 6, 7, 7,
9, 9,10,10,11,11, 4, 6, 6, 7, 7, 9, 9,10,10,11,
11, 6, 8, 8, 9, 9,10,10,11,11,12,12, 6, 8, 8, 9,
9,10,10,11,11,12,12, 8, 9, 9,10,10,11,11,12,12,
13,13, 8, 9, 9,10,10,11,11,12,12,13,13,10,10,10,
11,11,13,13,13,13,15,14, 9,10,10,12,11,12,13,13,
13,14,15,11,12,12,13,13,13,13,15,14,15,15,11,11,
12,13,13,14,14,14,15,15,15,
};
static const static_codebook _44u6__p8_0 = {
2, 121,
(char *)_vq_lengthlist__44u6__p8_0,
1, -524582912, 1618345984, 4, 0,
(long *)_vq_quantlist__44u6__p8_0,
0
};
static const long _vq_quantlist__44u6__p8_1[] = {
5,
4,
6,
3,
7,
2,
8,
1,
9,
0,
10,
};
static const char _vq_lengthlist__44u6__p8_1[] = {
3, 5, 5, 6, 6, 7, 7, 7, 7, 7, 7, 5, 6, 5, 7, 7,
7, 7, 8, 7, 8, 8, 5, 5, 6, 6, 7, 7, 7, 7, 7, 8,
8, 6, 7, 7, 7, 7, 8, 7, 8, 8, 8, 8, 6, 6, 7, 7,
7, 7, 8, 8, 8, 8, 8, 7, 7, 7, 8, 8, 8, 8, 8, 8,
8, 8, 7, 7, 7, 7, 8, 8, 8, 8, 8, 8, 8, 7, 7, 7,
8, 8, 8, 8, 8, 8, 8, 8, 7, 8, 8, 8, 8, 8, 8, 8,
8, 8, 8, 7, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 7, 8,
8, 8, 8, 8, 8, 8, 8, 8, 8,
};
static const static_codebook _44u6__p8_1 = {
2, 121,
(char *)_vq_lengthlist__44u6__p8_1,
1, -531365888, 1611661312, 4, 0,
(long *)_vq_quantlist__44u6__p8_1,
0
};
static const long _vq_quantlist__44u6__p9_0[] = {
7,
6,
8,
5,
9,
4,
10,
3,
11,
2,
12,
1,
13,
0,
14,
};
static const char _vq_lengthlist__44u6__p9_0[] = {
1, 3, 2, 9, 8,15,15,15,15,15,15,15,15,15,15, 4,
8, 9,13,14,14,14,14,14,14,14,14,14,14,14, 5, 8,
9,14,14,14,14,14,14,14,14,14,14,14,14,11,14,14,
14,14,14,14,14,14,14,14,14,14,14,14,11,14,14,14,
14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,
14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,
14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,
14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,
14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,
14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,
14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,
14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,
14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,
14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,14,
14,
};
static const static_codebook _44u6__p9_0 = {
2, 225,
(char *)_vq_lengthlist__44u6__p9_0,
1, -514071552, 1627381760, 4, 0,
(long *)_vq_quantlist__44u6__p9_0,
0
};
static const long _vq_quantlist__44u6__p9_1[] = {
7,
6,
8,
5,
9,
4,
10,
3,
11,
2,
12,
1,
13,
0,
14,
};
static const char _vq_lengthlist__44u6__p9_1[] = {
1, 4, 4, 7, 7, 8, 9, 8, 8, 9, 8, 9, 8, 9, 9, 4,
7, 6, 8, 8, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 4, 7,
6, 9, 9,10,10, 9, 9,10,10,10,10,11,11, 7, 9, 8,
10,10,11,11,10,10,11,11,11,11,11,11, 7, 8, 9,10,
10,11,11,10,10,11,11,11,11,11,12, 8,10,10,11,11,
12,12,11,11,12,12,12,12,13,12, 8,10,10,11,11,12,
11,11,11,11,12,12,12,12,13, 8, 9, 9,11,10,11,11,
12,12,12,12,13,12,13,12, 8, 9, 9,11,11,11,11,12,
12,12,12,12,13,13,13, 9,10,10,11,12,12,12,12,12,
13,13,13,13,13,13, 9,10,10,11,11,12,12,12,12,13,
13,13,13,14,13,10,10,10,12,11,12,12,13,13,13,13,
13,13,13,13,10,10,11,11,11,12,12,13,13,13,13,13,
13,13,13,10,11,11,12,12,13,12,12,13,13,13,13,13,
13,14,10,11,11,12,12,13,12,13,13,13,14,13,13,14,
13,
};
static const static_codebook _44u6__p9_1 = {
2, 225,
(char *)_vq_lengthlist__44u6__p9_1,
1, -522338304, 1620115456, 4, 0,
(long *)_vq_quantlist__44u6__p9_1,
0
};
static const long _vq_quantlist__44u6__p9_2[] = {
8,
7,
9,
6,
10,
5,
11,
4,
12,
3,
13,
2,
14,
1,
15,
0,
16,
};
static const char _vq_lengthlist__44u6__p9_2[] = {
3, 5, 5, 7, 7, 8, 8, 8, 8, 8, 8, 9, 8, 8, 9, 9,
9, 5, 6, 6, 7, 7, 8, 8, 8, 8, 8, 8, 9, 9, 9, 9,
9, 9, 5, 6, 6, 7, 7, 8, 8, 8, 8, 8, 8, 9, 9, 9,
9, 9, 9, 7, 7, 7, 8, 8, 8, 8, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 7, 7, 7, 8, 8, 8, 8, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 8, 8, 8, 8, 8, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 8, 8, 8, 8, 8, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 8, 8, 8, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 8, 8, 8, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 8, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9,10, 9, 8, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9,10,10, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,10, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9,10, 9, 9, 9,10, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9,10, 9, 9, 9,10, 9, 9,10, 9,
9, 9, 9, 9, 9, 9, 9, 9,10,10,10, 9,10, 9,10,10,
9, 9, 9, 9, 9, 9, 9, 9, 9,10,10, 9,10,10, 9, 9,
10,
};
static const static_codebook _44u6__p9_2 = {
2, 289,
(char *)_vq_lengthlist__44u6__p9_2,
1, -529530880, 1611661312, 5, 0,
(long *)_vq_quantlist__44u6__p9_2,
0
};
static const char _huff_lengthlist__44u6__short[] = {
4,11,16,13,17,13,17,16,17,17, 4, 7, 9, 9,13,10,
16,12,16,17, 7, 6, 5, 7, 8, 9,12,12,16,17, 6, 9,
7, 9,10,10,15,15,17,17, 6, 7, 5, 7, 5, 7, 7,10,
16,17, 7, 9, 8, 9, 8,10,11,11,15,17, 7, 7, 7, 8,
5, 8, 8, 9,15,17, 8, 7, 9, 9, 7, 8, 7, 2, 7,15,
14,13,13,15, 5,10, 4, 3, 6,17,17,15,13,17, 7,11,
7, 6, 9,16,
};
static const static_codebook _huff_book__44u6__short = {
2, 100,
(char *)_huff_lengthlist__44u6__short,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist__44u7__long[] = {
3, 9,14,13,15,14,16,13,13,14, 5, 5, 7, 7, 8, 9,
11,10,12,15,10, 6, 5, 6, 6, 9,10,10,13,16,10, 6,
6, 6, 6, 8, 9, 9,12,15,14, 7, 6, 6, 5, 6, 6, 8,
12,15,10, 8, 7, 7, 6, 7, 7, 7,11,13,14,10, 9, 8,
5, 6, 4, 5, 9,12,10, 9, 9, 8, 6, 6, 5, 3, 6,11,
12,11,12,12,10, 9, 8, 5, 5, 8,10,11,15,13,13,13,
12, 8, 6, 7,
};
static const static_codebook _huff_book__44u7__long = {
2, 100,
(char *)_huff_lengthlist__44u7__long,
0, 0, 0, 0, 0,
NULL,
0
};
static const long _vq_quantlist__44u7__p1_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44u7__p1_0[] = {
1, 4, 4, 4, 7, 7, 5, 7, 7, 5, 8, 8, 8,10,10, 7,
10,10, 5, 8, 8, 7,10,10, 8,10,10, 5, 8, 8, 8,11,
10, 8,10,10, 8,10,10,10,12,13,10,13,13, 7,10,10,
10,13,12,10,13,13, 5, 8, 8, 8,11,10, 8,10,11, 7,
10,10,10,13,13,10,12,13, 8,11,11,10,13,13,10,13,
12,
};
static const static_codebook _44u7__p1_0 = {
4, 81,
(char *)_vq_lengthlist__44u7__p1_0,
1, -535822336, 1611661312, 2, 0,
(long *)_vq_quantlist__44u7__p1_0,
0
};
static const long _vq_quantlist__44u7__p2_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44u7__p2_0[] = {
3, 4, 4, 5, 6, 6, 5, 6, 6, 5, 6, 6, 6, 8, 8, 6,
7, 8, 5, 6, 6, 6, 8, 7, 6, 8, 8, 5, 6, 6, 6, 8,
7, 6, 8, 8, 6, 8, 8, 8, 9, 9, 8, 9, 9, 6, 8, 7,
7, 9, 8, 8, 9, 9, 5, 6, 6, 6, 8, 7, 6, 8, 8, 6,
8, 8, 8, 9, 9, 7, 8, 9, 6, 8, 8, 8, 9, 9, 8, 9,
9,
};
static const static_codebook _44u7__p2_0 = {
4, 81,
(char *)_vq_lengthlist__44u7__p2_0,
1, -535822336, 1611661312, 2, 0,
(long *)_vq_quantlist__44u7__p2_0,
0
};
static const long _vq_quantlist__44u7__p3_0[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44u7__p3_0[] = {
2, 5, 4, 8, 8, 5, 7, 6, 9, 9, 5, 6, 7, 9, 9, 8,
9, 9,13,12, 8, 9,10,12,13, 5, 7, 7,10, 9, 7, 9,
9,11,11, 6, 8, 9,11,11,10,11,11,14,14, 9,10,11,
13,14, 5, 7, 7, 9, 9, 7, 9, 8,11,11, 7, 9, 9,11,
11, 9,11,10,14,13,10,11,11,14,14, 8,10,10,14,13,
10,11,12,15,14, 9,11,11,15,14,13,14,14,16,16,12,
13,14,17,16, 8,10,10,13,13, 9,11,11,14,15,10,11,
12,14,15,12,14,13,16,16,13,14,15,15,17, 5, 7, 7,
10,10, 7, 9, 9,11,11, 7, 9, 9,11,11,10,12,11,15,
14,10,11,12,14,14, 7, 9, 9,12,12, 9,11,11,13,13,
9,11,11,13,13,11,13,13,14,17,11,13,13,15,16, 6,
9, 9,11,11, 8,11,10,13,12, 9,11,11,13,13,11,13,
12,16,14,11,13,13,16,16,10,12,12,15,15,11,13,13,
16,16,11,13,13,16,15,14,16,17,17,19,14,16,16,18,
0, 9,11,11,14,15,10,13,12,16,15,11,13,13,16,16,
14,15,14, 0,16,14,16,16,18, 0, 5, 7, 7,10,10, 7,
9, 9,12,11, 7, 9, 9,11,12,10,11,11,15,14,10,11,
12,14,14, 6, 9, 9,11,11, 9,11,11,13,13, 8,10,11,
12,13,11,13,13,17,15,11,12,13,14,15, 7, 9, 9,11,
12, 9,11,11,13,13, 9,11,11,13,13,11,13,12,16,16,
11,13,13,15,14, 9,11,11,14,15,11,13,13,16,15,10,
12,13,16,16,15,16,16, 0, 0,14,13,15,16,18,10,11,
11,15,15,11,13,14,16,18,11,13,13,16,15,15,16,16,
19, 0,14,15,15,16,16, 8,10,10,13,13,10,12,11,16,
15,10,11,11,16,15,13,15,16,18, 0,13,14,15,17,17,
9,11,11,15,15,11,13,13,16,18,11,13,13,16,17,15,
16,16, 0, 0,15,18,16, 0,17, 9,11,11,15,15,11,13,
12,17,15,11,13,14,16,17,15,18,15, 0,17,15,16,16,
18,19,13,15,14, 0,18,14,16,16,19,18,14,16,15,19,
19,16,18,19, 0, 0,16,17, 0, 0, 0,12,14,14,17,17,
13,16,14, 0,18,14,16,15,18, 0,16,18,16,19,17,18,
19,17, 0, 0, 8,10,10,14,14, 9,12,11,15,15,10,11,
12,15,17,13,15,15,18,16,14,16,15,18,17, 9,11,11,
16,15,11,13,13, 0,16,11,12,13,16,15,15,16,16, 0,
17,15,15,16,18,17, 9,12,11,15,17,11,13,13,16,16,
11,14,13,16,16,15,15,16,18,19,16,18,16, 0, 0,12,
14,14, 0,16,14,16,16, 0,18,13,14,15,16, 0,17,16,
18, 0, 0,16,16,17,19, 0,13,14,14,17, 0,14,17,16,
0,19,14,15,15,18,19,17,16,18, 0, 0,15,19,16, 0,
0,
};
static const static_codebook _44u7__p3_0 = {
4, 625,
(char *)_vq_lengthlist__44u7__p3_0,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44u7__p3_0,
0
};
static const long _vq_quantlist__44u7__p4_0[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44u7__p4_0[] = {
4, 5, 5, 8, 8, 6, 7, 6, 9, 9, 6, 6, 7, 9, 9, 8,
9, 9,11,11, 8, 9, 9,10,11, 6, 7, 7, 9, 9, 7, 8,
8,10,10, 6, 7, 8, 9,10, 9,10,10,12,12, 9, 9,10,
11,12, 6, 7, 7, 9, 9, 6, 8, 7,10, 9, 7, 8, 8,10,
10, 9,10, 9,12,11, 9,10,10,12,11, 8, 9, 9,11,11,
9,10,10,12,12, 9,10,10,12,12,11,12,12,13,14,11,
11,12,13,13, 8, 9, 9,11,11, 9,10,10,12,11, 9,10,
10,12,12,11,12,11,13,13,11,12,12,13,13, 6, 7, 7,
9, 9, 7, 8, 7,10,10, 7, 7, 8,10,10, 9,10,10,12,
11, 9,10,10,12,12, 7, 8, 8,10,10, 8, 8, 9,11,11,
8, 9, 9,11,11,10,11,11,12,12,10,10,11,12,13, 6,
7, 7,10,10, 7, 9, 8,11,10, 8, 8, 9,10,11,10,11,
10,13,11,10,11,11,12,12, 9,10,10,12,12,10,10,11,
13,13,10,11,11,13,12,12,12,13,13,14,12,12,13,14,
14, 9,10,10,12,12, 9,10,10,12,12,10,11,11,13,13,
11,12,11,14,12,12,13,13,14,14, 6, 7, 7, 9, 9, 7,
8, 7,10,10, 7, 7, 8,10,10, 9,10,10,12,11, 9,10,
10,11,12, 6, 7, 7,10,10, 8, 9, 8,11,10, 7, 8, 9,
10,11,10,11,11,13,12,10,10,11,11,13, 7, 8, 8,10,
10, 8, 9, 9,11,11, 8, 9, 9,11,11,10,11,10,13,12,
10,11,11,12,12, 9,10,10,12,12,10,11,11,13,12, 9,
10,10,12,13,12,13,12,14,14,11,11,12,12,14, 9,10,
10,12,12,10,11,11,13,13,10,11,11,13,13,12,13,12,
14,14,12,13,12,14,13, 8, 9, 9,11,11, 9,10,10,12,
12, 9,10,10,12,12,11,12,12,14,13,11,12,12,13,13,
9,10,10,12,12,10,11,11,13,13,10,11,11,13,12,12,
13,13,14,14,12,12,13,14,14, 9,10,10,12,12, 9,11,
10,13,12,10,10,11,12,13,11,13,12,14,13,12,12,13,
14,14,11,12,12,13,13,11,12,13,14,14,12,13,13,14,
14,13,13,14,14,16,13,14,14,16,16,11,11,11,13,13,
11,12,11,14,13,12,12,13,14,15,13,14,12,16,13,14,
14,14,15,16, 8, 9, 9,11,11, 9,10,10,12,12, 9,10,
10,12,12,11,12,12,14,13,11,12,12,13,14, 9,10,10,
12,12,10,11,10,13,12, 9,10,11,12,13,12,13,12,14,
14,12,12,13,13,14, 9,10,10,12,12,10,11,11,12,13,
10,11,11,13,13,12,13,12,14,14,12,13,13,14,14,11,
12,12,13,13,12,13,12,14,14,11,11,12,13,14,13,15,
14,16,15,13,12,14,13,16,11,12,12,13,13,12,13,13,
14,14,12,12,12,14,14,13,14,14,15,15,13,14,13,16,
14,
};
static const static_codebook _44u7__p4_0 = {
4, 625,
(char *)_vq_lengthlist__44u7__p4_0,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44u7__p4_0,
0
};
static const long _vq_quantlist__44u7__p5_0[] = {
4,
3,
5,
2,
6,
1,
7,
0,
8,
};
static const char _vq_lengthlist__44u7__p5_0[] = {
2, 3, 3, 6, 6, 7, 8,10,10, 4, 5, 5, 8, 7, 8, 8,
11,11, 3, 5, 5, 7, 7, 8, 9,11,11, 6, 8, 7, 9, 9,
10,10,12,12, 6, 7, 8, 9,10,10,10,12,12, 8, 8, 8,
10,10,12,11,13,13, 8, 8, 9,10,10,11,11,13,13,10,
11,11,12,12,13,13,14,14,10,11,11,12,12,13,13,14,
14,
};
static const static_codebook _44u7__p5_0 = {
2, 81,
(char *)_vq_lengthlist__44u7__p5_0,
1, -531628032, 1611661312, 4, 0,
(long *)_vq_quantlist__44u7__p5_0,
0
};
static const long _vq_quantlist__44u7__p6_0[] = {
4,
3,
5,
2,
6,
1,
7,
0,
8,
};
static const char _vq_lengthlist__44u7__p6_0[] = {
3, 4, 4, 5, 5, 7, 7, 9, 9, 4, 5, 4, 6, 6, 8, 7,
9, 9, 4, 4, 5, 6, 6, 7, 7, 9, 9, 5, 6, 6, 7, 7,
8, 8,10,10, 5, 6, 6, 7, 7, 8, 8,10,10, 7, 8, 7,
8, 8,10, 9,11,11, 7, 7, 8, 8, 8, 9,10,11,11, 9,
9, 9,10,10,11,10,12,11, 9, 9, 9,10,10,11,11,11,
12,
};
static const static_codebook _44u7__p6_0 = {
2, 81,
(char *)_vq_lengthlist__44u7__p6_0,
1, -531628032, 1611661312, 4, 0,
(long *)_vq_quantlist__44u7__p6_0,
0
};
static const long _vq_quantlist__44u7__p7_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44u7__p7_0[] = {
1, 4, 4, 5, 7, 7, 5, 7, 7, 5, 9, 8, 8, 9, 9, 7,
10,10, 5, 8, 9, 7, 9,10, 8, 9, 9, 4, 9, 9, 9,11,
10, 8,10,10, 7,11,10,10,10,12,10,12,12, 7,10,10,
10,12,11,10,12,12, 5, 9, 9, 8,10,10, 9,11,11, 7,
11,10,10,12,12,10,11,12, 7,10,11,10,12,12,10,12,
10,
};
static const static_codebook _44u7__p7_0 = {
4, 81,
(char *)_vq_lengthlist__44u7__p7_0,
1, -529137664, 1618345984, 2, 0,
(long *)_vq_quantlist__44u7__p7_0,
0
};
static const long _vq_quantlist__44u7__p7_1[] = {
5,
4,
6,
3,
7,
2,
8,
1,
9,
0,
10,
};
static const char _vq_lengthlist__44u7__p7_1[] = {
3, 4, 4, 6, 6, 7, 7, 8, 8, 8, 8, 4, 5, 5, 6, 6,
8, 7, 8, 8, 8, 8, 4, 5, 5, 6, 6, 7, 8, 8, 8, 8,
8, 6, 7, 6, 7, 7, 8, 8, 9, 9, 9, 9, 6, 6, 7, 7,
7, 8, 8, 9, 9, 9, 9, 7, 8, 7, 8, 8, 9, 9, 9, 9,
9, 9, 7, 7, 8, 8, 8, 9, 9, 9, 9, 9, 9, 8, 8, 8,
9, 9, 9, 9,10, 9, 9, 9, 8, 8, 8, 9, 9, 9, 9, 9,
9, 9,10, 8, 8, 8, 9, 9, 9, 9,10, 9,10,10, 8, 8,
8, 9, 9, 9, 9, 9,10,10,10,
};
static const static_codebook _44u7__p7_1 = {
2, 121,
(char *)_vq_lengthlist__44u7__p7_1,
1, -531365888, 1611661312, 4, 0,
(long *)_vq_quantlist__44u7__p7_1,
0
};
static const long _vq_quantlist__44u7__p8_0[] = {
5,
4,
6,
3,
7,
2,
8,
1,
9,
0,
10,
};
static const char _vq_lengthlist__44u7__p8_0[] = {
1, 4, 4, 6, 6, 8, 8,10,10,11,11, 4, 6, 6, 7, 7,
9, 9,11,10,12,12, 5, 6, 5, 7, 7, 9, 9,10,11,12,
12, 6, 7, 7, 8, 8,10,10,11,11,13,13, 6, 7, 7, 8,
8,10,10,11,12,13,13, 8, 9, 9,10,10,11,11,12,12,
14,14, 8, 9, 9,10,10,11,11,12,12,14,14,10,10,10,
11,11,13,12,14,14,15,15,10,10,10,12,12,13,13,14,
14,15,15,11,12,12,13,13,14,14,15,14,16,15,11,12,
12,13,13,14,14,15,15,15,16,
};
static const static_codebook _44u7__p8_0 = {
2, 121,
(char *)_vq_lengthlist__44u7__p8_0,
1, -524582912, 1618345984, 4, 0,
(long *)_vq_quantlist__44u7__p8_0,
0
};
static const long _vq_quantlist__44u7__p8_1[] = {
5,
4,
6,
3,
7,
2,
8,
1,
9,
0,
10,
};
static const char _vq_lengthlist__44u7__p8_1[] = {
4, 5, 5, 6, 6, 7, 7, 7, 7, 7, 7, 5, 6, 6, 7, 7,
7, 7, 7, 7, 7, 7, 5, 6, 6, 6, 7, 7, 7, 7, 7, 7,
7, 6, 7, 7, 7, 7, 7, 7, 7, 7, 8, 8, 6, 7, 7, 7,
7, 7, 7, 7, 7, 8, 8, 7, 7, 7, 7, 7, 8, 7, 8, 8,
8, 8, 7, 7, 7, 7, 7, 7, 8, 8, 8, 8, 8, 7, 7, 7,
7, 7, 8, 8, 8, 8, 8, 8, 7, 7, 7, 7, 7, 8, 8, 8,
8, 8, 8, 7, 7, 7, 8, 8, 8, 8, 8, 8, 8, 8, 7, 7,
7, 8, 8, 8, 8, 8, 8, 8, 8,
};
static const static_codebook _44u7__p8_1 = {
2, 121,
(char *)_vq_lengthlist__44u7__p8_1,
1, -531365888, 1611661312, 4, 0,
(long *)_vq_quantlist__44u7__p8_1,
0
};
static const long _vq_quantlist__44u7__p9_0[] = {
5,
4,
6,
3,
7,
2,
8,
1,
9,
0,
10,
};
static const char _vq_lengthlist__44u7__p9_0[] = {
1, 3, 3,10,10,10,10,10,10,10,10, 4,10,10,10,10,
10,10,10,10,10,10, 4,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9,
};
static const static_codebook _44u7__p9_0 = {
2, 121,
(char *)_vq_lengthlist__44u7__p9_0,
1, -512171520, 1630791680, 4, 0,
(long *)_vq_quantlist__44u7__p9_0,
0
};
static const long _vq_quantlist__44u7__p9_1[] = {
6,
5,
7,
4,
8,
3,
9,
2,
10,
1,
11,
0,
12,
};
static const char _vq_lengthlist__44u7__p9_1[] = {
1, 4, 4, 6, 5, 8, 6, 9, 8,10, 9,11,10, 4, 6, 6,
8, 8, 9, 9,11,10,11,11,11,11, 4, 6, 6, 8, 8,10,
9,11,11,11,11,11,12, 6, 8, 8,10,10,11,11,12,12,
13,12,13,13, 6, 8, 8,10,10,11,11,12,12,12,13,14,
13, 8,10,10,11,11,12,13,14,14,14,14,15,15, 8,10,
10,11,12,12,13,13,14,14,14,14,15, 9,11,11,13,13,
14,14,15,14,16,15,17,15, 9,11,11,12,13,14,14,15,
14,15,15,15,16,10,12,12,13,14,15,15,15,15,16,17,
16,17,10,13,12,13,14,14,16,16,16,16,15,16,17,11,
13,13,14,15,14,17,15,16,17,17,17,17,11,13,13,14,
15,15,15,15,17,17,16,17,16,
};
static const static_codebook _44u7__p9_1 = {
2, 169,
(char *)_vq_lengthlist__44u7__p9_1,
1, -518889472, 1622704128, 4, 0,
(long *)_vq_quantlist__44u7__p9_1,
0
};
static const long _vq_quantlist__44u7__p9_2[] = {
24,
23,
25,
22,
26,
21,
27,
20,
28,
19,
29,
18,
30,
17,
31,
16,
32,
15,
33,
14,
34,
13,
35,
12,
36,
11,
37,
10,
38,
9,
39,
8,
40,
7,
41,
6,
42,
5,
43,
4,
44,
3,
45,
2,
46,
1,
47,
0,
48,
};
static const char _vq_lengthlist__44u7__p9_2[] = {
2, 4, 4, 4, 4, 5, 5, 5, 5, 6, 6, 6, 6, 6, 6, 6,
6, 6, 6, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7,
7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 8, 8, 8,
8,
};
static const static_codebook _44u7__p9_2 = {
1, 49,
(char *)_vq_lengthlist__44u7__p9_2,
1, -526909440, 1611661312, 6, 0,
(long *)_vq_quantlist__44u7__p9_2,
0
};
static const char _huff_lengthlist__44u7__short[] = {
5,12,17,16,16,17,17,17,17,17, 4, 7,11,11,12, 9,
17,10,17,17, 7, 7, 8, 9, 7, 9,11,10,15,17, 7, 9,
10,11,10,12,14,12,16,17, 7, 8, 5, 7, 4, 7, 7, 8,
16,16, 6,10, 9,10, 7,10,11,11,16,17, 6, 8, 8, 9,
5, 7, 5, 8,16,17, 5, 5, 8, 7, 6, 7, 7, 6, 6,14,
12,10,12,11, 7,11, 4, 4, 2, 7,17,15,15,15, 8,15,
6, 8, 5, 9,
};
static const static_codebook _huff_book__44u7__short = {
2, 100,
(char *)_huff_lengthlist__44u7__short,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist__44u8__long[] = {
3, 9,13,14,14,15,14,14,15,15, 5, 4, 6, 8,10,12,
12,14,15,15, 9, 5, 4, 5, 8,10,11,13,16,16,10, 7,
4, 3, 5, 7, 9,11,13,13,10, 9, 7, 4, 4, 6, 8,10,
12,14,13,11, 9, 6, 5, 5, 6, 8,12,14,13,11,10, 8,
7, 6, 6, 7,10,14,13,11,12,10, 8, 7, 6, 6, 9,13,
12,11,14,12,11, 9, 8, 7, 9,11,11,12,14,13,14,11,
10, 8, 8, 9,
};
static const static_codebook _huff_book__44u8__long = {
2, 100,
(char *)_huff_lengthlist__44u8__long,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist__44u8__short[] = {
6,14,18,18,17,17,17,17,17,17, 4, 7, 9, 9,10,13,
15,17,17,17, 6, 7, 5, 6, 8,11,16,17,16,17, 5, 7,
5, 4, 6,10,14,17,17,17, 6, 6, 6, 5, 7,10,13,16,
17,17, 7, 6, 7, 7, 7, 8, 7,10,15,16,12, 9, 9, 6,
6, 5, 3, 5,11,15,14,14,13, 5, 5, 7, 3, 4, 8,15,
17,17,13, 7, 7,10, 6, 6,10,15,17,17,16,10,11,14,
10,10,15,17,
};
static const static_codebook _huff_book__44u8__short = {
2, 100,
(char *)_huff_lengthlist__44u8__short,
0, 0, 0, 0, 0,
NULL,
0
};
static const long _vq_quantlist__44u8_p1_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44u8_p1_0[] = {
1, 5, 5, 5, 7, 7, 5, 7, 7, 5, 7, 7, 8, 9, 9, 7,
9, 9, 5, 7, 7, 7, 9, 9, 8, 9, 9, 5, 7, 7, 7, 9,
9, 7, 9, 9, 7, 9, 9, 9,10,11, 9,11,10, 7, 9, 9,
9,11,10, 9,10,11, 5, 7, 7, 7, 9, 9, 7, 9, 9, 7,
9, 9, 9,11,10, 9,10,10, 8, 9, 9, 9,11,11, 9,11,
10,
};
static const static_codebook _44u8_p1_0 = {
4, 81,
(char *)_vq_lengthlist__44u8_p1_0,
1, -535822336, 1611661312, 2, 0,
(long *)_vq_quantlist__44u8_p1_0,
0
};
static const long _vq_quantlist__44u8_p2_0[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44u8_p2_0[] = {
4, 5, 5, 8, 8, 5, 7, 6, 9, 9, 5, 6, 7, 9, 9, 8,
9, 9,11,11, 8, 9, 9,11,11, 5, 7, 7, 9, 9, 7, 8,
8,10,10, 7, 8, 8,10,10, 9,10,10,12,12, 9,10,10,
11,12, 5, 7, 7, 9, 9, 7, 8, 7,10,10, 7, 8, 8,10,
10, 9,10, 9,12,11, 9,10,10,12,12, 8, 9, 9,12,11,
9,10,10,12,12, 9,10,10,12,12,11,12,12,14,14,11,
11,12,13,14, 8, 9, 9,11,11, 9,10,10,12,12, 9,10,
10,12,12,11,12,11,13,13,11,12,12,14,14, 5, 7, 7,
9, 9, 7, 8, 8,10,10, 7, 8, 8,10,10, 9,10,10,12,
12, 9,10,10,11,12, 7, 8, 8,10,10, 8, 9, 9,11,11,
8, 9, 9,11,11,10,11,11,12,13,10,11,11,12,13, 6,
8, 8,10,10, 8, 9, 8,11,10, 8, 9, 9,11,11,10,11,
10,13,12,10,11,11,13,13, 9,10,10,12,12,10,11,11,
13,13,10,11,11,13,13,12,12,13,13,14,12,13,13,14,
14, 9,10,10,12,12,10,11,10,13,12,10,11,11,13,13,
11,13,12,14,13,12,13,13,14,14, 5, 7, 7, 9, 9, 7,
8, 8,10,10, 7, 8, 8,10,10, 9,10,10,12,12, 9,10,
10,12,12, 7, 8, 8,10,10, 8, 9, 9,11,11, 8, 8, 9,
10,11,10,11,11,13,13,10,10,11,12,13, 7, 8, 8,10,
10, 8, 9, 9,11,11, 8, 9, 9,11,11,10,11,11,13,13,
10,11,11,13,12, 9,10,10,12,12,10,11,11,13,13,10,
10,11,12,13,12,13,13,14,14,12,12,13,13,14, 9,10,
10,12,12,10,11,11,13,13,10,11,11,13,13,12,13,13,
15,14,12,13,13,14,13, 8, 9, 9,11,11, 9,10,10,12,
12, 9,10,10,12,12,12,12,12,14,13,11,12,12,14,14,
9,10,10,12,12,10,11,11,13,13,10,11,11,13,13,12,
13,13,14,15,12,13,13,14,15, 9,10,10,12,12,10,11,
10,13,12,10,11,11,13,13,12,13,12,15,14,12,13,13,
14,15,11,12,12,14,14,12,13,13,14,14,12,13,13,15,
14,14,14,14,14,16,14,14,15,16,16,11,12,12,14,14,
11,12,12,14,14,12,13,13,14,15,13,14,13,16,14,14,
14,14,16,16, 8, 9, 9,11,11, 9,10,10,12,12, 9,10,
10,12,12,11,12,12,14,13,11,12,12,14,14, 9,10,10,
12,12,10,11,11,13,13,10,10,11,12,13,12,13,13,15,
14,12,12,13,13,14, 9,10,10,12,12,10,11,11,13,13,
10,11,11,13,13,12,13,13,14,14,12,13,13,15,14,11,
12,12,14,13,12,13,13,15,14,11,12,12,13,14,14,15,
14,16,15,13,13,14,13,16,11,12,12,14,14,12,13,13,
14,15,12,13,12,15,14,14,14,14,16,15,14,15,13,16,
14,
};
static const static_codebook _44u8_p2_0 = {
4, 625,
(char *)_vq_lengthlist__44u8_p2_0,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44u8_p2_0,
0
};
static const long _vq_quantlist__44u8_p3_0[] = {
4,
3,
5,
2,
6,
1,
7,
0,
8,
};
static const char _vq_lengthlist__44u8_p3_0[] = {
3, 4, 4, 5, 5, 7, 7, 9, 9, 4, 5, 4, 6, 6, 7, 7,
9, 9, 4, 4, 5, 6, 6, 7, 7, 9, 9, 5, 6, 6, 7, 7,
8, 8,10,10, 6, 6, 6, 7, 7, 8, 8,10,10, 7, 7, 7,
8, 8, 9, 9,11,10, 7, 7, 7, 8, 8, 9, 9,10,11, 9,
9, 9,10,10,11,10,12,11, 9, 9, 9, 9,10,11,11,11,
12,
};
static const static_codebook _44u8_p3_0 = {
2, 81,
(char *)_vq_lengthlist__44u8_p3_0,
1, -531628032, 1611661312, 4, 0,
(long *)_vq_quantlist__44u8_p3_0,
0
};
static const long _vq_quantlist__44u8_p4_0[] = {
8,
7,
9,
6,
10,
5,
11,
4,
12,
3,
13,
2,
14,
1,
15,
0,
16,
};
static const char _vq_lengthlist__44u8_p4_0[] = {
4, 4, 4, 6, 6, 7, 7, 8, 8, 8, 8,10,10,11,11,11,
11, 4, 5, 5, 6, 6, 7, 7, 8, 8, 9, 9,10,10,11,11,
12,12, 4, 5, 5, 6, 6, 7, 7, 8, 8, 9, 9,10,10,11,
11,12,12, 6, 6, 6, 7, 7, 8, 8, 9, 9, 9, 9,10,10,
11,11,12,12, 6, 6, 6, 7, 7, 8, 8, 9, 9, 9, 9,10,
10,11,11,12,12, 7, 7, 7, 8, 8, 9, 8,10, 9,10, 9,
11,10,12,11,13,12, 7, 7, 7, 8, 8, 8, 9, 9,10, 9,
10,10,11,11,12,12,13, 8, 8, 8, 9, 9, 9, 9,10,10,
11,10,11,11,12,12,13,13, 8, 8, 8, 9, 9, 9,10,10,
10,10,11,11,11,12,12,12,13, 8, 9, 9, 9, 9,10, 9,
11,10,11,11,12,11,13,12,13,13, 8, 9, 9, 9, 9, 9,
10,10,11,11,11,11,12,12,13,13,13,10,10,10,10,10,
11,10,11,11,12,11,13,12,13,13,14,13,10,10,10,10,
10,10,11,11,11,11,12,12,13,13,13,13,14,11,11,11,
11,11,12,11,12,12,13,12,13,13,14,13,14,14,11,11,
11,11,11,11,12,12,12,12,13,13,13,13,14,14,14,11,
12,12,12,12,13,12,13,12,13,13,14,13,14,14,14,14,
11,12,12,12,12,12,12,13,13,13,13,13,14,14,14,14,
14,
};
static const static_codebook _44u8_p4_0 = {
2, 289,
(char *)_vq_lengthlist__44u8_p4_0,
1, -529530880, 1611661312, 5, 0,
(long *)_vq_quantlist__44u8_p4_0,
0
};
static const long _vq_quantlist__44u8_p5_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44u8_p5_0[] = {
1, 4, 4, 5, 7, 7, 5, 7, 7, 5, 8, 8, 8, 9, 9, 7,
9, 9, 5, 8, 8, 7, 9, 9, 8, 9, 9, 5, 8, 8, 8,10,
10, 8,10,10, 7,10,10, 9,10,12, 9,12,11, 7,10,10,
9,11,10, 9,11,12, 5, 8, 8, 8,10,10, 8,10,10, 7,
10,10, 9,11,11, 9,10,11, 7,10,10, 9,11,11,10,12,
10,
};
static const static_codebook _44u8_p5_0 = {
4, 81,
(char *)_vq_lengthlist__44u8_p5_0,
1, -529137664, 1618345984, 2, 0,
(long *)_vq_quantlist__44u8_p5_0,
0
};
static const long _vq_quantlist__44u8_p5_1[] = {
5,
4,
6,
3,
7,
2,
8,
1,
9,
0,
10,
};
static const char _vq_lengthlist__44u8_p5_1[] = {
4, 5, 5, 6, 6, 7, 7, 7, 7, 8, 8, 5, 5, 5, 6, 6,
7, 7, 8, 8, 8, 8, 5, 5, 5, 6, 6, 7, 7, 7, 8, 8,
8, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 8, 6, 6, 6, 7,
7, 7, 7, 8, 8, 8, 8, 7, 7, 7, 7, 7, 8, 8, 8, 8,
8, 8, 7, 7, 7, 7, 7, 8, 8, 8, 8, 8, 8, 7, 8, 7,
8, 8, 8, 8, 8, 8, 8, 8, 7, 8, 8, 8, 8, 8, 8, 8,
8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 9, 9, 8, 8,
8, 8, 8, 8, 8, 8, 8, 9, 9,
};
static const static_codebook _44u8_p5_1 = {
2, 121,
(char *)_vq_lengthlist__44u8_p5_1,
1, -531365888, 1611661312, 4, 0,
(long *)_vq_quantlist__44u8_p5_1,
0
};
static const long _vq_quantlist__44u8_p6_0[] = {
6,
5,
7,
4,
8,
3,
9,
2,
10,
1,
11,
0,
12,
};
static const char _vq_lengthlist__44u8_p6_0[] = {
2, 4, 4, 6, 6, 7, 7, 8, 8, 9, 9,10,10, 4, 6, 5,
7, 7, 8, 8, 8, 8, 9, 9,10,10, 4, 6, 6, 7, 7, 8,
8, 8, 8, 9, 9,10,10, 6, 7, 7, 7, 8, 8, 8, 8, 9,
9,10,10,10, 6, 7, 7, 8, 8, 8, 8, 9, 8,10, 9,11,
10, 7, 8, 8, 8, 8, 8, 9, 9, 9,10,10,11,11, 7, 8,
8, 8, 8, 9, 8, 9, 9,10,10,11,11, 8, 8, 8, 9, 9,
9, 9, 9,10,10,10,11,11, 8, 8, 8, 9, 9, 9, 9,10,
9,10,10,11,11, 9, 9, 9, 9,10,10,10,10,10,10,11,
11,12, 9, 9, 9,10, 9,10,10,10,10,11,10,12,11,10,
10,10,10,10,11,11,11,11,11,12,12,12,10,10,10,10,
11,11,11,11,11,12,11,12,12,
};
static const static_codebook _44u8_p6_0 = {
2, 169,
(char *)_vq_lengthlist__44u8_p6_0,
1, -526516224, 1616117760, 4, 0,
(long *)_vq_quantlist__44u8_p6_0,
0
};
static const long _vq_quantlist__44u8_p6_1[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44u8_p6_1[] = {
3, 4, 4, 5, 5, 4, 5, 5, 5, 5, 4, 5, 5, 5, 5, 5,
5, 5, 5, 5, 5, 5, 5, 5, 5,
};
static const static_codebook _44u8_p6_1 = {
2, 25,
(char *)_vq_lengthlist__44u8_p6_1,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44u8_p6_1,
0
};
static const long _vq_quantlist__44u8_p7_0[] = {
6,
5,
7,
4,
8,
3,
9,
2,
10,
1,
11,
0,
12,
};
static const char _vq_lengthlist__44u8_p7_0[] = {
1, 4, 5, 6, 6, 7, 7, 8, 8,10,10,11,11, 5, 6, 6,
7, 7, 8, 8, 9, 9,11,10,12,11, 5, 6, 6, 7, 7, 8,
8, 9, 9,10,11,11,12, 6, 7, 7, 8, 8, 9, 9,10,10,
11,11,12,12, 6, 7, 7, 8, 8, 9, 9,10,10,11,12,13,
12, 7, 8, 8, 9, 9,10,10,11,11,12,12,13,13, 8, 8,
8, 9, 9,10,10,11,11,12,12,13,13, 9, 9, 9,10,10,
11,11,12,12,13,13,14,14, 9, 9, 9,10,10,11,11,12,
12,13,13,14,14,10,11,11,12,11,13,12,13,13,14,14,
15,15,10,11,11,11,12,12,13,13,14,14,14,15,15,11,
12,12,13,13,14,13,15,14,15,15,16,15,11,11,12,13,
13,13,14,14,14,15,15,15,16,
};
static const static_codebook _44u8_p7_0 = {
2, 169,
(char *)_vq_lengthlist__44u8_p7_0,
1, -523206656, 1618345984, 4, 0,
(long *)_vq_quantlist__44u8_p7_0,
0
};
static const long _vq_quantlist__44u8_p7_1[] = {
5,
4,
6,
3,
7,
2,
8,
1,
9,
0,
10,
};
static const char _vq_lengthlist__44u8_p7_1[] = {
4, 5, 5, 6, 6, 7, 7, 7, 7, 7, 7, 5, 6, 6, 7, 7,
7, 7, 7, 7, 7, 7, 5, 6, 6, 7, 7, 7, 7, 7, 7, 7,
7, 6, 7, 7, 7, 7, 7, 7, 7, 7, 8, 8, 6, 7, 7, 7,
7, 7, 7, 7, 7, 7, 8, 7, 7, 7, 7, 7, 7, 7, 8, 8,
8, 8, 7, 7, 7, 7, 7, 7, 7, 8, 8, 8, 8, 7, 7, 7,
8, 7, 8, 8, 8, 8, 8, 8, 7, 7, 7, 7, 7, 8, 8, 8,
8, 8, 8, 7, 7, 7, 8, 8, 8, 8, 8, 8, 8, 8, 7, 7,
7, 8, 8, 8, 8, 8, 8, 8, 8,
};
static const static_codebook _44u8_p7_1 = {
2, 121,
(char *)_vq_lengthlist__44u8_p7_1,
1, -531365888, 1611661312, 4, 0,
(long *)_vq_quantlist__44u8_p7_1,
0
};
static const long _vq_quantlist__44u8_p8_0[] = {
7,
6,
8,
5,
9,
4,
10,
3,
11,
2,
12,
1,
13,
0,
14,
};
static const char _vq_lengthlist__44u8_p8_0[] = {
1, 4, 4, 7, 7, 8, 8, 8, 7, 9, 8,10, 9,11,10, 4,
6, 6, 8, 8,10, 9, 9, 9,10,10,11,10,12,10, 4, 6,
6, 8, 8,10,10, 9, 9,10,10,11,11,11,12, 7, 8, 8,
10,10,11,11,11,10,12,11,12,12,13,11, 7, 8, 8,10,
10,11,11,10,10,11,11,12,12,13,13, 8,10,10,11,11,
12,11,12,11,13,12,13,12,14,13, 8,10, 9,11,11,12,
12,12,12,12,12,13,13,14,13, 8, 9, 9,11,10,12,11,
13,12,13,13,14,13,14,13, 8, 9, 9,10,11,12,12,12,
12,13,13,14,15,14,14, 9,10,10,12,11,13,12,13,13,
14,13,14,14,14,14, 9,10,10,12,12,12,12,13,13,14,
14,14,15,14,14,10,11,11,13,12,13,12,14,14,14,14,
14,14,15,15,10,11,11,12,12,13,13,14,14,14,15,15,
14,16,15,11,12,12,13,12,14,14,14,13,15,14,15,15,
15,17,11,12,12,13,13,14,14,14,15,15,14,15,15,14,
17,
};
static const static_codebook _44u8_p8_0 = {
2, 225,
(char *)_vq_lengthlist__44u8_p8_0,
1, -520986624, 1620377600, 4, 0,
(long *)_vq_quantlist__44u8_p8_0,
0
};
static const long _vq_quantlist__44u8_p8_1[] = {
10,
9,
11,
8,
12,
7,
13,
6,
14,
5,
15,
4,
16,
3,
17,
2,
18,
1,
19,
0,
20,
};
static const char _vq_lengthlist__44u8_p8_1[] = {
4, 6, 6, 7, 7, 8, 8, 8, 8, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 6, 6, 6, 7, 7, 8, 8, 8, 8, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 5, 6, 6, 7, 7, 8,
8, 9, 8, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 7,
7, 7, 8, 8, 8, 8, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 7, 7, 7, 8, 8, 8, 8, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 8, 8, 8, 8, 8, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9,10,10, 9,10, 8, 8,
8, 8, 8, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,10, 9,10,
10, 9,10, 8, 9, 8, 9, 9, 9, 9, 9, 9, 9, 9,10, 9,
10,10,10,10,10,10,10,10, 8, 9, 8, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9,10,10,10,10, 9,10,10, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9,10, 9,10,10,10,10,10,10,
10,10, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,10, 9,10,
10,10,10,10,10,10,10, 9, 9, 9, 9, 9, 9, 9,10, 9,
10,10,10,10,10,10,10,10,10,10,10,10, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9,10,10,10,10,10,10,10,10,10,10,
10, 9, 9, 9, 9, 9, 9,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10, 9, 9, 9, 9, 9, 9, 9,10,10,10,
10,10,10,10,10,10,10,10,10,10,10, 9, 9, 9, 9, 9,
9, 9,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
9, 9, 9, 9, 9,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10, 9, 9, 9,10, 9,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10, 9, 9, 9, 9, 9,10,
9,10,10,10,10,10,10,10,10,10,10,10,10,10,10, 9,
9, 9, 9, 9, 9,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10, 9, 9, 9,10, 9,10, 9,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,
};
static const static_codebook _44u8_p8_1 = {
2, 441,
(char *)_vq_lengthlist__44u8_p8_1,
1, -529268736, 1611661312, 5, 0,
(long *)_vq_quantlist__44u8_p8_1,
0
};
static const long _vq_quantlist__44u8_p9_0[] = {
4,
3,
5,
2,
6,
1,
7,
0,
8,
};
static const char _vq_lengthlist__44u8_p9_0[] = {
1, 3, 3, 9, 9, 9, 9, 9, 9, 4, 9, 9, 9, 9, 9, 9,
9, 9, 5, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 8, 8, 8,
8,
};
static const static_codebook _44u8_p9_0 = {
2, 81,
(char *)_vq_lengthlist__44u8_p9_0,
1, -511895552, 1631393792, 4, 0,
(long *)_vq_quantlist__44u8_p9_0,
0
};
static const long _vq_quantlist__44u8_p9_1[] = {
9,
8,
10,
7,
11,
6,
12,
5,
13,
4,
14,
3,
15,
2,
16,
1,
17,
0,
18,
};
static const char _vq_lengthlist__44u8_p9_1[] = {
1, 4, 4, 7, 7, 8, 7, 8, 6, 9, 7,10, 8,11,10,11,
11,11,11, 4, 7, 6, 9, 9,10, 9, 9, 9,10,10,11,10,
11,10,11,11,13,11, 4, 7, 7, 9, 9, 9, 9, 9, 9,10,
10,11,10,11,11,11,12,11,12, 7, 9, 8,11,11,11,11,
10,10,11,11,12,12,12,12,12,12,14,13, 7, 8, 9,10,
11,11,11,10,10,11,11,11,11,12,12,14,12,13,14, 8,
9, 9,11,11,11,11,11,11,12,12,14,12,15,14,14,14,
15,14, 8, 9, 9,11,11,11,11,12,11,12,12,13,13,13,
13,13,13,14,14, 8, 9, 9,11,10,12,11,12,12,13,13,
13,13,15,14,14,14,16,16, 8, 9, 9,10,11,11,12,12,
12,13,13,13,14,14,14,15,16,15,15, 9,10,10,11,12,
12,13,13,13,14,14,16,14,14,16,16,16,16,15, 9,10,
10,11,11,12,13,13,14,15,14,16,14,15,16,16,16,16,
15,10,11,11,12,13,13,14,15,15,15,15,15,16,15,16,
15,16,15,15,10,11,11,13,13,14,13,13,15,14,15,15,
16,15,15,15,16,15,16,10,12,12,14,14,14,14,14,16,
16,15,15,15,16,16,16,16,16,16,11,12,12,14,14,14,
14,15,15,16,15,16,15,16,15,16,16,16,16,12,12,13,
14,14,15,16,16,16,16,16,16,15,16,16,16,16,16,16,
12,13,13,14,14,14,14,15,16,15,16,16,16,16,16,16,
16,16,16,12,13,14,14,14,16,15,16,15,16,16,16,16,
16,16,16,16,16,16,12,14,13,14,15,15,15,16,15,16,
16,15,16,16,16,16,16,16,16,
};
static const static_codebook _44u8_p9_1 = {
2, 361,
(char *)_vq_lengthlist__44u8_p9_1,
1, -518287360, 1622704128, 5, 0,
(long *)_vq_quantlist__44u8_p9_1,
0
};
static const long _vq_quantlist__44u8_p9_2[] = {
24,
23,
25,
22,
26,
21,
27,
20,
28,
19,
29,
18,
30,
17,
31,
16,
32,
15,
33,
14,
34,
13,
35,
12,
36,
11,
37,
10,
38,
9,
39,
8,
40,
7,
41,
6,
42,
5,
43,
4,
44,
3,
45,
2,
46,
1,
47,
0,
48,
};
static const char _vq_lengthlist__44u8_p9_2[] = {
2, 3, 4, 5, 5, 5, 5, 5, 6, 6, 6, 6, 6, 6, 6, 6,
6, 6, 6, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7,
7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7,
7,
};
static const static_codebook _44u8_p9_2 = {
1, 49,
(char *)_vq_lengthlist__44u8_p9_2,
1, -526909440, 1611661312, 6, 0,
(long *)_vq_quantlist__44u8_p9_2,
0
};
static const char _huff_lengthlist__44u9__long[] = {
3, 9,13,13,14,15,14,14,15,15, 5, 5, 9,10,12,12,
13,14,16,15,10, 6, 6, 6, 8,11,12,13,16,15,11, 7,
5, 3, 5, 8,10,12,15,15,10,10, 7, 4, 3, 5, 8,10,
12,12,12,12, 9, 7, 5, 4, 6, 8,10,13,13,12,11, 9,
7, 5, 5, 6, 9,12,14,12,12,10, 8, 6, 6, 6, 7,11,
13,12,14,13,10, 8, 7, 7, 7,10,11,11,12,13,12,11,
10, 8, 8, 9,
};
static const static_codebook _huff_book__44u9__long = {
2, 100,
(char *)_huff_lengthlist__44u9__long,
0, 0, 0, 0, 0,
NULL,
0
};
static const char _huff_lengthlist__44u9__short[] = {
9,16,18,18,17,17,17,17,17,17, 5, 8,11,12,11,12,
17,17,16,16, 6, 6, 8, 8, 9,10,14,15,16,16, 6, 7,
7, 4, 6, 9,13,16,16,16, 6, 6, 7, 4, 5, 8,11,15,
17,16, 7, 6, 7, 6, 6, 8, 9,10,14,16,11, 8, 8, 7,
6, 6, 3, 4,10,15,14,12,12,10, 5, 6, 3, 3, 8,13,
15,17,15,11, 6, 8, 6, 6, 9,14,17,15,15,12, 8,10,
9, 9,12,15,
};
static const static_codebook _huff_book__44u9__short = {
2, 100,
(char *)_huff_lengthlist__44u9__short,
0, 0, 0, 0, 0,
NULL,
0
};
static const long _vq_quantlist__44u9_p1_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44u9_p1_0[] = {
1, 5, 5, 5, 7, 7, 5, 7, 7, 5, 7, 7, 7, 9, 9, 7,
9, 9, 5, 7, 7, 7, 9, 9, 7, 9, 9, 5, 7, 7, 7, 9,
9, 7, 9, 9, 8, 9, 9, 9,10,11, 9,11,11, 7, 9, 9,
9,11,10, 9,11,11, 5, 7, 7, 7, 9, 9, 8, 9,10, 7,
9, 9, 9,11,11, 9,10,11, 7, 9,10, 9,11,11, 9,11,
10,
};
static const static_codebook _44u9_p1_0 = {
4, 81,
(char *)_vq_lengthlist__44u9_p1_0,
1, -535822336, 1611661312, 2, 0,
(long *)_vq_quantlist__44u9_p1_0,
0
};
static const long _vq_quantlist__44u9_p2_0[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44u9_p2_0[] = {
3, 5, 5, 8, 8, 5, 7, 7, 9, 9, 6, 7, 7, 9, 9, 8,
9, 9,11,10, 8, 9, 9,11,11, 6, 7, 7, 9, 9, 7, 8,
8,10,10, 7, 8, 8, 9,10, 9,10,10,11,11, 9, 9,10,
11,11, 6, 7, 7, 9, 9, 7, 8, 8,10, 9, 7, 8, 8,10,
10, 9,10, 9,11,11, 9,10,10,11,11, 8, 9, 9,11,11,
9,10,10,12,11, 9,10,10,11,12,11,11,11,13,13,11,
11,11,12,13, 8, 9, 9,11,11, 9,10,10,11,11, 9,10,
10,12,11,11,12,11,13,12,11,11,12,13,13, 6, 7, 7,
9, 9, 7, 8, 8,10,10, 7, 8, 8,10,10, 9,10,10,12,
11, 9,10,10,11,12, 7, 8, 8,10,10, 8, 9, 9,11,11,
8, 9, 9,10,10,10,11,11,12,12,10,10,11,12,12, 7,
8, 8,10,10, 8, 9, 8,10,10, 8, 9, 9,10,10,10,11,
10,12,11,10,10,11,12,12, 9,10,10,11,12,10,11,11,
12,12,10,11,10,12,12,12,12,12,13,13,11,12,12,13,
13, 9,10,10,11,11, 9,10,10,12,12,10,11,11,12,13,
11,12,11,13,12,12,12,12,13,14, 6, 7, 7, 9, 9, 7,
8, 8,10,10, 7, 8, 8,10,10, 9,10,10,11,11, 9,10,
10,11,12, 7, 8, 8,10,10, 8, 9, 9,11,10, 8, 8, 9,
10,10,10,11,10,12,12,10,10,11,11,12, 7, 8, 8,10,
10, 8, 9, 9,10,10, 8, 9, 9,10,10,10,11,10,12,12,
10,11,10,12,12, 9,10,10,12,11,10,11,11,12,12, 9,
10,10,12,12,12,12,12,13,13,11,11,12,12,14, 9,10,
10,11,12,10,11,11,12,12,10,11,11,12,12,11,12,12,
14,14,12,12,12,13,13, 8, 9, 9,11,11, 9,10,10,12,
11, 9,10,10,12,12,11,12,11,13,13,11,11,12,13,13,
9,10,10,12,12,10,11,11,12,12,10,11,11,12,12,12,
12,12,14,14,12,12,12,13,13, 9,10,10,12,11,10,11,
10,12,12,10,11,11,12,12,11,12,12,14,13,12,12,12,
13,14,11,12,11,13,13,11,12,12,13,13,12,12,12,14,
14,13,13,13,13,15,13,13,14,15,15,11,11,11,13,13,
11,12,11,13,13,11,12,12,13,13,12,13,12,15,13,13,
13,14,14,15, 8, 9, 9,11,11, 9,10,10,11,12, 9,10,
10,11,12,11,12,11,13,13,11,12,12,13,13, 9,10,10,
11,12,10,11,10,12,12,10,10,11,12,13,12,12,12,14,
13,11,12,12,13,14, 9,10,10,12,12,10,11,11,12,12,
10,11,11,12,12,12,12,12,14,13,12,12,12,14,13,11,
11,11,13,13,11,12,12,14,13,11,11,12,13,13,13,13,
13,15,14,12,12,13,13,15,11,12,12,13,13,12,12,12,
13,14,11,12,12,13,13,13,13,14,14,15,13,13,13,14,
14,
};
static const static_codebook _44u9_p2_0 = {
4, 625,
(char *)_vq_lengthlist__44u9_p2_0,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44u9_p2_0,
0
};
static const long _vq_quantlist__44u9_p3_0[] = {
4,
3,
5,
2,
6,
1,
7,
0,
8,
};
static const char _vq_lengthlist__44u9_p3_0[] = {
3, 4, 4, 5, 5, 7, 7, 8, 8, 4, 5, 5, 6, 6, 7, 7,
9, 9, 4, 4, 5, 6, 6, 7, 7, 9, 9, 5, 6, 6, 7, 7,
8, 8, 9, 9, 5, 6, 6, 7, 7, 8, 8, 9, 9, 7, 7, 7,
8, 8, 9, 9,10,10, 7, 7, 7, 8, 8, 9, 9,10,10, 8,
9, 9,10, 9,10,10,11,11, 8, 9, 9, 9,10,10,10,11,
11,
};
static const static_codebook _44u9_p3_0 = {
2, 81,
(char *)_vq_lengthlist__44u9_p3_0,
1, -531628032, 1611661312, 4, 0,
(long *)_vq_quantlist__44u9_p3_0,
0
};
static const long _vq_quantlist__44u9_p4_0[] = {
8,
7,
9,
6,
10,
5,
11,
4,
12,
3,
13,
2,
14,
1,
15,
0,
16,
};
static const char _vq_lengthlist__44u9_p4_0[] = {
4, 5, 5, 6, 6, 7, 7, 8, 8, 8, 8, 9, 9,10,10,11,
11, 5, 5, 5, 6, 6, 7, 7, 8, 8, 8, 8, 9, 9,10,10,
11,11, 5, 5, 5, 6, 6, 7, 7, 8, 8, 8, 8, 9, 9,10,
10,11,11, 6, 6, 6, 7, 6, 7, 7, 8, 8, 9, 9,10,10,
11,11,12,11, 6, 6, 6, 6, 7, 7, 7, 8, 8, 9, 9,10,
10,11,11,11,12, 7, 7, 7, 7, 7, 8, 8, 9, 9, 9, 9,
10,10,11,11,12,12, 7, 7, 7, 7, 7, 8, 8, 9, 9, 9,
9,10,10,11,11,12,12, 8, 8, 8, 8, 8, 9, 8,10, 9,
10,10,11,10,12,11,13,12, 8, 8, 8, 8, 8, 9, 9, 9,
10,10,10,10,11,11,12,12,12, 8, 8, 8, 9, 9, 9, 9,
10,10,11,10,12,11,12,12,13,12, 8, 8, 8, 9, 9, 9,
9,10,10,10,11,11,11,12,12,12,13, 9, 9, 9,10,10,
10,10,11,10,11,11,12,11,13,12,13,13, 9, 9,10,10,
10,10,10,10,11,11,11,11,12,12,13,13,13,10,11,10,
11,11,11,11,12,11,12,12,13,12,13,13,14,13,10,10,
10,11,11,11,11,11,12,12,12,12,13,13,13,13,14,11,
11,11,12,11,12,12,12,12,13,13,13,13,14,13,14,14,
11,11,11,11,12,12,12,12,12,12,13,13,13,13,14,14,
14,
};
static const static_codebook _44u9_p4_0 = {
2, 289,
(char *)_vq_lengthlist__44u9_p4_0,
1, -529530880, 1611661312, 5, 0,
(long *)_vq_quantlist__44u9_p4_0,
0
};
static const long _vq_quantlist__44u9_p5_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44u9_p5_0[] = {
1, 4, 4, 5, 7, 7, 5, 7, 7, 5, 8, 8, 8, 9, 9, 7,
9, 9, 5, 8, 8, 7, 9, 9, 8, 9, 9, 5, 8, 8, 8,10,
10, 8,10,10, 7,10,10, 9,10,12, 9,11,11, 7,10,10,
9,11,10, 9,11,12, 5, 8, 8, 8,10,10, 8,10,10, 7,
10,10, 9,12,11, 9,10,11, 7,10,10, 9,11,11,10,12,
10,
};
static const static_codebook _44u9_p5_0 = {
4, 81,
(char *)_vq_lengthlist__44u9_p5_0,
1, -529137664, 1618345984, 2, 0,
(long *)_vq_quantlist__44u9_p5_0,
0
};
static const long _vq_quantlist__44u9_p5_1[] = {
5,
4,
6,
3,
7,
2,
8,
1,
9,
0,
10,
};
static const char _vq_lengthlist__44u9_p5_1[] = {
5, 5, 5, 6, 6, 7, 7, 7, 7, 7, 7, 5, 6, 6, 6, 6,
7, 7, 7, 7, 8, 7, 5, 6, 6, 6, 6, 7, 7, 7, 7, 7,
7, 6, 6, 6, 7, 7, 7, 7, 7, 7, 8, 8, 6, 6, 6, 7,
7, 7, 7, 7, 7, 8, 8, 7, 7, 7, 7, 7, 8, 7, 8, 8,
8, 8, 7, 7, 7, 7, 7, 7, 8, 8, 8, 8, 8, 7, 7, 7,
8, 7, 8, 8, 8, 8, 8, 8, 7, 7, 7, 7, 8, 8, 8, 8,
8, 8, 8, 7, 8, 7, 8, 8, 8, 8, 8, 8, 8, 8, 7, 8,
8, 8, 8, 8, 8, 8, 8, 8, 8,
};
static const static_codebook _44u9_p5_1 = {
2, 121,
(char *)_vq_lengthlist__44u9_p5_1,
1, -531365888, 1611661312, 4, 0,
(long *)_vq_quantlist__44u9_p5_1,
0
};
static const long _vq_quantlist__44u9_p6_0[] = {
6,
5,
7,
4,
8,
3,
9,
2,
10,
1,
11,
0,
12,
};
static const char _vq_lengthlist__44u9_p6_0[] = {
2, 4, 4, 6, 6, 7, 7, 8, 8, 9, 9,10,10, 4, 6, 5,
7, 7, 8, 8, 8, 8, 9, 9,10,10, 4, 5, 6, 7, 7, 8,
8, 8, 8, 9, 9,10,10, 6, 7, 7, 8, 8, 8, 8, 9, 9,
10,10,10,10, 6, 7, 7, 8, 8, 8, 8, 9, 9,10,10,10,
10, 7, 8, 8, 8, 8, 9, 9, 9, 9,10,10,11,11, 7, 8,
8, 8, 8, 9, 9, 9, 9,10,10,11,11, 8, 8, 8, 9, 9,
9, 9, 9,10,10,10,11,11, 8, 8, 8, 9, 9, 9, 9,10,
9,10,10,11,11, 9, 9, 9,10,10,10,10,10,11,11,11,
11,12, 9, 9, 9,10,10,10,10,10,10,11,10,12,11,10,
10,10,10,10,11,11,11,11,11,12,12,12,10,10,10,10,
10,11,11,11,11,12,11,12,12,
};
static const static_codebook _44u9_p6_0 = {
2, 169,
(char *)_vq_lengthlist__44u9_p6_0,
1, -526516224, 1616117760, 4, 0,
(long *)_vq_quantlist__44u9_p6_0,
0
};
static const long _vq_quantlist__44u9_p6_1[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44u9_p6_1[] = {
4, 4, 4, 5, 5, 4, 5, 4, 5, 5, 4, 4, 5, 5, 5, 5,
5, 5, 5, 5, 5, 5, 5, 5, 5,
};
static const static_codebook _44u9_p6_1 = {
2, 25,
(char *)_vq_lengthlist__44u9_p6_1,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44u9_p6_1,
0
};
static const long _vq_quantlist__44u9_p7_0[] = {
6,
5,
7,
4,
8,
3,
9,
2,
10,
1,
11,
0,
12,
};
static const char _vq_lengthlist__44u9_p7_0[] = {
1, 4, 5, 6, 6, 7, 7, 8, 9,10,10,11,11, 5, 6, 6,
7, 7, 8, 8, 9, 9,10,10,11,11, 5, 6, 6, 7, 7, 8,
8, 9, 9,10,10,11,11, 6, 7, 7, 8, 8, 9, 9,10,10,
11,11,12,12, 6, 7, 7, 8, 8, 9, 9,10,10,11,11,12,
12, 8, 8, 8, 9, 9,10,10,11,11,12,12,13,13, 8, 8,
8, 9, 9,10,10,11,11,12,12,13,13, 9, 9, 9,10,10,
11,11,12,12,13,13,13,13, 9, 9, 9,10,10,11,11,12,
12,13,13,14,14,10,10,10,11,11,12,12,13,13,14,13,
15,14,10,10,10,11,11,12,12,13,13,14,14,14,14,11,
11,12,12,12,13,13,14,14,14,14,15,15,11,11,12,12,
12,13,13,14,14,14,15,15,15,
};
static const static_codebook _44u9_p7_0 = {
2, 169,
(char *)_vq_lengthlist__44u9_p7_0,
1, -523206656, 1618345984, 4, 0,
(long *)_vq_quantlist__44u9_p7_0,
0
};
static const long _vq_quantlist__44u9_p7_1[] = {
5,
4,
6,
3,
7,
2,
8,
1,
9,
0,
10,
};
static const char _vq_lengthlist__44u9_p7_1[] = {
5, 6, 6, 7, 7, 7, 7, 7, 7, 7, 7, 6, 6, 6, 7, 7,
7, 7, 7, 7, 7, 7, 6, 6, 6, 7, 7, 7, 7, 7, 7, 7,
7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 6, 7, 7, 7,
7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7,
7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7,
7, 7, 7, 7, 8, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7,
7, 8, 8, 7, 7, 7, 7, 7, 7, 7, 8, 7, 8, 8, 7, 7,
7, 7, 7, 7, 7, 8, 8, 8, 8,
};
static const static_codebook _44u9_p7_1 = {
2, 121,
(char *)_vq_lengthlist__44u9_p7_1,
1, -531365888, 1611661312, 4, 0,
(long *)_vq_quantlist__44u9_p7_1,
0
};
static const long _vq_quantlist__44u9_p8_0[] = {
7,
6,
8,
5,
9,
4,
10,
3,
11,
2,
12,
1,
13,
0,
14,
};
static const char _vq_lengthlist__44u9_p8_0[] = {
1, 4, 4, 7, 7, 8, 8, 8, 8, 9, 9,10, 9,11,10, 4,
6, 6, 8, 8, 9, 9, 9, 9,10,10,11,10,12,10, 4, 6,
6, 8, 8, 9,10, 9, 9,10,10,11,11,12,12, 7, 8, 8,
10,10,11,11,10,10,11,11,12,12,13,12, 7, 8, 8,10,
10,11,11,10,10,11,11,12,12,12,13, 8,10, 9,11,11,
12,12,11,11,12,12,13,13,14,13, 8, 9, 9,11,11,12,
12,11,12,12,12,13,13,14,13, 8, 9, 9,10,10,12,11,
13,12,13,13,14,13,15,14, 8, 9, 9,10,10,11,12,12,
12,13,13,13,14,14,14, 9,10,10,12,11,13,12,13,13,
14,13,14,14,14,15, 9,10,10,11,12,12,12,13,13,14,
14,14,15,15,15,10,11,11,12,12,13,13,14,14,14,14,
15,14,16,15,10,11,11,12,12,13,13,13,14,14,14,14,
14,15,16,11,12,12,13,13,14,13,14,14,15,14,15,16,
16,16,11,12,12,13,13,14,13,14,14,15,15,15,16,15,
15,
};
static const static_codebook _44u9_p8_0 = {
2, 225,
(char *)_vq_lengthlist__44u9_p8_0,
1, -520986624, 1620377600, 4, 0,
(long *)_vq_quantlist__44u9_p8_0,
0
};
static const long _vq_quantlist__44u9_p8_1[] = {
10,
9,
11,
8,
12,
7,
13,
6,
14,
5,
15,
4,
16,
3,
17,
2,
18,
1,
19,
0,
20,
};
static const char _vq_lengthlist__44u9_p8_1[] = {
4, 6, 6, 7, 7, 8, 8, 8, 8, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 6, 6, 6, 7, 7, 8, 8, 8, 8, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 6, 6, 6, 7, 7, 8,
8, 8, 8, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 7,
7, 7, 8, 8, 8, 8, 9, 8, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9, 9, 7, 7, 7, 8, 8, 8, 8, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9, 8, 8, 8, 8, 8, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9, 9,10, 9,10,10,10, 8, 8,
8, 8, 8, 8, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9,10,10, 8, 8, 8, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,
10, 9,10, 9,10,10,10,10, 8, 8, 8, 9, 9, 9, 9, 9,
9, 9, 9, 9, 9,10,10, 9,10,10,10,10,10, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9, 9,10, 9,10,10,10,10,10,10,
10,10, 8, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9,10,10,10,
10,10,10,10,10,10,10, 9, 9, 9, 9, 9, 9, 9, 9, 9,
9, 9,10,10,10,10,10,10,10,10,10,10, 9, 9, 9, 9,
9, 9, 9, 9, 9, 9, 9,10,10,10,10,10,10,10,10,10,
10, 9, 9, 9, 9, 9, 9, 9,10, 9,10,10,10,10,10,10,
10,10,10,10,10,10, 9, 9, 9, 9, 9, 9, 9, 9,10,10,
10,10,10,10,10,10,10,10,10,10,10, 9, 9, 9, 9, 9,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
9, 9, 9, 9,10, 9, 9,10,10,10,10,10,10,10,10,10,
10,10,10,10,10, 9, 9, 9,10, 9,10, 9,10,10,10,10,
10,10,10,10,10,10,10,10,10,10, 9, 9, 9,10, 9,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10, 9,
9, 9, 9, 9,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10, 9, 9, 9,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,
};
static const static_codebook _44u9_p8_1 = {
2, 441,
(char *)_vq_lengthlist__44u9_p8_1,
1, -529268736, 1611661312, 5, 0,
(long *)_vq_quantlist__44u9_p8_1,
0
};
static const long _vq_quantlist__44u9_p9_0[] = {
7,
6,
8,
5,
9,
4,
10,
3,
11,
2,
12,
1,
13,
0,
14,
};
static const char _vq_lengthlist__44u9_p9_0[] = {
1, 3, 3,11,11,11,11,11,11,11,11,11,11,11,11, 4,
10,11,11,11,11,11,11,11,11,11,11,11,11,11, 4,10,
10,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,
};
static const static_codebook _44u9_p9_0 = {
2, 225,
(char *)_vq_lengthlist__44u9_p9_0,
1, -510036736, 1631393792, 4, 0,
(long *)_vq_quantlist__44u9_p9_0,
0
};
static const long _vq_quantlist__44u9_p9_1[] = {
9,
8,
10,
7,
11,
6,
12,
5,
13,
4,
14,
3,
15,
2,
16,
1,
17,
0,
18,
};
static const char _vq_lengthlist__44u9_p9_1[] = {
1, 4, 4, 7, 7, 8, 7, 8, 7, 9, 8,10, 9,10,10,11,
11,12,12, 4, 7, 6, 9, 9,10, 9, 9, 8,10,10,11,10,
12,10,13,12,13,12, 4, 6, 6, 9, 9, 9, 9, 9, 9,10,
10,11,11,11,12,12,12,12,12, 7, 9, 8,11,10,10,10,
11,10,11,11,12,12,13,12,13,13,13,13, 7, 8, 9,10,
10,11,11,10,10,11,11,11,12,13,13,13,13,14,14, 8,
9, 9,11,11,12,11,12,12,13,12,12,13,13,14,15,14,
14,14, 8, 9, 9,10,11,11,11,12,12,13,12,13,13,14,
14,14,15,14,16, 8, 9, 9,11,10,12,12,12,12,15,13,
13,13,17,14,15,15,15,14, 8, 9, 9,10,11,11,12,13,
12,13,13,13,14,15,14,14,14,16,15, 9,11,10,12,12,
13,13,13,13,14,14,16,15,14,14,14,15,15,17, 9,10,
10,11,11,13,13,13,14,14,13,15,14,15,14,15,16,15,
16,10,11,11,12,12,13,14,15,14,15,14,14,15,17,16,
15,15,17,17,10,12,11,13,12,14,14,13,14,15,15,15,
15,16,17,17,15,17,16,11,12,12,14,13,15,14,15,16,
17,15,17,15,17,15,15,16,17,15,11,11,12,14,14,14,
14,14,15,15,16,15,17,17,17,16,17,16,15,12,12,13,
14,14,14,15,14,15,15,16,16,17,16,17,15,17,17,16,
12,14,12,14,14,15,15,15,14,14,16,16,16,15,16,16,
15,17,15,12,13,13,14,15,14,15,17,15,17,16,17,17,
17,16,17,16,17,17,12,13,13,14,16,15,15,15,16,15,
17,17,15,17,15,17,16,16,17,
};
static const static_codebook _44u9_p9_1 = {
2, 361,
(char *)_vq_lengthlist__44u9_p9_1,
1, -518287360, 1622704128, 5, 0,
(long *)_vq_quantlist__44u9_p9_1,
0
};
static const long _vq_quantlist__44u9_p9_2[] = {
24,
23,
25,
22,
26,
21,
27,
20,
28,
19,
29,
18,
30,
17,
31,
16,
32,
15,
33,
14,
34,
13,
35,
12,
36,
11,
37,
10,
38,
9,
39,
8,
40,
7,
41,
6,
42,
5,
43,
4,
44,
3,
45,
2,
46,
1,
47,
0,
48,
};
static const char _vq_lengthlist__44u9_p9_2[] = {
2, 4, 4, 5, 4, 5, 5, 5, 5, 6, 6, 6, 6, 6, 6, 6,
6, 6, 6, 7, 6, 7, 6, 7, 7, 7, 7, 7, 7, 7, 7, 7,
7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7,
7,
};
static const static_codebook _44u9_p9_2 = {
1, 49,
(char *)_vq_lengthlist__44u9_p9_2,
1, -526909440, 1611661312, 6, 0,
(long *)_vq_quantlist__44u9_p9_2,
0
};
static const char _huff_lengthlist__44un1__long[] = {
5, 6,12, 9,14, 9, 9,19, 6, 1, 5, 5, 8, 7, 9,19,
12, 4, 4, 7, 7, 9,11,18, 9, 5, 6, 6, 8, 7, 8,17,
14, 8, 7, 8, 8,10,12,18, 9, 6, 8, 6, 8, 6, 8,18,
9, 8,11, 8,11, 7, 5,15,16,18,18,18,17,15,11,18,
};
static const static_codebook _huff_book__44un1__long = {
2, 64,
(char *)_huff_lengthlist__44un1__long,
0, 0, 0, 0, 0,
NULL,
0
};
static const long _vq_quantlist__44un1__p1_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44un1__p1_0[] = {
1, 4, 4, 5, 8, 7, 5, 7, 8, 5, 8, 8, 8,10,11, 8,
10,11, 5, 8, 8, 8,11,10, 8,11,10, 4, 9, 9, 8,11,
11, 8,11,11, 8,12,11,10,12,14,11,13,13, 7,11,11,
10,13,11,11,13,14, 4, 8, 9, 8,11,11, 8,11,12, 7,
11,11,11,14,13,10,11,13, 8,11,12,11,13,13,10,14,
12,
};
static const static_codebook _44un1__p1_0 = {
4, 81,
(char *)_vq_lengthlist__44un1__p1_0,
1, -535822336, 1611661312, 2, 0,
(long *)_vq_quantlist__44un1__p1_0,
0
};
static const long _vq_quantlist__44un1__p2_0[] = {
1,
0,
2,
};
static const char _vq_lengthlist__44un1__p2_0[] = {
2, 4, 4, 5, 6, 6, 5, 6, 6, 5, 7, 7, 7, 8, 8, 6,
7, 9, 5, 7, 7, 6, 8, 7, 7, 9, 8, 4, 7, 7, 7, 9,
8, 7, 8, 8, 7, 9, 8, 8, 8,10, 9,10,10, 6, 8, 8,
7,10, 8, 9,10,10, 5, 7, 7, 7, 8, 8, 7, 8, 9, 6,
8, 8, 9,10,10, 7, 8,10, 6, 8, 9, 9,10,10, 8,10,
8,
};
static const static_codebook _44un1__p2_0 = {
4, 81,
(char *)_vq_lengthlist__44un1__p2_0,
1, -535822336, 1611661312, 2, 0,
(long *)_vq_quantlist__44un1__p2_0,
0
};
static const long _vq_quantlist__44un1__p3_0[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44un1__p3_0[] = {
1, 5, 5, 8, 8, 5, 8, 7, 9, 9, 5, 7, 8, 9, 9, 9,
10, 9,12,12, 9, 9,10,11,12, 6, 8, 8,10,10, 8,10,
10,11,11, 8, 9,10,11,11,10,11,11,13,13,10,11,11,
12,13, 6, 8, 8,10,10, 8,10, 9,11,11, 8,10,10,11,
11,10,11,11,13,12,10,11,11,13,12, 9,11,11,15,13,
10,12,11,15,13,10,11,11,15,14,12,14,13,16,15,12,
13,13,17,16, 9,11,11,13,15,10,11,12,14,15,10,11,
12,14,15,12,13,13,15,16,12,13,13,16,16, 5, 8, 8,
11,11, 8,10,10,12,12, 8,10,10,12,12,11,12,12,14,
14,11,12,12,14,14, 8,11,10,13,12,10,11,12,12,13,
10,12,12,13,13,12,12,13,13,15,11,12,13,15,14, 7,
10,10,12,12, 9,12,11,13,12,10,12,12,13,14,12,13,
12,15,13,11,13,12,14,15,10,12,12,16,14,11,12,12,
16,15,11,13,12,17,16,13,13,15,15,17,13,15,15,20,
17,10,12,12,14,16,11,12,12,15,15,11,13,13,15,18,
13,14,13,15,15,13,15,14,16,16, 5, 8, 8,11,11, 8,
10,10,12,12, 8,10,10,12,12,11,12,12,14,14,11,12,
12,14,15, 7,10,10,13,12,10,12,12,14,13, 9,10,12,
12,13,11,13,13,15,15,11,12,13,13,15, 8,10,10,12,
13,10,12,12,13,13,10,12,11,13,13,11,13,12,15,15,
12,13,12,15,13,10,12,12,16,14,11,12,12,16,15,10,
12,12,16,14,14,15,14,18,16,13,13,14,15,16,10,12,
12,14,16,11,13,13,16,16,11,13,12,14,16,13,15,15,
18,18,13,15,13,16,14, 8,11,11,16,16,10,13,13,17,
16,10,12,12,16,15,14,16,15,20,17,13,14,14,17,17,
9,12,12,16,16,11,13,14,16,17,11,13,13,16,16,15,
15,19,18, 0,14,15,15,18,18, 9,12,12,17,16,11,13,
12,17,16,11,12,13,15,17,15,16,15, 0,19,14,15,14,
19,18,12,14,14, 0,16,13,14,14,19,18,13,15,16,17,
16,15,15,17,18, 0,14,16,16,19, 0,12,14,14,16,18,
13,15,13,17,18,13,15,14,17,18,15,18,14,18,18,16,
17,16, 0,17, 8,11,11,15,15,10,12,12,16,16,10,13,
13,16,16,13,15,14,17,17,14,15,17,17,18, 9,12,12,
16,15,11,13,13,16,16,11,12,13,17,17,14,14,15,17,
17,14,15,16, 0,18, 9,12,12,16,17,11,13,13,16,17,
11,14,13,18,17,14,16,14,17,17,15,17,17,18,18,12,
14,14, 0,16,13,15,15,19, 0,12,13,15, 0, 0,14,17,
16,19, 0,16,15,18,18, 0,12,14,14,17, 0,13,14,14,
17, 0,13,15,14, 0,18,15,16,16, 0,18,15,18,15, 0,
17,
};
static const static_codebook _44un1__p3_0 = {
4, 625,
(char *)_vq_lengthlist__44un1__p3_0,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44un1__p3_0,
0
};
static const long _vq_quantlist__44un1__p4_0[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44un1__p4_0[] = {
3, 5, 5, 9, 9, 5, 6, 6,10, 9, 5, 6, 6, 9,10,10,
10,10,12,11, 9,10,10,12,12, 5, 7, 7,10,10, 7, 7,
8,10,11, 7, 7, 8,10,11,10,10,11,11,13,10,10,11,
11,13, 6, 7, 7,10,10, 7, 8, 7,11,10, 7, 8, 7,10,
10,10,11, 9,13,11,10,11,10,13,11,10,10,10,14,13,
10,11,11,14,13,10,10,11,13,14,12,12,13,15,15,12,
12,13,13,14,10,10,10,12,13,10,11,10,13,13,10,11,
11,13,13,12,13,12,14,13,12,13,13,14,13, 5, 7, 7,
10,10, 7, 8, 8,11,10, 7, 8, 8,10,10,11,11,11,13,
13,10,11,11,12,12, 7, 8, 8,11,11, 7, 8, 9,10,12,
8, 9, 9,11,11,11,10,12,11,14,11,11,12,13,13, 6,
8, 8,10,11, 7, 9, 7,12,10, 8, 9,10,11,12,10,12,
10,14,11,11,12,11,13,13,10,11,11,14,14,10,10,11,
13,14,11,12,12,15,13,12,11,14,12,16,12,13,14,15,
16,10,10,11,13,14,10,11,10,14,12,11,12,12,13,14,
12,13,11,15,12,14,14,14,15,15, 5, 7, 7,10,10, 7,
8, 8,10,10, 7, 8, 8,10,11,10,11,10,12,12,10,11,
11,12,13, 6, 8, 8,11,11, 8, 9, 9,12,11, 7, 7, 9,
10,12,11,11,11,12,13,11,10,12,11,15, 7, 8, 8,11,
11, 8, 9, 9,11,11, 7, 9, 8,12,10,11,12,11,13,12,
11,12,10,15,11,10,11,10,14,12,11,12,11,14,13,10,
10,11,13,14,13,13,13,17,15,12,11,14,12,15,10,10,
11,13,14,11,12,12,14,14,10,11,10,14,13,13,14,13,
16,17,12,14,11,16,12, 9,10,10,14,13,10,11,10,14,
14,10,11,11,13,13,13,14,14,16,15,12,13,13,14,14,
9,11,10,14,13,10,10,12,13,14,11,12,11,14,13,13,
14,14,14,15,13,14,14,15,15, 9,10,11,13,14,10,11,
10,15,13,11,11,12,12,15,13,14,12,15,14,13,13,14,
14,15,12,13,12,16,14,11,11,12,15,14,13,15,13,16,
14,13,12,15,12,17,15,16,15,16,16,12,12,13,13,15,
11,13,11,15,14,13,13,14,15,17,13,14,12, 0,13,14,
15,14,15, 0, 9,10,10,13,13,10,11,11,13,13,10,11,
11,13,13,12,13,12,14,14,13,14,14,15,17, 9,10,10,
13,13,11,12,11,15,12,10,10,11,13,16,13,14,13,15,
14,13,13,14,15,16,10,10,11,13,14,11,11,12,13,14,
10,12,11,14,14,13,13,13,14,15,13,15,13,16,15,12,
13,12,15,13,12,15,13,15,15,11,11,13,14,15,15,15,
15,15,17,13,12,14,13,17,12,12,14,14,15,13,13,14,
14,16,11,13,11,16,15,14,16,16,17, 0,14,13,11,16,
12,
};
static const static_codebook _44un1__p4_0 = {
4, 625,
(char *)_vq_lengthlist__44un1__p4_0,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44un1__p4_0,
0
};
static const long _vq_quantlist__44un1__p5_0[] = {
4,
3,
5,
2,
6,
1,
7,
0,
8,
};
static const char _vq_lengthlist__44un1__p5_0[] = {
1, 4, 4, 7, 7, 8, 8, 9, 9, 4, 6, 5, 8, 7, 8, 8,
10, 9, 4, 6, 6, 8, 8, 8, 8,10,10, 7, 8, 7, 9, 9,
9, 9,11,10, 7, 8, 8, 9, 9, 9, 9,10,11, 8, 8, 8,
9, 9,10,10,11,11, 8, 8, 8, 9, 9,10,10,11,11, 9,
10,10,11,10,11,11,12,12, 9,10,10,10,11,11,11,12,
12,
};
static const static_codebook _44un1__p5_0 = {
2, 81,
(char *)_vq_lengthlist__44un1__p5_0,
1, -531628032, 1611661312, 4, 0,
(long *)_vq_quantlist__44un1__p5_0,
0
};
static const long _vq_quantlist__44un1__p6_0[] = {
6,
5,
7,
4,
8,
3,
9,
2,
10,
1,
11,
0,
12,
};
static const char _vq_lengthlist__44un1__p6_0[] = {
1, 4, 4, 6, 6, 8, 8,10,10,11,11,15,15, 4, 5, 5,
8, 8, 9, 9,11,11,12,12,16,16, 4, 5, 6, 8, 8, 9,
9,11,11,12,12,14,14, 7, 8, 8, 9, 9,10,10,11,12,
13,13,16,17, 7, 8, 8, 9, 9,10,10,12,12,12,13,15,
15, 9,10,10,10,10,11,11,12,12,13,13,15,16, 9, 9,
9,10,10,11,11,13,12,13,13,17,17,10,11,11,11,12,
12,12,13,13,14,15, 0,18,10,11,11,12,12,12,13,14,
13,14,14,17,16,11,12,12,13,13,14,14,14,14,15,16,
17,16,11,12,12,13,13,14,14,14,14,15,15,17,17,14,
15,15,16,16,16,17,17,16, 0,17, 0,18,14,15,15,16,
16, 0,15,18,18, 0,16, 0, 0,
};
static const static_codebook _44un1__p6_0 = {
2, 169,
(char *)_vq_lengthlist__44un1__p6_0,
1, -526516224, 1616117760, 4, 0,
(long *)_vq_quantlist__44un1__p6_0,
0
};
static const long _vq_quantlist__44un1__p6_1[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44un1__p6_1[] = {
2, 4, 4, 5, 5, 4, 5, 5, 5, 5, 4, 5, 5, 6, 5, 5,
6, 5, 6, 6, 5, 6, 6, 6, 6,
};
static const static_codebook _44un1__p6_1 = {
2, 25,
(char *)_vq_lengthlist__44un1__p6_1,
1, -533725184, 1611661312, 3, 0,
(long *)_vq_quantlist__44un1__p6_1,
0
};
static const long _vq_quantlist__44un1__p7_0[] = {
2,
1,
3,
0,
4,
};
static const char _vq_lengthlist__44un1__p7_0[] = {
1, 5, 3,11,11,11,11,11,11,11, 8,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,10,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,10,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11, 8,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,10,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11, 7,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,10,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,10,
10,
};
static const static_codebook _44un1__p7_0 = {
4, 625,
(char *)_vq_lengthlist__44un1__p7_0,
1, -518709248, 1626677248, 3, 0,
(long *)_vq_quantlist__44un1__p7_0,
0
};
static const long _vq_quantlist__44un1__p7_1[] = {
6,
5,
7,
4,
8,
3,
9,
2,
10,
1,
11,
0,
12,
};
static const char _vq_lengthlist__44un1__p7_1[] = {
1, 4, 4, 6, 6, 6, 6, 9, 8, 9, 8, 8, 8, 5, 7, 7,
7, 7, 8, 8, 8,10, 8,10, 8, 9, 5, 7, 7, 8, 7, 7,
8,10,10,11,10,12,11, 7, 8, 8, 9, 9, 9,10,11,11,
11,11,11,11, 7, 8, 8, 8, 9, 9, 9,10,10,10,11,11,
12, 7, 8, 8, 9, 9,10,11,11,12,11,12,11,11, 7, 8,
8, 9, 9,10,10,11,11,11,12,12,11, 8,10,10,10,10,
11,11,14,11,12,12,12,13, 9,10,10,10,10,12,11,14,
11,14,11,12,13,10,11,11,11,11,13,11,14,14,13,13,
13,14,11,11,11,12,11,12,12,12,13,14,14,13,14,12,
11,12,12,12,12,13,13,13,14,13,14,14,11,12,12,14,
12,13,13,12,13,13,14,14,14,
};
static const static_codebook _44un1__p7_1 = {
2, 169,
(char *)_vq_lengthlist__44un1__p7_1,
1, -523010048, 1618608128, 4, 0,
(long *)_vq_quantlist__44un1__p7_1,
0
};
static const long _vq_quantlist__44un1__p7_2[] = {
6,
5,
7,
4,
8,
3,
9,
2,
10,
1,
11,
0,
12,
};
static const char _vq_lengthlist__44un1__p7_2[] = {
3, 4, 4, 6, 6, 7, 7, 8, 8, 9, 9, 9, 8, 4, 5, 5,
6, 6, 8, 8, 9, 8, 9, 9, 9, 9, 4, 5, 5, 7, 6, 8,
8, 8, 8, 9, 8, 9, 8, 6, 7, 7, 7, 8, 8, 8, 9, 9,
9, 9, 9, 9, 6, 7, 7, 7, 7, 8, 8, 9, 9, 9, 9, 9,
9, 7, 8, 8, 8, 8, 9, 8, 9, 9,10, 9, 9,10, 7, 8,
8, 8, 8, 9, 9, 9, 9, 9, 9,10,10, 8, 9, 9, 9, 9,
9, 9, 9, 9,10,10, 9,10, 8, 9, 9, 9, 9, 9, 9, 9,
9, 9, 9,10,10, 9, 9, 9,10, 9, 9,10, 9, 9,10,10,
10,10, 9, 9, 9, 9, 9, 9, 9,10, 9,10,10,10,10, 9,
9, 9,10, 9, 9,10,10, 9,10,10,10,10, 9, 9, 9,10,
9, 9, 9,10,10,10,10,10,10,
};
static const static_codebook _44un1__p7_2 = {
2, 169,
(char *)_vq_lengthlist__44un1__p7_2,
1, -531103744, 1611661312, 4, 0,
(long *)_vq_quantlist__44un1__p7_2,
0
};
static const char _huff_lengthlist__44un1__short[] = {
12,12,14,12,14,14,14,14,12, 6, 6, 8, 9, 9,11,14,
12, 4, 2, 6, 6, 7,11,14,13, 6, 5, 7, 8, 9,11,14,
13, 8, 5, 8, 6, 8,12,14,12, 7, 7, 8, 8, 8,10,14,
12, 6, 3, 4, 4, 4, 7,14,11, 7, 4, 6, 6, 6, 8,14,
};
static const static_codebook _huff_book__44un1__short = {
2, 64,
(char *)_huff_lengthlist__44un1__short,
0, 0, 0, 0, 0,
NULL,
0
};
|
0 | repos/libvorbis/lib | repos/libvorbis/lib/modes/setup_22.h | /********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2009 *
* by the Xiph.Org Foundation https://xiph.org/ *
* *
********************************************************************
function: 22kHz settings
********************************************************************/
static const double rate_mapping_22[4]={
15000.,20000.,44000.,86000.
};
static const double rate_mapping_22_uncoupled[4]={
16000.,28000.,50000.,90000.
};
static const double _psy_lowpass_22[4]={9.5,11.,30.,99.};
static const ve_setup_data_template ve_setup_22_stereo={
3,
rate_mapping_22,
quality_mapping_16,
2,
19000,
26000,
blocksize_16_short,
blocksize_16_long,
_psy_tone_masteratt_16,
_psy_tone_0dB,
_psy_tone_suppress,
_vp_tonemask_adj_16,
_vp_tonemask_adj_16,
_vp_tonemask_adj_16,
_psy_noiseguards_16,
_psy_noisebias_16_impulse,
_psy_noisebias_16_short,
_psy_noisebias_16_short,
_psy_noisebias_16,
_psy_noise_suppress,
_psy_compand_8,
_psy_compand_16_mapping,
_psy_compand_16_mapping,
{_noise_start_16,_noise_start_16},
{ _noise_part_16, _noise_part_16},
_noise_thresh_16,
_psy_ath_floater_16,
_psy_ath_abs_16,
_psy_lowpass_22,
_psy_global_44,
_global_mapping_16,
_psy_stereo_modes_16,
_floor_books,
_floor,
2,
_floor_mapping_16,
_mapres_template_16_stereo
};
static const ve_setup_data_template ve_setup_22_uncoupled={
3,
rate_mapping_22_uncoupled,
quality_mapping_16,
-1,
19000,
26000,
blocksize_16_short,
blocksize_16_long,
_psy_tone_masteratt_16,
_psy_tone_0dB,
_psy_tone_suppress,
_vp_tonemask_adj_16,
_vp_tonemask_adj_16,
_vp_tonemask_adj_16,
_psy_noiseguards_16,
_psy_noisebias_16_impulse,
_psy_noisebias_16_short,
_psy_noisebias_16_short,
_psy_noisebias_16,
_psy_noise_suppress,
_psy_compand_8,
_psy_compand_16_mapping,
_psy_compand_16_mapping,
{_noise_start_16,_noise_start_16},
{ _noise_part_16, _noise_part_16},
_noise_thresh_16,
_psy_ath_floater_16,
_psy_ath_abs_16,
_psy_lowpass_22,
_psy_global_44,
_global_mapping_16,
_psy_stereo_modes_16,
_floor_books,
_floor,
2,
_floor_mapping_16,
_mapres_template_16_uncoupled
};
|
0 | repos/libvorbis/lib | repos/libvorbis/lib/modes/setup_8.h | /********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2009 *
* by the Xiph.Org Foundation https://xiph.org/ *
* *
********************************************************************
function: 8kHz settings
********************************************************************/
#include "psych_8.h"
#include "residue_8.h"
static const int blocksize_8[2]={
512,512
};
static const int _floor_mapping_8a[]={
6,6
};
static const int *_floor_mapping_8[]={
_floor_mapping_8a
};
static const double rate_mapping_8[3]={
6000.,9000.,32000.,
};
static const double rate_mapping_8_uncoupled[3]={
8000.,14000.,42000.,
};
static const double quality_mapping_8[3]={
-.1,.0,1.
};
static const double _psy_compand_8_mapping[3]={ 0., 1., 1.};
static const double _global_mapping_8[3]={ 1., 2., 3. };
static const ve_setup_data_template ve_setup_8_stereo={
2,
rate_mapping_8,
quality_mapping_8,
2,
8000,
9000,
blocksize_8,
blocksize_8,
_psy_tone_masteratt_8,
_psy_tone_0dB,
_psy_tone_suppress,
_vp_tonemask_adj_8,
NULL,
_vp_tonemask_adj_8,
_psy_noiseguards_8,
_psy_noisebias_8,
_psy_noisebias_8,
NULL,
NULL,
_psy_noise_suppress,
_psy_compand_8,
_psy_compand_8_mapping,
NULL,
{_noise_start_8,_noise_start_8},
{_noise_part_8,_noise_part_8},
_noise_thresh_5only,
_psy_ath_floater_8,
_psy_ath_abs_8,
_psy_lowpass_8,
_psy_global_44,
_global_mapping_8,
_psy_stereo_modes_8,
_floor_books,
_floor,
1,
_floor_mapping_8,
_mapres_template_8_stereo
};
static const ve_setup_data_template ve_setup_8_uncoupled={
2,
rate_mapping_8_uncoupled,
quality_mapping_8,
-1,
8000,
9000,
blocksize_8,
blocksize_8,
_psy_tone_masteratt_8,
_psy_tone_0dB,
_psy_tone_suppress,
_vp_tonemask_adj_8,
NULL,
_vp_tonemask_adj_8,
_psy_noiseguards_8,
_psy_noisebias_8,
_psy_noisebias_8,
NULL,
NULL,
_psy_noise_suppress,
_psy_compand_8,
_psy_compand_8_mapping,
NULL,
{_noise_start_8,_noise_start_8},
{_noise_part_8,_noise_part_8},
_noise_thresh_5only,
_psy_ath_floater_8,
_psy_ath_abs_8,
_psy_lowpass_8,
_psy_global_44,
_global_mapping_8,
_psy_stereo_modes_8,
_floor_books,
_floor,
1,
_floor_mapping_8,
_mapres_template_8_uncoupled
};
|
0 | repos/libvorbis/lib | repos/libvorbis/lib/modes/floor_all.h | /********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2009 *
* by the Xiph.Org Foundation https://xiph.org/ *
* *
********************************************************************
function: key floor settings
********************************************************************/
#include "vorbis/codec.h"
#include "backends.h"
#include "books/floor/floor_books.h"
static const static_codebook*const _floor_128x4_books[]={
&_huff_book_line_128x4_class0,
&_huff_book_line_128x4_0sub0,
&_huff_book_line_128x4_0sub1,
&_huff_book_line_128x4_0sub2,
&_huff_book_line_128x4_0sub3,
};
static const static_codebook*const _floor_256x4_books[]={
&_huff_book_line_256x4_class0,
&_huff_book_line_256x4_0sub0,
&_huff_book_line_256x4_0sub1,
&_huff_book_line_256x4_0sub2,
&_huff_book_line_256x4_0sub3,
};
static const static_codebook*const _floor_128x7_books[]={
&_huff_book_line_128x7_class0,
&_huff_book_line_128x7_class1,
&_huff_book_line_128x7_0sub1,
&_huff_book_line_128x7_0sub2,
&_huff_book_line_128x7_0sub3,
&_huff_book_line_128x7_1sub1,
&_huff_book_line_128x7_1sub2,
&_huff_book_line_128x7_1sub3,
};
static const static_codebook*const _floor_256x7_books[]={
&_huff_book_line_256x7_class0,
&_huff_book_line_256x7_class1,
&_huff_book_line_256x7_0sub1,
&_huff_book_line_256x7_0sub2,
&_huff_book_line_256x7_0sub3,
&_huff_book_line_256x7_1sub1,
&_huff_book_line_256x7_1sub2,
&_huff_book_line_256x7_1sub3,
};
static const static_codebook*const _floor_128x11_books[]={
&_huff_book_line_128x11_class1,
&_huff_book_line_128x11_class2,
&_huff_book_line_128x11_class3,
&_huff_book_line_128x11_0sub0,
&_huff_book_line_128x11_1sub0,
&_huff_book_line_128x11_1sub1,
&_huff_book_line_128x11_2sub1,
&_huff_book_line_128x11_2sub2,
&_huff_book_line_128x11_2sub3,
&_huff_book_line_128x11_3sub1,
&_huff_book_line_128x11_3sub2,
&_huff_book_line_128x11_3sub3,
};
static const static_codebook*const _floor_128x17_books[]={
&_huff_book_line_128x17_class1,
&_huff_book_line_128x17_class2,
&_huff_book_line_128x17_class3,
&_huff_book_line_128x17_0sub0,
&_huff_book_line_128x17_1sub0,
&_huff_book_line_128x17_1sub1,
&_huff_book_line_128x17_2sub1,
&_huff_book_line_128x17_2sub2,
&_huff_book_line_128x17_2sub3,
&_huff_book_line_128x17_3sub1,
&_huff_book_line_128x17_3sub2,
&_huff_book_line_128x17_3sub3,
};
static const static_codebook*const _floor_256x4low_books[]={
&_huff_book_line_256x4low_class0,
&_huff_book_line_256x4low_0sub0,
&_huff_book_line_256x4low_0sub1,
&_huff_book_line_256x4low_0sub2,
&_huff_book_line_256x4low_0sub3,
};
static const static_codebook*const _floor_1024x27_books[]={
&_huff_book_line_1024x27_class1,
&_huff_book_line_1024x27_class2,
&_huff_book_line_1024x27_class3,
&_huff_book_line_1024x27_class4,
&_huff_book_line_1024x27_0sub0,
&_huff_book_line_1024x27_1sub0,
&_huff_book_line_1024x27_1sub1,
&_huff_book_line_1024x27_2sub0,
&_huff_book_line_1024x27_2sub1,
&_huff_book_line_1024x27_3sub1,
&_huff_book_line_1024x27_3sub2,
&_huff_book_line_1024x27_3sub3,
&_huff_book_line_1024x27_4sub1,
&_huff_book_line_1024x27_4sub2,
&_huff_book_line_1024x27_4sub3,
};
static const static_codebook*const _floor_2048x27_books[]={
&_huff_book_line_2048x27_class1,
&_huff_book_line_2048x27_class2,
&_huff_book_line_2048x27_class3,
&_huff_book_line_2048x27_class4,
&_huff_book_line_2048x27_0sub0,
&_huff_book_line_2048x27_1sub0,
&_huff_book_line_2048x27_1sub1,
&_huff_book_line_2048x27_2sub0,
&_huff_book_line_2048x27_2sub1,
&_huff_book_line_2048x27_3sub1,
&_huff_book_line_2048x27_3sub2,
&_huff_book_line_2048x27_3sub3,
&_huff_book_line_2048x27_4sub1,
&_huff_book_line_2048x27_4sub2,
&_huff_book_line_2048x27_4sub3,
};
static const static_codebook*const _floor_512x17_books[]={
&_huff_book_line_512x17_class1,
&_huff_book_line_512x17_class2,
&_huff_book_line_512x17_class3,
&_huff_book_line_512x17_0sub0,
&_huff_book_line_512x17_1sub0,
&_huff_book_line_512x17_1sub1,
&_huff_book_line_512x17_2sub1,
&_huff_book_line_512x17_2sub2,
&_huff_book_line_512x17_2sub3,
&_huff_book_line_512x17_3sub1,
&_huff_book_line_512x17_3sub2,
&_huff_book_line_512x17_3sub3,
};
static const static_codebook*const _floor_Xx0_books[]={
0
};
static const static_codebook*const *const _floor_books[11]={
_floor_128x4_books,
_floor_256x4_books,
_floor_128x7_books,
_floor_256x7_books,
_floor_128x11_books,
_floor_128x17_books,
_floor_256x4low_books,
_floor_1024x27_books,
_floor_2048x27_books,
_floor_512x17_books,
_floor_Xx0_books,
};
static const vorbis_info_floor1 _floor[11]={
/* 0: 128 x 4 */
{
1,{0},{4},{2},{0},
{{1,2,3,4}},
4,{0,128, 33,8,16,70},
60,30,500, 1.,18., 128
},
/* 1: 256 x 4 */
{
1,{0},{4},{2},{0},
{{1,2,3,4}},
4,{0,256, 66,16,32,140},
60,30,500, 1.,18., 256
},
/* 2: 128 x 7 */
{
2,{0,1},{3,4},{2,2},{0,1},
{{-1,2,3,4},{-1,5,6,7}},
4,{0,128, 14,4,58, 2,8,28,90},
60,30,500, 1.,18., 128
},
/* 3: 256 x 7 */
{
2,{0,1},{3,4},{2,2},{0,1},
{{-1,2,3,4},{-1,5,6,7}},
4,{0,256, 28,8,116, 4,16,56,180},
60,30,500, 1.,18., 256
},
/* 4: 128 x 11 */
{
4,{0,1,2,3},{2,3,3,3},{0,1,2,2},{-1,0,1,2},
{{3},{4,5},{-1,6,7,8},{-1,9,10,11}},
2,{0,128, 8,33, 4,16,70, 2,6,12, 23,46,90},
60,30,500, 1,18., 128
},
/* 5: 128 x 17 */
{
6,{0,1,1,2,3,3},{2,3,3,3},{0,1,2,2},{-1,0,1,2},
{{3},{4,5},{-1,6,7,8},{-1,9,10,11}},
2,{0,128, 12,46, 4,8,16, 23,33,70, 2,6,10, 14,19,28, 39,58,90},
60,30,500, 1,18., 128
},
/* 6: 256 x 4 (low bitrate version) */
{
1,{0},{4},{2},{0},
{{1,2,3,4}},
4,{0,256, 66,16,32,140},
60,30,500, 1.,18., 256
},
/* 7: 1024 x 27 */
{
8,{0,1,2,2,3,3,4,4},{3,4,3,4,3},{0,1,1,2,2},{-1,0,1,2,3},
{{4},{5,6},{7,8},{-1,9,10,11},{-1,12,13,14}},
2,{0,1024, 93,23,372, 6,46,186,750, 14,33,65, 130,260,556,
3,10,18,28, 39,55,79,111, 158,220,312, 464,650,850},
60,30,500, 3,18., 1024
},
/* 8: 2048 x 27 */
{
8,{0,1,2,2,3,3,4,4},{3,4,3,4,3},{0,1,1,2,2},{-1,0,1,2,3},
{{4},{5,6},{7,8},{-1,9,10,11},{-1,12,13,14}},
2,{0,2048, 186,46,744, 12,92,372,1500, 28,66,130, 260,520,1112,
6,20,36,56, 78,110,158,222, 316,440,624, 928,1300,1700},
60,30,500, 3,18., 2048
},
/* 9: 512 x 17 */
{
6,{0,1,1,2,3,3},{2,3,3,3},{0,1,2,2},{-1,0,1,2},
{{3},{4,5},{-1,6,7,8},{-1,9,10,11}},
2,{0,512, 46,186, 16,33,65, 93,130,278,
7,23,39, 55,79,110, 156,232,360},
60,30,500, 1,18., 512
},
/* 10: X x 0 (LFE floor; edge posts only) */
{
0,{0}, {0},{0},{-1},
{{-1}},
2,{0,12},
60,30,500, 1.,18., 10
},
};
|
0 | repos/libvorbis/lib | repos/libvorbis/lib/modes/psych_8.h | /********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2009 *
* by the Xiph.Org Foundation https://xiph.org/ *
* *
********************************************************************
function: 8kHz psychoacoustic settings
********************************************************************/
static const att3 _psy_tone_masteratt_8[3]={
{{ 32, 25, 12}, 0, 0}, /* 0 */
{{ 30, 25, 12}, 0, 0}, /* 0 */
{{ 20, 0, -14}, 0, 0}, /* 0 */
};
static const vp_adjblock _vp_tonemask_adj_8[3]={
/* adjust for mode zero */
/* 63 125 250 500 1 2 4 8 16 */
{{-15,-15,-15,-15,-10,-10, -6, 0, 0, 0, 0,10, 0, 0,99,99,99}}, /* 1 */
{{-15,-15,-15,-15,-10,-10, -6, 0, 0, 0, 0,10, 0, 0,99,99,99}}, /* 1 */
{{-15,-15,-15,-15,-10,-10, -6, 0, 0, 0, 0, 0, 0, 0,99,99,99}}, /* 1 */
};
static const noise3 _psy_noisebias_8[3]={
/* 63 125 250 500 1k 2k 4k 8k 16k*/
{{{-10,-10,-10,-10, -5, -5, -5, 0, 4, 8, 8, 8, 10, 10, 99, 99, 99},
{-10,-10,-10,-10, -5, -5, -5, 0, 0, 4, 4, 4, 4, 4, 99, 99, 99},
{-30,-30,-30,-30,-30,-24,-20,-14,-10, -6, -8, -8, -6, -6, 99, 99, 99}}},
{{{-10,-10,-10,-10, -5, -5, -5, 0, 4, 8, 8, 8, 10, 10, 99, 99, 99},
{-10,-10,-10,-10,-10,-10, -5, -5, -5, 0, 0, 0, 0, 0, 99, 99, 99},
{-30,-30,-30,-30,-30,-24,-20,-14,-10, -6, -8, -8, -6, -6, 99, 99, 99}}},
{{{-15,-15,-15,-15,-15,-12,-10, -8, 0, 2, 4, 4, 5, 5, 99, 99, 99},
{-30,-30,-30,-30,-26,-22,-20,-14,-12,-12,-10,-10,-10,-10, 99, 99, 99},
{-30,-30,-30,-30,-26,-26,-26,-26,-26,-26,-26,-26,-26,-24, 99, 99, 99}}},
};
/* stereo mode by base quality level */
static const adj_stereo _psy_stereo_modes_8[3]={
/* 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 */
{{ 4, 4, 4, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3},
{ 6, 5, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4},
{ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1},
{ 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99}},
{{ 4, 4, 4, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3},
{ 6, 5, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4},
{ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1},
{ 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99}},
{{ 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3},
{ 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4},
{ 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1},
{ 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99}},
};
static const noiseguard _psy_noiseguards_8[2]={
{10,10,-1},
{10,10,-1},
};
static const compandblock _psy_compand_8[2]={
{{
0, 1, 2, 3, 4, 5, 6, 7, /* 7dB */
8, 8, 9, 9,10,10,11, 11, /* 15dB */
12,12,13,13,14,14,15, 15, /* 23dB */
16,16,17,17,17,18,18, 19, /* 31dB */
19,19,20,21,22,23,24, 25, /* 39dB */
}},
{{
0, 1, 2, 3, 4, 5, 6, 6, /* 7dB */
7, 7, 6, 6, 5, 5, 4, 4, /* 15dB */
3, 3, 3, 4, 5, 6, 7, 8, /* 23dB */
9,10,11,12,13,14,15, 16, /* 31dB */
17,18,19,20,21,22,23, 24, /* 39dB */
}},
};
static const double _psy_lowpass_8[3]={3.,4.,4.};
static const int _noise_start_8[2]={
64,64,
};
static const int _noise_part_8[2]={
8,8,
};
static const int _psy_ath_floater_8[3]={
-100,-100,-105,
};
static const int _psy_ath_abs_8[3]={
-130,-130,-140,
};
|
0 | repos/libvorbis/lib | repos/libvorbis/lib/modes/setup_11.h | /********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2009 *
* by the Xiph.Org Foundation https://xiph.org/ *
* *
********************************************************************
function: 11kHz settings
********************************************************************/
#include "psych_11.h"
static const int blocksize_11[2]={
512,512
};
static const int _floor_mapping_11a[]={
6,6
};
static const int *_floor_mapping_11[]={
_floor_mapping_11a
};
static const double rate_mapping_11[3]={
8000.,13000.,44000.,
};
static const double rate_mapping_11_uncoupled[3]={
12000.,20000.,50000.,
};
static const double quality_mapping_11[3]={
-.1,.0,1.
};
static const ve_setup_data_template ve_setup_11_stereo={
2,
rate_mapping_11,
quality_mapping_11,
2,
9000,
15000,
blocksize_11,
blocksize_11,
_psy_tone_masteratt_11,
_psy_tone_0dB,
_psy_tone_suppress,
_vp_tonemask_adj_11,
NULL,
_vp_tonemask_adj_11,
_psy_noiseguards_8,
_psy_noisebias_11,
_psy_noisebias_11,
NULL,
NULL,
_psy_noise_suppress,
_psy_compand_8,
_psy_compand_8_mapping,
NULL,
{_noise_start_8,_noise_start_8},
{_noise_part_8,_noise_part_8},
_noise_thresh_11,
_psy_ath_floater_8,
_psy_ath_abs_8,
_psy_lowpass_11,
_psy_global_44,
_global_mapping_8,
_psy_stereo_modes_8,
_floor_books,
_floor,
1,
_floor_mapping_11,
_mapres_template_8_stereo
};
static const ve_setup_data_template ve_setup_11_uncoupled={
2,
rate_mapping_11_uncoupled,
quality_mapping_11,
-1,
9000,
15000,
blocksize_11,
blocksize_11,
_psy_tone_masteratt_11,
_psy_tone_0dB,
_psy_tone_suppress,
_vp_tonemask_adj_11,
NULL,
_vp_tonemask_adj_11,
_psy_noiseguards_8,
_psy_noisebias_11,
_psy_noisebias_11,
NULL,
NULL,
_psy_noise_suppress,
_psy_compand_8,
_psy_compand_8_mapping,
NULL,
{_noise_start_8,_noise_start_8},
{_noise_part_8,_noise_part_8},
_noise_thresh_11,
_psy_ath_floater_8,
_psy_ath_abs_8,
_psy_lowpass_11,
_psy_global_44,
_global_mapping_8,
_psy_stereo_modes_8,
_floor_books,
_floor,
1,
_floor_mapping_11,
_mapres_template_8_uncoupled
};
|
0 | repos/libvorbis/lib | repos/libvorbis/lib/modes/residue_44.h | /********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2009 *
* by the Xiph.Org Foundation https://xiph.org/ *
* *
********************************************************************
function: toplevel residue templates for 32/44.1/48kHz
********************************************************************/
#include "vorbis/codec.h"
#include "backends.h"
#include "books/coupled/res_books_stereo.h"
/***** residue backends *********************************************/
static const vorbis_info_residue0 _residue_44_low={
0,-1, -1, 9,-1,-1,
/* 0 1 2 3 4 5 6 7 */
{0},
{-1},
{ 0, 1, 2, 2, 4, 8, 16, 32},
{ 0, 0, 0,999, 4, 8, 16, 32},
};
static const vorbis_info_residue0 _residue_44_mid={
0,-1, -1, 10,-1,-1,
/* 0 1 2 3 4 5 6 7 8 */
{0},
{-1},
{ 0, 1, 1, 2, 2, 4, 8, 16, 32},
{ 0, 0,999, 0,999, 4, 8, 16, 32},
};
static const vorbis_info_residue0 _residue_44_high={
0,-1, -1, 10,-1,-1,
/* 0 1 2 3 4 5 6 7 8 */
{0},
{-1},
{ 0, 1, 2, 4, 8, 16, 32, 71,157},
{ 0, 1, 2, 3, 4, 8, 16, 71,157},
};
static const static_bookblock _resbook_44s_n1={
{
{0},{0,0,&_44cn1_s_p1_0},{0,0,&_44cn1_s_p2_0},
{0,0,&_44cn1_s_p3_0},{0,0,&_44cn1_s_p4_0},{0,0,&_44cn1_s_p5_0},
{&_44cn1_s_p6_0,&_44cn1_s_p6_1},{&_44cn1_s_p7_0,&_44cn1_s_p7_1},
{&_44cn1_s_p8_0,&_44cn1_s_p8_1,&_44cn1_s_p8_2}
}
};
static const static_bookblock _resbook_44sm_n1={
{
{0},{0,0,&_44cn1_sm_p1_0},{0,0,&_44cn1_sm_p2_0},
{0,0,&_44cn1_sm_p3_0},{0,0,&_44cn1_sm_p4_0},{0,0,&_44cn1_sm_p5_0},
{&_44cn1_sm_p6_0,&_44cn1_sm_p6_1},{&_44cn1_sm_p7_0,&_44cn1_sm_p7_1},
{&_44cn1_sm_p8_0,&_44cn1_sm_p8_1,&_44cn1_sm_p8_2}
}
};
static const static_bookblock _resbook_44s_0={
{
{0},{0,0,&_44c0_s_p1_0},{0,0,&_44c0_s_p2_0},
{0,0,&_44c0_s_p3_0},{0,0,&_44c0_s_p4_0},{0,0,&_44c0_s_p5_0},
{&_44c0_s_p6_0,&_44c0_s_p6_1},{&_44c0_s_p7_0,&_44c0_s_p7_1},
{&_44c0_s_p8_0,&_44c0_s_p8_1,&_44c0_s_p8_2}
}
};
static const static_bookblock _resbook_44sm_0={
{
{0},{0,0,&_44c0_sm_p1_0},{0,0,&_44c0_sm_p2_0},
{0,0,&_44c0_sm_p3_0},{0,0,&_44c0_sm_p4_0},{0,0,&_44c0_sm_p5_0},
{&_44c0_sm_p6_0,&_44c0_sm_p6_1},{&_44c0_sm_p7_0,&_44c0_sm_p7_1},
{&_44c0_sm_p8_0,&_44c0_sm_p8_1,&_44c0_sm_p8_2}
}
};
static const static_bookblock _resbook_44s_1={
{
{0},{0,0,&_44c1_s_p1_0},{0,0,&_44c1_s_p2_0},
{0,0,&_44c1_s_p3_0},{0,0,&_44c1_s_p4_0},{0,0,&_44c1_s_p5_0},
{&_44c1_s_p6_0,&_44c1_s_p6_1},{&_44c1_s_p7_0,&_44c1_s_p7_1},
{&_44c1_s_p8_0,&_44c1_s_p8_1,&_44c1_s_p8_2}
}
};
static const static_bookblock _resbook_44sm_1={
{
{0},{0,0,&_44c1_sm_p1_0},{0,0,&_44c1_sm_p2_0},
{0,0,&_44c1_sm_p3_0},{0,0,&_44c1_sm_p4_0},{0,0,&_44c1_sm_p5_0},
{&_44c1_sm_p6_0,&_44c1_sm_p6_1},{&_44c1_sm_p7_0,&_44c1_sm_p7_1},
{&_44c1_sm_p8_0,&_44c1_sm_p8_1,&_44c1_sm_p8_2}
}
};
static const static_bookblock _resbook_44s_2={
{
{0},{0,0,&_44c2_s_p1_0},{0,0,&_44c2_s_p2_0},{0,0,&_44c2_s_p3_0},
{0,0,&_44c2_s_p4_0},{0,0,&_44c2_s_p5_0},{0,0,&_44c2_s_p6_0},
{&_44c2_s_p7_0,&_44c2_s_p7_1},{&_44c2_s_p8_0,&_44c2_s_p8_1},
{&_44c2_s_p9_0,&_44c2_s_p9_1,&_44c2_s_p9_2}
}
};
static const static_bookblock _resbook_44s_3={
{
{0},{0,0,&_44c3_s_p1_0},{0,0,&_44c3_s_p2_0},{0,0,&_44c3_s_p3_0},
{0,0,&_44c3_s_p4_0},{0,0,&_44c3_s_p5_0},{0,0,&_44c3_s_p6_0},
{&_44c3_s_p7_0,&_44c3_s_p7_1},{&_44c3_s_p8_0,&_44c3_s_p8_1},
{&_44c3_s_p9_0,&_44c3_s_p9_1,&_44c3_s_p9_2}
}
};
static const static_bookblock _resbook_44s_4={
{
{0},{0,0,&_44c4_s_p1_0},{0,0,&_44c4_s_p2_0},{0,0,&_44c4_s_p3_0},
{0,0,&_44c4_s_p4_0},{0,0,&_44c4_s_p5_0},{0,0,&_44c4_s_p6_0},
{&_44c4_s_p7_0,&_44c4_s_p7_1},{&_44c4_s_p8_0,&_44c4_s_p8_1},
{&_44c4_s_p9_0,&_44c4_s_p9_1,&_44c4_s_p9_2}
}
};
static const static_bookblock _resbook_44s_5={
{
{0},{0,0,&_44c5_s_p1_0},{0,0,&_44c5_s_p2_0},{0,0,&_44c5_s_p3_0},
{0,0,&_44c5_s_p4_0},{0,0,&_44c5_s_p5_0},{0,0,&_44c5_s_p6_0},
{&_44c5_s_p7_0,&_44c5_s_p7_1},{&_44c5_s_p8_0,&_44c5_s_p8_1},
{&_44c5_s_p9_0,&_44c5_s_p9_1,&_44c5_s_p9_2}
}
};
static const static_bookblock _resbook_44s_6={
{
{0},{0,0,&_44c6_s_p1_0},{0,0,&_44c6_s_p2_0},{0,0,&_44c6_s_p3_0},
{0,0,&_44c6_s_p4_0},
{&_44c6_s_p5_0,&_44c6_s_p5_1},
{&_44c6_s_p6_0,&_44c6_s_p6_1},
{&_44c6_s_p7_0,&_44c6_s_p7_1},
{&_44c6_s_p8_0,&_44c6_s_p8_1},
{&_44c6_s_p9_0,&_44c6_s_p9_1,&_44c6_s_p9_2}
}
};
static const static_bookblock _resbook_44s_7={
{
{0},{0,0,&_44c7_s_p1_0},{0,0,&_44c7_s_p2_0},{0,0,&_44c7_s_p3_0},
{0,0,&_44c7_s_p4_0},
{&_44c7_s_p5_0,&_44c7_s_p5_1},
{&_44c7_s_p6_0,&_44c7_s_p6_1},
{&_44c7_s_p7_0,&_44c7_s_p7_1},
{&_44c7_s_p8_0,&_44c7_s_p8_1},
{&_44c7_s_p9_0,&_44c7_s_p9_1,&_44c7_s_p9_2}
}
};
static const static_bookblock _resbook_44s_8={
{
{0},{0,0,&_44c8_s_p1_0},{0,0,&_44c8_s_p2_0},{0,0,&_44c8_s_p3_0},
{0,0,&_44c8_s_p4_0},
{&_44c8_s_p5_0,&_44c8_s_p5_1},
{&_44c8_s_p6_0,&_44c8_s_p6_1},
{&_44c8_s_p7_0,&_44c8_s_p7_1},
{&_44c8_s_p8_0,&_44c8_s_p8_1},
{&_44c8_s_p9_0,&_44c8_s_p9_1,&_44c8_s_p9_2}
}
};
static const static_bookblock _resbook_44s_9={
{
{0},{0,0,&_44c9_s_p1_0},{0,0,&_44c9_s_p2_0},{0,0,&_44c9_s_p3_0},
{0,0,&_44c9_s_p4_0},
{&_44c9_s_p5_0,&_44c9_s_p5_1},
{&_44c9_s_p6_0,&_44c9_s_p6_1},
{&_44c9_s_p7_0,&_44c9_s_p7_1},
{&_44c9_s_p8_0,&_44c9_s_p8_1},
{&_44c9_s_p9_0,&_44c9_s_p9_1,&_44c9_s_p9_2}
}
};
static const vorbis_residue_template _res_44s_n1[]={
{2,0,32, &_residue_44_low,
&_huff_book__44cn1_s_short,&_huff_book__44cn1_sm_short,
&_resbook_44s_n1,&_resbook_44sm_n1},
{2,0,32, &_residue_44_low,
&_huff_book__44cn1_s_long,&_huff_book__44cn1_sm_long,
&_resbook_44s_n1,&_resbook_44sm_n1}
};
static const vorbis_residue_template _res_44s_0[]={
{2,0,16, &_residue_44_low,
&_huff_book__44c0_s_short,&_huff_book__44c0_sm_short,
&_resbook_44s_0,&_resbook_44sm_0},
{2,0,32, &_residue_44_low,
&_huff_book__44c0_s_long,&_huff_book__44c0_sm_long,
&_resbook_44s_0,&_resbook_44sm_0}
};
static const vorbis_residue_template _res_44s_1[]={
{2,0,16, &_residue_44_low,
&_huff_book__44c1_s_short,&_huff_book__44c1_sm_short,
&_resbook_44s_1,&_resbook_44sm_1},
{2,0,32, &_residue_44_low,
&_huff_book__44c1_s_long,&_huff_book__44c1_sm_long,
&_resbook_44s_1,&_resbook_44sm_1}
};
static const vorbis_residue_template _res_44s_2[]={
{2,0,16, &_residue_44_mid,
&_huff_book__44c2_s_short,&_huff_book__44c2_s_short,
&_resbook_44s_2,&_resbook_44s_2},
{2,0,32, &_residue_44_mid,
&_huff_book__44c2_s_long,&_huff_book__44c2_s_long,
&_resbook_44s_2,&_resbook_44s_2}
};
static const vorbis_residue_template _res_44s_3[]={
{2,0,16, &_residue_44_mid,
&_huff_book__44c3_s_short,&_huff_book__44c3_s_short,
&_resbook_44s_3,&_resbook_44s_3},
{2,0,32, &_residue_44_mid,
&_huff_book__44c3_s_long,&_huff_book__44c3_s_long,
&_resbook_44s_3,&_resbook_44s_3}
};
static const vorbis_residue_template _res_44s_4[]={
{2,0,16, &_residue_44_mid,
&_huff_book__44c4_s_short,&_huff_book__44c4_s_short,
&_resbook_44s_4,&_resbook_44s_4},
{2,0,32, &_residue_44_mid,
&_huff_book__44c4_s_long,&_huff_book__44c4_s_long,
&_resbook_44s_4,&_resbook_44s_4}
};
static const vorbis_residue_template _res_44s_5[]={
{2,0,16, &_residue_44_mid,
&_huff_book__44c5_s_short,&_huff_book__44c5_s_short,
&_resbook_44s_5,&_resbook_44s_5},
{2,0,32, &_residue_44_mid,
&_huff_book__44c5_s_long,&_huff_book__44c5_s_long,
&_resbook_44s_5,&_resbook_44s_5}
};
static const vorbis_residue_template _res_44s_6[]={
{2,0,16, &_residue_44_high,
&_huff_book__44c6_s_short,&_huff_book__44c6_s_short,
&_resbook_44s_6,&_resbook_44s_6},
{2,0,32, &_residue_44_high,
&_huff_book__44c6_s_long,&_huff_book__44c6_s_long,
&_resbook_44s_6,&_resbook_44s_6}
};
static const vorbis_residue_template _res_44s_7[]={
{2,0,16, &_residue_44_high,
&_huff_book__44c7_s_short,&_huff_book__44c7_s_short,
&_resbook_44s_7,&_resbook_44s_7},
{2,0,32, &_residue_44_high,
&_huff_book__44c7_s_long,&_huff_book__44c7_s_long,
&_resbook_44s_7,&_resbook_44s_7}
};
static const vorbis_residue_template _res_44s_8[]={
{2,0,16, &_residue_44_high,
&_huff_book__44c8_s_short,&_huff_book__44c8_s_short,
&_resbook_44s_8,&_resbook_44s_8},
{2,0,32, &_residue_44_high,
&_huff_book__44c8_s_long,&_huff_book__44c8_s_long,
&_resbook_44s_8,&_resbook_44s_8}
};
static const vorbis_residue_template _res_44s_9[]={
{2,0,16, &_residue_44_high,
&_huff_book__44c9_s_short,&_huff_book__44c9_s_short,
&_resbook_44s_9,&_resbook_44s_9},
{2,0,32, &_residue_44_high,
&_huff_book__44c9_s_long,&_huff_book__44c9_s_long,
&_resbook_44s_9,&_resbook_44s_9}
};
static const vorbis_mapping_template _mapres_template_44_stereo[]={
{ _map_nominal, _res_44s_n1 }, /* -1 */
{ _map_nominal, _res_44s_0 }, /* 0 */
{ _map_nominal, _res_44s_1 }, /* 1 */
{ _map_nominal, _res_44s_2 }, /* 2 */
{ _map_nominal, _res_44s_3 }, /* 3 */
{ _map_nominal, _res_44s_4 }, /* 4 */
{ _map_nominal, _res_44s_5 }, /* 5 */
{ _map_nominal, _res_44s_6 }, /* 6 */
{ _map_nominal, _res_44s_7 }, /* 7 */
{ _map_nominal, _res_44s_8 }, /* 8 */
{ _map_nominal, _res_44s_9 }, /* 9 */
};
|
0 | repos/libvorbis/lib | repos/libvorbis/lib/modes/setup_16.h | /********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2009 *
* by the Xiph.Org Foundation https://xiph.org/ *
* *
********************************************************************
function: 16kHz settings
********************************************************************/
#include "psych_16.h"
#include "residue_16.h"
static const int blocksize_16_short[3]={
1024,512,512
};
static const int blocksize_16_long[3]={
1024,1024,1024
};
static const int _floor_mapping_16a[]={
9,3,3
};
static const int _floor_mapping_16b[]={
9,9,9
};
static const int *_floor_mapping_16[]={
_floor_mapping_16a,
_floor_mapping_16b
};
static const double rate_mapping_16[4]={
12000.,20000.,44000.,86000.
};
static const double rate_mapping_16_uncoupled[4]={
16000.,28000.,64000.,100000.
};
static const double _global_mapping_16[4]={ 1., 2., 3., 4. };
static const double quality_mapping_16[4]={ -.1,.05,.5,1. };
static const double _psy_compand_16_mapping[4]={ 0., .8, 1., 1.};
static const ve_setup_data_template ve_setup_16_stereo={
3,
rate_mapping_16,
quality_mapping_16,
2,
15000,
19000,
blocksize_16_short,
blocksize_16_long,
_psy_tone_masteratt_16,
_psy_tone_0dB,
_psy_tone_suppress,
_vp_tonemask_adj_16,
_vp_tonemask_adj_16,
_vp_tonemask_adj_16,
_psy_noiseguards_16,
_psy_noisebias_16_impulse,
_psy_noisebias_16_short,
_psy_noisebias_16_short,
_psy_noisebias_16,
_psy_noise_suppress,
_psy_compand_8,
_psy_compand_16_mapping,
_psy_compand_16_mapping,
{_noise_start_16,_noise_start_16},
{ _noise_part_16, _noise_part_16},
_noise_thresh_16,
_psy_ath_floater_16,
_psy_ath_abs_16,
_psy_lowpass_16,
_psy_global_44,
_global_mapping_16,
_psy_stereo_modes_16,
_floor_books,
_floor,
2,
_floor_mapping_16,
_mapres_template_16_stereo
};
static const ve_setup_data_template ve_setup_16_uncoupled={
3,
rate_mapping_16_uncoupled,
quality_mapping_16,
-1,
15000,
19000,
blocksize_16_short,
blocksize_16_long,
_psy_tone_masteratt_16,
_psy_tone_0dB,
_psy_tone_suppress,
_vp_tonemask_adj_16,
_vp_tonemask_adj_16,
_vp_tonemask_adj_16,
_psy_noiseguards_16,
_psy_noisebias_16_impulse,
_psy_noisebias_16_short,
_psy_noisebias_16_short,
_psy_noisebias_16,
_psy_noise_suppress,
_psy_compand_8,
_psy_compand_16_mapping,
_psy_compand_16_mapping,
{_noise_start_16,_noise_start_16},
{ _noise_part_16, _noise_part_16},
_noise_thresh_16,
_psy_ath_floater_16,
_psy_ath_abs_16,
_psy_lowpass_16,
_psy_global_44,
_global_mapping_16,
_psy_stereo_modes_16,
_floor_books,
_floor,
2,
_floor_mapping_16,
_mapres_template_16_uncoupled
};
|
0 | repos/libvorbis/lib | repos/libvorbis/lib/modes/setup_44p51.h | /********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2010 *
* by the Xiph.Org Foundation https://xiph.org/ *
* *
********************************************************************
function: toplevel settings for 44.1/48kHz 5.1 surround modes
********************************************************************/
#include "modes/residue_44p51.h"
static const double rate_mapping_44p51[12]={
14000.,20000.,28000.,38000.,46000.,54000.,
75000.,96000.,120000.,140000.,180000.,240001.
};
static const ve_setup_data_template ve_setup_44_51={
11,
rate_mapping_44p51,
quality_mapping_44,
6,
40000,
70000,
blocksize_short_44,
blocksize_long_44,
_psy_tone_masteratt_44,
_psy_tone_0dB,
_psy_tone_suppress,
_vp_tonemask_adj_otherblock,
_vp_tonemask_adj_longblock,
_vp_tonemask_adj_otherblock,
_psy_noiseguards_44,
_psy_noisebias_impulse,
_psy_noisebias_padding,
_psy_noisebias_trans,
_psy_noisebias_long,
_psy_noise_suppress,
_psy_compand_44,
_psy_compand_short_mapping,
_psy_compand_long_mapping,
{_noise_start_short_44,_noise_start_long_44},
{_noise_part_short_44,_noise_part_long_44},
_noise_thresh_44,
_psy_ath_floater,
_psy_ath_abs,
_psy_lowpass_44,
_psy_global_44,
_global_mapping_44,
_psy_stereo_modes_44,
_floor_books,
_floor,
3,
_floor_mapping_44,
_mapres_template_44_51
};
|
0 | repos/libvorbis/lib | repos/libvorbis/lib/modes/psych_11.h | /********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2009 *
* by the Xiph.Org Foundation https://xiph.org/ *
* *
********************************************************************
function: 11kHz settings
********************************************************************/
static const double _psy_lowpass_11[3]={4.5,5.5,30.,};
static const att3 _psy_tone_masteratt_11[3]={
{{ 30, 25, 12}, 0, 0}, /* 0 */
{{ 30, 25, 12}, 0, 0}, /* 0 */
{{ 20, 0, -14}, 0, 0}, /* 0 */
};
static const vp_adjblock _vp_tonemask_adj_11[3]={
/* adjust for mode zero */
/* 63 125 250 500 1 2 4 8 16 */
{{-20,-20,-20,-20,-20,-16,-10, 0, 0, 0, 0,10, 2, 0,99,99,99}}, /* 0 */
{{-20,-20,-20,-20,-20,-16,-10, 0, 0, 0, 0, 5, 0, 0,99,99,99}}, /* 1 */
{{-20,-20,-20,-20,-20,-16,-10, 0, 0, 0, 0, 0, 0, 0,99,99,99}}, /* 2 */
};
static const noise3 _psy_noisebias_11[3]={
/* 63 125 250 500 1k 2k 4k 8k 16k*/
{{{-10,-10,-10,-10, -5, -5, -5, 0, 4, 10, 10, 12, 12, 12, 99, 99, 99},
{-15,-15,-15,-15,-10,-10, -5, 0, 0, 4, 4, 5, 5, 10, 99, 99, 99},
{-30,-30,-30,-30,-30,-24,-20,-14,-10, -6, -8, -8, -6, -6, 99, 99, 99}}},
{{{-10,-10,-10,-10, -5, -5, -5, 0, 4, 10, 10, 12, 12, 12, 99, 99, 99},
{-15,-15,-15,-15,-10,-10, -5, -5, -5, 0, 0, 0, 0, 0, 99, 99, 99},
{-30,-30,-30,-30,-30,-24,-20,-14,-10, -6, -8, -8, -6, -6, 99, 99, 99}}},
{{{-15,-15,-15,-15,-15,-12,-10, -8, 0, 2, 4, 4, 5, 5, 99, 99, 99},
{-30,-30,-30,-30,-26,-22,-20,-14,-12,-12,-10,-10,-10,-10, 99, 99, 99},
{-30,-30,-30,-30,-26,-26,-26,-26,-26,-26,-26,-26,-26,-24, 99, 99, 99}}},
};
static const double _noise_thresh_11[3]={ .3,.5,.5 };
|
0 | repos/libvorbis/lib | repos/libvorbis/lib/modes/residue_44p51.h | /********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2010 *
* by the Xiph.Org Foundation https://xiph.org/ *
* *
********************************************************************
function: toplevel residue templates for 32/44.1/48kHz uncoupled
********************************************************************/
#include "vorbis/codec.h"
#include "backends.h"
#include "books/coupled/res_books_51.h"
/***** residue backends *********************************************/
static const vorbis_info_residue0 _residue_44p_lo={
0,-1, -1, 7,-1,-1,
/* 0 1 2 3 4 5 6 7 8 */
{0},
{-1},
{ 0, 1, 2, 7, 17, 31},
{ 0, 0, 99, 7, 17, 31},
};
static const vorbis_info_residue0 _residue_44p={
0,-1, -1, 8,-1,-1,
/* 0 1 2 3 4 5 6 7 8 */
{0},
{-1},
{ 0, 1, 1, 2, 7, 17, 31},
{ 0, 0, 99, 99, 7, 17, 31},
};
static const vorbis_info_residue0 _residue_44p_hi={
0,-1, -1, 8,-1,-1,
/* 0 1 2 3 4 5 6 7 8 */
{0},
{-1},
{ 0, 1, 2, 4, 7, 17, 31},
{ 0, 1, 2, 4, 7, 17, 31},
};
static const vorbis_info_residue0 _residue_44p_lfe={
0,-1, -1, 2,-1,-1,
/* 0 1 2 3 4 5 6 7 8 */
{0},
{-1},
{ 32},
{ -1}
};
static const static_bookblock _resbook_44p_n1={
{
{0},
{0,&_44pn1_p1_0},
{&_44pn1_p2_0,&_44pn1_p2_1,0},
{&_44pn1_p3_0,&_44pn1_p3_1,0},
{&_44pn1_p4_0,&_44pn1_p4_1,0},
{&_44pn1_p5_0,&_44pn1_p5_1,&_44pn1_p4_1},
{&_44pn1_p6_0,&_44pn1_p6_1,&_44pn1_p6_2},
}
};
static const static_bookblock _resbook_44p_0={
{
{0},
{0,&_44p0_p1_0},
{&_44p0_p2_0,&_44p0_p2_1,0},
{&_44p0_p3_0,&_44p0_p3_1,0},
{&_44p0_p4_0,&_44p0_p4_1,0},
{&_44p0_p5_0,&_44p0_p5_1,&_44p0_p4_1},
{&_44p0_p6_0,&_44p0_p6_1,&_44p0_p6_2},
}
};
static const static_bookblock _resbook_44p_1={
{
{0},
{0,&_44p1_p1_0},
{&_44p1_p2_0,&_44p1_p2_1,0},
{&_44p1_p3_0,&_44p1_p3_1,0},
{&_44p1_p4_0,&_44p1_p4_1,0},
{&_44p1_p5_0,&_44p1_p5_1,&_44p1_p4_1},
{&_44p1_p6_0,&_44p1_p6_1,&_44p1_p6_2},
}
};
static const static_bookblock _resbook_44p_2={
{
{0},
{0,0,&_44p2_p1_0},
{0,&_44p2_p2_0,0},
{&_44p2_p3_0,&_44p2_p3_1,0},
{&_44p2_p4_0,&_44p2_p4_1,0},
{&_44p2_p5_0,&_44p2_p5_1,0},
{&_44p2_p6_0,&_44p2_p6_1,&_44p2_p5_1},
{&_44p2_p7_0,&_44p2_p7_1,&_44p2_p7_2,&_44p2_p7_3}
}
};
static const static_bookblock _resbook_44p_3={
{
{0},
{0,0,&_44p3_p1_0},
{0,&_44p3_p2_0,0},
{&_44p3_p3_0,&_44p3_p3_1,0},
{&_44p3_p4_0,&_44p3_p4_1,0},
{&_44p3_p5_0,&_44p3_p5_1,0},
{&_44p3_p6_0,&_44p3_p6_1,&_44p3_p5_1},
{&_44p3_p7_0,&_44p3_p7_1,&_44p3_p7_2,&_44p3_p7_3}
}
};
static const static_bookblock _resbook_44p_4={
{
{0},
{0,0,&_44p4_p1_0},
{0,&_44p4_p2_0,0},
{&_44p4_p3_0,&_44p4_p3_1,0},
{&_44p4_p4_0,&_44p4_p4_1,0},
{&_44p4_p5_0,&_44p4_p5_1,0},
{&_44p4_p6_0,&_44p4_p6_1,&_44p4_p5_1},
{&_44p4_p7_0,&_44p4_p7_1,&_44p4_p7_2,&_44p4_p7_3}
}
};
static const static_bookblock _resbook_44p_5={
{
{0},
{0,0,&_44p5_p1_0},
{0,&_44p5_p2_0,0},
{&_44p5_p3_0,&_44p5_p3_1,0},
{&_44p5_p4_0,&_44p5_p4_1,0},
{&_44p5_p5_0,&_44p5_p5_1,0},
{&_44p5_p6_0,&_44p5_p6_1,&_44p5_p5_1},
{&_44p5_p7_0,&_44p5_p7_1,&_44p5_p7_2,&_44p5_p7_3}
}
};
static const static_bookblock _resbook_44p_6={
{
{0},
{0,0,&_44p6_p1_0},
{0,&_44p6_p2_0,0},
{&_44p6_p3_0,&_44p6_p3_1,0},
{&_44p6_p4_0,&_44p6_p4_1,0},
{&_44p6_p5_0,&_44p6_p5_1,0},
{&_44p6_p6_0,&_44p6_p6_1,&_44p6_p5_1},
{&_44p6_p7_0,&_44p6_p7_1,&_44p6_p7_2,&_44p6_p7_3}
}
};
static const static_bookblock _resbook_44p_7={
{
{0},
{0,0,&_44p7_p1_0},
{0,&_44p7_p2_0,0},
{&_44p7_p3_0,&_44p7_p3_1,0},
{&_44p7_p4_0,&_44p7_p4_1,0},
{&_44p7_p5_0,&_44p7_p5_1,0},
{&_44p7_p6_0,&_44p7_p6_1,&_44p7_p5_1},
{&_44p7_p7_0,&_44p7_p7_1,&_44p7_p7_2,&_44p7_p7_3}
}
};
static const static_bookblock _resbook_44p_8={
{
{0},
{0,0,&_44p8_p1_0},
{0,&_44p8_p2_0,0},
{&_44p8_p3_0,&_44p8_p3_1,0},
{&_44p8_p4_0,&_44p8_p4_1,0},
{&_44p8_p5_0,&_44p8_p5_1,0},
{&_44p8_p6_0,&_44p8_p6_1,&_44p8_p5_1},
{&_44p8_p7_0,&_44p8_p7_1,&_44p8_p7_2,&_44p8_p7_3}
}
};
static const static_bookblock _resbook_44p_9={
{
{0},
{0,0,&_44p9_p1_0},
{0,&_44p9_p2_0,0},
{&_44p9_p3_0,&_44p9_p3_1,0},
{&_44p9_p4_0,&_44p9_p4_1,0},
{&_44p9_p5_0,&_44p9_p5_1,0},
{&_44p9_p6_0,&_44p9_p6_1,&_44p9_p5_1},
{&_44p9_p7_0,&_44p9_p7_1,&_44p9_p7_2,&_44p9_p7_3}
}
};
static const static_bookblock _resbook_44p_ln1={
{
{&_44pn1_l0_0,&_44pn1_l0_1,0},
{&_44pn1_l1_0,&_44pn1_p6_1,&_44pn1_p6_2},
}
};
static const static_bookblock _resbook_44p_l0={
{
{&_44p0_l0_0,&_44p0_l0_1,0},
{&_44p0_l1_0,&_44p0_p6_1,&_44p0_p6_2},
}
};
static const static_bookblock _resbook_44p_l1={
{
{&_44p1_l0_0,&_44p1_l0_1,0},
{&_44p1_l1_0,&_44p1_p6_1,&_44p1_p6_2},
}
};
static const static_bookblock _resbook_44p_l2={
{
{&_44p2_l0_0,&_44p2_l0_1,0},
{&_44p2_l1_0,&_44p2_p7_2,&_44p2_p7_3},
}
};
static const static_bookblock _resbook_44p_l3={
{
{&_44p3_l0_0,&_44p3_l0_1,0},
{&_44p3_l1_0,&_44p3_p7_2,&_44p3_p7_3},
}
};
static const static_bookblock _resbook_44p_l4={
{
{&_44p4_l0_0,&_44p4_l0_1,0},
{&_44p4_l1_0,&_44p4_p7_2,&_44p4_p7_3},
}
};
static const static_bookblock _resbook_44p_l5={
{
{&_44p5_l0_0,&_44p5_l0_1,0},
{&_44p5_l1_0,&_44p5_p7_2,&_44p5_p7_3},
}
};
static const static_bookblock _resbook_44p_l6={
{
{&_44p6_l0_0,&_44p6_l0_1,0},
{&_44p6_l1_0,&_44p6_p7_2,&_44p6_p7_3},
}
};
static const static_bookblock _resbook_44p_l7={
{
{&_44p7_l0_0,&_44p7_l0_1,0},
{&_44p7_l1_0,&_44p7_p7_2,&_44p7_p7_3},
}
};
static const static_bookblock _resbook_44p_l8={
{
{&_44p8_l0_0,&_44p8_l0_1,0},
{&_44p8_l1_0,&_44p8_p7_2,&_44p8_p7_3},
}
};
static const static_bookblock _resbook_44p_l9={
{
{&_44p9_l0_0,&_44p9_l0_1,0},
{&_44p9_l1_0,&_44p9_p7_2,&_44p9_p7_3},
}
};
static const vorbis_info_mapping0 _map_nominal_51[2]={
{2, {0,0,0,0,0,1}, {0,2}, {0,2}, 4,{0,3,0,0},{2,4,1,3}},
{2, {0,0,0,0,0,1}, {1,2}, {1,2}, 4,{0,3,0,0},{2,4,1,3}}
};
static const vorbis_info_mapping0 _map_nominal_51u[2]={
{2, {0,0,0,0,0,1}, {0,2}, {0,2}, 0,{0},{0}},
{2, {0,0,0,0,0,1}, {1,2}, {1,2}, 0,{0},{0}}
};
static const vorbis_residue_template _res_44p51_n1[]={
{2,0,30, &_residue_44p_lo,
&_huff_book__44pn1_short,&_huff_book__44pn1_short,
&_resbook_44p_n1,&_resbook_44p_n1},
{2,0,30, &_residue_44p_lo,
&_huff_book__44pn1_long,&_huff_book__44pn1_long,
&_resbook_44p_n1,&_resbook_44p_n1},
{1,2,6, &_residue_44p_lfe,
&_huff_book__44pn1_lfe,&_huff_book__44pn1_lfe,
&_resbook_44p_ln1,&_resbook_44p_ln1}
};
static const vorbis_residue_template _res_44p51_0[]={
{2,0,15, &_residue_44p_lo,
&_huff_book__44p0_short,&_huff_book__44p0_short,
&_resbook_44p_0,&_resbook_44p_0},
{2,0,30, &_residue_44p_lo,
&_huff_book__44p0_long,&_huff_book__44p0_long,
&_resbook_44p_0,&_resbook_44p_0},
{1,2,6, &_residue_44p_lfe,
&_huff_book__44p0_lfe,&_huff_book__44p0_lfe,
&_resbook_44p_l0,&_resbook_44p_l0}
};
static const vorbis_residue_template _res_44p51_1[]={
{2,0,15, &_residue_44p_lo,
&_huff_book__44p1_short,&_huff_book__44p1_short,
&_resbook_44p_1,&_resbook_44p_1},
{2,0,30, &_residue_44p_lo,
&_huff_book__44p1_long,&_huff_book__44p1_long,
&_resbook_44p_1,&_resbook_44p_1},
{1,2,6, &_residue_44p_lfe,
&_huff_book__44p1_lfe,&_huff_book__44p1_lfe,
&_resbook_44p_l1,&_resbook_44p_l1}
};
static const vorbis_residue_template _res_44p51_2[]={
{2,0,15, &_residue_44p,
&_huff_book__44p2_short,&_huff_book__44p2_short,
&_resbook_44p_2,&_resbook_44p_2},
{2,0,30, &_residue_44p,
&_huff_book__44p2_long,&_huff_book__44p2_long,
&_resbook_44p_2,&_resbook_44p_2},
{1,2,6, &_residue_44p_lfe,
&_huff_book__44p2_lfe,&_huff_book__44p2_lfe,
&_resbook_44p_l2,&_resbook_44p_l2}
};
static const vorbis_residue_template _res_44p51_3[]={
{2,0,15, &_residue_44p,
&_huff_book__44p3_short,&_huff_book__44p3_short,
&_resbook_44p_3,&_resbook_44p_3},
{2,0,30, &_residue_44p,
&_huff_book__44p3_long,&_huff_book__44p3_long,
&_resbook_44p_3,&_resbook_44p_3},
{1,2,6, &_residue_44p_lfe,
&_huff_book__44p3_lfe,&_huff_book__44p3_lfe,
&_resbook_44p_l3,&_resbook_44p_l3}
};
static const vorbis_residue_template _res_44p51_4[]={
{2,0,15, &_residue_44p,
&_huff_book__44p4_short,&_huff_book__44p4_short,
&_resbook_44p_4,&_resbook_44p_4},
{2,0,30, &_residue_44p,
&_huff_book__44p4_long,&_huff_book__44p4_long,
&_resbook_44p_4,&_resbook_44p_4},
{1,2,6, &_residue_44p_lfe,
&_huff_book__44p4_lfe,&_huff_book__44p4_lfe,
&_resbook_44p_l4,&_resbook_44p_l4}
};
static const vorbis_residue_template _res_44p51_5[]={
{2,0,15, &_residue_44p_hi,
&_huff_book__44p5_short,&_huff_book__44p5_short,
&_resbook_44p_5,&_resbook_44p_5},
{2,0,30, &_residue_44p_hi,
&_huff_book__44p5_long,&_huff_book__44p5_long,
&_resbook_44p_5,&_resbook_44p_5},
{1,2,6, &_residue_44p_lfe,
&_huff_book__44p5_lfe,&_huff_book__44p5_lfe,
&_resbook_44p_l5,&_resbook_44p_l5}
};
static const vorbis_residue_template _res_44p51_6[]={
{2,0,15, &_residue_44p_hi,
&_huff_book__44p6_short,&_huff_book__44p6_short,
&_resbook_44p_6,&_resbook_44p_6},
{2,0,30, &_residue_44p_hi,
&_huff_book__44p6_long,&_huff_book__44p6_long,
&_resbook_44p_6,&_resbook_44p_6},
{1,2,6, &_residue_44p_lfe,
&_huff_book__44p6_lfe,&_huff_book__44p6_lfe,
&_resbook_44p_l6,&_resbook_44p_l6}
};
static const vorbis_residue_template _res_44p51_7[]={
{2,0,15, &_residue_44p_hi,
&_huff_book__44p7_short,&_huff_book__44p7_short,
&_resbook_44p_7,&_resbook_44p_7},
{2,0,30, &_residue_44p_hi,
&_huff_book__44p7_long,&_huff_book__44p7_long,
&_resbook_44p_7,&_resbook_44p_7},
{1,2,6, &_residue_44p_lfe,
&_huff_book__44p6_lfe,&_huff_book__44p6_lfe,
&_resbook_44p_l6,&_resbook_44p_l6}
};
static const vorbis_residue_template _res_44p51_8[]={
{2,0,15, &_residue_44p_hi,
&_huff_book__44p8_short,&_huff_book__44p8_short,
&_resbook_44p_8,&_resbook_44p_8},
{2,0,30, &_residue_44p_hi,
&_huff_book__44p8_long,&_huff_book__44p8_long,
&_resbook_44p_8,&_resbook_44p_8},
{1,2,6, &_residue_44p_lfe,
&_huff_book__44p6_lfe,&_huff_book__44p6_lfe,
&_resbook_44p_l6,&_resbook_44p_l6}
};
static const vorbis_residue_template _res_44p51_9[]={
{2,0,15, &_residue_44p_hi,
&_huff_book__44p9_short,&_huff_book__44p9_short,
&_resbook_44p_9,&_resbook_44p_9},
{2,0,30, &_residue_44p_hi,
&_huff_book__44p9_long,&_huff_book__44p9_long,
&_resbook_44p_9,&_resbook_44p_9},
{1,2,6, &_residue_44p_lfe,
&_huff_book__44p6_lfe,&_huff_book__44p6_lfe,
&_resbook_44p_l6,&_resbook_44p_l6}
};
static const vorbis_mapping_template _mapres_template_44_51[]={
{ _map_nominal_51, _res_44p51_n1 }, /* -1 */
{ _map_nominal_51, _res_44p51_0 }, /* 0 */
{ _map_nominal_51, _res_44p51_1 }, /* 1 */
{ _map_nominal_51, _res_44p51_2 }, /* 2 */
{ _map_nominal_51, _res_44p51_3 }, /* 3 */
{ _map_nominal_51, _res_44p51_4 }, /* 4 */
{ _map_nominal_51u, _res_44p51_5 }, /* 5 */
{ _map_nominal_51u, _res_44p51_6 }, /* 6 */
{ _map_nominal_51u, _res_44p51_7 }, /* 7 */
{ _map_nominal_51u, _res_44p51_8 }, /* 8 */
{ _map_nominal_51u, _res_44p51_9 }, /* 9 */
};
|
0 | repos/libvorbis/lib | repos/libvorbis/lib/modes/setup_44u.h | /********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2009 *
* by the Xiph.Org Foundation https://xiph.org/ *
* *
********************************************************************
function: toplevel settings for 44.1/48kHz uncoupled modes
********************************************************************/
#include "modes/residue_44u.h"
static const double rate_mapping_44_un[12]={
32000.,48000.,60000.,70000.,80000.,86000.,
96000.,110000.,120000.,140000.,160000.,240001.
};
static const ve_setup_data_template ve_setup_44_uncoupled={
11,
rate_mapping_44_un,
quality_mapping_44,
-1,
40000,
50000,
blocksize_short_44,
blocksize_long_44,
_psy_tone_masteratt_44,
_psy_tone_0dB,
_psy_tone_suppress,
_vp_tonemask_adj_otherblock,
_vp_tonemask_adj_longblock,
_vp_tonemask_adj_otherblock,
_psy_noiseguards_44,
_psy_noisebias_impulse,
_psy_noisebias_padding,
_psy_noisebias_trans,
_psy_noisebias_long,
_psy_noise_suppress,
_psy_compand_44,
_psy_compand_short_mapping,
_psy_compand_long_mapping,
{_noise_start_short_44,_noise_start_long_44},
{_noise_part_short_44,_noise_part_long_44},
_noise_thresh_44,
_psy_ath_floater,
_psy_ath_abs,
_psy_lowpass_44,
_psy_global_44,
_global_mapping_44,
_psy_stereo_modes_44,
_floor_books,
_floor,
2,
_floor_mapping_44,
_mapres_template_44_uncoupled
};
|
0 | repos/libvorbis/lib | repos/libvorbis/lib/modes/psych_44.h | /********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2009 *
* by the Xiph.Org Foundation https://xiph.org/ *
* *
********************************************************************
function: key psychoacoustic settings for 44.1/48kHz
********************************************************************/
/* preecho trigger settings *****************************************/
static const vorbis_info_psy_global _psy_global_44[5]={
{8, /* lines per eighth octave */
{20.f,14.f,12.f,12.f,12.f,12.f,12.f},
{-60.f,-30.f,-40.f,-40.f,-40.f,-40.f,-40.f}, 2,-75.f,
-6.f,
{99.},{{99.},{99.}},{0},{0},{{0.},{0.}}
},
{8, /* lines per eighth octave */
{14.f,10.f,10.f,10.f,10.f,10.f,10.f},
{-40.f,-30.f,-25.f,-25.f,-25.f,-25.f,-25.f}, 2,-80.f,
-6.f,
{99.},{{99.},{99.}},{0},{0},{{0.},{0.}}
},
{8, /* lines per eighth octave */
{12.f,10.f,10.f,10.f,10.f,10.f,10.f},
{-20.f,-20.f,-15.f,-15.f,-15.f,-15.f,-15.f}, 0,-80.f,
-6.f,
{99.},{{99.},{99.}},{0},{0},{{0.},{0.}}
},
{8, /* lines per eighth octave */
{10.f,8.f,8.f,8.f,8.f,8.f,8.f},
{-20.f,-15.f,-12.f,-12.f,-12.f,-12.f,-12.f}, 0,-80.f,
-6.f,
{99.},{{99.},{99.}},{0},{0},{{0.},{0.}}
},
{8, /* lines per eighth octave */
{10.f,6.f,6.f,6.f,6.f,6.f,6.f},
{-15.f,-15.f,-12.f,-12.f,-12.f,-12.f,-12.f}, 0,-85.f,
-6.f,
{99.},{{99.},{99.}},{0},{0},{{0.},{0.}}
},
};
/* noise compander lookups * low, mid, high quality ****************/
static const compandblock _psy_compand_44[6]={
/* sub-mode Z short */
{{
0, 1, 2, 3, 4, 5, 6, 7, /* 7dB */
8, 9,10,11,12,13,14, 15, /* 15dB */
16,17,18,19,20,21,22, 23, /* 23dB */
24,25,26,27,28,29,30, 31, /* 31dB */
32,33,34,35,36,37,38, 39, /* 39dB */
}},
/* mode_Z nominal short */
{{
0, 1, 2, 3, 4, 5, 6, 6, /* 7dB */
7, 7, 7, 7, 6, 6, 6, 7, /* 15dB */
7, 8, 9,10,11,12,13, 14, /* 23dB */
15,16,17,17,17,18,18, 19, /* 31dB */
19,19,20,21,22,23,24, 25, /* 39dB */
}},
/* mode A short */
{{
0, 1, 2, 3, 4, 5, 5, 5, /* 7dB */
6, 6, 6, 5, 4, 4, 4, 4, /* 15dB */
4, 4, 5, 5, 5, 6, 6, 6, /* 23dB */
7, 7, 7, 8, 8, 8, 9, 10, /* 31dB */
11,12,13,14,15,16,17, 18, /* 39dB */
}},
/* sub-mode Z long */
{{
0, 1, 2, 3, 4, 5, 6, 7, /* 7dB */
8, 9,10,11,12,13,14, 15, /* 15dB */
16,17,18,19,20,21,22, 23, /* 23dB */
24,25,26,27,28,29,30, 31, /* 31dB */
32,33,34,35,36,37,38, 39, /* 39dB */
}},
/* mode_Z nominal long */
{{
0, 1, 2, 3, 4, 5, 6, 7, /* 7dB */
8, 9,10,11,12,12,13, 13, /* 15dB */
13,14,14,14,15,15,15, 15, /* 23dB */
16,16,17,17,17,18,18, 19, /* 31dB */
19,19,20,21,22,23,24, 25, /* 39dB */
}},
/* mode A long */
{{
0, 1, 2, 3, 4, 5, 6, 7, /* 7dB */
8, 8, 7, 6, 5, 4, 4, 4, /* 15dB */
4, 4, 5, 5, 5, 6, 6, 6, /* 23dB */
7, 7, 7, 8, 8, 8, 9, 10, /* 31dB */
11,12,13,14,15,16,17, 18, /* 39dB */
}}
};
/* tonal masking curve level adjustments *************************/
static const vp_adjblock _vp_tonemask_adj_longblock[12]={
/* 63 125 250 500 1 2 4 8 16 */
{{ -3, -8,-13,-15,-10,-10,-10,-10,-10,-10,-10, 0, 0, 0, 0, 0, 0}}, /* -1 */
/* {{-15,-15,-15,-15,-10, -8, -4, -2, 0, 0, 0, 10, 0, 0, 0, 0, 0}}, 0 */
{{ -4,-10,-14,-16,-15,-14,-13,-12,-12,-12,-11, -1, -1, -1, -1, -1, 0}}, /* 0 */
/* {{-15,-15,-15,-15,-15,-12,-10, -8, 0, 0, 0, 5, 0, 0, 0, 0, 0}}, 1 */
{{ -6,-12,-14,-16,-15,-15,-14,-13,-13,-12,-12, -2, -2, -1, -1, -1, 0}}, /* 1 */
/* {{-15,-15,-15,-15,-15,-12,-10, -8, 0, 0, 0, 0, 0, 0, 0, 0, 0}}, 2 */
{{-12,-13,-14,-16,-16,-16,-15,-14,-13,-12,-12, -6, -3, -1, -1, -1, 0}}, /* 2 */
/* {{-15,-15,-15,-15,-15,-12,-10, -8, 0, 0, 0, 0, 0, 0, 0, 0, 0}}, 3 */
{{-15,-15,-15,-16,-16,-16,-16,-14,-13,-13,-13,-10, -4, -2, -1, -1, 0}}, /* 3 */
/* {{-15,-15,-15,-15,-15,-12,-10, -8, 0, 0, 0, 0, 0, 0, 0, 0, 0}}, *//* 4 */
{{-16,-16,-16,-16,-16,-16,-16,-15,-14,-14,-13,-11, -7 -3, -1, -1 , 0}}, /* 4 */
/* {{-15,-15,-15,-15,-15,-12,-10, -8, 0, 0, 0, 0, 0, 0, 0, 0, 0}}, 5 */
{{-16,-16,-16,-16,-16,-16,-16,-15,-14,-14,-13,-11, -7 -3, -1, -1 , 0}}, /* 5 */
/* {{-15,-15,-15,-15,-15,-12,-10, -8, 0, 0, 0, 0, 0, 0, 0, 0, 0}}, 6 */
{{-16,-16,-16,-16,-16,-16,-16,-15,-14,-14,-14,-12, -8, -4, -2, -2, 0}}, /* 6 */
/* {{-15,-15,-15,-15,-15,-12,-10, -8, 0, 0, 0, 0, 0, 0, 0, 0, 0}}, 7 */
{{-16,-16,-16,-16,-16,-16,-16,-15,-14,-14,-14,-12, -9, -4, -2, -2, 0}}, /* 7 */
/* {{-15,-15,-15,-15,-15,-12,-10, -8, 0, 0, 0, 0, 0, 0, 0, 0, 0}}, 8 */
{{-16,-16,-16,-16,-16,-16,-16,-15,-14,-14,-14,-12, -9, -4, -2, -2, 0}}, /* 8 */
/* {{-15,-15,-15,-15,-15,-12,-10, -8, 0, 0, 0, 0, 0, 0, 0, 0, 0}}, 9 */
{{-16,-16,-16,-16,-16,-16,-16,-15,-14,-14,-14,-12, -9, -4, -2, -2, 0}}, /* 9 */
/* {{-15,-15,-15,-15,-15,-12,-10, -8, 0, 0, 0, 0, 0, 0, 0, 0, 0}}, 10 */
{{-16,-16,-16,-16,-16,-16,-16,-15,-14,-14,-14,-12, -9, -4, -2, -2, 0}}, /* 10 */
};
static const vp_adjblock _vp_tonemask_adj_otherblock[12]={
/* 63 125 250 500 1 2 4 8 16 */
{{ -3, -8,-13,-15,-10,-10, -9, -9, -9, -9, -9, 1, 1, 1, 1, 1, 1}}, /* -1 */
/* {{-20,-20,-20,-20,-14,-12,-10, -8, -4, 0, 0, 10, 0, 0, 0, 0, 0}}, 0 */
{{ -4,-10,-14,-16,-14,-13,-12,-12,-11,-11,-10, 0, 0, 0, 0, 0, 0}}, /* 0 */
/* {{-20,-20,-20,-20,-20,-18,-16,-14,-10, 0, 0, 5, 0, 0, 0, 0, 0}}, 1 */
{{ -6,-12,-14,-16,-15,-15,-14,-13,-13,-12,-12, -2, -2, -1, 0, 0, 0}}, /* 1 */
/* {{-20,-20,-20,-20,-20,-18,-16,-14,-10, 0, 0, 0, 0, 0, 0, 0, 0}}, 2 */
{{-12,-13,-14,-16,-16,-16,-15,-14,-13,-12,-12, -5, -2, -1, 0, 0, 0}}, /* 2 */
/* {{-20,-20,-20,-20,-20,-18,-16,-14,-10, 0, 0, 0, 0, 0, 0, 0, 0}}, 3 */
{{-15,-15,-15,-16,-16,-16,-16,-14,-13,-13,-13,-10, -4, -2, 0, 0, 0}}, /* 3 */
/* {{-20,-20,-20,-20,-20,-18,-16,-14,-10, 0, 0, 0, 0, 0, 0, 0, 0}}, 4 */
{{-16,-16,-16,-16,-16,-16,-16,-15,-14,-14,-13,-11, -7 -3, -1, -1 , 0}}, /* 4 */
/* {{-20,-20,-20,-20,-20,-18,-16,-14,-10, 0, 0, 0, 0, 0, 0, 0, 0}}, 5 */
{{-16,-16,-16,-16,-16,-16,-16,-15,-14,-14,-13,-11, -7 -3, -1, -1 , 0}}, /* 5 */
/* {{-20,-20,-20,-20,-20,-18,-16,-14,-10, 0, 0, 0, 0, 0, 0, 0, 0}}, 6 */
{{-16,-16,-16,-16,-16,-16,-16,-15,-14,-14,-14,-12, -8, -4, -2, -2, 0}}, /* 6 */
/* {{-20,-20,-20,-20,-20,-18,-16,-14,-10, 0, 0, 0, 0, 0, 0, 0, 0}}, 7 */
{{-16,-16,-16,-16,-16,-16,-16,-15,-14,-14,-14,-12, -9, -4, -2, -2, 0}}, /* 7 */
/* {{-20,-20,-20,-20,-20,-18,-16,-14,-10, 0, 0, 0, 0, 0, 0, 0, 0}}, 8 */
{{-16,-16,-16,-16,-16,-16,-16,-15,-14,-14,-14,-12, -9, -4, -2, -2, 0}}, /* 8 */
/* {{-20,-20,-20,-20,-20,-18,-16,-14,-10, 0, 0, 0, 0, 0, 0, 0, 0}}, 9 */
{{-16,-16,-16,-16,-16,-16,-16,-15,-14,-14,-14,-12, -9, -4, -2, -2, 0}}, /* 9 */
/* {{-20,-20,-20,-20,-20,-18,-16,-14,-10, 0, 0, 0, 0, 0, 0, 0, 0}}, 10 */
{{-16,-16,-16,-16,-16,-16,-16,-15,-14,-14,-14,-12, -9, -4, -2, -2, 0}}, /* 10 */
};
/* noise bias (transition block) */
static const noise3 _psy_noisebias_trans[12]={
/* 63 125 250 500 1k 2k 4k 8k 16k*/
/* -1 */
{{{-10,-10,-10,-10,-10, -4, 0, 0, 4, 8, 8, 8, 8, 10, 12, 14, 20},
{-30,-30,-30,-30,-26,-20,-16, -8, -6, -6, -2, 2, 2, 3, 6, 6, 15},
{-30,-30,-30,-30,-30,-24,-20,-14,-10, -6, -8, -8, -6, -6, -6, -4, -2}}},
/* 0
{{{-15,-15,-15,-15,-15,-12,-10, -8, 0, 2, 4, 4, 5, 5, 5, 8, 10},
{-30,-30,-30,-30,-26,-22,-20,-14, -8, -4, 0, 0, 0, 0, 2, 4, 10},
{-30,-30,-30,-30,-26,-22,-20,-14,-10, -6, -6, -6, -6, -4, -4, -4, -2}}},*/
{{{-15,-15,-15,-15,-15,-12, -6, -4, 0, 2, 4, 4, 5, 5, 5, 8, 10},
{-30,-30,-30,-30,-26,-22,-20,-14, -8, -4, 0, 0, 0, 0, 2, 3, 6},
{-30,-30,-30,-30,-26,-22,-20,-14,-10, -6, -6, -6, -6, -4, -4, -4, -2}}},
/* 1
{{{-15,-15,-15,-15,-15,-12,-10, -8, 0, 2, 4, 4, 5, 5, 5, 8, 10},
{-30,-30,-30,-30,-26,-22,-20,-14,-10, -4, -2, -2, -2, -2, 0, 2, 8},
{-30,-30,-30,-30,-26,-22,-20,-14,-10, -8, -8, -8, -8, -6, -6, -6, -4}}},*/
{{{-15,-15,-15,-15,-15,-12,-10, -8, 0, 2, 4, 4, 5, 5, 5, 8, 10},
{-30,-30,-30,-30,-26,-22,-20,-14,-10, -4, -2, -2, -2, -2, 0, 1, 4},
{-30,-30,-30,-30,-26,-22,-20,-14,-10, -8, -8, -8, -8, -6, -6, -6, -4}}},
/* 2
{{{-15,-15,-15,-15,-15,-12,-10, -8, 0, 2, 2, 2, 4, 4, 5, 6, 10},
{-30,-30,-30,-30,-26,-22,-20,-14,-10, -4, -2, -2, -2, -2, 0, 2, 6},
{-30,-30,-30,-30,-26,-22,-20,-14,-10,-10,-10,-10,-10, -8, -8, -8, -4}}}, */
{{{-15,-15,-15,-15,-15,-12,-10, -8, 0, 2, 2, 2, 4, 4, 5, 6, 10},
{-30,-30,-30,-30,-26,-22,-20,-14,-10, -4, -3, -3, -3, -2, -1, 0, 3},
{-30,-30,-30,-30,-26,-22,-20,-14,-10,-10,-10,-10,-10, -8, -8, -7, -4}}},
/* 3
{{{-15,-15,-15,-15,-15,-12,-10, -8, 0, 2, 2, 2, 4, 4, 4, 5, 8},
{-30,-30,-30,-30,-26,-22,-20,-14,-10, -4, -3, -3, -3, -3, -1, 1, 6},
{-30,-30,-30,-30,-26,-22,-20,-14,-10,-10,-10,-10,-10, -8, -8, -8, -4}}},*/
{{{-15,-15,-15,-15,-15,-12,-10, -8, 0, 2, 2, 2, 4, 4, 4, 5, 8},
{-30,-30,-30,-30,-26,-22,-20,-14,-10, -4, -3, -3, -3, -3, -2, 0, 2},
{-30,-30,-30,-30,-26,-22,-20,-14,-10,-10,-10,-10,-10, -8, -8, -8, -4}}},
/* 4
{{{-20,-20,-20,-20,-20,-18,-14, -8, -1, 1, 1, 1, 2, 3, 3, 4, 7},
{-30,-30,-30,-30,-26,-22,-20,-14,-10, -4, -3, -3, -3, -3, -1, 1, 5},
{-30,-30,-30,-30,-26,-22,-20,-14,-10,-10,-10,-10,-10, -8, -8, -8, -4}}},*/
{{{-20,-20,-20,-20,-20,-18,-14, -8, -1, 1, 1, 1, 2, 3, 3, 4, 7},
{-30,-30,-30,-30,-26,-22,-20,-14,-10, -4, -3, -3, -3, -3, -2, -1, 1},
{-30,-30,-30,-30,-26,-22,-20,-14,-10,-10,-10,-10,-10, -8, -8, -8, -4}}},
/* 5
{{{-24,-24,-24,-24,-20,-18,-14, -8, -1, 1, 1, 1, 2, 3, 3, 4, 7},
{-32,-32,-32,-32,-28,-24,-22,-16,-12, -6, -4, -4, -4, -4, -2, -1, 2},
{-34,-34,-34,-34,-30,-24,-24,-18,-14,-12,-12,-12,-12,-10,-10, -9, -5}}}, */
{{{-24,-24,-24,-24,-20,-18,-14, -8, -1, 1, 1, 1, 2, 3, 3, 4, 7},
{-32,-32,-32,-32,-28,-24,-22,-16,-12, -6, -4, -4, -4, -4, -3, -1, 0},
{-34,-34,-34,-34,-30,-24,-24,-18,-14,-12,-12,-12,-12,-10,-10, -9, -5}}},
/* 6
{{{-24,-24,-24,-24,-20,-18,-14, -8, -1, 1, 1, 1, 2, 3, 3, 4, 7},
{-32,-32,-32,-32,-28,-24,-24,-18,-14, -8, -6, -6, -6, -6, -4, -2, 1},
{-34,-34,-34,-34,-30,-26,-24,-18,-17,-15,-15,-15,-15,-13,-13,-12, -8}}},*/
{{{-24,-24,-24,-24,-20,-18,-14, -8, -1, 1, 1, 1, 2, 3, 3, 4, 7},
{-32,-32,-32,-32,-28,-24,-24,-18,-14, -8, -6, -6, -6, -6, -5, -2, 0},
{-34,-34,-34,-34,-30,-26,-26,-24,-22,-19,-19,-19,-19,-18,-17,-16,-12}}},
/* 7
{{{-24,-24,-24,-24,-20,-18,-14, -8, -1, 1, 1, 1, 2, 3, 3, 4, 7},
{-32,-32,-32,-32,-28,-24,-24,-18,-14,-12,-10, -8, -8, -8, -6, -4, 0},
{-34,-34,-34,-34,-30,-26,-26,-24,-22,-19,-19,-19,-19,-18,-17,-16,-12}}},*/
{{{-24,-24,-24,-24,-20,-18,-14, -8, -1, 1, 1, 1, 2, 3, 3, 4, 7},
{-32,-32,-32,-32,-28,-24,-24,-24,-18,-14,-12,-10,-10,-10, -8, -6, -2},
{-34,-34,-34,-34,-30,-26,-26,-26,-24,-24,-24,-24,-24,-24,-24,-20,-16}}},
/* 8
{{{-24,-24,-24,-24,-22,-20,-15,-10, -8, -2, 0, 0, 0, 1, 2, 3, 7},
{-36,-36,-36,-36,-30,-30,-30,-24,-18,-14,-12,-10,-10,-10, -8, -6, -2},
{-36,-36,-36,-36,-34,-30,-28,-26,-24,-24,-24,-24,-24,-24,-24,-20,-16}}},*/
{{{-24,-24,-24,-24,-22,-20,-15,-10, -8, -2, 0, 0, 0, 1, 2, 3, 7},
{-36,-36,-36,-36,-30,-30,-30,-24,-20,-16,-16,-16,-16,-14,-12,-10, -7},
{-36,-36,-36,-36,-34,-30,-28,-26,-24,-30,-30,-30,-30,-30,-30,-24,-20}}},
/* 9
{{{-28,-28,-28,-28,-28,-28,-28,-20,-14, -8, -4, -4, -4, -4, -4, -2, 2},
{-36,-36,-36,-36,-34,-32,-32,-28,-20,-16,-16,-16,-16,-14,-12,-10, -7},
{-40,-40,-40,-40,-40,-40,-40,-32,-30,-30,-30,-30,-30,-30,-30,-24,-20}}},*/
{{{-28,-28,-28,-28,-28,-28,-28,-20,-14, -8, -4, -4, -4, -4, -4, -2, 2},
{-38,-38,-38,-38,-36,-34,-34,-30,-24,-20,-20,-20,-20,-18,-16,-12,-10},
{-40,-40,-40,-40,-40,-40,-40,-38,-35,-35,-35,-35,-35,-35,-35,-35,-30}}},
/* 10 */
{{{-30,-30,-30,-30,-30,-30,-30,-28,-20,-14,-14,-14,-14,-14,-14,-12,-10},
{-40,-40,-40,-40,-40,-40,-40,-40,-35,-30,-30,-30,-30,-30,-30,-30,-20},
{-40,-40,-40,-40,-40,-40,-40,-40,-40,-40,-40,-40,-40,-40,-40,-40,-40}}},
};
/* noise bias (long block) */
static const noise3 _psy_noisebias_long[12]={
/*63 125 250 500 1k 2k 4k 8k 16k*/
/* -1 */
{{{-10,-10,-10,-10,-10, -4, 0, 0, 0, 6, 6, 6, 6, 10, 10, 12, 20},
{-20,-20,-20,-20,-20,-20,-10, -2, 0, 0, 0, 0, 0, 2, 4, 6, 15},
{-20,-20,-20,-20,-20,-20,-20,-10, -6, -6, -6, -6, -6, -4, -4, -4, -2}}},
/* 0 */
/* {{{-10,-10,-10,-10,-10,-10, -8, 2, 2, 2, 4, 4, 5, 5, 5, 8, 10},
{-20,-20,-20,-20,-20,-20,-20,-14, -6, 0, 0, 0, 0, 0, 2, 4, 10},
{-20,-20,-20,-20,-20,-20,-20,-14, -8, -6, -6, -6, -6, -4, -4, -4, -2}}},*/
{{{-10,-10,-10,-10,-10,-10, -8, 2, 2, 2, 4, 4, 5, 5, 5, 8, 10},
{-20,-20,-20,-20,-20,-20,-20,-14, -6, 0, 0, 0, 0, 0, 2, 3, 6},
{-20,-20,-20,-20,-20,-20,-20,-14, -8, -6, -6, -6, -6, -4, -4, -4, -2}}},
/* 1 */
/* {{{-10,-10,-10,-10,-10,-10, -8, -4, 0, 2, 4, 4, 5, 5, 5, 8, 10},
{-20,-20,-20,-20,-20,-20,-20,-14,-10, -4, -2, -2, -2, -2, 0, 2, 8},
{-20,-20,-20,-20,-20,-20,-20,-14,-10, -8, -8, -8, -8, -6, -6, -6, -4}}},*/
{{{-10,-10,-10,-10,-10,-10, -8, -4, 0, 2, 4, 4, 5, 5, 5, 8, 10},
{-20,-20,-20,-20,-20,-20,-20,-14,-10, -4, -2, -2, -2, -2, 0, 1, 4},
{-20,-20,-20,-20,-20,-20,-20,-14,-10, -8, -8, -8, -8, -6, -6, -6, -4}}},
/* 2 */
/* {{{-10,-10,-10,-10,-10,-10,-10, -8, 0, 2, 2, 2, 4, 4, 5, 6, 10},
{-20,-20,-20,-20,-20,-20,-20,-14,-10, -4, -2, -2, -2, -2, 0, 2, 6},
{-20,-20,-20,-20,-20,-20,-20,-14,-10,-10,-10,-10,-10, -8, -8, -8, -4}}},*/
{{{-10,-10,-10,-10,-10,-10,-10, -8, 0, 2, 2, 2, 4, 4, 5, 6, 10},
{-20,-20,-20,-20,-20,-20,-20,-14,-10, -4, -3, -3, -3, -2, -1, 0, 3},
{-20,-20,-20,-20,-20,-20,-20,-14,-10,-10,-10,-10,-10, -8, -8, -8, -4}}},
/* 3 */
/* {{{-10,-10,-10,-10,-10,-10,-10, -8, 0, 2, 2, 2, 4, 4, 4, 5, 8},
{-20,-20,-20,-20,-20,-20,-20,-14,-10, -4, -3, -3, -3, -3, -1, 1, 6},
{-20,-20,-20,-20,-20,-20,-20,-14,-10,-10,-10,-10,-10, -8, -8, -8, -4}}},*/
{{{-10,-10,-10,-10,-10,-10,-10, -8, 0, 2, 2, 2, 4, 4, 4, 5, 8},
{-20,-20,-20,-20,-20,-20,-20,-14,-10, -4, -3, -3, -3, -3, -2, 0, 2},
{-20,-20,-20,-20,-20,-20,-20,-14,-10,-10,-10,-10,-10, -8, -8, -8, -5}}},
/* 4 */
/* {{{-15,-15,-15,-15,-15,-15,-15,-10, -4, 1, 1, 1, 2, 3, 3, 4, 7},
{-20,-20,-20,-20,-20,-20,-20,-14,-10, -4, -3, -3, -3, -3, -1, 1, 5},
{-20,-20,-20,-20,-20,-20,-20,-14,-10,-10,-10,-10,-10, -8, -8, -8, -4}}},*/
{{{-15,-15,-15,-15,-15,-15,-15,-10, -4, 1, 1, 1, 2, 3, 3, 4, 7},
{-20,-20,-20,-20,-20,-20,-20,-14,-10, -4, -3, -3, -3, -3, -2, -1, 1},
{-20,-20,-20,-20,-20,-20,-20,-14,-10,-10,-10,-10,-10, -8, -8, -8, -7}}},
/* 5 */
/* {{{-15,-15,-15,-15,-15,-15,-15,-10, -4, 1, 1, 1, 2, 3, 3, 4, 7},
{-22,-22,-22,-22,-22,-22,-22,-16,-12, -6, -4, -4, -4, -4, -2, -1, 2},
{-24,-24,-24,-24,-24,-24,-24,-18,-14,-12,-12,-12,-12,-10,-10, -9, -5}}},*/
{{{-15,-15,-15,-15,-15,-15,-15,-10, -4, 1, 1, 1, 2, 3, 3, 4, 7},
{-22,-22,-22,-22,-22,-22,-22,-16,-12, -6, -4, -4, -4, -4, -3, -1, 0},
{-24,-24,-24,-24,-24,-24,-24,-18,-14,-12,-12,-12,-12,-10,-10, -9, -8}}},
/* 6 */
/* {{{-15,-15,-15,-15,-15,-15,-15,-10, -4, 1, 1, 1, 2, 3, 3, 4, 7},
{-24,-24,-24,-24,-24,-24,-24,-18,-14, -8, -6, -6, -6, -6, -4, -2, 1},
{-26,-26,-26,-26,-26,-26,-26,-18,-16,-15,-15,-15,-15,-13,-13,-12, -8}}},*/
{{{-15,-15,-15,-15,-15,-15,-15,-10, -4, 1, 1, 1, 2, 3, 3, 4, 7},
{-24,-24,-24,-24,-24,-24,-24,-18,-14, -8, -6, -6, -6, -6, -5, -2, 0},
{-26,-26,-26,-26,-26,-26,-26,-18,-16,-15,-15,-15,-15,-13,-13,-12,-10}}},
/* 7 */
{{{-15,-15,-15,-15,-15,-15,-15,-10, -4, 1, 1, 1, 2, 3, 3, 4, 7},
{-24,-24,-24,-24,-24,-24,-24,-18,-14,-10, -8, -8, -8, -8, -6, -4, 0},
{-26,-26,-26,-26,-26,-26,-26,-22,-20,-19,-19,-19,-19,-18,-17,-16,-12}}},
/* 8 */
{{{-15,-15,-15,-15,-15,-15,-15,-10, -4, 0, 0, 0, 0, 1, 2, 3, 7},
{-26,-26,-26,-26,-26,-26,-26,-20,-16,-12,-10,-10,-10,-10, -8, -6, -2},
{-28,-28,-28,-28,-28,-28,-28,-26,-24,-24,-24,-24,-24,-24,-24,-20,-16}}},
/* 9 */
{{{-22,-22,-22,-22,-22,-22,-22,-18,-14, -8, -4, -4, -4, -4, -4, -2, 2},
{-26,-26,-26,-26,-26,-26,-26,-22,-18,-16,-16,-16,-16,-14,-12,-10, -7},
{-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-24,-20}}},
/* 10 */
{{{-24,-24,-24,-24,-24,-24,-24,-24,-24,-18,-14,-14,-14,-14,-14,-12,-10},
{-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-30,-20},
{-40,-40,-40,-40,-40,-40,-40,-40,-40,-40,-40,-40,-40,-40,-40,-40,-40}}},
};
/* noise bias (impulse block) */
static const noise3 _psy_noisebias_impulse[12]={
/* 63 125 250 500 1k 2k 4k 8k 16k*/
/* -1 */
{{{-10,-10,-10,-10,-10, -4, 0, 0, 4, 8, 8, 8, 8, 10, 12, 14, 20},
{-30,-30,-30,-30,-26,-20,-16, -8, -6, -6, -2, 2, 2, 3, 6, 6, 15},
{-30,-30,-30,-30,-30,-24,-20,-14,-10, -6, -8, -8, -6, -6, -6, -4, -2}}},
/* 0 */
/* {{{-10,-10,-10,-10,-10, -4, 0, 0, 4, 4, 8, 8, 8, 10, 12, 14, 20},
{-30,-30,-30,-30,-26,-22,-20,-14, -6, -2, 0, 0, 0, 0, 2, 4, 10},
{-30,-30,-30,-30,-30,-24,-20,-14,-10, -6, -8, -8, -6, -6, -6, -4, -2}}},*/
{{{-10,-10,-10,-10,-10, -4, 0, 0, 4, 4, 8, 8, 8, 10, 12, 14, 20},
{-30,-30,-30,-30,-26,-22,-20,-14, -6, -2, 0, 0, 0, 0, 2, 3, 6},
{-30,-30,-30,-30,-30,-24,-20,-14,-10, -6, -8, -8, -6, -6, -6, -4, -2}}},
/* 1 */
{{{-12,-12,-12,-12,-12, -8, -6, -4, 0, 4, 4, 4, 4, 10, 12, 14, 20},
{-30,-30,-30,-30,-26,-22,-20,-14,-10, -6, -4, -4, -2, -2, -2, -2, 2},
{-30,-30,-30,-30,-26,-22,-20,-14,-10, -8,-10,-10, -8, -8, -8, -6, -4}}},
/* 2 */
{{{-14,-14,-14,-14,-14,-10, -8, -6, -2, 2, 2, 2, 2, 8, 10, 10, 16},
{-30,-30,-30,-30,-26,-22,-20,-14,-10, -6, -6, -6, -4, -4, -4, -2, 0},
{-30,-30,-30,-30,-26,-22,-20,-14,-10,-10,-10,-10,-10,-10,-10, -8, -4}}},
/* 3 */
{{{-14,-14,-14,-14,-14,-10, -8, -6, -2, 2, 2, 2, 2, 6, 8, 8, 14},
{-30,-30,-30,-30,-26,-22,-20,-14,-10, -6, -6, -6, -4, -4, -4, -2, 0},
{-30,-30,-30,-30,-26,-22,-20,-14,-10,-10,-10,-10,-10,-10,-10, -8, -4}}},
/* 4 */
{{{-16,-16,-16,-16,-16,-12,-10, -6, -2, 0, 0, 0, 0, 4, 6, 6, 12},
{-30,-30,-30,-30,-26,-22,-20,-14,-10, -6, -6, -6, -4, -4, -4, -2, 0},
{-30,-30,-30,-30,-26,-22,-20,-14,-10,-10,-10,-10,-10,-10,-10, -8, -4}}},
/* 5 */
{{{-20,-20,-20,-20,-20,-18,-14,-10, -4, 0, 0, 0, 0, 4, 4, 6, 11},
{-32,-32,-32,-32,-28,-24,-22,-16,-10, -6, -8, -8, -6, -6, -6, -4, -2},
{-34,-34,-34,-34,-30,-26,-24,-18,-14,-12,-12,-12,-12,-12,-10, -9, -5}}},
/* 6
{{{-20,-20,-20,-20,-20,-18,-14,-10, -4, 0, 0, 0, 0, 4, 4, 6, 11},
{-34,-34,-34,-34,-30,-30,-24,-20,-12,-12,-14,-14,-10, -9, -8, -6, -4},
{-34,-34,-34,-34,-34,-30,-26,-20,-16,-15,-15,-15,-15,-15,-13,-12, -8}}},*/
{{{-20,-20,-20,-20,-20,-18,-14,-10, -4, 0, 0, 0, 0, 4, 4, 6, 11},
{-34,-34,-34,-34,-30,-30,-30,-24,-16,-16,-16,-16,-16,-16,-14,-14,-12},
{-36,-36,-36,-36,-36,-34,-28,-24,-20,-20,-20,-20,-20,-20,-20,-18,-16}}},
/* 7 */
/* {{{-22,-22,-22,-22,-22,-20,-14,-10, -6, 0, 0, 0, 0, 4, 4, 6, 11},
{-34,-34,-34,-34,-30,-30,-24,-20,-14,-14,-16,-16,-14,-12,-10,-10,-10},
{-34,-34,-34,-34,-32,-32,-30,-24,-20,-19,-19,-19,-19,-19,-17,-16,-12}}},*/
{{{-22,-22,-22,-22,-22,-20,-14,-10, -6, 0, 0, 0, 0, 4, 4, 6, 11},
{-34,-34,-34,-34,-30,-30,-30,-30,-26,-26,-26,-26,-26,-26,-26,-24,-22},
{-40,-40,-40,-40,-40,-40,-40,-32,-30,-30,-30,-30,-30,-30,-30,-30,-24}}},
/* 8 */
/* {{{-24,-24,-24,-24,-24,-22,-14,-10, -6, -1, -1, -1, -1, 3, 3, 5, 10},
{-34,-34,-34,-34,-30,-30,-30,-24,-20,-20,-20,-20,-20,-18,-16,-16,-14},
{-36,-36,-36,-36,-36,-34,-28,-24,-24,-24,-24,-24,-24,-24,-24,-20,-16}}},*/
{{{-24,-24,-24,-24,-24,-22,-14,-10, -6, -1, -1, -1, -1, 3, 3, 5, 10},
{-34,-34,-34,-34,-34,-32,-32,-30,-26,-26,-26,-26,-26,-26,-26,-26,-24},
{-40,-40,-40,-40,-40,-40,-40,-32,-30,-30,-30,-30,-30,-30,-30,-30,-24}}},
/* 9 */
/* {{{-28,-28,-28,-28,-28,-28,-28,-20,-14, -8, -4, -4, -4, -4, -4, -2, 2},
{-36,-36,-36,-36,-34,-32,-32,-30,-26,-26,-26,-26,-26,-22,-20,-20,-18},
{-40,-40,-40,-40,-40,-40,-40,-32,-30,-30,-30,-30,-30,-30,-30,-24,-20}}},*/
{{{-28,-28,-28,-28,-28,-28,-28,-20,-14, -8, -4, -4, -4, -4, -4, -2, 2},
{-36,-36,-36,-36,-34,-32,-32,-30,-26,-26,-26,-26,-26,-26,-26,-26,-26},
{-40,-40,-40,-40,-40,-40,-40,-32,-30,-30,-30,-30,-30,-30,-30,-24,-20}}},
/* 10 */
{{{-30,-30,-30,-30,-30,-26,-24,-24,-24,-20,-16,-16,-16,-16,-16,-14,-12},
{-40,-40,-40,-40,-40,-40,-40,-40,-35,-30,-30,-30,-30,-30,-30,-30,-26},
{-40,-40,-40,-40,-40,-40,-40,-40,-40,-40,-40,-40,-40,-40,-40,-40,-40}}},
};
/* noise bias (padding block) */
static const noise3 _psy_noisebias_padding[12]={
/* 63 125 250 500 1k 2k 4k 8k 16k*/
/* -1 */
{{{-10,-10,-10,-10,-10, -4, 0, 0, 4, 8, 8, 8, 8, 10, 12, 14, 20},
{-30,-30,-30,-30,-26,-20,-16, -8, -6, -6, -2, 2, 2, 3, 6, 6, 15},
{-30,-30,-30,-30,-30,-24,-20,-14,-10, -6, -8, -8, -6, -6, -6, -4, -2}}},
/* 0 */
{{{-10,-10,-10,-10,-10, -4, 0, 0, 4, 8, 8, 8, 8, 10, 12, 14, 20},
{-30,-30,-30,-30,-26,-22,-20,-14,-10, -4, -2, 2, 3, 6, 6, 8, 10},
{-30,-30,-30,-30,-26,-22,-20,-14,-10, -4, -4, -4, -4, -4, -2, 0, 2}}},
/* 1 */
{{{-12,-12,-12,-12,-12, -8, -6, -4, 0, 4, 4, 4, 4, 10, 12, 14, 20},
{-30,-30,-30,-30,-26,-22,-20,-14,-10, -4, 0, 0, 0, 2, 2, 4, 8},
{-30,-30,-30,-30,-26,-22,-20,-14,-10, -6, -6, -6, -6, -6, -4, -2, 0}}},
/* 2 */
/* {{{-14,-14,-14,-14,-14,-10, -8, -6, -2, 2, 2, 2, 2, 8, 10, 10, 16},
{-30,-30,-30,-30,-26,-22,-20,-14,-10, -4, 0, 0, 0, 2, 2, 4, 8},
{-30,-30,-30,-30,-26,-22,-20,-14,-10, -8, -8, -8, -8, -8, -6, -4, -2}}},*/
{{{-14,-14,-14,-14,-14,-10, -8, -6, -2, 2, 2, 2, 2, 8, 10, 10, 16},
{-30,-30,-30,-30,-26,-22,-20,-14,-10, -6, -1, -1, -1, 0, 0, 2, 6},
{-30,-30,-30,-30,-26,-22,-20,-14,-10, -8, -8, -8, -8, -8, -6, -4, -2}}},
/* 3 */
{{{-14,-14,-14,-14,-14,-10, -8, -6, -2, 2, 2, 2, 2, 6, 8, 8, 14},
{-30,-30,-30,-30,-26,-22,-20,-14,-10, -6, -1, -1, -1, 0, 0, 2, 6},
{-30,-30,-30,-30,-26,-22,-20,-14,-10, -8, -8, -8, -8, -8, -6, -4, -2}}},
/* 4 */
{{{-16,-16,-16,-16,-16,-12,-10, -6, -2, 0, 0, 0, 0, 4, 6, 6, 12},
{-30,-30,-30,-30,-26,-22,-20,-14,-10, -6, -1, -1, -1, -1, 0, 2, 6},
{-30,-30,-30,-30,-26,-22,-20,-14,-10, -8, -8, -8, -8, -8, -6, -4, -2}}},
/* 5 */
{{{-20,-20,-20,-20,-20,-18,-14,-10, -4, 0, 0, 0, 0, 4, 6, 6, 12},
{-32,-32,-32,-32,-28,-24,-22,-16,-12, -6, -3, -3, -3, -3, -2, 0, 4},
{-34,-34,-34,-34,-30,-26,-24,-18,-14,-10,-10,-10,-10,-10, -8, -5, -3}}},
/* 6 */
{{{-20,-20,-20,-20,-20,-18,-14,-10, -4, 0, 0, 0, 0, 4, 6, 6, 12},
{-34,-34,-34,-34,-30,-30,-24,-20,-14, -8, -4, -4, -4, -4, -3, -1, 4},
{-34,-34,-34,-34,-34,-30,-26,-20,-16,-13,-13,-13,-13,-13,-11, -8, -6}}},
/* 7 */
{{{-20,-20,-20,-20,-20,-18,-14,-10, -4, 0, 0, 0, 0, 4, 6, 6, 12},
{-34,-34,-34,-34,-30,-30,-30,-24,-16,-10, -8, -6, -6, -6, -5, -3, 1},
{-34,-34,-34,-34,-32,-32,-28,-22,-18,-16,-16,-16,-16,-16,-14,-12,-10}}},
/* 8 */
{{{-22,-22,-22,-22,-22,-20,-14,-10, -4, 0, 0, 0, 0, 3, 5, 5, 11},
{-34,-34,-34,-34,-30,-30,-30,-24,-16,-12,-10, -8, -8, -8, -7, -5, -2},
{-36,-36,-36,-36,-36,-34,-28,-22,-20,-20,-20,-20,-20,-20,-20,-16,-14}}},
/* 9 */
{{{-28,-28,-28,-28,-28,-28,-28,-20,-14, -8, -2, -2, -2, -2, 0, 2, 6},
{-36,-36,-36,-36,-34,-32,-32,-24,-16,-12,-12,-12,-12,-12,-10, -8, -5},
{-40,-40,-40,-40,-40,-40,-40,-32,-26,-24,-24,-24,-24,-24,-24,-20,-18}}},
/* 10 */
{{{-30,-30,-30,-30,-30,-26,-24,-24,-24,-20,-12,-12,-12,-12,-12,-10, -8},
{-40,-40,-40,-40,-40,-40,-40,-40,-35,-30,-25,-25,-25,-25,-25,-25,-15},
{-40,-40,-40,-40,-40,-40,-40,-40,-40,-40,-40,-40,-40,-40,-40,-40,-40}}},
};
static const noiseguard _psy_noiseguards_44[4]={
{3,3,15},
{3,3,15},
{10,10,100},
{10,10,100},
};
static const int _psy_tone_suppress[12]={
-20,-20,-20,-20,-20,-24,-30,-40,-40,-45,-45,-45,
};
static const int _psy_tone_0dB[12]={
90,90,95,95,95,95,105,105,105,105,105,105,
};
static const int _psy_noise_suppress[12]={
-20,-20,-24,-24,-24,-24,-30,-40,-40,-45,-45,-45,
};
static const vorbis_info_psy _psy_info_template={
/* blockflag */
-1,
/* ath_adjatt, ath_maxatt */
-140.,-140.,
/* tonemask att boost/decay,suppr,curves */
{0.f,0.f,0.f}, 0.,0., -40.f, {0.},
/*noisemaskp,supp, low/high window, low/hi guard, minimum */
1, -0.f, .5f, .5f, 0,0,0,
/* noiseoffset*3, noisecompand, max_curve_dB */
{{-1},{-1},{-1}},{-1},105.f,
/* noise normalization - noise_p, start, partition, thresh. */
0,-1,-1,0.,
};
/* ath ****************/
static const int _psy_ath_floater[12]={
-100,-100,-100,-100,-100,-100,-105,-105,-105,-105,-110,-120,
};
static const int _psy_ath_abs[12]={
-130,-130,-130,-130,-140,-140,-140,-140,-140,-140,-140,-150,
};
/* stereo setup. These don't map directly to quality level, there's
an additional indirection as several of the below may be used in a
single bitmanaged stream
****************/
/* various stereo possibilities */
/* stereo mode by base quality level */
static const adj_stereo _psy_stereo_modes_44[12]={
/* 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 -1 */
{{ 4, 4, 4, 4, 4, 4, 4, 3, 2, 2, 1, 0, 0, 0, 0},
{ 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 5, 4, 3},
{ 1, 2, 3, 4, 4, 4, 4, 4, 4, 5, 6, 7, 8, 8, 8},
{ 12,12.5, 13,13.5, 14,14.5, 15, 99, 99, 99, 99, 99, 99, 99, 99}},
/* 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 0 */
{{ 4, 4, 4, 4, 4, 4, 4, 3, 2, 1, 0, 0, 0, 0, 0},
{ 8, 8, 8, 8, 6, 6, 5, 5, 5, 5, 5, 5, 5, 4, 3},
{ 1, 2, 3, 4, 4, 5, 6, 6, 6, 6, 6, 8, 8, 8, 8},
{ 12,12.5, 13,13.5, 14,14.5, 15, 99, 99, 99, 99, 99, 99, 99, 99}},
/* 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 */
{{ 3, 3, 3, 3, 3, 3, 3, 3, 2, 1, 0, 0, 0, 0, 0},
{ 8, 8, 8, 8, 6, 6, 5, 5, 5, 5, 5, 5, 5, 4, 3},
{ 1, 2, 3, 4, 4, 5, 6, 6, 6, 6, 6, 8, 8, 8, 8},
{ 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99}},
/* 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 2 */
{{ 3, 3, 3, 3, 3, 3, 3, 2, 1, 1, 0, 0, 0, 0, 0},
{ 8, 8, 6, 6, 5, 5, 4, 4, 4, 4, 4, 4, 3, 2, 1},
{ 3, 4, 4, 5, 5, 6, 6, 6, 6, 6, 6, 8, 8, 8, 8},
{ 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99}},
/* 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 3 */
{{ 2, 2, 2, 2, 2, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0},
{ 5, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 3, 2, 1},
{ 4, 4, 5, 6, 6, 6, 6, 6, 8, 8, 10, 10, 10, 10, 10},
{ 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99}},
/* 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 4 */
{{ 2, 2, 2, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0},
{ 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 3, 3, 2, 1, 0},
{ 6, 6, 6, 8, 8, 8, 8, 8, 8, 8, 10, 10, 10, 10, 10},
{ 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99}},
/* 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 5 */
{{ 2, 2, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0},
{ 3, 3, 3, 3, 3, 2, 2, 2, 2, 2, 2, 0, 0, 0, 0},
{ 6, 7, 8, 8, 8, 10, 10, 12, 12, 12, 12, 12, 12, 12, 12},
{ 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99}},
/* 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 6 */
{{ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0},
{ 3, 3, 3, 2, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0},
{ 8, 8, 8, 10, 10, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12},
{ 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99}},
/* 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 7 */
{{ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0},
{ 3, 3, 3, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0},
{ 8, 8, 10, 10, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12},
{ 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99}},
/* 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 8 */
{{ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0},
{ 2, 2, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0},
{ 8, 10, 10, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12},
{ 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99}},
/* 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 9 */
{{ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0},
{ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0},
{ 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4},
{ 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99}},
/* 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 10 */
{{ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0},
{ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0},
{ 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4},
{ 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99}},
};
/* tone master attenuation by base quality mode and bitrate tweak */
static const att3 _psy_tone_masteratt_44[12]={
{{ 35, 21, 9}, 0, 0}, /* -1 */
{{ 30, 20, 8}, -2, 1.25}, /* 0 */
/* {{ 25, 14, 4}, 0, 0}, *//* 1 */
{{ 25, 12, 2}, 0, 0}, /* 1 */
/* {{ 20, 10, -2}, 0, 0}, *//* 2 */
{{ 20, 9, -3}, 0, 0}, /* 2 */
{{ 20, 9, -4}, 0, 0}, /* 3 */
{{ 20, 9, -4}, 0, 0}, /* 4 */
{{ 20, 6, -6}, 0, 0}, /* 5 */
{{ 20, 3, -10}, 0, 0}, /* 6 */
{{ 18, 1, -14}, 0, 0}, /* 7 */
{{ 18, 0, -16}, 0, 0}, /* 8 */
{{ 18, -2, -16}, 0, 0}, /* 9 */
{{ 12, -2, -20}, 0, 0}, /* 10 */
};
/* lowpass by mode **************/
static const double _psy_lowpass_44[12]={
/* 15.1,15.8,16.5,17.9,20.5,48.,999.,999.,999.,999.,999. */
13.9,15.1,15.8,16.5,17.2,18.9,20.1,48.,999.,999.,999.,999.
};
/* noise normalization **********/
static const int _noise_start_short_44[11]={
/* 16,16,16,16,32,32,9999,9999,9999,9999 */
32,16,16,16,32,9999,9999,9999,9999,9999,9999
};
static const int _noise_start_long_44[11]={
/* 128,128,128,256,512,512,9999,9999,9999,9999 */
256,128,128,256,512,9999,9999,9999,9999,9999,9999
};
static const int _noise_part_short_44[11]={
8,8,8,8,8,8,8,8,8,8,8
};
static const int _noise_part_long_44[11]={
32,32,32,32,32,32,32,32,32,32,32
};
static const double _noise_thresh_44[11]={
/* .2,.2,.3,.4,.5,.5,9999.,9999.,9999.,9999., */
.2,.2,.2,.4,.6,9999.,9999.,9999.,9999.,9999.,9999.,
};
static const double _noise_thresh_5only[2]={
.5,.5,
};
|
0 | repos/libvorbis/lib | repos/libvorbis/lib/modes/psych_16.h | /********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2009 *
* by the Xiph.Org Foundation https://xiph.org/ *
* *
********************************************************************
function: 16kHz settings
********************************************************************/
/* stereo mode by base quality level */
static const adj_stereo _psy_stereo_modes_16[4]={
/* 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 */
{{ 4, 4, 4, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3},
{ 6, 5, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4},
{ 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 4, 4},
{ 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99}},
{{ 4, 4, 4, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3},
{ 6, 5, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4},
{ 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 4, 4, 4, 4, 4},
{ 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99}},
{{ 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3},
{ 5, 4, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3},
{ 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4},
{ 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99}},
{{ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0},
{ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0},
{ 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8},
{ 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99}},
};
static const double _psy_lowpass_16[4]={6.5,8,30.,99.};
static const att3 _psy_tone_masteratt_16[4]={
{{ 30, 25, 12}, 0, 0}, /* 0 */
{{ 25, 22, 12}, 0, 0}, /* 0 */
{{ 20, 12, 0}, 0, 0}, /* 0 */
{{ 15, 0, -14}, 0, 0}, /* 0 */
};
static const vp_adjblock _vp_tonemask_adj_16[4]={
/* adjust for mode zero */
/* 63 125 250 500 1 2 4 8 16 */
{{-20,-20,-20,-20,-20,-16,-10, 0, 0, 0, 0,10, 0, 0, 0, 0, 0}}, /* 0 */
{{-20,-20,-20,-20,-20,-16,-10, 0, 0, 0, 0,10, 0, 0, 0, 0, 0}}, /* 1 */
{{-20,-20,-20,-20,-20,-16,-10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}}, /* 2 */
{{-30,-30,-30,-30,-30,-26,-20,-10, -5, 0, 0, 0, 0, 0, 0, 0, 0}}, /* 2 */
};
static const noise3 _psy_noisebias_16_short[4]={
/* 63 125 250 500 1k 2k 4k 8k 16k*/
{{{-15,-15,-15,-15,-15,-10,-10,-5, 4, 10, 10, 10, 10, 12, 12, 14, 20},
{-15,-15,-15,-15,-15,-10,-10, -5, 0, 0, 4, 5, 5, 6, 8, 8, 15},
{-30,-30,-30,-30,-30,-24,-20,-14,-10, -6, -8, -8, -6, -6, -6, -6, -6}}},
{{{-15,-15,-15,-15,-15,-10,-10,-5, 4, 6, 6, 6, 6, 8, 10, 12, 20},
{-15,-15,-15,-15,-15,-15,-15,-10, -5, -5, -5, 4, 5, 6, 8, 8, 15},
{-30,-30,-30,-30,-30,-24,-20,-14,-10,-10,-10,-10,-10,-10,-10,-10,-10}}},
{{{-15,-15,-15,-15,-15,-12,-10, -8, 0, 2, 4, 4, 5, 5, 5, 8, 12},
{-20,-20,-20,-20,-16,-12,-20,-14,-10,-10, -8, 0, 0, 0, 0, 2, 5},
{-30,-30,-30,-30,-26,-26,-26,-26,-26,-26,-26,-26,-26,-24,-20,-20,-20}}},
{{{-15,-15,-15,-15,-15,-12,-10, -8, -5, -5, -5, -5, -5, 0, 0, 0, 6},
{-30,-30,-30,-30,-26,-22,-20,-14,-12,-12,-10,-10,-10,-10,-10,-10, -6},
{-30,-30,-30,-30,-26,-26,-26,-26,-26,-26,-26,-26,-26,-24,-20,-20,-20}}},
};
static const noise3 _psy_noisebias_16_impulse[4]={
/* 63 125 250 500 1k 2k 4k 8k 16k*/
{{{-15,-15,-15,-15,-15,-10,-10,-5, 4, 10, 10, 10, 10, 12, 12, 14, 20},
{-15,-15,-15,-15,-15,-10,-10, -5, 0, 0, 4, 5, 5, 6, 8, 8, 15},
{-30,-30,-30,-30,-30,-24,-20,-14,-10, -6, -8, -8, -6, -6, -6, -6, -6}}},
{{{-15,-15,-15,-15,-15,-10,-10,-5, 4, 4, 4, 4, 5, 5, 6, 8, 15},
{-15,-15,-15,-15,-15,-15,-15,-10, -5, -5, -5, 0, 0, 0, 0, 4, 10},
{-30,-30,-30,-30,-30,-24,-20,-14,-10,-10,-10,-10,-10,-10,-10,-10,-10}}},
{{{-15,-15,-15,-15,-15,-12,-10, -8, 0, 0, 0, 0, 0, 0, 0, 4, 10},
{-20,-20,-20,-20,-16,-12,-20,-14,-10,-10,-10,-10,-10,-10,-10, -7, -5},
{-30,-30,-30,-30,-26,-26,-26,-26,-26,-26,-26,-26,-26,-24,-20,-20,-20}}},
{{{-15,-15,-15,-15,-15,-12,-10, -8, -5, -5, -5, -5, -5, 0, 0, 0, 6},
{-30,-30,-30,-30,-26,-22,-20,-18,-18,-18,-20,-20,-20,-20,-20,-20,-16},
{-30,-30,-30,-30,-26,-26,-26,-26,-26,-26,-26,-26,-26,-24,-20,-20,-20}}},
};
static const noise3 _psy_noisebias_16[4]={
/* 63 125 250 500 1k 2k 4k 8k 16k*/
{{{-10,-10,-10,-10, -5, -5, -5, 0, 4, 6, 8, 8, 10, 10, 10, 14, 20},
{-10,-10,-10,-10,-10, -5, -2, -2, 0, 0, 0, 4, 5, 6, 8, 8, 15},
{-30,-30,-30,-30,-30,-24,-20,-14,-10, -6, -8, -8, -6, -6, -6, -6, -6}}},
{{{-10,-10,-10,-10, -5, -5, -5, 0, 4, 6, 6, 6, 6, 8, 10, 12, 20},
{-15,-15,-15,-15,-15,-10, -5, -5, 0, 0, 0, 4, 5, 6, 8, 8, 15},
{-30,-30,-30,-30,-30,-24,-20,-14,-10, -6, -8, -8, -6, -6, -6, -6, -6}}},
{{{-15,-15,-15,-15,-15,-12,-10, -8, 0, 2, 4, 4, 5, 5, 5, 8, 12},
{-20,-20,-20,-20,-16,-12,-20,-10, -5, -5, 0, 0, 0, 0, 0, 2, 5},
{-30,-30,-30,-30,-26,-26,-26,-26,-26,-26,-26,-26,-26,-24,-20,-20,-20}}},
{{{-15,-15,-15,-15,-15,-12,-10, -8, -5, -5, -5, -5, -5, 0, 0, 0, 6},
{-30,-30,-30,-30,-26,-22,-20,-14,-12,-12,-10,-10,-10,-10,-10,-10, -6},
{-30,-30,-30,-30,-26,-26,-26,-26,-26,-26,-26,-26,-26,-24,-20,-20,-20}}},
};
static const noiseguard _psy_noiseguards_16[4]={
{10,10,-1},
{10,10,-1},
{20,20,-1},
{20,20,-1},
};
static const double _noise_thresh_16[4]={ .3,.5,.5,.5 };
static const int _noise_start_16[3]={ 256,256,9999 };
static const int _noise_part_16[4]={ 8,8,8,8 };
static const int _psy_ath_floater_16[4]={
-100,-100,-100,-105,
};
static const int _psy_ath_abs_16[4]={
-130,-130,-130,-140,
};
|
0 | repos/libvorbis/lib | repos/libvorbis/lib/modes/setup_44.h | /********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2009 *
* by the Xiph.Org Foundation https://xiph.org/ *
* *
********************************************************************
function: toplevel settings for 44.1/48kHz
********************************************************************/
#include "modes/floor_all.h"
#include "modes/residue_44.h"
#include "modes/psych_44.h"
static const double rate_mapping_44_stereo[12]={
22500.,32000.,40000.,48000.,56000.,64000.,
80000.,96000.,112000.,128000.,160000.,250001.
};
static const double quality_mapping_44[12]={
-.1,.0,.1,.2,.3,.4,.5,.6,.7,.8,.9,1.0
};
static const int blocksize_short_44[11]={
512,256,256,256,256,256,256,256,256,256,256
};
static const int blocksize_long_44[11]={
4096,2048,2048,2048,2048,2048,2048,2048,2048,2048,2048
};
static const double _psy_compand_short_mapping[12]={
0.5, 1., 1., 1.3, 1.6, 2., 2., 2., 2., 2., 2., 2.
};
static const double _psy_compand_long_mapping[12]={
3.5, 4., 4., 4.3, 4.6, 5., 5., 5., 5., 5., 5., 5.
};
static const double _global_mapping_44[12]={
/* 1., 1., 1.5, 2., 2., 2.5, 2.7, 3.0, 3.5, 4., 4. */
0., 1., 1., 1.5, 2., 2., 2.5, 2.7, 3.0, 3.7, 4., 4.
};
static const int _floor_mapping_44a[11]={
1,0,0,2,2,4,5,5,5,5,5
};
static const int _floor_mapping_44b[11]={
8,7,7,7,7,7,7,7,7,7,7
};
static const int _floor_mapping_44c[11]={
10,10,10,10,10,10,10,10,10,10,10
};
static const int *_floor_mapping_44[]={
_floor_mapping_44a,
_floor_mapping_44b,
_floor_mapping_44c,
};
static const ve_setup_data_template ve_setup_44_stereo={
11,
rate_mapping_44_stereo,
quality_mapping_44,
2,
40000,
50000,
blocksize_short_44,
blocksize_long_44,
_psy_tone_masteratt_44,
_psy_tone_0dB,
_psy_tone_suppress,
_vp_tonemask_adj_otherblock,
_vp_tonemask_adj_longblock,
_vp_tonemask_adj_otherblock,
_psy_noiseguards_44,
_psy_noisebias_impulse,
_psy_noisebias_padding,
_psy_noisebias_trans,
_psy_noisebias_long,
_psy_noise_suppress,
_psy_compand_44,
_psy_compand_short_mapping,
_psy_compand_long_mapping,
{_noise_start_short_44,_noise_start_long_44},
{_noise_part_short_44,_noise_part_long_44},
_noise_thresh_44,
_psy_ath_floater,
_psy_ath_abs,
_psy_lowpass_44,
_psy_global_44,
_global_mapping_44,
_psy_stereo_modes_44,
_floor_books,
_floor,
2,
_floor_mapping_44,
_mapres_template_44_stereo
};
|
0 | repos/libvorbis/lib | repos/libvorbis/lib/modes/residue_44u.h | /********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2007 *
* by the Xiph.Org Foundation https://xiph.org/ *
* *
********************************************************************
function: toplevel residue templates for 32/44.1/48kHz uncoupled
********************************************************************/
#include "vorbis/codec.h"
#include "backends.h"
#include "books/uncoupled/res_books_uncoupled.h"
/***** residue backends *********************************************/
static const vorbis_info_residue0 _residue_44_low_un={
0,-1, -1, 8,-1,-1,
{0},
{-1},
{ 0, 1, 1, 2, 2, 4, 28},
{ -1, 25, -1, 45, -1, -1, -1}
};
static const vorbis_info_residue0 _residue_44_mid_un={
0,-1, -1, 10,-1,-1,
/* 0 1 2 3 4 5 6 7 8 9 */
{0},
{-1},
{ 0, 1, 1, 2, 2, 4, 4, 16, 60},
{ -1, 30, -1, 50, -1, 80, -1, -1, -1}
};
static const vorbis_info_residue0 _residue_44_hi_un={
0,-1, -1, 10,-1,-1,
/* 0 1 2 3 4 5 6 7 8 9 */
{0},
{-1},
{ 0, 1, 2, 4, 8, 16, 32, 71,157},
{ -1, -1, -1, -1, -1, -1, -1, -1, -1}
};
/* mapping conventions:
only one submap (this would change for efficient 5.1 support for example)*/
/* Four psychoacoustic profiles are used, one for each blocktype */
static const vorbis_info_mapping0 _map_nominal_u[2]={
{1, {0,0,0,0,0,0}, {0}, {0}, 0,{0},{0}},
{1, {0,0,0,0,0,0}, {1}, {1}, 0,{0},{0}}
};
static const static_bookblock _resbook_44u_n1={
{
{0},
{0,0,&_44un1__p1_0},
{0,0,&_44un1__p2_0},
{0,0,&_44un1__p3_0},
{0,0,&_44un1__p4_0},
{0,0,&_44un1__p5_0},
{&_44un1__p6_0,&_44un1__p6_1},
{&_44un1__p7_0,&_44un1__p7_1,&_44un1__p7_2}
}
};
static const static_bookblock _resbook_44u_0={
{
{0},
{0,0,&_44u0__p1_0},
{0,0,&_44u0__p2_0},
{0,0,&_44u0__p3_0},
{0,0,&_44u0__p4_0},
{0,0,&_44u0__p5_0},
{&_44u0__p6_0,&_44u0__p6_1},
{&_44u0__p7_0,&_44u0__p7_1,&_44u0__p7_2}
}
};
static const static_bookblock _resbook_44u_1={
{
{0},
{0,0,&_44u1__p1_0},
{0,0,&_44u1__p2_0},
{0,0,&_44u1__p3_0},
{0,0,&_44u1__p4_0},
{0,0,&_44u1__p5_0},
{&_44u1__p6_0,&_44u1__p6_1},
{&_44u1__p7_0,&_44u1__p7_1,&_44u1__p7_2}
}
};
static const static_bookblock _resbook_44u_2={
{
{0},
{0,0,&_44u2__p1_0},
{0,0,&_44u2__p2_0},
{0,0,&_44u2__p3_0},
{0,0,&_44u2__p4_0},
{0,0,&_44u2__p5_0},
{&_44u2__p6_0,&_44u2__p6_1},
{&_44u2__p7_0,&_44u2__p7_1,&_44u2__p7_2}
}
};
static const static_bookblock _resbook_44u_3={
{
{0},
{0,0,&_44u3__p1_0},
{0,0,&_44u3__p2_0},
{0,0,&_44u3__p3_0},
{0,0,&_44u3__p4_0},
{0,0,&_44u3__p5_0},
{&_44u3__p6_0,&_44u3__p6_1},
{&_44u3__p7_0,&_44u3__p7_1,&_44u3__p7_2}
}
};
static const static_bookblock _resbook_44u_4={
{
{0},
{0,0,&_44u4__p1_0},
{0,0,&_44u4__p2_0},
{0,0,&_44u4__p3_0},
{0,0,&_44u4__p4_0},
{0,0,&_44u4__p5_0},
{&_44u4__p6_0,&_44u4__p6_1},
{&_44u4__p7_0,&_44u4__p7_1,&_44u4__p7_2}
}
};
static const static_bookblock _resbook_44u_5={
{
{0},
{0,0,&_44u5__p1_0},
{0,0,&_44u5__p2_0},
{0,0,&_44u5__p3_0},
{0,0,&_44u5__p4_0},
{0,0,&_44u5__p5_0},
{0,0,&_44u5__p6_0},
{&_44u5__p7_0,&_44u5__p7_1},
{&_44u5__p8_0,&_44u5__p8_1},
{&_44u5__p9_0,&_44u5__p9_1,&_44u5__p9_2}
}
};
static const static_bookblock _resbook_44u_6={
{
{0},
{0,0,&_44u6__p1_0},
{0,0,&_44u6__p2_0},
{0,0,&_44u6__p3_0},
{0,0,&_44u6__p4_0},
{0,0,&_44u6__p5_0},
{0,0,&_44u6__p6_0},
{&_44u6__p7_0,&_44u6__p7_1},
{&_44u6__p8_0,&_44u6__p8_1},
{&_44u6__p9_0,&_44u6__p9_1,&_44u6__p9_2}
}
};
static const static_bookblock _resbook_44u_7={
{
{0},
{0,0,&_44u7__p1_0},
{0,0,&_44u7__p2_0},
{0,0,&_44u7__p3_0},
{0,0,&_44u7__p4_0},
{0,0,&_44u7__p5_0},
{0,0,&_44u7__p6_0},
{&_44u7__p7_0,&_44u7__p7_1},
{&_44u7__p8_0,&_44u7__p8_1},
{&_44u7__p9_0,&_44u7__p9_1,&_44u7__p9_2}
}
};
static const static_bookblock _resbook_44u_8={
{
{0},
{0,0,&_44u8_p1_0},
{0,0,&_44u8_p2_0},
{0,0,&_44u8_p3_0},
{0,0,&_44u8_p4_0},
{&_44u8_p5_0,&_44u8_p5_1},
{&_44u8_p6_0,&_44u8_p6_1},
{&_44u8_p7_0,&_44u8_p7_1},
{&_44u8_p8_0,&_44u8_p8_1},
{&_44u8_p9_0,&_44u8_p9_1,&_44u8_p9_2}
}
};
static const static_bookblock _resbook_44u_9={
{
{0},
{0,0,&_44u9_p1_0},
{0,0,&_44u9_p2_0},
{0,0,&_44u9_p3_0},
{0,0,&_44u9_p4_0},
{&_44u9_p5_0,&_44u9_p5_1},
{&_44u9_p6_0,&_44u9_p6_1},
{&_44u9_p7_0,&_44u9_p7_1},
{&_44u9_p8_0,&_44u9_p8_1},
{&_44u9_p9_0,&_44u9_p9_1,&_44u9_p9_2}
}
};
static const vorbis_residue_template _res_44u_n1[]={
{1,0,32, &_residue_44_low_un,
&_huff_book__44un1__short,&_huff_book__44un1__short,
&_resbook_44u_n1,&_resbook_44u_n1},
{1,0,32, &_residue_44_low_un,
&_huff_book__44un1__long,&_huff_book__44un1__long,
&_resbook_44u_n1,&_resbook_44u_n1}
};
static const vorbis_residue_template _res_44u_0[]={
{1,0,16, &_residue_44_low_un,
&_huff_book__44u0__short,&_huff_book__44u0__short,
&_resbook_44u_0,&_resbook_44u_0},
{1,0,32, &_residue_44_low_un,
&_huff_book__44u0__long,&_huff_book__44u0__long,
&_resbook_44u_0,&_resbook_44u_0}
};
static const vorbis_residue_template _res_44u_1[]={
{1,0,16, &_residue_44_low_un,
&_huff_book__44u1__short,&_huff_book__44u1__short,
&_resbook_44u_1,&_resbook_44u_1},
{1,0,32, &_residue_44_low_un,
&_huff_book__44u1__long,&_huff_book__44u1__long,
&_resbook_44u_1,&_resbook_44u_1}
};
static const vorbis_residue_template _res_44u_2[]={
{1,0,16, &_residue_44_low_un,
&_huff_book__44u2__short,&_huff_book__44u2__short,
&_resbook_44u_2,&_resbook_44u_2},
{1,0,32, &_residue_44_low_un,
&_huff_book__44u2__long,&_huff_book__44u2__long,
&_resbook_44u_2,&_resbook_44u_2}
};
static const vorbis_residue_template _res_44u_3[]={
{1,0,16, &_residue_44_low_un,
&_huff_book__44u3__short,&_huff_book__44u3__short,
&_resbook_44u_3,&_resbook_44u_3},
{1,0,32, &_residue_44_low_un,
&_huff_book__44u3__long,&_huff_book__44u3__long,
&_resbook_44u_3,&_resbook_44u_3}
};
static const vorbis_residue_template _res_44u_4[]={
{1,0,16, &_residue_44_low_un,
&_huff_book__44u4__short,&_huff_book__44u4__short,
&_resbook_44u_4,&_resbook_44u_4},
{1,0,32, &_residue_44_low_un,
&_huff_book__44u4__long,&_huff_book__44u4__long,
&_resbook_44u_4,&_resbook_44u_4}
};
static const vorbis_residue_template _res_44u_5[]={
{1,0,16, &_residue_44_mid_un,
&_huff_book__44u5__short,&_huff_book__44u5__short,
&_resbook_44u_5,&_resbook_44u_5},
{1,0,32, &_residue_44_mid_un,
&_huff_book__44u5__long,&_huff_book__44u5__long,
&_resbook_44u_5,&_resbook_44u_5}
};
static const vorbis_residue_template _res_44u_6[]={
{1,0,16, &_residue_44_mid_un,
&_huff_book__44u6__short,&_huff_book__44u6__short,
&_resbook_44u_6,&_resbook_44u_6},
{1,0,32, &_residue_44_mid_un,
&_huff_book__44u6__long,&_huff_book__44u6__long,
&_resbook_44u_6,&_resbook_44u_6}
};
static const vorbis_residue_template _res_44u_7[]={
{1,0,16, &_residue_44_mid_un,
&_huff_book__44u7__short,&_huff_book__44u7__short,
&_resbook_44u_7,&_resbook_44u_7},
{1,0,32, &_residue_44_mid_un,
&_huff_book__44u7__long,&_huff_book__44u7__long,
&_resbook_44u_7,&_resbook_44u_7}
};
static const vorbis_residue_template _res_44u_8[]={
{1,0,16, &_residue_44_hi_un,
&_huff_book__44u8__short,&_huff_book__44u8__short,
&_resbook_44u_8,&_resbook_44u_8},
{1,0,32, &_residue_44_hi_un,
&_huff_book__44u8__long,&_huff_book__44u8__long,
&_resbook_44u_8,&_resbook_44u_8}
};
static const vorbis_residue_template _res_44u_9[]={
{1,0,16, &_residue_44_hi_un,
&_huff_book__44u9__short,&_huff_book__44u9__short,
&_resbook_44u_9,&_resbook_44u_9},
{1,0,32, &_residue_44_hi_un,
&_huff_book__44u9__long,&_huff_book__44u9__long,
&_resbook_44u_9,&_resbook_44u_9}
};
static const vorbis_mapping_template _mapres_template_44_uncoupled[]={
{ _map_nominal_u, _res_44u_n1 }, /* -1 */
{ _map_nominal_u, _res_44u_0 }, /* 0 */
{ _map_nominal_u, _res_44u_1 }, /* 1 */
{ _map_nominal_u, _res_44u_2 }, /* 2 */
{ _map_nominal_u, _res_44u_3 }, /* 3 */
{ _map_nominal_u, _res_44u_4 }, /* 4 */
{ _map_nominal_u, _res_44u_5 }, /* 5 */
{ _map_nominal_u, _res_44u_6 }, /* 6 */
{ _map_nominal_u, _res_44u_7 }, /* 7 */
{ _map_nominal_u, _res_44u_8 }, /* 8 */
{ _map_nominal_u, _res_44u_9 }, /* 9 */
};
|
0 | repos/libvorbis/lib | repos/libvorbis/lib/modes/setup_X.h | /********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2009 *
* by the Xiph.Org Foundation https://xiph.org/ *
* *
********************************************************************
function: catch-all toplevel settings for q modes only
********************************************************************/
static const double rate_mapping_X[12]={
-1.,-1.,-1.,-1.,-1.,-1.,
-1.,-1.,-1.,-1.,-1.,-1.
};
static const ve_setup_data_template ve_setup_X_stereo={
11,
rate_mapping_X,
quality_mapping_44,
2,
50000,
200000,
blocksize_short_44,
blocksize_long_44,
_psy_tone_masteratt_44,
_psy_tone_0dB,
_psy_tone_suppress,
_vp_tonemask_adj_otherblock,
_vp_tonemask_adj_longblock,
_vp_tonemask_adj_otherblock,
_psy_noiseguards_44,
_psy_noisebias_impulse,
_psy_noisebias_padding,
_psy_noisebias_trans,
_psy_noisebias_long,
_psy_noise_suppress,
_psy_compand_44,
_psy_compand_short_mapping,
_psy_compand_long_mapping,
{_noise_start_short_44,_noise_start_long_44},
{_noise_part_short_44,_noise_part_long_44},
_noise_thresh_44,
_psy_ath_floater,
_psy_ath_abs,
_psy_lowpass_44,
_psy_global_44,
_global_mapping_44,
_psy_stereo_modes_44,
_floor_books,
_floor,
2,
_floor_mapping_44,
_mapres_template_44_stereo
};
static const ve_setup_data_template ve_setup_X_uncoupled={
11,
rate_mapping_X,
quality_mapping_44,
-1,
50000,
200000,
blocksize_short_44,
blocksize_long_44,
_psy_tone_masteratt_44,
_psy_tone_0dB,
_psy_tone_suppress,
_vp_tonemask_adj_otherblock,
_vp_tonemask_adj_longblock,
_vp_tonemask_adj_otherblock,
_psy_noiseguards_44,
_psy_noisebias_impulse,
_psy_noisebias_padding,
_psy_noisebias_trans,
_psy_noisebias_long,
_psy_noise_suppress,
_psy_compand_44,
_psy_compand_short_mapping,
_psy_compand_long_mapping,
{_noise_start_short_44,_noise_start_long_44},
{_noise_part_short_44,_noise_part_long_44},
_noise_thresh_44,
_psy_ath_floater,
_psy_ath_abs,
_psy_lowpass_44,
_psy_global_44,
_global_mapping_44,
NULL,
_floor_books,
_floor,
2,
_floor_mapping_44,
_mapres_template_44_uncoupled
};
static const ve_setup_data_template ve_setup_XX_stereo={
2,
rate_mapping_X,
quality_mapping_8,
2,
0,
8000,
blocksize_8,
blocksize_8,
_psy_tone_masteratt_8,
_psy_tone_0dB,
_psy_tone_suppress,
_vp_tonemask_adj_8,
NULL,
_vp_tonemask_adj_8,
_psy_noiseguards_8,
_psy_noisebias_8,
_psy_noisebias_8,
NULL,
NULL,
_psy_noise_suppress,
_psy_compand_8,
_psy_compand_8_mapping,
NULL,
{_noise_start_8,_noise_start_8},
{_noise_part_8,_noise_part_8},
_noise_thresh_5only,
_psy_ath_floater_8,
_psy_ath_abs_8,
_psy_lowpass_8,
_psy_global_44,
_global_mapping_8,
_psy_stereo_modes_8,
_floor_books,
_floor,
1,
_floor_mapping_8,
_mapres_template_8_stereo
};
static const ve_setup_data_template ve_setup_XX_uncoupled={
2,
rate_mapping_X,
quality_mapping_8,
-1,
0,
8000,
blocksize_8,
blocksize_8,
_psy_tone_masteratt_8,
_psy_tone_0dB,
_psy_tone_suppress,
_vp_tonemask_adj_8,
NULL,
_vp_tonemask_adj_8,
_psy_noiseguards_8,
_psy_noisebias_8,
_psy_noisebias_8,
NULL,
NULL,
_psy_noise_suppress,
_psy_compand_8,
_psy_compand_8_mapping,
NULL,
{_noise_start_8,_noise_start_8},
{_noise_part_8,_noise_part_8},
_noise_thresh_5only,
_psy_ath_floater_8,
_psy_ath_abs_8,
_psy_lowpass_8,
_psy_global_44,
_global_mapping_8,
_psy_stereo_modes_8,
_floor_books,
_floor,
1,
_floor_mapping_8,
_mapres_template_8_uncoupled
};
|
0 | repos/libvorbis/lib | repos/libvorbis/lib/modes/residue_16.h | /********************************************************************
* *
* This FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2009 *
* by the Xiph.Org Foundation https://xiph.org/ *
* *
********************************************************************
function: toplevel residue templates 16/22kHz
********************************************************************/
/***** residue backends *********************************************/
static const static_bookblock _resbook_16s_0={
{
{0},
{0,0,&_16c0_s_p1_0},
{0},
{0,0,&_16c0_s_p3_0},
{0,0,&_16c0_s_p4_0},
{0,0,&_16c0_s_p5_0},
{0,0,&_16c0_s_p6_0},
{&_16c0_s_p7_0,&_16c0_s_p7_1},
{&_16c0_s_p8_0,&_16c0_s_p8_1},
{&_16c0_s_p9_0,&_16c0_s_p9_1,&_16c0_s_p9_2}
}
};
static const static_bookblock _resbook_16s_1={
{
{0},
{0,0,&_16c1_s_p1_0},
{0},
{0,0,&_16c1_s_p3_0},
{0,0,&_16c1_s_p4_0},
{0,0,&_16c1_s_p5_0},
{0,0,&_16c1_s_p6_0},
{&_16c1_s_p7_0,&_16c1_s_p7_1},
{&_16c1_s_p8_0,&_16c1_s_p8_1},
{&_16c1_s_p9_0,&_16c1_s_p9_1,&_16c1_s_p9_2}
}
};
static const static_bookblock _resbook_16s_2={
{
{0},
{0,0,&_16c2_s_p1_0},
{0,0,&_16c2_s_p2_0},
{0,0,&_16c2_s_p3_0},
{0,0,&_16c2_s_p4_0},
{&_16c2_s_p5_0,&_16c2_s_p5_1},
{&_16c2_s_p6_0,&_16c2_s_p6_1},
{&_16c2_s_p7_0,&_16c2_s_p7_1},
{&_16c2_s_p8_0,&_16c2_s_p8_1},
{&_16c2_s_p9_0,&_16c2_s_p9_1,&_16c2_s_p9_2}
}
};
static const vorbis_residue_template _res_16s_0[]={
{2,0,32, &_residue_44_mid,
&_huff_book__16c0_s_single,&_huff_book__16c0_s_single,
&_resbook_16s_0,&_resbook_16s_0},
};
static const vorbis_residue_template _res_16s_1[]={
{2,0,32, &_residue_44_mid,
&_huff_book__16c1_s_short,&_huff_book__16c1_s_short,
&_resbook_16s_1,&_resbook_16s_1},
{2,0,32, &_residue_44_mid,
&_huff_book__16c1_s_long,&_huff_book__16c1_s_long,
&_resbook_16s_1,&_resbook_16s_1}
};
static const vorbis_residue_template _res_16s_2[]={
{2,0,32, &_residue_44_high,
&_huff_book__16c2_s_short,&_huff_book__16c2_s_short,
&_resbook_16s_2,&_resbook_16s_2},
{2,0,32, &_residue_44_high,
&_huff_book__16c2_s_long,&_huff_book__16c2_s_long,
&_resbook_16s_2,&_resbook_16s_2}
};
static const vorbis_mapping_template _mapres_template_16_stereo[3]={
{ _map_nominal, _res_16s_0 }, /* 0 */
{ _map_nominal, _res_16s_1 }, /* 1 */
{ _map_nominal, _res_16s_2 }, /* 2 */
};
static const static_bookblock _resbook_16u_0={
{
{0},
{0,0,&_16u0__p1_0},
{0,0,&_16u0__p2_0},
{0,0,&_16u0__p3_0},
{0,0,&_16u0__p4_0},
{0,0,&_16u0__p5_0},
{&_16u0__p6_0,&_16u0__p6_1},
{&_16u0__p7_0,&_16u0__p7_1,&_16u0__p7_2}
}
};
static const static_bookblock _resbook_16u_1={
{
{0},
{0,0,&_16u1__p1_0},
{0,0,&_16u1__p2_0},
{0,0,&_16u1__p3_0},
{0,0,&_16u1__p4_0},
{0,0,&_16u1__p5_0},
{0,0,&_16u1__p6_0},
{&_16u1__p7_0,&_16u1__p7_1},
{&_16u1__p8_0,&_16u1__p8_1},
{&_16u1__p9_0,&_16u1__p9_1,&_16u1__p9_2}
}
};
static const static_bookblock _resbook_16u_2={
{
{0},
{0,0,&_16u2_p1_0},
{0,0,&_16u2_p2_0},
{0,0,&_16u2_p3_0},
{0,0,&_16u2_p4_0},
{&_16u2_p5_0,&_16u2_p5_1},
{&_16u2_p6_0,&_16u2_p6_1},
{&_16u2_p7_0,&_16u2_p7_1},
{&_16u2_p8_0,&_16u2_p8_1},
{&_16u2_p9_0,&_16u2_p9_1,&_16u2_p9_2}
}
};
static const vorbis_residue_template _res_16u_0[]={
{1,0,32, &_residue_44_low_un,
&_huff_book__16u0__single,&_huff_book__16u0__single,
&_resbook_16u_0,&_resbook_16u_0},
};
static const vorbis_residue_template _res_16u_1[]={
{1,0,32, &_residue_44_mid_un,
&_huff_book__16u1__short,&_huff_book__16u1__short,
&_resbook_16u_1,&_resbook_16u_1},
{1,0,32, &_residue_44_mid_un,
&_huff_book__16u1__long,&_huff_book__16u1__long,
&_resbook_16u_1,&_resbook_16u_1}
};
static const vorbis_residue_template _res_16u_2[]={
{1,0,32, &_residue_44_hi_un,
&_huff_book__16u2__short,&_huff_book__16u2__short,
&_resbook_16u_2,&_resbook_16u_2},
{1,0,32, &_residue_44_hi_un,
&_huff_book__16u2__long,&_huff_book__16u2__long,
&_resbook_16u_2,&_resbook_16u_2}
};
static const vorbis_mapping_template _mapres_template_16_uncoupled[3]={
{ _map_nominal_u, _res_16u_0 }, /* 0 */
{ _map_nominal_u, _res_16u_1 }, /* 1 */
{ _map_nominal_u, _res_16u_2 }, /* 2 */
};
|
0 | repos/libvorbis/lib | repos/libvorbis/lib/modes/setup_32.h | /********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2009 *
* by the Xiph.Org Foundation https://xiph.org/ *
* *
********************************************************************
function: toplevel settings for 32kHz
********************************************************************/
static const double rate_mapping_32[12]={
18000.,28000.,35000.,45000.,56000.,60000.,
75000.,90000.,100000.,115000.,150000.,190000.,
};
static const double rate_mapping_32_un[12]={
30000.,42000.,52000.,64000.,72000.,78000.,
86000.,92000.,110000.,120000.,140000.,190000.,
};
static const double _psy_lowpass_32[12]={
12.3,13.,13.,14.,15.,99.,99.,99.,99.,99.,99.,99.
};
static const ve_setup_data_template ve_setup_32_stereo={
11,
rate_mapping_32,
quality_mapping_44,
2,
26000,
40000,
blocksize_short_44,
blocksize_long_44,
_psy_tone_masteratt_44,
_psy_tone_0dB,
_psy_tone_suppress,
_vp_tonemask_adj_otherblock,
_vp_tonemask_adj_longblock,
_vp_tonemask_adj_otherblock,
_psy_noiseguards_44,
_psy_noisebias_impulse,
_psy_noisebias_padding,
_psy_noisebias_trans,
_psy_noisebias_long,
_psy_noise_suppress,
_psy_compand_44,
_psy_compand_short_mapping,
_psy_compand_long_mapping,
{_noise_start_short_44,_noise_start_long_44},
{_noise_part_short_44,_noise_part_long_44},
_noise_thresh_44,
_psy_ath_floater,
_psy_ath_abs,
_psy_lowpass_32,
_psy_global_44,
_global_mapping_44,
_psy_stereo_modes_44,
_floor_books,
_floor,
2,
_floor_mapping_44,
_mapres_template_44_stereo
};
static const ve_setup_data_template ve_setup_32_uncoupled={
11,
rate_mapping_32_un,
quality_mapping_44,
-1,
26000,
40000,
blocksize_short_44,
blocksize_long_44,
_psy_tone_masteratt_44,
_psy_tone_0dB,
_psy_tone_suppress,
_vp_tonemask_adj_otherblock,
_vp_tonemask_adj_longblock,
_vp_tonemask_adj_otherblock,
_psy_noiseguards_44,
_psy_noisebias_impulse,
_psy_noisebias_padding,
_psy_noisebias_trans,
_psy_noisebias_long,
_psy_noise_suppress,
_psy_compand_44,
_psy_compand_short_mapping,
_psy_compand_long_mapping,
{_noise_start_short_44,_noise_start_long_44},
{_noise_part_short_44,_noise_part_long_44},
_noise_thresh_44,
_psy_ath_floater,
_psy_ath_abs,
_psy_lowpass_32,
_psy_global_44,
_global_mapping_44,
NULL,
_floor_books,
_floor,
2,
_floor_mapping_44,
_mapres_template_44_uncoupled
};
|
0 | repos/libvorbis/lib | repos/libvorbis/lib/modes/residue_8.h | /********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2007 *
* by the Xiph.Org Foundation https://xiph.org/ *
* *
********************************************************************
function: toplevel residue templates 8/11kHz
********************************************************************/
#include "vorbis/codec.h"
#include "backends.h"
/***** residue backends *********************************************/
static const static_bookblock _resbook_8s_0={
{
{0},
{0,0,&_8c0_s_p1_0},
{0},
{0,0,&_8c0_s_p3_0},
{0,0,&_8c0_s_p4_0},
{0,0,&_8c0_s_p5_0},
{0,0,&_8c0_s_p6_0},
{&_8c0_s_p7_0,&_8c0_s_p7_1},
{&_8c0_s_p8_0,&_8c0_s_p8_1},
{&_8c0_s_p9_0,&_8c0_s_p9_1,&_8c0_s_p9_2}
}
};
static const static_bookblock _resbook_8s_1={
{
{0},
{0,0,&_8c1_s_p1_0},
{0},
{0,0,&_8c1_s_p3_0},
{0,0,&_8c1_s_p4_0},
{0,0,&_8c1_s_p5_0},
{0,0,&_8c1_s_p6_0},
{&_8c1_s_p7_0,&_8c1_s_p7_1},
{&_8c1_s_p8_0,&_8c1_s_p8_1},
{&_8c1_s_p9_0,&_8c1_s_p9_1,&_8c1_s_p9_2}
}
};
static const vorbis_residue_template _res_8s_0[]={
{2,0,32, &_residue_44_mid,
&_huff_book__8c0_s_single,&_huff_book__8c0_s_single,
&_resbook_8s_0,&_resbook_8s_0},
};
static const vorbis_residue_template _res_8s_1[]={
{2,0,32, &_residue_44_mid,
&_huff_book__8c1_s_single,&_huff_book__8c1_s_single,
&_resbook_8s_1,&_resbook_8s_1},
};
static const vorbis_mapping_template _mapres_template_8_stereo[2]={
{ _map_nominal, _res_8s_0 }, /* 0 */
{ _map_nominal, _res_8s_1 }, /* 1 */
};
static const static_bookblock _resbook_8u_0={
{
{0},
{0,0,&_8u0__p1_0},
{0,0,&_8u0__p2_0},
{0,0,&_8u0__p3_0},
{0,0,&_8u0__p4_0},
{0,0,&_8u0__p5_0},
{&_8u0__p6_0,&_8u0__p6_1},
{&_8u0__p7_0,&_8u0__p7_1,&_8u0__p7_2}
}
};
static const static_bookblock _resbook_8u_1={
{
{0},
{0,0,&_8u1__p1_0},
{0,0,&_8u1__p2_0},
{0,0,&_8u1__p3_0},
{0,0,&_8u1__p4_0},
{0,0,&_8u1__p5_0},
{0,0,&_8u1__p6_0},
{&_8u1__p7_0,&_8u1__p7_1},
{&_8u1__p8_0,&_8u1__p8_1},
{&_8u1__p9_0,&_8u1__p9_1,&_8u1__p9_2}
}
};
static const vorbis_residue_template _res_8u_0[]={
{1,0,32, &_residue_44_low_un,
&_huff_book__8u0__single,&_huff_book__8u0__single,
&_resbook_8u_0,&_resbook_8u_0},
};
static const vorbis_residue_template _res_8u_1[]={
{1,0,32, &_residue_44_mid_un,
&_huff_book__8u1__single,&_huff_book__8u1__single,
&_resbook_8u_1,&_resbook_8u_1},
};
static const vorbis_mapping_template _mapres_template_8_uncoupled[2]={
{ _map_nominal_u, _res_8u_0 }, /* 0 */
{ _map_nominal_u, _res_8u_1 }, /* 1 */
};
|
0 | repos/libvorbis/contrib | repos/libvorbis/contrib/oss-fuzz/build.sh | #!/bin/bash -eu
pushd $SRC
mv people.xiph.org/*.ogg decode_corpus/
zip -r "$OUT/decode_fuzzer_seed_corpus.zip" decode_corpus/
popd
pushd $SRC/ogg
./autogen.sh
./configure --prefix="$WORK" --enable-static --disable-shared --disable-crc
make clean
make -j$(nproc)
make install
popd
./autogen.sh
./configure --prefix="$WORK" --enable-static --disable-shared
make clean
make -j$(nproc)
make install
$CXX $CXXFLAGS $SRC/vorbis/contrib/oss-fuzz/decode_fuzzer.cc -o $OUT/decode_fuzzer -L"$WORK/lib" -I"$WORK/include" $LIB_FUZZING_ENGINE -lvorbisfile -lvorbis -logg
|
0 | repos/libvorbis | repos/libvorbis/examples/chaining_example.c | /********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2007 *
* by the Xiph.Org Foundation https://xiph.org/ *
* *
********************************************************************
function: illustrate simple use of chained bitstream and vorbisfile.a
********************************************************************/
#include <stdlib.h>
#include <vorbis/codec.h>
#include <vorbis/vorbisfile.h>
#ifdef _WIN32 /* We need the following two to set stdin/stdout to binary */
#include <io.h>
#include <fcntl.h>
#endif
int main(){
OggVorbis_File ov;
int i;
#ifdef _WIN32 /* We need to set stdin to binary mode. Damn windows. */
/* Beware the evil ifdef. We avoid these where we can, but this one we
cannot. Don't add any more, you'll probably go to hell if you do. */
_setmode( _fileno( stdin ), _O_BINARY );
#endif
/* open the file/pipe on stdin */
if(ov_open_callbacks(stdin,&ov,NULL,-1,OV_CALLBACKS_NOCLOSE)<0){
printf("Could not open input as an OggVorbis file.\n\n");
exit(1);
}
/* print details about each logical bitstream in the input */
if(ov_seekable(&ov)){
printf("Input bitstream contained %ld logical bitstream section(s).\n",
ov_streams(&ov));
printf("Total bitstream samples: %ld\n\n",
(long)ov_pcm_total(&ov,-1));
printf("Total bitstream playing time: %ld seconds\n\n",
(long)ov_time_total(&ov,-1));
}else{
printf("Standard input was not seekable.\n"
"First logical bitstream information:\n\n");
}
for(i=0;i<ov_streams(&ov);i++){
vorbis_info *vi=ov_info(&ov,i);
printf("\tlogical bitstream section %d information:\n",i+1);
printf("\t\t%ldHz %d channels bitrate %ldkbps serial number=%ld\n",
vi->rate,vi->channels,ov_bitrate(&ov,i)/1000,
ov_serialnumber(&ov,i));
printf("\t\theader length: %ld bytes\n",(long)
(ov.dataoffsets[i]-ov.offsets[i]));
printf("\t\tcompressed length: %ld bytes\n",(long)(ov_raw_total(&ov,i)));
printf("\t\tplay time: %lds\n",(long)ov_time_total(&ov,i));
}
ov_clear(&ov);
return 0;
}
|
0 | repos/libvorbis | repos/libvorbis/examples/decoder_example.c | /********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2009 *
* by the Xiph.Org Foundation https://xiph.org/ *
* *
********************************************************************
function: simple example decoder
********************************************************************/
/* Takes a vorbis bitstream from stdin and writes raw stereo PCM to
stdout. Decodes simple and chained OggVorbis files from beginning
to end. Vorbisfile.a is somewhat more complex than the code below. */
/* Note that this is POSIX, not ANSI code */
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <vorbis/codec.h>
#ifdef _WIN32 /* We need the following two to set stdin/stdout to binary */
#include <io.h>
#include <fcntl.h>
#endif
#if defined(__MACOS__) && defined(__MWERKS__)
#include <console.h> /* CodeWarrior's Mac "command-line" support */
#endif
ogg_int16_t convbuffer[4096]; /* take 8k out of the data segment, not the stack */
int convsize=4096;
extern void _VDBG_dump(void);
int main(){
ogg_sync_state oy; /* sync and verify incoming physical bitstream */
ogg_stream_state os; /* take physical pages, weld into a logical
stream of packets */
ogg_page og; /* one Ogg bitstream page. Vorbis packets are inside */
ogg_packet op; /* one raw packet of data for decode */
vorbis_info vi; /* struct that stores all the static vorbis bitstream
settings */
vorbis_comment vc; /* struct that stores all the bitstream user comments */
vorbis_dsp_state vd; /* central working state for the packet->PCM decoder */
vorbis_block vb; /* local working space for packet->PCM decode */
char *buffer;
int bytes;
#ifdef _WIN32 /* We need to set stdin/stdout to binary mode. Damn windows. */
/* Beware the evil ifdef. We avoid these where we can, but this one we
cannot. Don't add any more, you'll probably go to hell if you do. */
_setmode( _fileno( stdin ), _O_BINARY );
_setmode( _fileno( stdout ), _O_BINARY );
#endif
#if defined(macintosh) && defined(__MWERKS__)
{
int argc;
char **argv;
argc=ccommand(&argv); /* get a "command line" from the Mac user */
/* this also lets the user set stdin and stdout */
}
#endif
/********** Decode setup ************/
ogg_sync_init(&oy); /* Now we can read pages */
while(1){ /* we repeat if the bitstream is chained */
int eos=0;
int i;
/* grab some data at the head of the stream. We want the first page
(which is guaranteed to be small and only contain the Vorbis
stream initial header) We need the first page to get the stream
serialno. */
/* submit a 4k block to libvorbis' Ogg layer */
buffer=ogg_sync_buffer(&oy,4096);
bytes=fread(buffer,1,4096,stdin);
ogg_sync_wrote(&oy,bytes);
/* Get the first page. */
if(ogg_sync_pageout(&oy,&og)!=1){
/* have we simply run out of data? If so, we're done. */
if(bytes<4096)break;
/* error case. Must not be Vorbis data */
fprintf(stderr,"Input does not appear to be an Ogg bitstream.\n");
exit(1);
}
/* Get the serial number and set up the rest of decode. */
/* serialno first; use it to set up a logical stream */
ogg_stream_init(&os,ogg_page_serialno(&og));
/* extract the initial header from the first page and verify that the
Ogg bitstream is in fact Vorbis data */
/* I handle the initial header first instead of just having the code
read all three Vorbis headers at once because reading the initial
header is an easy way to identify a Vorbis bitstream and it's
useful to see that functionality seperated out. */
vorbis_info_init(&vi);
vorbis_comment_init(&vc);
if(ogg_stream_pagein(&os,&og)<0){
/* error; stream version mismatch perhaps */
fprintf(stderr,"Error reading first page of Ogg bitstream data.\n");
exit(1);
}
if(ogg_stream_packetout(&os,&op)!=1){
/* no page? must not be vorbis */
fprintf(stderr,"Error reading initial header packet.\n");
exit(1);
}
if(vorbis_synthesis_headerin(&vi,&vc,&op)<0){
/* error case; not a vorbis header */
fprintf(stderr,"This Ogg bitstream does not contain Vorbis "
"audio data.\n");
exit(1);
}
/* At this point, we're sure we're Vorbis. We've set up the logical
(Ogg) bitstream decoder. Get the comment and codebook headers and
set up the Vorbis decoder */
/* The next two packets in order are the comment and codebook headers.
They're likely large and may span multiple pages. Thus we read
and submit data until we get our two packets, watching that no
pages are missing. If a page is missing, error out; losing a
header page is the only place where missing data is fatal. */
i=0;
while(i<2){
while(i<2){
int result=ogg_sync_pageout(&oy,&og);
if(result==0)break; /* Need more data */
/* Don't complain about missing or corrupt data yet. We'll
catch it at the packet output phase */
if(result==1){
ogg_stream_pagein(&os,&og); /* we can ignore any errors here
as they'll also become apparent
at packetout */
while(i<2){
result=ogg_stream_packetout(&os,&op);
if(result==0)break;
if(result<0){
/* Uh oh; data at some point was corrupted or missing!
We can't tolerate that in a header. Die. */
fprintf(stderr,"Corrupt secondary header. Exiting.\n");
exit(1);
}
result=vorbis_synthesis_headerin(&vi,&vc,&op);
if(result<0){
fprintf(stderr,"Corrupt secondary header. Exiting.\n");
exit(1);
}
i++;
}
}
}
/* no harm in not checking before adding more */
buffer=ogg_sync_buffer(&oy,4096);
bytes=fread(buffer,1,4096,stdin);
if(bytes==0 && i<2){
fprintf(stderr,"End of file before finding all Vorbis headers!\n");
exit(1);
}
ogg_sync_wrote(&oy,bytes);
}
/* Throw the comments plus a few lines about the bitstream we're
decoding */
{
char **ptr=vc.user_comments;
while(*ptr){
fprintf(stderr,"%s\n",*ptr);
++ptr;
}
fprintf(stderr,"\nBitstream is %d channel, %ldHz\n",vi.channels,vi.rate);
fprintf(stderr,"Encoded by: %s\n\n",vc.vendor);
}
convsize=4096/vi.channels;
/* OK, got and parsed all three headers. Initialize the Vorbis
packet->PCM decoder. */
if(vorbis_synthesis_init(&vd,&vi)==0){ /* central decode state */
vorbis_block_init(&vd,&vb); /* local state for most of the decode
so multiple block decodes can
proceed in parallel. We could init
multiple vorbis_block structures
for vd here */
/* The rest is just a straight decode loop until end of stream */
while(!eos){
while(!eos){
int result=ogg_sync_pageout(&oy,&og);
if(result==0)break; /* need more data */
if(result<0){ /* missing or corrupt data at this page position */
fprintf(stderr,"Corrupt or missing data in bitstream; "
"continuing...\n");
}else{
ogg_stream_pagein(&os,&og); /* can safely ignore errors at
this point */
while(1){
result=ogg_stream_packetout(&os,&op);
if(result==0)break; /* need more data */
if(result<0){ /* missing or corrupt data at this page position */
/* no reason to complain; already complained above */
}else{
/* we have a packet. Decode it */
float **pcm;
int samples;
if(vorbis_synthesis(&vb,&op)==0) /* test for success! */
vorbis_synthesis_blockin(&vd,&vb);
/*
**pcm is a multichannel float vector. In stereo, for
example, pcm[0] is left, and pcm[1] is right. samples is
the size of each channel. Convert the float values
(-1.<=range<=1.) to whatever PCM format and write it out */
while((samples=vorbis_synthesis_pcmout(&vd,&pcm))>0){
int j;
int clipflag=0;
int bout=(samples<convsize?samples:convsize);
/* convert floats to 16 bit signed ints (host order) and
interleave */
for(i=0;i<vi.channels;i++){
ogg_int16_t *ptr=convbuffer+i;
float *mono=pcm[i];
for(j=0;j<bout;j++){
#if 1
int val=floor(mono[j]*32767.f+.5f);
#else /* optional dither */
int val=mono[j]*32767.f+drand48()-0.5f;
#endif
/* might as well guard against clipping */
if(val>32767){
val=32767;
clipflag=1;
}
if(val<-32768){
val=-32768;
clipflag=1;
}
*ptr=val;
ptr+=vi.channels;
}
}
if(clipflag)
fprintf(stderr,"Clipping in frame %ld\n",(long)(vd.sequence));
fwrite(convbuffer,2*vi.channels,bout,stdout);
vorbis_synthesis_read(&vd,bout); /* tell libvorbis how
many samples we
actually consumed */
}
}
}
if(ogg_page_eos(&og))eos=1;
}
}
if(!eos){
buffer=ogg_sync_buffer(&oy,4096);
bytes=fread(buffer,1,4096,stdin);
ogg_sync_wrote(&oy,bytes);
if(bytes==0)eos=1;
}
}
/* ogg_page and ogg_packet structs always point to storage in
libvorbis. They're never freed or manipulated directly */
vorbis_block_clear(&vb);
vorbis_dsp_clear(&vd);
}else{
fprintf(stderr,"Error: Corrupt header during playback initialization.\n");
}
/* clean up this logical bitstream; before exit we see if we're
followed by another [chained] */
ogg_stream_clear(&os);
vorbis_comment_clear(&vc);
vorbis_info_clear(&vi); /* must be called last */
}
/* OK, clean up the framer */
ogg_sync_clear(&oy);
fprintf(stderr,"Done.\n");
return(0);
}
|
0 | repos/libvorbis | repos/libvorbis/examples/encoder_example.c | /********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2007 *
* by the Xiph.Org Foundation https://xiph.org/ *
* *
********************************************************************
function: simple example encoder
********************************************************************/
/* takes a stereo 16bit 44.1kHz WAV file from stdin and encodes it into
a Vorbis bitstream */
/* Note that this is POSIX, not ANSI, code */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <math.h>
#include <vorbis/vorbisenc.h>
#ifdef _WIN32 /* We need the following two to set stdin/stdout to binary */
#include <io.h>
#include <fcntl.h>
#endif
#if defined(__MACOS__) && defined(__MWERKS__)
#include <console.h> /* CodeWarrior's Mac "command-line" support */
#endif
#define READ 1024
signed char readbuffer[READ*4+44]; /* out of the data segment, not the stack */
int main(){
ogg_stream_state os; /* take physical pages, weld into a logical
stream of packets */
ogg_page og; /* one Ogg bitstream page. Vorbis packets are inside */
ogg_packet op; /* one raw packet of data for decode */
vorbis_info vi; /* struct that stores all the static vorbis bitstream
settings */
vorbis_comment vc; /* struct that stores all the user comments */
vorbis_dsp_state vd; /* central working state for the packet->PCM decoder */
vorbis_block vb; /* local working space for packet->PCM decode */
int eos=0,ret;
int i, founddata;
#if defined(macintosh) && defined(__MWERKS__)
int argc = 0;
char **argv = NULL;
argc = ccommand(&argv); /* get a "command line" from the Mac user */
/* this also lets the user set stdin and stdout */
#endif
/* we cheat on the WAV header; we just bypass 44 bytes (simplest WAV
header is 44 bytes) and assume that the data is 44.1khz, stereo, 16 bit
little endian pcm samples. This is just an example, after all. */
#ifdef _WIN32 /* We need to set stdin/stdout to binary mode. Damn windows. */
/* if we were reading/writing a file, it would also need to in
binary mode, eg, fopen("file.wav","wb"); */
/* Beware the evil ifdef. We avoid these where we can, but this one we
cannot. Don't add any more, you'll probably go to hell if you do. */
_setmode( _fileno( stdin ), _O_BINARY );
_setmode( _fileno( stdout ), _O_BINARY );
#endif
/* we cheat on the WAV header; we just bypass the header and never
verify that it matches 16bit/stereo/44.1kHz. This is just an
example, after all. */
readbuffer[0] = '\0';
for (i=0, founddata=0; i<30 && ! feof(stdin) && ! ferror(stdin); i++)
{
fread(readbuffer,1,2,stdin);
if ( ! strncmp((char*)readbuffer, "da", 2) ){
founddata = 1;
fread(readbuffer,1,6,stdin);
break;
}
}
/********** Encode setup ************/
vorbis_info_init(&vi);
/* choose an encoding mode. A few possibilities commented out, one
actually used: */
/*********************************************************************
Encoding using a VBR quality mode. The usable range is -.1
(lowest quality, smallest file) to 1. (highest quality, largest file).
Example quality mode .4: 44kHz stereo coupled, roughly 128kbps VBR
ret = vorbis_encode_init_vbr(&vi,2,44100,.4);
---------------------------------------------------------------------
Encoding using an average bitrate mode (ABR).
example: 44kHz stereo coupled, average 128kbps VBR
ret = vorbis_encode_init(&vi,2,44100,-1,128000,-1);
---------------------------------------------------------------------
Encode using a quality mode, but select that quality mode by asking for
an approximate bitrate. This is not ABR, it is true VBR, but selected
using the bitrate interface, and then turning bitrate management off:
ret = ( vorbis_encode_setup_managed(&vi,2,44100,-1,128000,-1) ||
vorbis_encode_ctl(&vi,OV_ECTL_RATEMANAGE2_SET,NULL) ||
vorbis_encode_setup_init(&vi));
*********************************************************************/
ret=vorbis_encode_init_vbr(&vi,2,44100,0.1);
/* do not continue if setup failed; this can happen if we ask for a
mode that libVorbis does not support (eg, too low a bitrate, etc,
will return 'OV_EIMPL') */
if(ret)exit(1);
/* add a comment */
vorbis_comment_init(&vc);
vorbis_comment_add_tag(&vc,"ENCODER","encoder_example.c");
/* set up the analysis state and auxiliary encoding storage */
vorbis_analysis_init(&vd,&vi);
vorbis_block_init(&vd,&vb);
/* set up our packet->stream encoder */
/* pick a random serial number; that way we can more likely build
chained streams just by concatenation */
srand(time(NULL));
ogg_stream_init(&os,rand());
/* Vorbis streams begin with three headers; the initial header (with
most of the codec setup parameters) which is mandated by the Ogg
bitstream spec. The second header holds any comment fields. The
third header holds the bitstream codebook. We merely need to
make the headers, then pass them to libvorbis one at a time;
libvorbis handles the additional Ogg bitstream constraints */
{
ogg_packet header;
ogg_packet header_comm;
ogg_packet header_code;
vorbis_analysis_headerout(&vd,&vc,&header,&header_comm,&header_code);
ogg_stream_packetin(&os,&header); /* automatically placed in its own
page */
ogg_stream_packetin(&os,&header_comm);
ogg_stream_packetin(&os,&header_code);
/* This ensures the actual
* audio data will start on a new page, as per spec
*/
while(!eos){
int result=ogg_stream_flush(&os,&og);
if(result==0)break;
fwrite(og.header,1,og.header_len,stdout);
fwrite(og.body,1,og.body_len,stdout);
}
}
while(!eos){
long i;
long bytes=fread(readbuffer,1,READ*4,stdin); /* stereo hardwired here */
if(bytes==0){
/* end of file. this can be done implicitly in the mainline,
but it's easier to see here in non-clever fashion.
Tell the library we're at end of stream so that it can handle
the last frame and mark end of stream in the output properly */
vorbis_analysis_wrote(&vd,0);
}else{
/* data to encode */
/* expose the buffer to submit data */
float **buffer=vorbis_analysis_buffer(&vd,READ);
/* uninterleave samples */
for(i=0;i<bytes/4;i++){
buffer[0][i]=((readbuffer[i*4+1]<<8)|
(0x00ff&(int)readbuffer[i*4]))/32768.f;
buffer[1][i]=((readbuffer[i*4+3]<<8)|
(0x00ff&(int)readbuffer[i*4+2]))/32768.f;
}
/* tell the library how much we actually submitted */
vorbis_analysis_wrote(&vd,i);
}
/* vorbis does some data preanalysis, then divvies up blocks for
more involved (potentially parallel) processing. Get a single
block for encoding now */
while(vorbis_analysis_blockout(&vd,&vb)==1){
/* analysis, assume we want to use bitrate management */
vorbis_analysis(&vb,NULL);
vorbis_bitrate_addblock(&vb);
while(vorbis_bitrate_flushpacket(&vd,&op)){
/* weld the packet into the bitstream */
ogg_stream_packetin(&os,&op);
/* write out pages (if any) */
while(!eos){
int result=ogg_stream_pageout(&os,&og);
if(result==0)break;
fwrite(og.header,1,og.header_len,stdout);
fwrite(og.body,1,og.body_len,stdout);
/* this could be set above, but for illustrative purposes, I do
it here (to show that vorbis does know where the stream ends) */
if(ogg_page_eos(&og))eos=1;
}
}
}
}
/* clean up and exit. vorbis_info_clear() must be called last */
ogg_stream_clear(&os);
vorbis_block_clear(&vb);
vorbis_dsp_clear(&vd);
vorbis_comment_clear(&vc);
vorbis_info_clear(&vi);
/* ogg_page and ogg_packet structs always point to storage in
libvorbis. They're never freed or manipulated directly */
fprintf(stderr,"Done.\n");
return(0);
}
|
0 | repos/libvorbis | repos/libvorbis/examples/vorbisfile_example.c | /********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2007 *
* by the Xiph.Org Foundation https://xiph.org/ *
* *
********************************************************************
function: simple example decoder using vorbisfile
********************************************************************/
/* Takes a vorbis bitstream from stdin and writes raw stereo PCM to
stdout using vorbisfile. Using vorbisfile is much simpler than
dealing with libvorbis. */
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <vorbis/codec.h>
#include <vorbis/vorbisfile.h>
#ifdef _WIN32 /* We need the following two to set stdin/stdout to binary */
#include <io.h>
#include <fcntl.h>
#endif
char pcmout[4096]; /* take 4k out of the data segment, not the stack */
int main(){
OggVorbis_File vf;
int eof=0;
int current_section;
#ifdef _WIN32 /* We need to set stdin/stdout to binary mode. Damn windows. */
/* Beware the evil ifdef. We avoid these where we can, but this one we
cannot. Don't add any more, you'll probably go to hell if you do. */
_setmode( _fileno( stdin ), _O_BINARY );
_setmode( _fileno( stdout ), _O_BINARY );
#endif
if(ov_open_callbacks(stdin, &vf, NULL, 0, OV_CALLBACKS_NOCLOSE) < 0) {
fprintf(stderr,"Input does not appear to be an Ogg bitstream.\n");
exit(1);
}
/* Throw the comments plus a few lines about the bitstream we're
decoding */
{
char **ptr=ov_comment(&vf,-1)->user_comments;
vorbis_info *vi=ov_info(&vf,-1);
while(*ptr){
fprintf(stderr,"%s\n",*ptr);
++ptr;
}
fprintf(stderr,"\nBitstream is %d channel, %ldHz\n",vi->channels,vi->rate);
fprintf(stderr,"\nDecoded length: %ld samples\n",
(long)ov_pcm_total(&vf,-1));
fprintf(stderr,"Encoded by: %s\n\n",ov_comment(&vf,-1)->vendor);
}
while(!eof){
long ret=ov_read(&vf,pcmout,sizeof(pcmout),0,2,1,¤t_section);
if (ret == 0) {
/* EOF */
eof=1;
} else if (ret < 0) {
if(ret==OV_EBADLINK){
fprintf(stderr,"Corrupt bitstream section! Exiting.\n");
exit(1);
}
/* some other error in the stream. Not a problem, just reporting it in
case we (the app) cares. In this case, we don't. */
} else {
/* we don't bother dealing with sample rate changes, etc, but
you'll have to*/
fwrite(pcmout,1,ret,stdout);
}
}
/* cleanup */
ov_clear(&vf);
fprintf(stderr,"Done.\n");
return(0);
}
|
0 | repos/libvorbis | repos/libvorbis/examples/seeking_example.c | /********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2007 *
* by the Xiph.Org Foundation https://xiph.org/ *
* *
********************************************************************
function: illustrate seeking, and test it too
********************************************************************/
#include <stdlib.h>
#include <stdio.h>
#include "vorbis/codec.h"
#include "vorbis/vorbisfile.h"
#ifdef _WIN32 /* We need the following two to set stdin/stdout to binary */
# include <io.h>
# include <fcntl.h>
#endif
void _verify(OggVorbis_File *ov,
ogg_int64_t val,ogg_int64_t pcmval,double timeval,
ogg_int64_t pcmlength,
char *bigassbuffer){
off_t i;
int j;
long bread;
char buffer[4096];
int dummy;
ogg_int64_t pos;
int hs = ov_halfrate_p(ov);
/* verify the raw position, the pcm position and position decode */
if(val!=-1 && ov_raw_tell(ov)<val){
fprintf(stderr,"raw position out of tolerance: requested %ld, got %ld\n",
(long)val,(long)ov_raw_tell(ov));
exit(1);
}
if(pcmval!=-1 && ov_pcm_tell(ov)>pcmval){
fprintf(stderr,"pcm position out of tolerance: requested %ld, got %ld\n",
(long)pcmval,(long)ov_pcm_tell(ov));
exit(1);
}
if(timeval!=-1 && ov_time_tell(ov)>timeval){
fprintf(stderr,"time position out of tolerance: requested %f, got %f\n",
timeval,ov_time_tell(ov));
exit(1);
}
pos=ov_pcm_tell(ov);
if(pos<0 || pos>pcmlength){
fprintf(stderr,"pcm position out of bounds: got %ld\n",(long)pos);
exit(1);
}
bread=ov_read(ov,buffer,4096,1,1,1,&dummy);
for(j=0;j<bread;j++){
if(buffer[j]!=bigassbuffer[j+((pos>>hs)*2)]){
fprintf(stderr,"data after seek doesn't match declared pcm position %ld\n",(long)pos);
for(i=0;i<(pcmlength>>hs)*2-bread;i++){
for(j=0;j<bread;j++)
if(buffer[j] != bigassbuffer[i+j])break;
if(j==bread){
fprintf(stderr,"data after seek appears to match position %ld\n",(long)((i/2)<<hs));
}
}
{
FILE *f=fopen("a.m","w");
for(j=0;j<bread;j++)fprintf(f,"%d %d\n",j,(int)buffer[j]);
fclose(f);
f=fopen("b.m","w");
for(j=-4096;j<bread+4096;j++)
if(j+((pos*2)>>hs)>=0 && (j+((pos*2)>>hs))<(pcmlength>>hs)*2)
fprintf(f,"%d %d\n",j,(int)bigassbuffer[j+((pos*2)>>hs)]);
fclose(f);
}
exit(1);
}
}
}
int main(){
OggVorbis_File ov;
int i,ret;
ogg_int64_t pcmlength;
double timelength;
char *bigassbuffer;
int dummy;
int hs=0;
#ifdef _WIN32 /* We need to set stdin/stdout to binary mode. Damn windows. */
_setmode( _fileno( stdin ), _O_BINARY );
#endif
/* open the file/pipe on stdin */
if(ov_open_callbacks(stdin,&ov,NULL,-1,OV_CALLBACKS_NOCLOSE)<0){
fprintf(stderr,"Could not open input as an OggVorbis file.\n\n");
exit(1);
}
#if 0 /*enable this code to test seeking with halfrate decode */
if(ov_halfrate(&ov,1)){
fprintf(stderr,"Sorry; unable to set half-rate decode.\n\n");
exit(1);
}else
hs=1;
#endif
if(ov_seekable(&ov)){
/* to simplify our own lives, we want to assume the whole file is
stereo. Verify this to avoid potentially mystifying users
(pissing them off is OK, just don't confuse them) */
for(i=0;i<ov.links;i++){
vorbis_info *vi=ov_info(&ov,i);
if(vi->channels!=2){
fprintf(stderr,"Sorry; right now seeking_test can only use Vorbis files\n"
"that are entirely stereo.\n\n");
exit(1);
}
}
/* because we want to do sample-level verification that the seek
does what it claimed, decode the entire file into memory */
pcmlength=ov_pcm_total(&ov,-1);
timelength=ov_time_total(&ov,-1);
bigassbuffer=malloc((pcmlength>>hs)*2); /* w00t */
i=0;
while(i<(pcmlength>>hs)*2){
int ret=ov_read(&ov,bigassbuffer+i,((pcmlength>>hs)*2)-i,1,1,1,&dummy);
if(ret<0){
fprintf(stderr,"Error reading file.\n");
exit(1);
}
if(ret){
i+=ret;
}else{
pcmlength=(i/2)<<hs;
}
fprintf(stderr,"\rloading.... [%ld left] ",
(long)((pcmlength>>hs)*2-i));
}
{
ogg_int64_t length=ov.end;
fprintf(stderr,"\rtesting raw seeking to random places in %ld bytes....\n",
(long)length);
for(i=0;i<1000;i++){
ogg_int64_t val=(double)rand()/RAND_MAX*length;
fprintf(stderr,"\r\t%d [raw position %ld]... ",i,(long)val);
ret=ov_raw_seek(&ov,val);
if(ret<0){
fprintf(stderr,"seek failed: %d\n",ret);
exit(1);
}
_verify(&ov,val,-1,-1.,pcmlength,bigassbuffer);
}
}
fprintf(stderr,"\r");
{
fprintf(stderr,"testing pcm page seeking to random places in %ld samples....\n",
(long)pcmlength);
for(i=0;i<1000;i++){
ogg_int64_t val= i==0?(ogg_int64_t)0:(double)rand()/RAND_MAX*pcmlength;
fprintf(stderr,"\r\t%d [pcm position %ld]... ",i,(long)val);
ret=ov_pcm_seek_page(&ov,val);
if(ret<0){
fprintf(stderr,"seek failed: %d\n",ret);
exit(1);
}
_verify(&ov,-1,val,-1.,pcmlength,bigassbuffer);
}
}
fprintf(stderr,"\r");
{
fprintf(stderr,"testing pcm exact seeking to random places in %f seconds....\n",
timelength);
for(i=0;i<1000;i++){
ogg_int64_t val= i==0?(ogg_int64_t)0:(double)rand()/RAND_MAX*pcmlength;
fprintf(stderr,"\r\t%d [pcm position %ld]... ",i,(long)val);
ret=ov_pcm_seek(&ov,val);
if(ret<0){
fprintf(stderr,"seek failed: %d\n",ret);
exit(1);
}
if(ov_pcm_tell(&ov)!=((val>>hs)<<hs)){
fprintf(stderr,"Declared position didn't perfectly match request: %ld != %ld\n",
(long)val,(long)ov_pcm_tell(&ov));
exit(1);
}
_verify(&ov,-1,val,-1.,pcmlength,bigassbuffer);
}
}
fprintf(stderr,"\r");
{
fprintf(stderr,"testing time page seeking to random places in %f seconds....\n",
timelength);
for(i=0;i<1000;i++){
double val=(double)rand()/RAND_MAX*timelength;
fprintf(stderr,"\r\t%d [time position %f]... ",i,val);
ret=ov_time_seek_page(&ov,val);
if(ret<0){
fprintf(stderr,"seek failed: %d\n",ret);
exit(1);
}
_verify(&ov,-1,-1,val,pcmlength,bigassbuffer);
}
}
fprintf(stderr,"\r");
{
fprintf(stderr,"testing time exact seeking to random places in %f seconds....\n",
timelength);
for(i=0;i<1000;i++){
double val=(double)rand()/RAND_MAX*timelength;
fprintf(stderr,"\r\t%d [time position %f]... ",i,val);
ret=ov_time_seek(&ov,val);
if(ret<0){
fprintf(stderr,"seek failed: %d\n",ret);
exit(1);
}
if(ov_time_tell(&ov)<val-1 || ov_time_tell(&ov)>val+1){
fprintf(stderr,"Declared position didn't perfectly match request: %f != %f\n",
val,ov_time_tell(&ov));
exit(1);
}
_verify(&ov,-1,-1,val,pcmlength,bigassbuffer);
}
}
fprintf(stderr,"\r \nOK.\n\n");
}else{
fprintf(stderr,"Standard input was not seekable.\n");
}
ov_clear(&ov);
return 0;
}
|
0 | repos/libvorbis | repos/libvorbis/vq/vqgen.c | /********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
* by the Xiph.Org Foundation https://xiph.org/ *
* *
********************************************************************
function: train a VQ codebook
********************************************************************/
/* This code is *not* part of libvorbis. It is used to generate
trained codebooks offline and then spit the results into a
pregenerated codebook that is compiled into libvorbis. It is an
expensive (but good) algorithm. Run it on big iron. */
/* There are so many optimizations to explore in *both* stages that
considering the undertaking is almost withering. For now, we brute
force it all */
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include <string.h>
#include "vqgen.h"
#include "bookutil.h"
/* Codebook generation happens in two steps:
1) Train the codebook with data collected from the encoder: We use
one of a few error metrics (which represent the distance between a
given data point and a candidate point in the training set) to
divide the training set up into cells representing roughly equal
probability of occurring.
2) Generate the codebook and auxiliary data from the trained data set
*/
/* Codebook training ****************************************************
*
* The basic idea here is that a VQ codebook is like an m-dimensional
* foam with n bubbles. The bubbles compete for space/volume and are
* 'pressurized' [biased] according to some metric. The basic alg
* iterates through allowing the bubbles to compete for space until
* they converge (if the damping is dome properly) on a steady-state
* solution. Individual input points, collected from libvorbis, are
* used to train the algorithm monte-carlo style. */
/* internal helpers *****************************************************/
#define vN(data,i) (data+v->elements*i)
/* default metric; squared 'distance' from desired value. */
float _dist(vqgen *v,float *a, float *b){
int i;
int el=v->elements;
float acc=0.f;
for(i=0;i<el;i++){
float val=(a[i]-b[i]);
acc+=val*val;
}
return sqrt(acc);
}
float *_weight_null(vqgen *v,float *a){
return a;
}
/* *must* be beefed up. */
void _vqgen_seed(vqgen *v){
long i;
for(i=0;i<v->entries;i++)
memcpy(_now(v,i),_point(v,i),sizeof(float)*v->elements);
v->seeded=1;
}
int directdsort(const void *a, const void *b){
float av=*((float *)a);
float bv=*((float *)b);
return (av<bv)-(av>bv);
}
void vqgen_cellmetric(vqgen *v){
int j,k;
float min=-1.f,max=-1.f,mean=0.f,acc=0.f;
long dup=0,unused=0;
#ifdef NOISY
int i;
char buff[80];
float spacings[v->entries];
int count=0;
FILE *cells;
sprintf(buff,"cellspace%d.m",v->it);
cells=fopen(buff,"w");
#endif
/* minimum, maximum, cell spacing */
for(j=0;j<v->entries;j++){
float localmin=-1.;
for(k=0;k<v->entries;k++){
if(j!=k){
float this=_dist(v,_now(v,j),_now(v,k));
if(this>0){
if(v->assigned[k] && (localmin==-1 || this<localmin))
localmin=this;
}else{
if(k<j){
dup++;
break;
}
}
}
}
if(k<v->entries)continue;
if(v->assigned[j]==0){
unused++;
continue;
}
localmin=v->max[j]+localmin/2; /* this gives us rough diameter */
if(min==-1 || localmin<min)min=localmin;
if(max==-1 || localmin>max)max=localmin;
mean+=localmin;
acc++;
#ifdef NOISY
spacings[count++]=localmin;
#endif
}
fprintf(stderr,"cell diameter: %.03g::%.03g::%.03g (%ld unused/%ld dup)\n",
min,mean/acc,max,unused,dup);
#ifdef NOISY
qsort(spacings,count,sizeof(float),directdsort);
for(i=0;i<count;i++)
fprintf(cells,"%g\n",spacings[i]);
fclose(cells);
#endif
}
/* External calls *******************************************************/
/* We have two forms of quantization; in the first, each vector
element in the codebook entry is orthogonal. Residues would use this
quantization for example.
In the second, we have a sequence of monotonically increasing
values that we wish to quantize as deltas (to save space). We
still need to quantize so that absolute values are accurate. For
example, LSP quantizes all absolute values, but the book encodes
distance between values because each successive value is larger
than the preceeding value. Thus the desired quantibits apply to
the encoded (delta) values, not abs positions. This requires minor
additional encode-side trickery. */
void vqgen_quantize(vqgen *v,quant_meta *q){
float maxdel;
float mindel;
float delta;
float maxquant=((1<<q->quant)-1);
int j,k;
mindel=maxdel=_now(v,0)[0];
for(j=0;j<v->entries;j++){
float last=0.f;
for(k=0;k<v->elements;k++){
if(mindel>_now(v,j)[k]-last)mindel=_now(v,j)[k]-last;
if(maxdel<_now(v,j)[k]-last)maxdel=_now(v,j)[k]-last;
if(q->sequencep)last=_now(v,j)[k];
}
}
/* first find the basic delta amount from the maximum span to be
encoded. Loosen the delta slightly to allow for additional error
during sequence quantization */
delta=(maxdel-mindel)/((1<<q->quant)-1.5f);
q->min=_float32_pack(mindel);
q->delta=_float32_pack(delta);
mindel=_float32_unpack(q->min);
delta=_float32_unpack(q->delta);
for(j=0;j<v->entries;j++){
float last=0;
for(k=0;k<v->elements;k++){
float val=_now(v,j)[k];
float now=rint((val-last-mindel)/delta);
_now(v,j)[k]=now;
if(now<0){
/* be paranoid; this should be impossible */
fprintf(stderr,"fault; quantized value<0\n");
exit(1);
}
if(now>maxquant){
/* be paranoid; this should be impossible */
fprintf(stderr,"fault; quantized value>max\n");
exit(1);
}
if(q->sequencep)last=(now*delta)+mindel+last;
}
}
}
/* much easier :-). Unlike in the codebook, we don't un-log log
scales; we just make sure they're properly offset. */
void vqgen_unquantize(vqgen *v,quant_meta *q){
long j,k;
float mindel=_float32_unpack(q->min);
float delta=_float32_unpack(q->delta);
for(j=0;j<v->entries;j++){
float last=0.f;
for(k=0;k<v->elements;k++){
float now=_now(v,j)[k];
now=fabs(now)*delta+last+mindel;
if(q->sequencep)last=now;
_now(v,j)[k]=now;
}
}
}
void vqgen_init(vqgen *v,int elements,int aux,int entries,float mindist,
float (*metric)(vqgen *,float *, float *),
float *(*weight)(vqgen *,float *),int centroid){
memset(v,0,sizeof(vqgen));
v->centroid=centroid;
v->elements=elements;
v->aux=aux;
v->mindist=mindist;
v->allocated=32768;
v->pointlist=_ogg_malloc(v->allocated*(v->elements+v->aux)*sizeof(float));
v->entries=entries;
v->entrylist=_ogg_malloc(v->entries*v->elements*sizeof(float));
v->assigned=_ogg_malloc(v->entries*sizeof(long));
v->bias=_ogg_calloc(v->entries,sizeof(float));
v->max=_ogg_calloc(v->entries,sizeof(float));
if(metric)
v->metric_func=metric;
else
v->metric_func=_dist;
if(weight)
v->weight_func=weight;
else
v->weight_func=_weight_null;
v->asciipoints=tmpfile();
}
void vqgen_addpoint(vqgen *v, float *p,float *a){
int k;
for(k=0;k<v->elements;k++)
fprintf(v->asciipoints,"%.12g\n",p[k]);
for(k=0;k<v->aux;k++)
fprintf(v->asciipoints,"%.12g\n",a[k]);
if(v->points>=v->allocated){
v->allocated*=2;
v->pointlist=_ogg_realloc(v->pointlist,v->allocated*(v->elements+v->aux)*
sizeof(float));
}
memcpy(_point(v,v->points),p,sizeof(float)*v->elements);
if(v->aux)memcpy(_point(v,v->points)+v->elements,a,sizeof(float)*v->aux);
/* quantize to the density mesh if it's selected */
if(v->mindist>0.f){
/* quantize to the mesh */
for(k=0;k<v->elements+v->aux;k++)
_point(v,v->points)[k]=
rint(_point(v,v->points)[k]/v->mindist)*v->mindist;
}
v->points++;
if(!(v->points&0xff))spinnit("loading... ",v->points);
}
/* yes, not threadsafe. These utils aren't */
static int sortit=0;
static int sortsize=0;
static int meshcomp(const void *a,const void *b){
if(((sortit++)&0xfff)==0)spinnit("sorting mesh...",sortit);
return(memcmp(a,b,sortsize));
}
void vqgen_sortmesh(vqgen *v){
sortit=0;
if(v->mindist>0.f){
long i,march=1;
/* sort to make uniqueness detection trivial */
sortsize=(v->elements+v->aux)*sizeof(float);
qsort(v->pointlist,v->points,sortsize,meshcomp);
/* now march through and eliminate dupes */
for(i=1;i<v->points;i++){
if(memcmp(_point(v,i),_point(v,i-1),sortsize)){
/* a new, unique entry. march it down */
if(i>march)memcpy(_point(v,march),_point(v,i),sortsize);
march++;
}
spinnit("eliminating density... ",v->points-i);
}
/* we're done */
fprintf(stderr,"\r%ld training points remining out of %ld"
" after density mesh (%ld%%)\n",march,v->points,march*100/v->points);
v->points=march;
}
v->sorted=1;
}
float vqgen_iterate(vqgen *v,int biasp){
long i,j,k;
float fdesired;
long desired;
long desired2;
float asserror=0.f;
float meterror=0.f;
float *new;
float *new2;
long *nearcount;
float *nearbias;
#ifdef NOISY
char buff[80];
FILE *assig;
FILE *bias;
FILE *cells;
sprintf(buff,"cells%d.m",v->it);
cells=fopen(buff,"w");
sprintf(buff,"assig%d.m",v->it);
assig=fopen(buff,"w");
sprintf(buff,"bias%d.m",v->it);
bias=fopen(buff,"w");
#endif
if(v->entries<2){
fprintf(stderr,"generation requires at least two entries\n");
exit(1);
}
if(!v->sorted)vqgen_sortmesh(v);
if(!v->seeded)_vqgen_seed(v);
fdesired=(float)v->points/v->entries;
desired=fdesired;
desired2=desired*2;
new=_ogg_malloc(sizeof(float)*v->entries*v->elements);
new2=_ogg_malloc(sizeof(float)*v->entries*v->elements);
nearcount=_ogg_malloc(v->entries*sizeof(long));
nearbias=_ogg_malloc(v->entries*desired2*sizeof(float));
/* fill in nearest points for entry biasing */
/*memset(v->bias,0,sizeof(float)*v->entries);*/
memset(nearcount,0,sizeof(long)*v->entries);
memset(v->assigned,0,sizeof(long)*v->entries);
if(biasp){
for(i=0;i<v->points;i++){
float *ppt=v->weight_func(v,_point(v,i));
float firstmetric=v->metric_func(v,_now(v,0),ppt)+v->bias[0];
float secondmetric=v->metric_func(v,_now(v,1),ppt)+v->bias[1];
long firstentry=0;
long secondentry=1;
if(!(i&0xff))spinnit("biasing... ",v->points+v->points+v->entries-i);
if(firstmetric>secondmetric){
float temp=firstmetric;
firstmetric=secondmetric;
secondmetric=temp;
firstentry=1;
secondentry=0;
}
for(j=2;j<v->entries;j++){
float thismetric=v->metric_func(v,_now(v,j),ppt)+v->bias[j];
if(thismetric<secondmetric){
if(thismetric<firstmetric){
secondmetric=firstmetric;
secondentry=firstentry;
firstmetric=thismetric;
firstentry=j;
}else{
secondmetric=thismetric;
secondentry=j;
}
}
}
j=firstentry;
for(j=0;j<v->entries;j++){
float thismetric,localmetric;
float *nearbiasptr=nearbias+desired2*j;
long k=nearcount[j];
localmetric=v->metric_func(v,_now(v,j),ppt);
/* 'thismetric' is to be the bias value necessary in the current
arrangement for entry j to capture point i */
if(firstentry==j){
/* use the secondary entry as the threshhold */
thismetric=secondmetric-localmetric;
}else{
/* use the primary entry as the threshhold */
thismetric=firstmetric-localmetric;
}
/* support the idea of 'minimum distance'... if we want the
cells in a codebook to be roughly some minimum size (as with
the low resolution residue books) */
/* a cute two-stage delayed sorting hack */
if(k<desired){
nearbiasptr[k]=thismetric;
k++;
if(k==desired){
spinnit("biasing... ",v->points+v->points+v->entries-i);
qsort(nearbiasptr,desired,sizeof(float),directdsort);
}
}else if(thismetric>nearbiasptr[desired-1]){
nearbiasptr[k]=thismetric;
k++;
if(k==desired2){
spinnit("biasing... ",v->points+v->points+v->entries-i);
qsort(nearbiasptr,desired2,sizeof(float),directdsort);
k=desired;
}
}
nearcount[j]=k;
}
}
/* inflate/deflate */
for(i=0;i<v->entries;i++){
float *nearbiasptr=nearbias+desired2*i;
spinnit("biasing... ",v->points+v->entries-i);
/* due to the delayed sorting, we likely need to finish it off....*/
if(nearcount[i]>desired)
qsort(nearbiasptr,nearcount[i],sizeof(float),directdsort);
v->bias[i]=nearbiasptr[desired-1];
}
}else{
memset(v->bias,0,v->entries*sizeof(float));
}
/* Now assign with new bias and find new midpoints */
for(i=0;i<v->points;i++){
float *ppt=v->weight_func(v,_point(v,i));
float firstmetric=v->metric_func(v,_now(v,0),ppt)+v->bias[0];
long firstentry=0;
if(!(i&0xff))spinnit("centering... ",v->points-i);
for(j=0;j<v->entries;j++){
float thismetric=v->metric_func(v,_now(v,j),ppt)+v->bias[j];
if(thismetric<firstmetric){
firstmetric=thismetric;
firstentry=j;
}
}
j=firstentry;
#ifdef NOISY
fprintf(cells,"%g %g\n%g %g\n\n",
_now(v,j)[0],_now(v,j)[1],
ppt[0],ppt[1]);
#endif
firstmetric-=v->bias[j];
meterror+=firstmetric;
if(v->centroid==0){
/* set up midpoints for next iter */
if(v->assigned[j]++){
for(k=0;k<v->elements;k++)
vN(new,j)[k]+=ppt[k];
if(firstmetric>v->max[j])v->max[j]=firstmetric;
}else{
for(k=0;k<v->elements;k++)
vN(new,j)[k]=ppt[k];
v->max[j]=firstmetric;
}
}else{
/* centroid */
if(v->assigned[j]++){
for(k=0;k<v->elements;k++){
if(vN(new,j)[k]>ppt[k])vN(new,j)[k]=ppt[k];
if(vN(new2,j)[k]<ppt[k])vN(new2,j)[k]=ppt[k];
}
if(firstmetric>v->max[firstentry])v->max[j]=firstmetric;
}else{
for(k=0;k<v->elements;k++){
vN(new,j)[k]=ppt[k];
vN(new2,j)[k]=ppt[k];
}
v->max[firstentry]=firstmetric;
}
}
}
/* assign midpoints */
for(j=0;j<v->entries;j++){
#ifdef NOISY
fprintf(assig,"%ld\n",v->assigned[j]);
fprintf(bias,"%g\n",v->bias[j]);
#endif
asserror+=fabs(v->assigned[j]-fdesired);
if(v->assigned[j]){
if(v->centroid==0){
for(k=0;k<v->elements;k++)
_now(v,j)[k]=vN(new,j)[k]/v->assigned[j];
}else{
for(k=0;k<v->elements;k++)
_now(v,j)[k]=(vN(new,j)[k]+vN(new2,j)[k])/2.f;
}
}
}
asserror/=(v->entries*fdesired);
fprintf(stderr,"Pass #%d... ",v->it);
fprintf(stderr,": dist %g(%g) metric error=%g \n",
asserror,fdesired,meterror/v->points);
v->it++;
free(new);
free(nearcount);
free(nearbias);
#ifdef NOISY
fclose(assig);
fclose(bias);
fclose(cells);
#endif
return(asserror);
}
|
0 | repos/libvorbis | repos/libvorbis/vq/bookutil.c | /********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2014 *
* by the Xiph.Org Foundation https://xiph.org/ *
* *
********************************************************************
function: utility functions for loading .vqh and .vqd files
********************************************************************/
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include <string.h>
#include <errno.h>
#include "bookutil.h"
int _best(codebook *book, float *a, int step){
int dim=book->dim;
int i,j,o;
int minval=book->minval;
int del=book->delta;
int qv=book->quantvals;
int ze=(qv>>1);
int index=0;
/* assumes integer/centered encoder codebook maptype 1 no more than dim 8 */
if(del!=1){
for(i=0,o=step*(dim-1);i<dim;i++,o-=step){
int v = ((int)rint(a[o])-minval+(del>>1))/del;
int m = (v<ze ? ((ze-v)<<1)-1 : ((v-ze)<<1));
index = index*qv+ (m<0?0:(m>=qv?qv-1:m));
}
}else{
for(i=0,o=step*(dim-1);i<dim;i++,o-=step){
int v = (int)rint(a[o])-minval;
int m = (v<ze ? ((ze-v)<<1)-1 : ((v-ze)<<1));
index = index*qv+ (m<0?0:(m>=qv?qv-1:m));
}
}
if(book->c->lengthlist[index]<=0){
const static_codebook *c=book->c;
int best=-1;
/* assumes integer/centered encoder codebook maptype 1 no more than dim 8 */
int e[8]={0,0,0,0,0,0,0,0};
int maxval = book->minval + book->delta*(book->quantvals-1);
for(i=0;i<book->entries;i++){
if(c->lengthlist[i]>0){
float this=0;
for(j=0;j<dim;j++){
float val=(e[j]-a[j*step]);
this+=val*val;
}
if(best==-1 || this<best){
best=this;
index=i;
}
}
/* assumes the value patterning created by the tools in vq/ */
j=0;
while(e[j]>=maxval)
e[j++]=0;
if(e[j]>=0)
e[j]+=book->delta;
e[j]= -e[j];
}
}
return index;
}
/* A few little utils for reading files */
/* read a line. Use global, persistent buffering */
static char *linebuffer=NULL;
static int lbufsize=0;
char *get_line(FILE *in){
long sofar=0;
if(feof(in))return NULL;
while(1){
int gotline=0;
while(!gotline){
if(sofar+1>=lbufsize){
if(!lbufsize){
lbufsize=1024;
linebuffer=_ogg_malloc(lbufsize);
}else{
lbufsize*=2;
linebuffer=_ogg_realloc(linebuffer,lbufsize);
}
}
{
long c=fgetc(in);
switch(c){
case EOF:
if(sofar==0)return(NULL);
/* fallthrough correct */
case '\n':
linebuffer[sofar]='\0';
gotline=1;
break;
default:
linebuffer[sofar++]=c;
linebuffer[sofar]='\0';
break;
}
}
}
if(linebuffer[0]=='#'){
sofar=0;
}else{
return(linebuffer);
}
}
}
/* read the next numerical value from the given file */
static char *value_line_buff=NULL;
int get_line_value(FILE *in,float *value){
char *next;
if(!value_line_buff)return(-1);
*value=strtod(value_line_buff, &next);
if(next==value_line_buff){
value_line_buff=NULL;
return(-1);
}else{
value_line_buff=next;
while(*value_line_buff>44)value_line_buff++;
if(*value_line_buff==44)value_line_buff++;
return(0);
}
}
int get_next_value(FILE *in,float *value){
while(1){
if(get_line_value(in,value)){
value_line_buff=get_line(in);
if(!value_line_buff)return(-1);
}else{
return(0);
}
}
}
int get_next_ivalue(FILE *in,long *ivalue){
float value;
int ret=get_next_value(in,&value);
*ivalue=value;
return(ret);
}
static float sequence_base=0.f;
static int v_sofar=0;
void reset_next_value(void){
value_line_buff=NULL;
sequence_base=0.f;
v_sofar=0;
}
char *setup_line(FILE *in){
reset_next_value();
value_line_buff=get_line(in);
return(value_line_buff);
}
int get_vector(codebook *b,FILE *in,int start, int n,float *a){
int i;
const static_codebook *c=b->c;
while(1){
if(v_sofar==n || get_line_value(in,a)){
reset_next_value();
if(get_next_value(in,a))
break;
for(i=0;i<start;i++){
sequence_base=*a;
get_line_value(in,a);
}
}
for(i=1;i<c->dim;i++)
if(get_line_value(in,a+i))
break;
if(i==c->dim){
float temp=a[c->dim-1];
for(i=0;i<c->dim;i++)a[i]-=sequence_base;
if(c->q_sequencep)sequence_base=temp;
v_sofar++;
return(0);
}
sequence_base=0.f;
}
return(-1);
}
/* read lines fromt he beginning until we find one containing the
specified string */
char *find_seek_to(FILE *in,char *s){
rewind(in);
while(1){
char *line=get_line(in);
if(line){
if(strstr(line,s))
return(line);
}else
return(NULL);
}
}
/* this reads the format as written by vqbuild/latticebuild; innocent
(legal) tweaking of the file that would not affect its valid
header-ness will break this routine */
codebook *codebook_load(char *filename){
codebook *b=_ogg_calloc(1,sizeof(codebook));
static_codebook *c=(static_codebook *)(b->c=_ogg_calloc(1,sizeof(static_codebook)));
int quant_to_read=0;
FILE *in=fopen(filename,"r");
char *line;
long i;
if(in==NULL){
fprintf(stderr,"Couldn't open codebook %s\n",filename);
exit(1);
}
/* find the codebook struct */
find_seek_to(in,"static const static_codebook ");
/* get the major important values */
line=get_line(in);
if(sscanf(line,"%ld, %ld,",
&(c->dim),&(c->entries))!=2){
fprintf(stderr,"1: syntax in %s in line:\t %s",filename,line);
exit(1);
}
line=get_line(in);
line=get_line(in);
if(sscanf(line,"%d, %ld, %ld, %d, %d,",
&(c->maptype),&(c->q_min),&(c->q_delta),&(c->q_quant),
&(c->q_sequencep))!=5){
fprintf(stderr,"1: syntax in %s in line:\t %s",filename,line);
exit(1);
}
switch(c->maptype){
case 0:
quant_to_read=0;
break;
case 1:
quant_to_read=_book_maptype1_quantvals(c);
break;
case 2:
quant_to_read=c->entries*c->dim;
break;
}
/* load the quantized entries */
find_seek_to(in,"static const long _vq_quantlist_");
reset_next_value();
c->quantlist=_ogg_malloc(sizeof(long)*quant_to_read);
for(i=0;i<quant_to_read;i++)
if(get_next_ivalue(in,c->quantlist+i)){
fprintf(stderr,"out of data while reading codebook %s\n",filename);
exit(1);
}
/* load the lengthlist */
find_seek_to(in,"_lengthlist");
reset_next_value();
c->lengthlist=_ogg_malloc(sizeof(long)*c->entries);
for(i=0;i<c->entries;i++)
if(get_next_ivalue(in,c->lengthlist+i)){
fprintf(stderr,"out of data while reading codebook %s\n",filename);
exit(1);
}
/* got it all */
fclose(in);
vorbis_book_init_encode(b,c);
b->valuelist=_book_unquantize(c,c->entries,NULL);
return(b);
}
void spinnit(char *s,int n){
static int p=0;
static long lasttime=0;
long test;
struct timeval thistime;
gettimeofday(&thistime,NULL);
test=thistime.tv_sec*10+thistime.tv_usec/100000;
if(lasttime!=test){
lasttime=test;
fprintf(stderr,"%s%d ",s,n);
p++;if(p>3)p=0;
switch(p){
case 0:
fprintf(stderr,"| \r");
break;
case 1:
fprintf(stderr,"/ \r");
break;
case 2:
fprintf(stderr,"- \r");
break;
case 3:
fprintf(stderr,"\\ \r");
break;
}
fflush(stderr);
}
}
void build_tree_from_lengths(int vals, long *hist, long *lengths){
int i,j;
long *membership=_ogg_malloc(vals*sizeof(long));
long *histsave=alloca(vals*sizeof(long));
memcpy(histsave,hist,vals*sizeof(long));
for(i=0;i<vals;i++)membership[i]=i;
/* find codeword lengths */
/* much more elegant means exist. Brute force n^2, minimum thought */
for(i=vals;i>1;i--){
int first=-1,second=-1;
long least=-1;
spinnit("building... ",i);
/* find the two nodes to join */
for(j=0;j<vals;j++)
if(least==-1 || hist[j]<=least){
least=hist[j];
first=membership[j];
}
least=-1;
for(j=0;j<vals;j++)
if((least==-1 || hist[j]<=least) && membership[j]!=first){
least=hist[j];
second=membership[j];
}
if(first==-1 || second==-1){
fprintf(stderr,"huffman fault; no free branch\n");
exit(1);
}
/* join them */
least=hist[first]+hist[second];
for(j=0;j<vals;j++)
if(membership[j]==first || membership[j]==second){
membership[j]=first;
hist[j]=least;
lengths[j]++;
}
}
for(i=0;i<vals-1;i++)
if(membership[i]!=membership[i+1]){
fprintf(stderr,"huffman fault; failed to build single tree\n");
exit(1);
}
/* for sanity check purposes: how many bits would it have taken to
encode the training set? */
{
long bitsum=0;
long samples=0;
for(i=0;i<vals;i++){
bitsum+=(histsave[i]-1)*lengths[i];
samples+=histsave[i]-1;
}
if(samples){
fprintf(stderr,"\rTotal samples in training set: %ld \n",samples);
fprintf(stderr,"\rTotal bits used to represent training set: %ld\n",
bitsum);
}
}
free(membership);
}
/* wrap build_tree_from_lengths to allow zero entries in the histogram */
void build_tree_from_lengths0(int vals, long *hist, long *lengths){
/* pack the 'sparse' hit list into a dense list, then unpack
the lengths after the build */
int upper=0,i;
long *lengthlist=_ogg_calloc(vals,sizeof(long));
long *newhist=alloca(vals*sizeof(long));
for(i=0;i<vals;i++)
if(hist[i]>0)
newhist[upper++]=hist[i];
if(upper != vals){
fprintf(stderr,"\rEliminating %d unused entries; %d entries remain\n",
vals-upper,upper);
}
build_tree_from_lengths(upper,newhist,lengthlist);
upper=0;
for(i=0;i<vals;i++)
if(hist[i]>0)
lengths[i]=lengthlist[upper++];
else
lengths[i]=0;
free(lengthlist);
}
void write_codebook(FILE *out,char *name,const static_codebook *c){
int i,j,k;
/* save the book in C header form */
/* first, the static vectors, then the book structure to tie it together. */
/* quantlist */
if(c->quantlist){
long vals=(c->maptype==1?_book_maptype1_quantvals(c):c->entries*c->dim);
fprintf(out,"static const long _vq_quantlist_%s[] = {\n",name);
for(j=0;j<vals;j++){
fprintf(out,"\t%ld,\n",c->quantlist[j]);
}
fprintf(out,"};\n\n");
}
/* lengthlist */
fprintf(out,"static const char _vq_lengthlist_%s[] = {\n",name);
for(j=0;j<c->entries;){
fprintf(out,"\t");
for(k=0;k<16 && j<c->entries;k++,j++)
fprintf(out,"%2ld,",c->lengthlist[j]);
fprintf(out,"\n");
}
fprintf(out,"};\n\n");
/* tie it all together */
fprintf(out,"static const static_codebook %s = {\n",name);
fprintf(out,"\t%ld, %ld,\n",c->dim,c->entries);
fprintf(out,"\t(char *)_vq_lengthlist_%s,\n",name);
fprintf(out,"\t%d, %ld, %ld, %d, %d,\n",
c->maptype,c->q_min,c->q_delta,c->q_quant,c->q_sequencep);
if(c->quantlist)
fprintf(out,"\t(long *)_vq_quantlist_%s,\n",name);
else
fprintf(out,"\tNULL,\n");
fprintf(out,"\t0\n};\n\n");
}
|
0 | repos/libvorbis | repos/libvorbis/vq/bookutil.h | /********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
* by the Xiph.Org Foundation https://xiph.org/ *
* *
********************************************************************
function: utility functions for loading .vqh and .vqd files
********************************************************************/
#ifndef _V_BOOKUTIL_H_
#define _V_BOOKUTIL_H_
#include <stdio.h>
#include <sys/time.h>
#include "localcodebook.h"
extern char *get_line(FILE *in);
extern char *setup_line(FILE *in);
extern int get_line_value(FILE *in,float *value);
extern int get_next_value(FILE *in,float *value);
extern int get_next_ivalue(FILE *in,long *ivalue);
extern void reset_next_value(void);
extern int get_vector(codebook *b,FILE *in,int start,int num,float *a);
extern char *find_seek_to(FILE *in,char *s);
extern codebook *codebook_load(char *filename);
extern void write_codebook(FILE *out,char *name,const static_codebook *c);
extern void spinnit(char *s,int n);
extern void build_tree_from_lengths(int vals, long *hist, long *lengths);
extern void build_tree_from_lengths0(int vals, long *hist, long *lengths);
#endif
|
0 | repos/libvorbis | repos/libvorbis/vq/vqgen.h | /********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
* by the Xiph.Org Foundation https://xiph.org/ *
* *
********************************************************************
function: build a VQ codebook
********************************************************************/
#ifndef _VQGEN_H_
#define _VQGEN_H_
typedef struct vqgen{
int seeded;
int sorted;
int it;
int elements;
int aux;
float mindist;
int centroid;
/* point cache */
float *pointlist;
long points;
long allocated;
/* entries */
float *entrylist;
long *assigned;
float *bias;
long entries;
float *max;
float (*metric_func) (struct vqgen *v,float *entry,float *point);
float *(*weight_func) (struct vqgen *v,float *point);
FILE *asciipoints;
} vqgen;
typedef struct {
long min; /* packed 24 bit float */
long delta; /* packed 24 bit float */
int quant; /* 0 < quant <= 16 */
int sequencep; /* bitflag */
} quant_meta;
static inline float *_point(vqgen *v,long ptr){
return v->pointlist+((v->elements+v->aux)*ptr);
}
static inline float *_aux(vqgen *v,long ptr){
return _point(v,ptr)+v->aux;
}
static inline float *_now(vqgen *v,long ptr){
return v->entrylist+(v->elements*ptr);
}
extern void vqgen_init(vqgen *v,
int elements,int aux,int entries,float mindist,
float (*metric)(vqgen *,float *, float *),
float *(*weight)(vqgen *,float *),int centroid);
extern void vqgen_addpoint(vqgen *v, float *p,float *aux);
extern float vqgen_iterate(vqgen *v,int biasp);
extern void vqgen_unquantize(vqgen *v,quant_meta *q);
extern void vqgen_quantize(vqgen *v,quant_meta *q);
extern void vqgen_cellmetric(vqgen *v);
#endif
|
0 | repos/libvorbis | repos/libvorbis/vq/metrics.c | /********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
* by the Xiph.Org Foundation https://xiph.org/ *
* *
********************************************************************
function: function calls to collect codebook metrics
********************************************************************/
#include <stdlib.h>
#include <unistd.h>
#include <math.h>
#include "bookutil.h"
/* collect the following metrics:
mean and mean squared amplitude
mean and mean squared error
mean and mean squared error (per sample) by entry
worst case fit by entry
entry cell size
hits by entry
total bits
total samples
(average bits per sample)*/
/* set up metrics */
float meanamplitude_acc=0.f;
float meanamplitudesq_acc=0.f;
float meanerror_acc=0.f;
float meanerrorsq_acc=0.f;
float **histogram=NULL;
float **histogram_error=NULL;
float **histogram_errorsq=NULL;
float **histogram_hi=NULL;
float **histogram_lo=NULL;
float bits=0.f;
float count=0.f;
static float *_now(codebook *c, int i){
return c->valuelist+i*c->c->dim;
}
int books=0;
void process_preprocess(codebook **bs,char *basename){
int i;
while(bs[books])books++;
if(books){
histogram=_ogg_calloc(books,sizeof(float *));
histogram_error=_ogg_calloc(books,sizeof(float *));
histogram_errorsq=_ogg_calloc(books,sizeof(float *));
histogram_hi=_ogg_calloc(books,sizeof(float *));
histogram_lo=_ogg_calloc(books,sizeof(float *));
}else{
fprintf(stderr,"Specify at least one codebook\n");
exit(1);
}
for(i=0;i<books;i++){
codebook *b=bs[i];
histogram[i]=_ogg_calloc(b->entries,sizeof(float));
histogram_error[i]=_ogg_calloc(b->entries*b->dim,sizeof(float));
histogram_errorsq[i]=_ogg_calloc(b->entries*b->dim,sizeof(float));
histogram_hi[i]=_ogg_calloc(b->entries*b->dim,sizeof(float));
histogram_lo[i]=_ogg_calloc(b->entries*b->dim,sizeof(float));
}
}
static float _dist(int el,float *a, float *b){
int i;
float acc=0.f;
for(i=0;i<el;i++){
float val=(a[i]-b[i]);
acc+=val*val;
}
return acc;
}
void cell_spacing(codebook *c){
int j,k;
float min=-1.f,max=-1.f,mean=0.f,meansq=0.f;
long total=0;
/* minimum, maximum, mean, ms cell spacing */
for(j=0;j<c->c->entries;j++){
if(c->c->lengthlist[j]>0){
float localmin=-1.;
for(k=0;k<c->c->entries;k++){
if(c->c->lengthlist[k]>0){
float this=_dist(c->c->dim,_now(c,j),_now(c,k));
if(j!=k &&
(localmin==-1 || this<localmin))
localmin=this;
}
}
if(min==-1 || localmin<min)min=localmin;
if(max==-1 || localmin>max)max=localmin;
mean+=sqrt(localmin);
meansq+=localmin;
total++;
}
}
fprintf(stderr,"\tminimum cell spacing (closest side): %g\n",sqrt(min));
fprintf(stderr,"\tmaximum cell spacing (closest side): %g\n",sqrt(max));
fprintf(stderr,"\tmean closest side spacing: %g\n",mean/total);
fprintf(stderr,"\tmean sq closest side spacing: %g\n",sqrt(meansq/total));
}
void process_postprocess(codebook **bs,char *basename){
int i,k,book;
char *buffer=alloca(strlen(basename)+80);
fprintf(stderr,"Done. Processed %ld data points:\n\n",
(long)count);
fprintf(stderr,"Global statistics:******************\n\n");
fprintf(stderr,"\ttotal samples: %ld\n",(long)count);
fprintf(stderr,"\ttotal bits required to code: %ld\n",(long)bits);
fprintf(stderr,"\taverage bits per sample: %g\n\n",bits/count);
fprintf(stderr,"\tmean sample amplitude: %g\n",
meanamplitude_acc/count);
fprintf(stderr,"\tmean squared sample amplitude: %g\n\n",
sqrt(meanamplitudesq_acc/count));
fprintf(stderr,"\tmean code error: %g\n",
meanerror_acc/count);
fprintf(stderr,"\tmean squared code error: %g\n\n",
sqrt(meanerrorsq_acc/count));
for(book=0;book<books;book++){
FILE *out;
codebook *b=bs[book];
int n=b->c->entries;
int dim=b->c->dim;
fprintf(stderr,"Book %d statistics:------------------\n",book);
cell_spacing(b);
sprintf(buffer,"%s-%d-mse.m",basename,book);
out=fopen(buffer,"w");
if(!out){
fprintf(stderr,"Could not open file %s for writing\n",buffer);
exit(1);
}
for(i=0;i<n;i++){
for(k=0;k<dim;k++){
fprintf(out,"%d, %g, %g\n",
i*dim+k,(b->valuelist+i*dim)[k],
sqrt((histogram_errorsq[book]+i*dim)[k]/histogram[book][i]));
}
}
fclose(out);
sprintf(buffer,"%s-%d-me.m",basename,book);
out=fopen(buffer,"w");
if(!out){
fprintf(stderr,"Could not open file %s for writing\n",buffer);
exit(1);
}
for(i=0;i<n;i++){
for(k=0;k<dim;k++){
fprintf(out,"%d, %g, %g\n",
i*dim+k,(b->valuelist+i*dim)[k],
(histogram_error[book]+i*dim)[k]/histogram[book][i]);
}
}
fclose(out);
sprintf(buffer,"%s-%d-worst.m",basename,book);
out=fopen(buffer,"w");
if(!out){
fprintf(stderr,"Could not open file %s for writing\n",buffer);
exit(1);
}
for(i=0;i<n;i++){
for(k=0;k<dim;k++){
fprintf(out,"%d, %g, %g, %g\n",
i*dim+k,(b->valuelist+i*dim)[k],
(b->valuelist+i*dim)[k]+(histogram_lo[book]+i*dim)[k],
(b->valuelist+i*dim)[k]+(histogram_hi[book]+i*dim)[k]);
}
}
fclose(out);
}
}
float process_one(codebook *b,int book,float *a,int dim,int step,int addmul,
float base){
int j,entry;
float amplitude=0.f;
if(book==0){
float last=base;
for(j=0;j<dim;j++){
amplitude=a[j*step]-(b->c->q_sequencep?last:0);
meanamplitude_acc+=fabs(amplitude);
meanamplitudesq_acc+=amplitude*amplitude;
count++;
last=a[j*step];
}
}
if(b->c->q_sequencep){
float temp;
for(j=0;j<dim;j++){
temp=a[j*step];
a[j*step]-=base;
}
base=temp;
}
entry=vorbis_book_besterror(b,a,step,addmul);
if(entry==-1){
fprintf(stderr,"Internal error: _best returned -1.\n");
exit(1);
}
histogram[book][entry]++;
bits+=vorbis_book_codelen(b,entry);
for(j=0;j<dim;j++){
float error=a[j*step];
if(book==books-1){
meanerror_acc+=fabs(error);
meanerrorsq_acc+=error*error;
}
histogram_errorsq[book][entry*dim+j]+=error*error;
histogram_error[book][entry*dim+j]+=fabs(error);
if(histogram[book][entry]==0 || histogram_hi[book][entry*dim+j]<error)
histogram_hi[book][entry*dim+j]=error;
if(histogram[book][entry]==0 || histogram_lo[book][entry*dim+j]>error)
histogram_lo[book][entry*dim+j]=error;
}
return base;
}
void process_vector(codebook **bs,int *addmul,int inter,float *a,int n){
int bi;
int i;
for(bi=0;bi<books;bi++){
codebook *b=bs[bi];
int dim=b->dim;
float base=0.f;
if(inter){
for(i=0;i<n/dim;i++)
base=process_one(b,bi,a+i,dim,n/dim,addmul[bi],base);
}else{
for(i=0;i<=n-dim;i+=dim)
base=process_one(b,bi,a+i,dim,1,addmul[bi],base);
}
}
if((long)(count)%100)spinnit("working.... samples: ",count);
}
void process_usage(void){
fprintf(stderr,
"usage: vqmetrics [-i] +|*<codebook>.vqh [ +|*<codebook.vqh> ]... \n"
" datafile.vqd [datafile.vqd]...\n\n"
" data can be taken on stdin. -i indicates interleaved coding.\n"
" Output goes to output files:\n"
" basename-me.m: gnuplot: mean error by entry value\n"
" basename-mse.m: gnuplot: mean square error by entry value\n"
" basename-worst.m: gnuplot: worst error by entry value\n"
" basename-distance.m: gnuplot file showing distance probability\n"
"\n");
}
|
0 | repos/libvorbis | repos/libvorbis/vq/localcodebook.h | /********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2007 *
* by the Xiph.Org Foundation https://xiph.org/ *
* *
********************************************************************
function: basic shared codebook operations
********************************************************************/
#ifndef _V_CODEBOOK_H_
#define _V_CODEBOOK_H_
#include <ogg/ogg.h>
/* This structure encapsulates huffman and VQ style encoding books; it
doesn't do anything specific to either.
valuelist/quantlist are nonNULL (and q_* significant) only if
there's entry->value mapping to be done.
If encode-side mapping must be done (and thus the entry needs to be
hunted), the auxiliary encode pointer will point to a decision
tree. This is true of both VQ and huffman, but is mostly useful
with VQ.
*/
typedef struct static_codebook{
long dim; /* codebook dimensions (elements per vector) */
long entries; /* codebook entries */
long *lengthlist; /* codeword lengths in bits */
/* mapping ***************************************************************/
int maptype; /* 0=none
1=implicitly populated values from map column
2=listed arbitrary values */
/* The below does a linear, single monotonic sequence mapping. */
long q_min; /* packed 32 bit float; quant value 0 maps to minval */
long q_delta; /* packed 32 bit float; val 1 - val 0 == delta */
int q_quant; /* bits: 0 < quant <= 16 */
int q_sequencep; /* bitflag */
long *quantlist; /* map == 1: (int)(entries^(1/dim)) element column map
map == 2: list of dim*entries quantized entry vals
*/
int allocedp;
} static_codebook;
typedef struct codebook{
long dim; /* codebook dimensions (elements per vector) */
long entries; /* codebook entries */
long used_entries; /* populated codebook entries */
static_codebook *c;
/* for encode, the below are entry-ordered, fully populated */
/* for decode, the below are ordered by bitreversed codeword and only
used entries are populated */
float *valuelist; /* list of dim*entries actual entry values */
ogg_uint32_t *codelist; /* list of bitstream codewords for each entry */
int *dec_index; /* only used if sparseness collapsed */
char *dec_codelengths;
ogg_uint32_t *dec_firsttable;
int dec_firsttablen;
int dec_maxlength;
/* The current encoder uses only centered, integer-only lattice books. */
int quantvals;
int minval;
int delta;
} codebook;
extern void vorbis_staticbook_clear(static_codebook *b);
extern void vorbis_staticbook_destroy(static_codebook *b);
extern int vorbis_book_init_encode(codebook *dest,const static_codebook *source);
extern int vorbis_book_init_decode(codebook *dest,const static_codebook *source);
extern void vorbis_book_clear(codebook *b);
extern float *_book_unquantize(const static_codebook *b,int n,int *map);
extern float *_book_logdist(const static_codebook *b,float *vals);
extern float _float32_unpack(long val);
extern long _float32_pack(float val);
extern int _best(codebook *book, float *a, int step);
extern int _ilog(unsigned int v);
extern long _book_maptype1_quantvals(const static_codebook *b);
extern int vorbis_book_besterror(codebook *book,float *a,int step,int addmul);
extern long vorbis_book_codeword(codebook *book,int entry);
extern long vorbis_book_codelen(codebook *book,int entry);
extern int vorbis_staticbook_pack(const static_codebook *c,oggpack_buffer *b);
extern int vorbis_staticbook_unpack(oggpack_buffer *b,static_codebook *c);
extern int vorbis_book_encode(codebook *book, int a, oggpack_buffer *b);
extern long vorbis_book_decode(codebook *book, oggpack_buffer *b);
extern long vorbis_book_decodevs_add(codebook *book, float *a,
oggpack_buffer *b,int n);
extern long vorbis_book_decodev_set(codebook *book, float *a,
oggpack_buffer *b,int n);
extern long vorbis_book_decodev_add(codebook *book, float *a,
oggpack_buffer *b,int n);
extern long vorbis_book_decodevv_add(codebook *book, float **a,
long off,int ch,
oggpack_buffer *b,int n);
#endif
|
0 | repos/libvorbis | repos/libvorbis/vq/huffbuild.c | /********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2014 *
* by the Xiph.Org Foundation https://xiph.org/ *
* *
********************************************************************
function: hufftree builder
********************************************************************/
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <stdio.h>
#include "bookutil.h"
static int nsofar=0;
static int getval(FILE *in,int begin,int n,int group,int max){
float v;
int i;
long val=0;
if(nsofar>=n || get_line_value(in,&v)){
reset_next_value();
nsofar=0;
if(get_next_value(in,&v))
return(-1);
for(i=1;i<=begin;i++)
get_line_value(in,&v);
}
val=(int)v;
nsofar++;
for(i=1;i<group;i++,nsofar++)
if(nsofar>=n || get_line_value(in,&v))
return(getval(in,begin,n,group,max));
else
val = val*max+(int)v;
return(val);
}
static void usage(){
fprintf(stderr,
"usage:\n"
"huffbuild <input>.vqd <begin,n,group>|<lorange-hirange> [noguard]\n"
" where begin,n,group is first scalar, \n"
" number of scalars of each in line,\n"
" number of scalars in a group\n"
"eg: huffbuild reslongaux.vqd 0,1024,4\n"
"produces reslongaux.vqh\n\n");
exit(1);
}
int main(int argc, char *argv[]){
char *base;
char *infile;
int i,j,k,begin,n,subn,guard=1;
FILE *file;
int maxval=0;
int loval=0;
if(argc<3)usage();
if(argc==4)guard=0;
infile=strdup(argv[1]);
base=strdup(infile);
if(strrchr(base,'.'))
strrchr(base,'.')[0]='\0';
{
char *pos=strchr(argv[2],',');
char *dpos=strchr(argv[2],'-');
if(dpos){
loval=atoi(argv[2]);
maxval=atoi(dpos+1);
subn=1;
begin=0;
}else{
begin=atoi(argv[2]);
if(!pos)
usage();
else
n=atoi(pos+1);
pos=strchr(pos+1,',');
if(!pos)
usage();
else
subn=atoi(pos+1);
if(n/subn*subn != n){
fprintf(stderr,"n must be divisible by group\n");
exit(1);
}
}
}
/* scan the file for maximum value */
file=fopen(infile,"r");
if(!file){
fprintf(stderr,"Could not open file %s\n",infile);
if(!maxval)
exit(1);
else
fprintf(stderr," making untrained books.\n");
}
if(!maxval){
i=0;
while(1){
long v;
if(get_next_ivalue(file,&v))break;
if(v>maxval)maxval=v;
if(!(i++&0xff))spinnit("loading... ",i);
}
rewind(file);
maxval++;
}
{
long vals=pow(maxval,subn);
long *hist=_ogg_calloc(vals,sizeof(long));
long *lengths=_ogg_calloc(vals,sizeof(long));
for(j=loval;j<vals;j++)hist[j]=guard;
if(file){
reset_next_value();
i/=subn;
while(!feof(file)){
long val=getval(file,begin,n,subn,maxval);
if(val==-1 || val>=vals)break;
hist[val]++;
if(!(i--&0xff))spinnit("loading... ",i*subn);
}
fclose(file);
}
/* we have the probabilities, build the tree */
fprintf(stderr,"Building tree for %ld entries\n",vals);
build_tree_from_lengths0(vals,hist,lengths);
/* save the book */
{
char *buffer=alloca(strlen(base)+5);
strcpy(buffer,base);
strcat(buffer,".vqh");
file=fopen(buffer,"w");
if(!file){
fprintf(stderr,"Could not open file %s\n",buffer);
exit(1);
}
}
/* first, the static vectors, then the book structure to tie it together. */
/* lengthlist */
fprintf(file,"static const char _huff_lengthlist_%s[] = {\n",base);
for(j=0;j<vals;){
fprintf(file,"\t");
for(k=0;k<16 && j<vals;k++,j++)
fprintf(file,"%2ld,",lengths[j]);
fprintf(file,"\n");
}
fprintf(file,"};\n\n");
/* the toplevel book */
fprintf(file,"static const static_codebook _huff_book_%s = {\n",base);
fprintf(file,"\t%d, %ld,\n",subn,vals);
fprintf(file,"\t(char *)_huff_lengthlist_%s,\n",base);
fprintf(file,"\t0, 0, 0, 0, 0,\n");
fprintf(file,"\tNULL,\n");
fprintf(file,"\t0\n};\n\n");
fclose(file);
fprintf(stderr,"Done. \n\n");
}
exit(0);
}
|
0 | repos/libvorbis | repos/libvorbis/vq/latticetune.c | /********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
* by the Xiph.Org Foundation https://xiph.org/ *
* *
********************************************************************
function: utility main for setting entropy encoding parameters
for lattice codebooks
********************************************************************/
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include <string.h>
#include <errno.h>
#include "bookutil.h"
static int strrcmp_i(char *s,char *cmp){
return(strncmp(s+strlen(s)-strlen(cmp),cmp,strlen(cmp)));
}
/* This util takes a training-collected file listing codewords used in
LSP fitting, then generates new codeword lengths for maximally
efficient integer-bits entropy encoding.
command line:
latticetune book.vqh input.vqd [unused_entriesp]
latticetune produces book.vqh on stdout */
int main(int argc,char *argv[]){
codebook *b;
static_codebook *c;
long *lengths;
long *hits;
int entries=-1,dim=-1,guard=1;
FILE *in=NULL;
char *line,*name;
long j;
if(argv[1]==NULL){
fprintf(stderr,"Need a lattice codebook on the command line.\n");
exit(1);
}
if(argv[2]==NULL){
fprintf(stderr,"Need a codeword data file on the command line.\n");
exit(1);
}
if(argv[3]!=NULL)guard=0;
{
char *ptr;
char *filename=strdup(argv[1]);
b=codebook_load(filename);
c=(static_codebook *)(b->c);
ptr=strrchr(filename,'.');
if(ptr){
*ptr='\0';
name=strdup(filename);
}else{
name=strdup(filename);
}
}
if(c->maptype!=1){
fprintf(stderr,"Provided book is not a latticebook.\n");
exit(1);
}
entries=b->entries;
dim=b->dim;
hits=_ogg_malloc(entries*sizeof(long));
lengths=_ogg_calloc(entries,sizeof(long));
for(j=0;j<entries;j++)hits[j]=guard;
in=fopen(argv[2],"r");
if(!in){
fprintf(stderr,"Could not open input file %s\n",argv[2]);
exit(1);
}
if(!strrcmp_i(argv[0],"latticetune")){
long lines=0;
line=setup_line(in);
while(line){
long code;
lines++;
if(!(lines&0xfff))spinnit("codewords so far...",lines);
if(sscanf(line,"%ld",&code)==1)
hits[code]++;
line=setup_line(in);
}
}
/* now we simply count already collated by-entry data */
if(!strrcmp_i(argv[0],"res0tune") || !strrcmp_i(argv[0],"res1tune")){
line=setup_line(in);
while(line){
/* code:hits\n */
/* likely to have multiple listing for each code entry; must
accumulate */
char *pos=strchr(line,':');
if(pos){
long code=atol(line);
long val=atol(pos+1);
hits[code]+=val;
}
line=setup_line(in);
}
}
fclose(in);
/* build the codeword lengths */
build_tree_from_lengths0(entries,hits,lengths);
c->lengthlist=lengths;
write_codebook(stdout,name,c);
{
long bins=_book_maptype1_quantvals(c);
long i,k,base=c->lengthlist[0];
for(i=0;i<entries;i++)
if(c->lengthlist[i]>base)base=c->lengthlist[i];
for(j=0;j<entries;j++){
if(c->lengthlist[j]){
int indexdiv=1;
fprintf(stderr,"%4ld: ",j);
for(k=0;k<c->dim;k++){
int index= (j/indexdiv)%bins;
fprintf(stderr,"%+3.1f,", c->quantlist[index]*_float32_unpack(c->q_delta)+
_float32_unpack(c->q_min));
indexdiv*=bins;
}
fprintf(stderr,"\t|");
for(k=0;k<base-c->lengthlist[j];k++)fprintf(stderr,"*");
fprintf(stderr,"\n");
}
}
}
fprintf(stderr,"\r "
"\nDone.\n");
exit(0);
}
|
0 | repos/libvorbis | repos/libvorbis/vq/distribution.c | /********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
* by the Xiph.Org Foundation https://xiph.org/ *
* *
********************************************************************
function: utility for finding the distribution in a data set
********************************************************************/
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include <string.h>
#include <errno.h>
#include "bookutil.h"
/* command line:
distribution file.vqd
*/
int ascend(const void *a,const void *b){
return(**((long **)a)-**((long **)b));
}
int main(int argc,char *argv[]){
FILE *in;
long lines=0;
float min;
float max;
long bins=-1;
int flag=0;
long *countarray;
long total=0;
char *line;
if(argv[1]==NULL){
fprintf(stderr,"Usage: distribution {data.vqd [bins]| book.vqh} \n\n");
exit(1);
}
if(argv[2]!=NULL)
bins=atoi(argv[2])-1;
in=fopen(argv[1],"r");
if(!in){
fprintf(stderr,"Could not open input file %s\n",argv[1]);
exit(1);
}
if(strrchr(argv[1],'.') && strcmp(strrchr(argv[1],'.'),".vqh")==0){
/* load/decode a book */
codebook *b=codebook_load(argv[1]);
static_codebook *c=(static_codebook *)(b->c);
float delta;
int i;
fclose(in);
switch(c->maptype){
case 0:
printf("entropy codebook only; no mappings\n");
exit(0);
break;
case 1:
bins=_book_maptype1_quantvals(c);
break;
case 2:
bins=c->entries*c->dim;
break;
}
max=min=_float32_unpack(c->q_min);
delta=_float32_unpack(c->q_delta);
for(i=0;i<bins;i++){
float val=c->quantlist[i]*delta+min;
if(val>max)max=val;
}
printf("Minimum scalar value: %f\n",min);
printf("Maximum scalar value: %f\n",max);
switch(c->maptype){
case 1:
{
/* lattice codebook. dump it. */
int j,k;
long maxcount=0;
long **sort=calloc(bins,sizeof(long *));
long base=c->lengthlist[0];
countarray=calloc(bins,sizeof(long));
for(i=0;i<bins;i++)sort[i]=c->quantlist+i;
qsort(sort,bins,sizeof(long *),ascend);
for(i=0;i<b->entries;i++)
if(c->lengthlist[i]>base)base=c->lengthlist[i];
/* dump a full, correlated count */
for(j=0;j<b->entries;j++){
if(c->lengthlist[j]){
int indexdiv=1;
printf("%4d: ",j);
for(k=0;k<b->dim;k++){
int index= (j/indexdiv)%bins;
printf("%+3.1f,", c->quantlist[index]*_float32_unpack(c->q_delta)+
_float32_unpack(c->q_min));
indexdiv*=bins;
}
printf("\t|");
for(k=0;k<base-c->lengthlist[j];k++)printf("*");
printf("\n");
}
}
/* do a rough count */
for(j=0;j<b->entries;j++){
int indexdiv=1;
for(k=0;k<b->dim;k++){
if(c->lengthlist[j]){
int index= (j/indexdiv)%bins;
countarray[index]+=(1<<(base-c->lengthlist[j]));
indexdiv*=bins;
}
}
}
/* dump the count */
{
long maxcount=0,i,j;
for(i=0;i<bins;i++)
if(countarray[i]>maxcount)maxcount=countarray[i];
for(i=0;i<bins;i++){
int ptr=sort[i]-c->quantlist;
int stars=rint(50./maxcount*countarray[ptr]);
printf("%+08f (%8ld) |",c->quantlist[ptr]*delta+min,countarray[ptr]);
for(j=0;j<stars;j++)printf("*");
printf("\n");
}
}
}
break;
case 2:
{
/* trained, full mapping codebook. */
printf("Can't do probability dump of a trained [type 2] codebook (yet)\n");
}
break;
}
}else{
/* load/count a data file */
/* do it the simple way; two pass. */
line=setup_line(in);
while(line){
float code;
char buf[80];
lines++;
sprintf(buf,"getting min/max (%.2f::%.2f). lines...",min,max);
if(!(lines&0xff))spinnit(buf,lines);
while(!flag && sscanf(line,"%f",&code)==1){
line=strchr(line,',');
min=max=code;
flag=1;
}
while(line && sscanf(line,"%f",&code)==1){
line=strchr(line,',');
if(line)line++;
if(code<min)min=code;
if(code>max)max=code;
}
line=setup_line(in);
}
if(bins<1){
if((int)(max-min)==min-max){
bins=max-min;
}else{
bins=25;
}
}
printf("\r \r");
printf("Minimum scalar value: %f\n",min);
printf("Maximum scalar value: %f\n",max);
if(argv[2]){
printf("\n counting hits into %ld bins...\n",bins+1);
countarray=calloc(bins+1,sizeof(long));
rewind(in);
line=setup_line(in);
while(line){
float code;
lines--;
if(!(lines&0xff))spinnit("counting distribution. lines so far...",lines);
while(line && sscanf(line,"%f",&code)==1){
line=strchr(line,',');
if(line)line++;
code-=min;
code/=(max-min);
code*=bins;
countarray[(int)rint(code)]++;
total++;
}
line=setup_line(in);
}
/* make a pretty graph */
{
long maxcount=0,i,j;
for(i=0;i<bins+1;i++)
if(countarray[i]>maxcount)maxcount=countarray[i];
printf("\r \r");
printf("Total scalars: %ld\n",total);
for(i=0;i<bins+1;i++){
int stars=rint(50./maxcount*countarray[i]);
printf("%08f (%8ld) |",(max-min)/bins*i+min,countarray[i]);
for(j=0;j<stars;j++)printf("*");
printf("\n");
}
}
}
fclose(in);
}
printf("\nDone.\n");
exit(0);
}
|
0 | repos/libvorbis | repos/libvorbis/vq/latticebuild.c | /********************************************************************
* *
* THIS FILE IS PART OF THE OggVorbis SOFTWARE CODEC SOURCE CODE. *
* USE, DISTRIBUTION AND REPRODUCTION OF THIS LIBRARY SOURCE IS *
* GOVERNED BY A BSD-STYLE SOURCE LICENSE INCLUDED WITH THIS SOURCE *
* IN 'COPYING'. PLEASE READ THESE TERMS BEFORE DISTRIBUTING. *
* *
* THE OggVorbis SOURCE CODE IS (C) COPYRIGHT 1994-2001 *
* by the Xiph.Org Foundation https://xiph.org/ *
* *
********************************************************************
function: utility main for building codebooks from lattice descriptions
********************************************************************/
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include <string.h>
#include <errno.h>
#include "bookutil.h"
/* The purpose of this util is just to finish packaging the
description into a static codebook. It used to count hits for a
histogram, but I've divorced that out to add some flexibility (it
currently generates an equal probability codebook)
command line:
latticebuild description.vql
the lattice description file contains two lines:
<n> <dim> <multiplicitavep> <sequentialp>
<value_0> <value_1> <value_2> ... <value_n-1>
a threshmap (or pigeonmap) struct is generated by latticehint;
there are fun tricks one can do with the threshmap and cascades,
but the utils don't know them...
entropy encoding is done by feeding an entry list collected from a
training set and feeding it to latticetune along with the book.
latticebuild produces a codebook on stdout */
static int ilog(unsigned int v){
int ret=0;
while(v){
ret++;
v>>=1;
}
return(ret);
}
int main(int argc,char *argv[]){
codebook b;
static_codebook c;
double *quantlist;
long *hits;
int entries=-1,dim=-1,quantvals=-1,addmul=-1,sequencep=0;
FILE *in=NULL;
char *line,*name;
long i,j;
memset(&b,0,sizeof(b));
memset(&c,0,sizeof(c));
if(argv[1]==NULL){
fprintf(stderr,"Need a lattice description file on the command line.\n");
exit(1);
}
{
char *ptr;
char *filename=_ogg_calloc(strlen(argv[1])+4,1);
strcpy(filename,argv[1]);
in=fopen(filename,"r");
if(!in){
fprintf(stderr,"Could not open input file %s\n",filename);
exit(1);
}
ptr=strrchr(filename,'.');
if(ptr){
*ptr='\0';
name=strdup(filename);
}else{
name=strdup(filename);
}
}
/* read the description */
line=get_line(in);
if(sscanf(line,"%d %d %d %d",&quantvals,&dim,&addmul,&sequencep)!=4){
if(sscanf(line,"%d %d %d",&quantvals,&dim,&addmul)!=3){
fprintf(stderr,"Syntax error reading description file (line 1)\n");
exit(1);
}
}
entries=pow(quantvals,dim);
c.dim=dim;
c.entries=entries;
c.lengthlist=_ogg_malloc(entries*sizeof(long));
c.maptype=1;
c.q_sequencep=sequencep;
c.quantlist=_ogg_calloc(quantvals,sizeof(long));
quantlist=_ogg_malloc(sizeof(double)*c.dim*c.entries);
hits=_ogg_malloc(c.entries*sizeof(long));
for(j=0;j<entries;j++)hits[j]=1;
for(j=0;j<entries;j++)c.lengthlist[j]=1;
reset_next_value();
line=setup_line(in);
for(j=0;j<quantvals;j++){
char *temp;
if(!line || sscanf(line,"%lf",quantlist+j)!=1){
fprintf(stderr,"Ran out of data on line 2 of description file\n");
exit(1);
}
temp=strchr(line,',');
if(!temp)temp=strchr(line,' ');
if(temp)temp++;
line=temp;
}
/* gen a real quant list from the more easily human-grokked input */
{
double min=quantlist[0];
double mindel=-1;
int fac=1;
for(j=1;j<quantvals;j++)if(quantlist[j]<min)min=quantlist[j];
for(j=0;j<quantvals;j++)
for(i=j+1;i<quantvals;i++)
if(mindel==-1 || fabs(quantlist[j]-quantlist[i])<mindel)
mindel=fabs(quantlist[j]-quantlist[i]);
j=0;
while(j<quantvals){
for(j=0;j<quantvals;j++){
double test=fac*(quantlist[j]-min)/mindel;
if( fabs(rint(test)-test)>.00001f) break;
}
if(fac>100)break;
if(j<quantvals)fac++;
}
mindel/=fac;
fprintf(stderr,"min=%g mindel=%g\n",min,mindel);
c.q_min=_float32_pack(min);
c.q_delta=_float32_pack(mindel);
c.q_quant=0;
min=_float32_unpack(c.q_min);
mindel=_float32_unpack(c.q_delta);
for(j=0;j<quantvals;j++){
c.quantlist[j]=rint((quantlist[j]-min)/mindel);
if(ilog(c.quantlist[j])>c.q_quant)c.q_quant=ilog(c.quantlist[j]);
}
}
/* build the [default] codeword lengths */
memset(c.lengthlist,0,sizeof(long)*entries);
for(i=0;i<entries;i++)hits[i]=1;
build_tree_from_lengths(entries,hits,c.lengthlist);
/* save the book in C header form */
write_codebook(stdout,name,&c);
fprintf(stderr,"\r "
"\nDone.\n");
exit(0);
}
|
0 | repos | repos/zig-dis-x86_64/README.md | # zig-dis-x86_64
x86_64 disassembler library written in Zig
## What is it?
You can use this library to disassemble and encode x86_64 machine code.
## Why is it?
I needed a simple disassembler for linker optimisations in `zig ld` for x86_64.
## Basic usage
Disassembling input byte buffer:
```zig
const std = @import("std");
const Disassembler = @import("dis_x86_64").Disassembler;
var disassembler = Disassembler.init(&.{
0x40, 0xb7, 0x10, // mov dil, 0x10
0x48, 0x8b, 0xd8, // mov rbx, rax
});
var text = std.ArrayList(u8).init(gpa);
defer text.deinit();
while (try disassembler.next()) |inst| {
try text.writer().print("{}\n", .{inst});
}
try std.testing.expectEqualStrings(
\\mov dil, 0x10
\\mov rbx, rax
, text.items);
```
Encoding instructions back to machine code:
```zig
const std = @import("std");
const Instruction = @import("dis_x86_64").Instruction;
const RegisterOrMemory = @import("dis_x86_64").RegisterOrMemory;
var code = std.ArrayList(u8).init(gpa);
defer code.deinit();
const inst = Instruction{
.tag = .mov,
.enc = .mi,
.data = Instruction.Data.mi(RegisterOrMemory.reg(.rbx), 0x4),
};
try inst.encode(code.writer());
try std.testing.expectEqualSlices(u8, "\x48\xc7\xc3\x04\x00\x00\x00", code.items);
```
|
0 | repos | repos/zig-dis-x86_64/build.zig.zon | .{
.name = "zig-dis-x86_64",
.version = "0.0.1",
.paths = .{
"build.zig",
"build.zig.zon",
"LICENSE",
"README.md",
"src",
},
}
|
0 | repos | repos/zig-dis-x86_64/build.zig | const std = @import("std");
pub fn build(b: *std.Build) void {
const target = b.standardTargetOptions(.{});
const mode = b.standardOptimizeOption(.{});
_ = b.addModule("dis_x86_64", .{
.root_source_file = b.path("src/main.zig"),
});
const test_lib = b.addTest(.{
.root_source_file = b.path("src/main.zig"),
.target = target,
.optimize = mode,
});
const test_step = b.step("test", "Run library tests");
test_step.dependOn(&b.addRunArtifact(test_lib).step);
}
|
0 | repos/zig-dis-x86_64 | repos/zig-dis-x86_64/src/main.zig | const std = @import("std");
const assert = std.debug.assert;
const math = std.math;
const bits = @import("bits.zig");
const encoder = @import("encoder.zig");
pub const Assembler = @import("Assembler.zig");
pub const Disassembler = @import("Disassembler.zig");
pub const Encoding = @import("Encoding.zig");
pub const Instruction = encoder.Instruction;
pub const Register = bits.Register;
pub const Memory = bits.Memory;
pub const Immediate = bits.Immediate;
test {
std.testing.refAllDecls(@This());
std.testing.refAllDecls(@import("Assembler.zig"));
std.testing.refAllDecls(@import("Disassembler.zig"));
std.testing.refAllDecls(@import("encoder.zig"));
_ = @import("test/asm.zig");
_ = @import("test/disasm.zig");
}
|
0 | repos/zig-dis-x86_64 | repos/zig-dis-x86_64/src/bits.zig | const std = @import("std");
const assert = std.debug.assert;
const expect = std.testing.expect;
const Allocator = std.mem.Allocator;
const ArrayList = std.ArrayList;
pub const Register = enum(u7) {
// zig fmt: off
rax, rcx, rdx, rbx, rsp, rbp, rsi, rdi,
r8, r9, r10, r11, r12, r13, r14, r15,
eax, ecx, edx, ebx, esp, ebp, esi, edi,
r8d, r9d, r10d, r11d, r12d, r13d, r14d, r15d,
ax, cx, dx, bx, sp, bp, si, di,
r8w, r9w, r10w, r11w, r12w, r13w, r14w, r15w,
al, cl, dl, bl, spl, bpl, sil, dil,
r8b, r9b, r10b, r11b, r12b, r13b, r14b, r15b,
ah, ch, dh, bh,
ymm0, ymm1, ymm2, ymm3, ymm4, ymm5, ymm6, ymm7,
ymm8, ymm9, ymm10, ymm11, ymm12, ymm13, ymm14, ymm15,
xmm0, xmm1, xmm2, xmm3, xmm4, xmm5, xmm6, xmm7,
xmm8, xmm9, xmm10, xmm11, xmm12, xmm13, xmm14, xmm15,
mm0, mm1, mm2, mm3, mm4, mm5, mm6, mm7,
st0, st1, st2, st3, st4, st5, st6, st7,
es, cs, ss, ds, fs, gs,
none,
// zig fmt: on
pub const Class = enum {
general_purpose,
segment,
x87,
mmx,
sse,
};
pub fn class(reg: Register) Class {
return switch (@intFromEnum(reg)) {
// zig fmt: off
@intFromEnum(Register.rax) ... @intFromEnum(Register.r15) => .general_purpose,
@intFromEnum(Register.eax) ... @intFromEnum(Register.r15d) => .general_purpose,
@intFromEnum(Register.ax) ... @intFromEnum(Register.r15w) => .general_purpose,
@intFromEnum(Register.al) ... @intFromEnum(Register.r15b) => .general_purpose,
@intFromEnum(Register.ah) ... @intFromEnum(Register.bh) => .general_purpose,
@intFromEnum(Register.ymm0) ... @intFromEnum(Register.ymm15) => .sse,
@intFromEnum(Register.xmm0) ... @intFromEnum(Register.xmm15) => .sse,
@intFromEnum(Register.mm0) ... @intFromEnum(Register.mm7) => .mmx,
@intFromEnum(Register.st0) ... @intFromEnum(Register.st7) => .x87,
@intFromEnum(Register.es) ... @intFromEnum(Register.gs) => .segment,
else => unreachable,
// zig fmt: on
};
}
pub fn id(reg: Register) u6 {
const base = switch (@intFromEnum(reg)) {
// zig fmt: off
@intFromEnum(Register.rax) ... @intFromEnum(Register.r15) => @intFromEnum(Register.rax),
@intFromEnum(Register.eax) ... @intFromEnum(Register.r15d) => @intFromEnum(Register.eax),
@intFromEnum(Register.ax) ... @intFromEnum(Register.r15w) => @intFromEnum(Register.ax),
@intFromEnum(Register.al) ... @intFromEnum(Register.r15b) => @intFromEnum(Register.al),
@intFromEnum(Register.ah) ... @intFromEnum(Register.bh) => @intFromEnum(Register.ah) - 4,
@intFromEnum(Register.ymm0) ... @intFromEnum(Register.ymm15) => @intFromEnum(Register.ymm0) - 16,
@intFromEnum(Register.xmm0) ... @intFromEnum(Register.xmm15) => @intFromEnum(Register.xmm0) - 16,
@intFromEnum(Register.mm0) ... @intFromEnum(Register.mm7) => @intFromEnum(Register.mm0) - 32,
@intFromEnum(Register.st0) ... @intFromEnum(Register.st7) => @intFromEnum(Register.st0) - 40,
@intFromEnum(Register.es) ... @intFromEnum(Register.gs) => @intFromEnum(Register.es) - 48,
else => unreachable,
// zig fmt: on
};
return @as(u6, @intCast(@intFromEnum(reg) - base));
}
pub fn bitSize(reg: Register) u64 {
return switch (@intFromEnum(reg)) {
// zig fmt: off
@intFromEnum(Register.rax) ... @intFromEnum(Register.r15) => 64,
@intFromEnum(Register.eax) ... @intFromEnum(Register.r15d) => 32,
@intFromEnum(Register.ax) ... @intFromEnum(Register.r15w) => 16,
@intFromEnum(Register.al) ... @intFromEnum(Register.r15b) => 8,
@intFromEnum(Register.ah) ... @intFromEnum(Register.bh) => 8,
@intFromEnum(Register.ymm0) ... @intFromEnum(Register.ymm15) => 256,
@intFromEnum(Register.xmm0) ... @intFromEnum(Register.xmm15) => 128,
@intFromEnum(Register.mm0) ... @intFromEnum(Register.mm7) => 64,
@intFromEnum(Register.st0) ... @intFromEnum(Register.st7) => 80,
@intFromEnum(Register.es) ... @intFromEnum(Register.gs) => 16,
else => unreachable,
// zig fmt: on
};
}
pub fn isExtended(reg: Register) bool {
return switch (@intFromEnum(reg)) {
// zig fmt: off
@intFromEnum(Register.r8) ... @intFromEnum(Register.r15) => true,
@intFromEnum(Register.r8d) ... @intFromEnum(Register.r15d) => true,
@intFromEnum(Register.r8w) ... @intFromEnum(Register.r15w) => true,
@intFromEnum(Register.r8b) ... @intFromEnum(Register.r15b) => true,
@intFromEnum(Register.ymm8) ... @intFromEnum(Register.ymm15) => true,
@intFromEnum(Register.xmm8) ... @intFromEnum(Register.xmm15) => true,
else => false,
// zig fmt: on
};
}
pub fn enc(reg: Register) u4 {
const base = switch (@intFromEnum(reg)) {
// zig fmt: off
@intFromEnum(Register.rax) ... @intFromEnum(Register.r15) => @intFromEnum(Register.rax),
@intFromEnum(Register.eax) ... @intFromEnum(Register.r15d) => @intFromEnum(Register.eax),
@intFromEnum(Register.ax) ... @intFromEnum(Register.r15w) => @intFromEnum(Register.ax),
@intFromEnum(Register.al) ... @intFromEnum(Register.r15b) => @intFromEnum(Register.al),
@intFromEnum(Register.ah) ... @intFromEnum(Register.bh) => @intFromEnum(Register.ah) - 4,
@intFromEnum(Register.ymm0) ... @intFromEnum(Register.ymm15) => @intFromEnum(Register.ymm0),
@intFromEnum(Register.xmm0) ... @intFromEnum(Register.xmm15) => @intFromEnum(Register.xmm0),
@intFromEnum(Register.mm0) ... @intFromEnum(Register.mm7) => @intFromEnum(Register.mm0),
@intFromEnum(Register.st0) ... @intFromEnum(Register.st7) => @intFromEnum(Register.st0),
@intFromEnum(Register.es) ... @intFromEnum(Register.gs) => @intFromEnum(Register.es),
else => unreachable,
// zig fmt: on
};
return @as(u4, @truncate(@intFromEnum(reg) - base));
}
pub fn lowEnc(reg: Register) u3 {
return @as(u3, @truncate(reg.enc()));
}
pub fn toBitSize(reg: Register, bit_size: u64) Register {
return switch (bit_size) {
8 => reg.to8(),
16 => reg.to16(),
32 => reg.to32(),
64 => reg.to64(),
128 => reg.to128(),
256 => reg.to256(),
else => unreachable,
};
}
fn gpBase(reg: Register) u7 {
assert(reg.class() == .general_purpose);
return switch (@intFromEnum(reg)) {
// zig fmt: off
@intFromEnum(Register.rax) ... @intFromEnum(Register.r15) => @intFromEnum(Register.rax),
@intFromEnum(Register.eax) ... @intFromEnum(Register.r15d) => @intFromEnum(Register.eax),
@intFromEnum(Register.ax) ... @intFromEnum(Register.r15w) => @intFromEnum(Register.ax),
@intFromEnum(Register.al) ... @intFromEnum(Register.r15b) => @intFromEnum(Register.al),
@intFromEnum(Register.ah) ... @intFromEnum(Register.bh) => @intFromEnum(Register.ah) - 4,
else => unreachable,
// zig fmt: on
};
}
pub fn to64(reg: Register) Register {
return @as(Register, @enumFromInt(@intFromEnum(reg) - reg.gpBase() + @intFromEnum(Register.rax)));
}
pub fn to32(reg: Register) Register {
return @as(Register, @enumFromInt(@intFromEnum(reg) - reg.gpBase() + @intFromEnum(Register.eax)));
}
pub fn to16(reg: Register) Register {
return @as(Register, @enumFromInt(@intFromEnum(reg) - reg.gpBase() + @intFromEnum(Register.ax)));
}
pub fn to8(reg: Register) Register {
return @as(Register, @enumFromInt(@intFromEnum(reg) - reg.gpBase() + @intFromEnum(Register.al)));
}
fn sseBase(reg: Register) u7 {
assert(reg.class() == .sse);
return switch (@intFromEnum(reg)) {
@intFromEnum(Register.ymm0)...@intFromEnum(Register.ymm15) => @intFromEnum(Register.ymm0),
@intFromEnum(Register.xmm0)...@intFromEnum(Register.xmm15) => @intFromEnum(Register.xmm0),
else => unreachable,
};
}
pub fn to256(reg: Register) Register {
return @as(Register, @enumFromInt(@intFromEnum(reg) - reg.sseBase() + @intFromEnum(Register.ymm0)));
}
pub fn to128(reg: Register) Register {
return @as(Register, @enumFromInt(@intFromEnum(reg) - reg.sseBase() + @intFromEnum(Register.xmm0)));
}
};
test "Register id - different classes" {
try expect(Register.al.id() == Register.ax.id());
try expect(Register.ah.id() == Register.spl.id());
try expect(Register.ax.id() == Register.eax.id());
try expect(Register.eax.id() == Register.rax.id());
try expect(Register.ymm0.id() == 0b10000);
try expect(Register.ymm0.id() != Register.rax.id());
try expect(Register.xmm0.id() == Register.ymm0.id());
try expect(Register.xmm0.id() != Register.mm0.id());
try expect(Register.mm0.id() != Register.st0.id());
try expect(Register.es.id() == 0b110000);
}
test "Register enc - different classes" {
try expect(Register.al.enc() == Register.ax.enc());
try expect(Register.ax.enc() == Register.eax.enc());
try expect(Register.eax.enc() == Register.rax.enc());
try expect(Register.ymm0.enc() == Register.rax.enc());
try expect(Register.xmm0.enc() == Register.ymm0.enc());
try expect(Register.es.enc() == Register.rax.enc());
}
test "Register classes" {
try expect(Register.r11.class() == .general_purpose);
try expect(Register.ymm11.class() == .sse);
try expect(Register.mm3.class() == .mmx);
try expect(Register.st3.class() == .x87);
try expect(Register.fs.class() == .segment);
}
pub const FrameIndex = enum(u32) {
// This index refers to the start of the arguments passed to this function
args_frame,
// This index refers to the return address pushed by a `call` and popped by a `ret`.
ret_addr,
// This index refers to the base pointer pushed in the prologue and popped in the epilogue.
base_ptr,
// This index refers to the entire stack frame.
stack_frame,
// This index refers to the start of the call frame for arguments passed to called functions
call_frame,
// Other indices are used for local variable stack slots
_,
pub const named_count = @typeInfo(FrameIndex).Enum.fields.len;
pub fn isNamed(fi: FrameIndex) bool {
return @intFromEnum(fi) < named_count;
}
pub fn format(
fi: FrameIndex,
comptime fmt: []const u8,
options: std.fmt.FormatOptions,
writer: anytype,
) @TypeOf(writer).Error!void {
try writer.writeAll("FrameIndex");
if (fi.isNamed()) {
try writer.writeByte('.');
try writer.writeAll(@tagName(fi));
} else {
try writer.writeByte('(');
try std.fmt.formatType(@intFromEnum(fi), fmt, options, writer, 0);
try writer.writeByte(')');
}
}
};
pub const Memory = union(enum) {
sib: Sib,
rip: Rip,
moffs: Moffs,
pub const Base = union(enum) {
none,
reg: Register,
frame: FrameIndex,
pub const Tag = @typeInfo(Base).Union.tag_type.?;
pub fn isExtended(self: Base) bool {
return switch (self) {
.none, .frame => false, // neither rsp nor rbp are extended
.reg => |reg| reg.isExtended(),
};
}
};
pub const ScaleIndex = struct {
scale: u4,
index: Register,
const none = ScaleIndex{ .scale = 0, .index = undefined };
};
pub const PtrSize = enum {
byte,
word,
dword,
qword,
tbyte,
xword,
yword,
zword,
pub fn fromSize(size: u32) PtrSize {
return switch (size) {
1...1 => .byte,
2...2 => .word,
3...4 => .dword,
5...8 => .qword,
9...16 => .xword,
17...32 => .yword,
33...64 => .zword,
else => unreachable,
};
}
pub fn fromBitSize(bit_size: u64) PtrSize {
return switch (bit_size) {
8 => .byte,
16 => .word,
32 => .dword,
64 => .qword,
80 => .tbyte,
128 => .xword,
256 => .yword,
512 => .zword,
else => unreachable,
};
}
pub fn bitSize(s: PtrSize) u64 {
return switch (s) {
.byte => 8,
.word => 16,
.dword => 32,
.qword => 64,
.tbyte => 80,
.xword => 128,
.yword => 256,
.zword => 512,
};
}
};
pub const Sib = struct {
ptr_size: PtrSize,
base: Base,
scale_index: ScaleIndex,
disp: i32,
};
pub const Rip = struct {
ptr_size: PtrSize,
disp: i32,
};
pub const Moffs = struct {
seg: Register,
offset: u64,
};
pub fn moffs(reg: Register, offset: u64) Memory {
assert(reg.class() == .segment);
return .{ .moffs = .{ .seg = reg, .offset = offset } };
}
pub fn sib(ptr_size: PtrSize, args: struct {
disp: i32 = 0,
base: Base = .none,
scale_index: ?ScaleIndex = null,
}) Memory {
if (args.scale_index) |si| assert(std.math.isPowerOfTwo(si.scale));
return .{ .sib = .{
.base = args.base,
.disp = args.disp,
.ptr_size = ptr_size,
.scale_index = if (args.scale_index) |si| si else ScaleIndex.none,
} };
}
pub fn rip(ptr_size: PtrSize, disp: i32) Memory {
return .{ .rip = .{ .ptr_size = ptr_size, .disp = disp } };
}
pub fn isSegmentRegister(mem: Memory) bool {
return switch (mem) {
.moffs => true,
.rip => false,
.sib => |s| switch (s.base) {
.none, .frame => false,
.reg => |reg| reg.class() == .segment,
},
};
}
pub fn base(mem: Memory) Base {
return switch (mem) {
.moffs => |m| .{ .reg = m.seg },
.sib => |s| s.base,
.rip => .none,
};
}
pub fn scaleIndex(mem: Memory) ?ScaleIndex {
return switch (mem) {
.moffs, .rip => null,
.sib => |s| if (s.scale_index.scale > 0) s.scale_index else null,
};
}
pub fn bitSize(mem: Memory) u64 {
return switch (mem) {
.rip => |r| r.ptr_size.bitSize(),
.sib => |s| s.ptr_size.bitSize(),
.moffs => 64,
};
}
};
pub const Immediate = union(enum) {
signed: i32,
unsigned: u64,
pub fn u(x: u64) Immediate {
return .{ .unsigned = x };
}
pub fn s(x: i32) Immediate {
return .{ .signed = x };
}
pub fn asUnsigned(imm: Immediate, bit_size: u64) u64 {
return switch (imm) {
.signed => |x| switch (bit_size) {
1, 8 => @as(u8, @bitCast(@as(i8, @intCast(x)))),
16 => @as(u16, @bitCast(@as(i16, @intCast(x)))),
32, 64 => @as(u32, @bitCast(x)),
else => unreachable,
},
.unsigned => |x| switch (bit_size) {
1, 8 => @as(u8, @intCast(x)),
16 => @as(u16, @intCast(x)),
32 => @as(u32, @intCast(x)),
64 => x,
else => unreachable,
},
};
}
};
|
0 | repos/zig-dis-x86_64 | repos/zig-dis-x86_64/src/encodings.zig | const Encoding = @import("Encoding.zig");
const Mnemonic = Encoding.Mnemonic;
const OpEn = Encoding.OpEn;
const Op = Encoding.Op;
const Mode = Encoding.Mode;
const Feature = Encoding.Feature;
const modrm_ext = u3;
pub const Entry = struct { Mnemonic, OpEn, []const Op, []const u8, modrm_ext, Mode, Feature };
// TODO move this into a .zon file when Zig is capable of importing .zon files
// zig fmt: off
pub const table = [_]Entry{
// General-purpose
.{ .adc, .zi, &.{ .al, .imm8 }, &.{ 0x14 }, 0, .none, .none },
.{ .adc, .zi, &.{ .ax, .imm16 }, &.{ 0x15 }, 0, .short, .none },
.{ .adc, .zi, &.{ .eax, .imm32 }, &.{ 0x15 }, 0, .none, .none },
.{ .adc, .zi, &.{ .rax, .imm32s }, &.{ 0x15 }, 0, .long, .none },
.{ .adc, .mi, &.{ .rm8, .imm8 }, &.{ 0x80 }, 2, .none, .none },
.{ .adc, .mi, &.{ .rm8, .imm8 }, &.{ 0x80 }, 2, .rex, .none },
.{ .adc, .mi, &.{ .rm16, .imm16 }, &.{ 0x81 }, 2, .short, .none },
.{ .adc, .mi, &.{ .rm32, .imm32 }, &.{ 0x81 }, 2, .none, .none },
.{ .adc, .mi, &.{ .rm64, .imm32s }, &.{ 0x81 }, 2, .long, .none },
.{ .adc, .mi, &.{ .rm16, .imm8s }, &.{ 0x83 }, 2, .short, .none },
.{ .adc, .mi, &.{ .rm32, .imm8s }, &.{ 0x83 }, 2, .none, .none },
.{ .adc, .mi, &.{ .rm64, .imm8s }, &.{ 0x83 }, 2, .long, .none },
.{ .adc, .mr, &.{ .rm8, .r8 }, &.{ 0x10 }, 0, .none, .none },
.{ .adc, .mr, &.{ .rm8, .r8 }, &.{ 0x10 }, 0, .rex, .none },
.{ .adc, .mr, &.{ .rm16, .r16 }, &.{ 0x11 }, 0, .short, .none },
.{ .adc, .mr, &.{ .rm32, .r32 }, &.{ 0x11 }, 0, .none, .none },
.{ .adc, .mr, &.{ .rm64, .r64 }, &.{ 0x11 }, 0, .long, .none },
.{ .adc, .rm, &.{ .r8, .rm8 }, &.{ 0x12 }, 0, .none, .none },
.{ .adc, .rm, &.{ .r8, .rm8 }, &.{ 0x12 }, 0, .rex, .none },
.{ .adc, .rm, &.{ .r16, .rm16 }, &.{ 0x13 }, 0, .short, .none },
.{ .adc, .rm, &.{ .r32, .rm32 }, &.{ 0x13 }, 0, .none, .none },
.{ .adc, .rm, &.{ .r64, .rm64 }, &.{ 0x13 }, 0, .long, .none },
.{ .add, .zi, &.{ .al, .imm8 }, &.{ 0x04 }, 0, .none, .none },
.{ .add, .zi, &.{ .ax, .imm16 }, &.{ 0x05 }, 0, .short, .none },
.{ .add, .zi, &.{ .eax, .imm32 }, &.{ 0x05 }, 0, .none, .none },
.{ .add, .zi, &.{ .rax, .imm32s }, &.{ 0x05 }, 0, .long, .none },
.{ .add, .mi, &.{ .rm8, .imm8 }, &.{ 0x80 }, 0, .none, .none },
.{ .add, .mi, &.{ .rm8, .imm8 }, &.{ 0x80 }, 0, .rex, .none },
.{ .add, .mi, &.{ .rm16, .imm16 }, &.{ 0x81 }, 0, .short, .none },
.{ .add, .mi, &.{ .rm32, .imm32 }, &.{ 0x81 }, 0, .none, .none },
.{ .add, .mi, &.{ .rm64, .imm32s }, &.{ 0x81 }, 0, .long, .none },
.{ .add, .mi, &.{ .rm16, .imm8s }, &.{ 0x83 }, 0, .short, .none },
.{ .add, .mi, &.{ .rm32, .imm8s }, &.{ 0x83 }, 0, .none, .none },
.{ .add, .mi, &.{ .rm64, .imm8s }, &.{ 0x83 }, 0, .long, .none },
.{ .add, .mr, &.{ .rm8, .r8 }, &.{ 0x00 }, 0, .none, .none },
.{ .add, .mr, &.{ .rm8, .r8 }, &.{ 0x00 }, 0, .rex, .none },
.{ .add, .mr, &.{ .rm16, .r16 }, &.{ 0x01 }, 0, .short, .none },
.{ .add, .mr, &.{ .rm32, .r32 }, &.{ 0x01 }, 0, .none, .none },
.{ .add, .mr, &.{ .rm64, .r64 }, &.{ 0x01 }, 0, .long, .none },
.{ .add, .rm, &.{ .r8, .rm8 }, &.{ 0x02 }, 0, .none, .none },
.{ .add, .rm, &.{ .r8, .rm8 }, &.{ 0x02 }, 0, .rex, .none },
.{ .add, .rm, &.{ .r16, .rm16 }, &.{ 0x03 }, 0, .short, .none },
.{ .add, .rm, &.{ .r32, .rm32 }, &.{ 0x03 }, 0, .none, .none },
.{ .add, .rm, &.{ .r64, .rm64 }, &.{ 0x03 }, 0, .long, .none },
.{ .@"and", .zi, &.{ .al, .imm8 }, &.{ 0x24 }, 0, .none, .none },
.{ .@"and", .zi, &.{ .ax, .imm16 }, &.{ 0x25 }, 0, .short, .none },
.{ .@"and", .zi, &.{ .eax, .imm32 }, &.{ 0x25 }, 0, .none, .none },
.{ .@"and", .zi, &.{ .rax, .imm32s }, &.{ 0x25 }, 0, .long, .none },
.{ .@"and", .mi, &.{ .rm8, .imm8 }, &.{ 0x80 }, 4, .none, .none },
.{ .@"and", .mi, &.{ .rm8, .imm8 }, &.{ 0x80 }, 4, .rex, .none },
.{ .@"and", .mi, &.{ .rm16, .imm16 }, &.{ 0x81 }, 4, .short, .none },
.{ .@"and", .mi, &.{ .rm32, .imm32 }, &.{ 0x81 }, 4, .none, .none },
.{ .@"and", .mi, &.{ .rm64, .imm32s }, &.{ 0x81 }, 4, .long, .none },
.{ .@"and", .mi, &.{ .rm16, .imm8s }, &.{ 0x83 }, 4, .short, .none },
.{ .@"and", .mi, &.{ .rm32, .imm8s }, &.{ 0x83 }, 4, .none, .none },
.{ .@"and", .mi, &.{ .rm64, .imm8s }, &.{ 0x83 }, 4, .long, .none },
.{ .@"and", .mr, &.{ .rm8, .r8 }, &.{ 0x20 }, 0, .none, .none },
.{ .@"and", .mr, &.{ .rm8, .r8 }, &.{ 0x20 }, 0, .rex, .none },
.{ .@"and", .mr, &.{ .rm16, .r16 }, &.{ 0x21 }, 0, .short, .none },
.{ .@"and", .mr, &.{ .rm32, .r32 }, &.{ 0x21 }, 0, .none, .none },
.{ .@"and", .mr, &.{ .rm64, .r64 }, &.{ 0x21 }, 0, .long, .none },
.{ .@"and", .rm, &.{ .r8, .rm8 }, &.{ 0x22 }, 0, .none, .none },
.{ .@"and", .rm, &.{ .r8, .rm8 }, &.{ 0x22 }, 0, .rex, .none },
.{ .@"and", .rm, &.{ .r16, .rm16 }, &.{ 0x23 }, 0, .short, .none },
.{ .@"and", .rm, &.{ .r32, .rm32 }, &.{ 0x23 }, 0, .none, .none },
.{ .@"and", .rm, &.{ .r64, .rm64 }, &.{ 0x23 }, 0, .long, .none },
.{ .bsf, .rm, &.{ .r16, .rm16 }, &.{ 0x0f, 0xbc }, 0, .short, .none },
.{ .bsf, .rm, &.{ .r32, .rm32 }, &.{ 0x0f, 0xbc }, 0, .none, .none },
.{ .bsf, .rm, &.{ .r64, .rm64 }, &.{ 0x0f, 0xbc }, 0, .long, .none },
.{ .bsr, .rm, &.{ .r16, .rm16 }, &.{ 0x0f, 0xbd }, 0, .short, .none },
.{ .bsr, .rm, &.{ .r32, .rm32 }, &.{ 0x0f, 0xbd }, 0, .none, .none },
.{ .bsr, .rm, &.{ .r64, .rm64 }, &.{ 0x0f, 0xbd }, 0, .long, .none },
.{ .bswap, .o, &.{ .r32 }, &.{ 0x0f, 0xc8 }, 0, .none, .none },
.{ .bswap, .o, &.{ .r64 }, &.{ 0x0f, 0xc8 }, 0, .long, .none },
.{ .bt, .mr, &.{ .rm16, .r16 }, &.{ 0x0f, 0xa3 }, 0, .short, .none },
.{ .bt, .mr, &.{ .rm32, .r32 }, &.{ 0x0f, 0xa3 }, 0, .none, .none },
.{ .bt, .mr, &.{ .rm64, .r64 }, &.{ 0x0f, 0xa3 }, 0, .long, .none },
.{ .bt, .mi, &.{ .rm16, .imm8 }, &.{ 0x0f, 0xba }, 4, .short, .none },
.{ .bt, .mi, &.{ .rm32, .imm8 }, &.{ 0x0f, 0xba }, 4, .none, .none },
.{ .bt, .mi, &.{ .rm64, .imm8 }, &.{ 0x0f, 0xba }, 4, .long, .none },
.{ .btc, .mr, &.{ .rm16, .r16 }, &.{ 0x0f, 0xbb }, 0, .short, .none },
.{ .btc, .mr, &.{ .rm32, .r32 }, &.{ 0x0f, 0xbb }, 0, .none, .none },
.{ .btc, .mr, &.{ .rm64, .r64 }, &.{ 0x0f, 0xbb }, 0, .long, .none },
.{ .btc, .mi, &.{ .rm16, .imm8 }, &.{ 0x0f, 0xba }, 7, .short, .none },
.{ .btc, .mi, &.{ .rm32, .imm8 }, &.{ 0x0f, 0xba }, 7, .none, .none },
.{ .btc, .mi, &.{ .rm64, .imm8 }, &.{ 0x0f, 0xba }, 7, .long, .none },
.{ .btr, .mr, &.{ .rm16, .r16 }, &.{ 0x0f, 0xb3 }, 0, .short, .none },
.{ .btr, .mr, &.{ .rm32, .r32 }, &.{ 0x0f, 0xb3 }, 0, .none, .none },
.{ .btr, .mr, &.{ .rm64, .r64 }, &.{ 0x0f, 0xb3 }, 0, .long, .none },
.{ .btr, .mi, &.{ .rm16, .imm8 }, &.{ 0x0f, 0xba }, 6, .short, .none },
.{ .btr, .mi, &.{ .rm32, .imm8 }, &.{ 0x0f, 0xba }, 6, .none, .none },
.{ .btr, .mi, &.{ .rm64, .imm8 }, &.{ 0x0f, 0xba }, 6, .long, .none },
.{ .bts, .mr, &.{ .rm16, .r16 }, &.{ 0x0f, 0xab }, 0, .short, .none },
.{ .bts, .mr, &.{ .rm32, .r32 }, &.{ 0x0f, 0xab }, 0, .none, .none },
.{ .bts, .mr, &.{ .rm64, .r64 }, &.{ 0x0f, 0xab }, 0, .long, .none },
.{ .bts, .mi, &.{ .rm16, .imm8 }, &.{ 0x0f, 0xba }, 5, .short, .none },
.{ .bts, .mi, &.{ .rm32, .imm8 }, &.{ 0x0f, 0xba }, 5, .none, .none },
.{ .bts, .mi, &.{ .rm64, .imm8 }, &.{ 0x0f, 0xba }, 5, .long, .none },
// This is M encoding according to Intel, but D makes more sense here.
.{ .call, .d, &.{ .rel32 }, &.{ 0xe8 }, 0, .none, .none },
.{ .call, .m, &.{ .rm64 }, &.{ 0xff }, 2, .none, .none },
.{ .cbw, .np, &.{ .o16 }, &.{ 0x98 }, 0, .short, .none },
.{ .cwde, .np, &.{ .o32 }, &.{ 0x98 }, 0, .none, .none },
.{ .cdqe, .np, &.{ .o64 }, &.{ 0x98 }, 0, .long, .none },
.{ .cwd, .np, &.{ .o16 }, &.{ 0x99 }, 0, .short, .none },
.{ .cdq, .np, &.{ .o32 }, &.{ 0x99 }, 0, .none, .none },
.{ .cqo, .np, &.{ .o64 }, &.{ 0x99 }, 0, .long, .none },
.{ .cmova, .rm, &.{ .r16, .rm16 }, &.{ 0x0f, 0x47 }, 0, .short, .none },
.{ .cmova, .rm, &.{ .r32, .rm32 }, &.{ 0x0f, 0x47 }, 0, .none, .none },
.{ .cmova, .rm, &.{ .r64, .rm64 }, &.{ 0x0f, 0x47 }, 0, .long, .none },
.{ .cmovae, .rm, &.{ .r16, .rm16 }, &.{ 0x0f, 0x43 }, 0, .short, .none },
.{ .cmovae, .rm, &.{ .r32, .rm32 }, &.{ 0x0f, 0x43 }, 0, .none, .none },
.{ .cmovae, .rm, &.{ .r64, .rm64 }, &.{ 0x0f, 0x43 }, 0, .long, .none },
.{ .cmovb, .rm, &.{ .r16, .rm16 }, &.{ 0x0f, 0x42 }, 0, .short, .none },
.{ .cmovb, .rm, &.{ .r32, .rm32 }, &.{ 0x0f, 0x42 }, 0, .none, .none },
.{ .cmovb, .rm, &.{ .r64, .rm64 }, &.{ 0x0f, 0x42 }, 0, .long, .none },
.{ .cmovbe, .rm, &.{ .r16, .rm16 }, &.{ 0x0f, 0x46 }, 0, .short, .none },
.{ .cmovbe, .rm, &.{ .r32, .rm32 }, &.{ 0x0f, 0x46 }, 0, .none, .none },
.{ .cmovbe, .rm, &.{ .r64, .rm64 }, &.{ 0x0f, 0x46 }, 0, .long, .none },
.{ .cmovc, .rm, &.{ .r16, .rm16 }, &.{ 0x0f, 0x42 }, 0, .short, .none },
.{ .cmovc, .rm, &.{ .r32, .rm32 }, &.{ 0x0f, 0x42 }, 0, .none, .none },
.{ .cmovc, .rm, &.{ .r64, .rm64 }, &.{ 0x0f, 0x42 }, 0, .long, .none },
.{ .cmove, .rm, &.{ .r16, .rm16 }, &.{ 0x0f, 0x44 }, 0, .short, .none },
.{ .cmove, .rm, &.{ .r32, .rm32 }, &.{ 0x0f, 0x44 }, 0, .none, .none },
.{ .cmove, .rm, &.{ .r64, .rm64 }, &.{ 0x0f, 0x44 }, 0, .long, .none },
.{ .cmovg, .rm, &.{ .r16, .rm16 }, &.{ 0x0f, 0x4f }, 0, .short, .none },
.{ .cmovg, .rm, &.{ .r32, .rm32 }, &.{ 0x0f, 0x4f }, 0, .none, .none },
.{ .cmovg, .rm, &.{ .r64, .rm64 }, &.{ 0x0f, 0x4f }, 0, .long, .none },
.{ .cmovge, .rm, &.{ .r16, .rm16 }, &.{ 0x0f, 0x4d }, 0, .short, .none },
.{ .cmovge, .rm, &.{ .r32, .rm32 }, &.{ 0x0f, 0x4d }, 0, .none, .none },
.{ .cmovge, .rm, &.{ .r64, .rm64 }, &.{ 0x0f, 0x4d }, 0, .long, .none },
.{ .cmovl, .rm, &.{ .r16, .rm16 }, &.{ 0x0f, 0x4c }, 0, .short, .none },
.{ .cmovl, .rm, &.{ .r32, .rm32 }, &.{ 0x0f, 0x4c }, 0, .none, .none },
.{ .cmovl, .rm, &.{ .r64, .rm64 }, &.{ 0x0f, 0x4c }, 0, .long, .none },
.{ .cmovle, .rm, &.{ .r16, .rm16 }, &.{ 0x0f, 0x4e }, 0, .short, .none },
.{ .cmovle, .rm, &.{ .r32, .rm32 }, &.{ 0x0f, 0x4e }, 0, .none, .none },
.{ .cmovle, .rm, &.{ .r64, .rm64 }, &.{ 0x0f, 0x4e }, 0, .long, .none },
.{ .cmovna, .rm, &.{ .r16, .rm16 }, &.{ 0x0f, 0x46 }, 0, .short, .none },
.{ .cmovna, .rm, &.{ .r32, .rm32 }, &.{ 0x0f, 0x46 }, 0, .none, .none },
.{ .cmovna, .rm, &.{ .r64, .rm64 }, &.{ 0x0f, 0x46 }, 0, .long, .none },
.{ .cmovnae, .rm, &.{ .r16, .rm16 }, &.{ 0x0f, 0x42 }, 0, .short, .none },
.{ .cmovnae, .rm, &.{ .r32, .rm32 }, &.{ 0x0f, 0x42 }, 0, .none, .none },
.{ .cmovnae, .rm, &.{ .r64, .rm64 }, &.{ 0x0f, 0x42 }, 0, .long, .none },
.{ .cmovnb, .rm, &.{ .r16, .rm16 }, &.{ 0x0f, 0x43 }, 0, .short, .none },
.{ .cmovnb, .rm, &.{ .r32, .rm32 }, &.{ 0x0f, 0x43 }, 0, .none, .none },
.{ .cmovnb, .rm, &.{ .r64, .rm64 }, &.{ 0x0f, 0x43 }, 0, .long, .none },
.{ .cmovnbe, .rm, &.{ .r16, .rm16 }, &.{ 0x0f, 0x47 }, 0, .short, .none },
.{ .cmovnbe, .rm, &.{ .r32, .rm32 }, &.{ 0x0f, 0x47 }, 0, .none, .none },
.{ .cmovnbe, .rm, &.{ .r64, .rm64 }, &.{ 0x0f, 0x47 }, 0, .long, .none },
.{ .cmovnc, .rm, &.{ .r16, .rm16 }, &.{ 0x0f, 0x43 }, 0, .short, .none },
.{ .cmovnc, .rm, &.{ .r32, .rm32 }, &.{ 0x0f, 0x43 }, 0, .none, .none },
.{ .cmovnc, .rm, &.{ .r64, .rm64 }, &.{ 0x0f, 0x43 }, 0, .long, .none },
.{ .cmovne, .rm, &.{ .r16, .rm16 }, &.{ 0x0f, 0x45 }, 0, .short, .none },
.{ .cmovne, .rm, &.{ .r32, .rm32 }, &.{ 0x0f, 0x45 }, 0, .none, .none },
.{ .cmovne, .rm, &.{ .r64, .rm64 }, &.{ 0x0f, 0x45 }, 0, .long, .none },
.{ .cmovng, .rm, &.{ .r16, .rm16 }, &.{ 0x0f, 0x4e }, 0, .short, .none },
.{ .cmovng, .rm, &.{ .r32, .rm32 }, &.{ 0x0f, 0x4e }, 0, .none, .none },
.{ .cmovng, .rm, &.{ .r64, .rm64 }, &.{ 0x0f, 0x4e }, 0, .long, .none },
.{ .cmovnge, .rm, &.{ .r16, .rm16 }, &.{ 0x0f, 0x4c }, 0, .short, .none },
.{ .cmovnge, .rm, &.{ .r32, .rm32 }, &.{ 0x0f, 0x4c }, 0, .none, .none },
.{ .cmovnge, .rm, &.{ .r64, .rm64 }, &.{ 0x0f, 0x4c }, 0, .long, .none },
.{ .cmovnl, .rm, &.{ .r16, .rm16 }, &.{ 0x0f, 0x4d }, 0, .short, .none },
.{ .cmovnl, .rm, &.{ .r32, .rm32 }, &.{ 0x0f, 0x4d }, 0, .none, .none },
.{ .cmovnl, .rm, &.{ .r64, .rm64 }, &.{ 0x0f, 0x4d }, 0, .long, .none },
.{ .cmovnle, .rm, &.{ .r16, .rm16 }, &.{ 0x0f, 0x4f }, 0, .short, .none },
.{ .cmovnle, .rm, &.{ .r32, .rm32 }, &.{ 0x0f, 0x4f }, 0, .none, .none },
.{ .cmovnle, .rm, &.{ .r64, .rm64 }, &.{ 0x0f, 0x4f }, 0, .long, .none },
.{ .cmovno, .rm, &.{ .r16, .rm16 }, &.{ 0x0f, 0x41 }, 0, .short, .none },
.{ .cmovno, .rm, &.{ .r32, .rm32 }, &.{ 0x0f, 0x41 }, 0, .none, .none },
.{ .cmovno, .rm, &.{ .r64, .rm64 }, &.{ 0x0f, 0x41 }, 0, .long, .none },
.{ .cmovnp, .rm, &.{ .r16, .rm16 }, &.{ 0x0f, 0x4b }, 0, .short, .none },
.{ .cmovnp, .rm, &.{ .r32, .rm32 }, &.{ 0x0f, 0x4b }, 0, .none, .none },
.{ .cmovnp, .rm, &.{ .r64, .rm64 }, &.{ 0x0f, 0x4b }, 0, .long, .none },
.{ .cmovns, .rm, &.{ .r16, .rm16 }, &.{ 0x0f, 0x49 }, 0, .short, .none },
.{ .cmovns, .rm, &.{ .r32, .rm32 }, &.{ 0x0f, 0x49 }, 0, .none, .none },
.{ .cmovns, .rm, &.{ .r64, .rm64 }, &.{ 0x0f, 0x49 }, 0, .long, .none },
.{ .cmovnz, .rm, &.{ .r16, .rm16 }, &.{ 0x0f, 0x45 }, 0, .short, .none },
.{ .cmovnz, .rm, &.{ .r32, .rm32 }, &.{ 0x0f, 0x45 }, 0, .none, .none },
.{ .cmovnz, .rm, &.{ .r64, .rm64 }, &.{ 0x0f, 0x45 }, 0, .long, .none },
.{ .cmovo, .rm, &.{ .r16, .rm16 }, &.{ 0x0f, 0x40 }, 0, .short, .none },
.{ .cmovo, .rm, &.{ .r32, .rm32 }, &.{ 0x0f, 0x40 }, 0, .none, .none },
.{ .cmovo, .rm, &.{ .r64, .rm64 }, &.{ 0x0f, 0x40 }, 0, .long, .none },
.{ .cmovp, .rm, &.{ .r16, .rm16 }, &.{ 0x0f, 0x4a }, 0, .short, .none },
.{ .cmovp, .rm, &.{ .r32, .rm32 }, &.{ 0x0f, 0x4a }, 0, .none, .none },
.{ .cmovp, .rm, &.{ .r64, .rm64 }, &.{ 0x0f, 0x4a }, 0, .long, .none },
.{ .cmovpe, .rm, &.{ .r16, .rm16 }, &.{ 0x0f, 0x4a }, 0, .short, .none },
.{ .cmovpe, .rm, &.{ .r32, .rm32 }, &.{ 0x0f, 0x4a }, 0, .none, .none },
.{ .cmovpe, .rm, &.{ .r64, .rm64 }, &.{ 0x0f, 0x4a }, 0, .long, .none },
.{ .cmovpo, .rm, &.{ .r16, .rm16 }, &.{ 0x0f, 0x4b }, 0, .short, .none },
.{ .cmovpo, .rm, &.{ .r32, .rm32 }, &.{ 0x0f, 0x4b }, 0, .none, .none },
.{ .cmovpo, .rm, &.{ .r64, .rm64 }, &.{ 0x0f, 0x4b }, 0, .long, .none },
.{ .cmovs, .rm, &.{ .r16, .rm16 }, &.{ 0x0f, 0x48 }, 0, .short, .none },
.{ .cmovs, .rm, &.{ .r32, .rm32 }, &.{ 0x0f, 0x48 }, 0, .none, .none },
.{ .cmovs, .rm, &.{ .r64, .rm64 }, &.{ 0x0f, 0x48 }, 0, .long, .none },
.{ .cmovz, .rm, &.{ .r16, .rm16 }, &.{ 0x0f, 0x44 }, 0, .short, .none },
.{ .cmovz, .rm, &.{ .r32, .rm32 }, &.{ 0x0f, 0x44 }, 0, .none, .none },
.{ .cmovz, .rm, &.{ .r64, .rm64 }, &.{ 0x0f, 0x44 }, 0, .long, .none },
.{ .cmp, .zi, &.{ .al, .imm8 }, &.{ 0x3c }, 0, .none, .none },
.{ .cmp, .zi, &.{ .ax, .imm16 }, &.{ 0x3d }, 0, .short, .none },
.{ .cmp, .zi, &.{ .eax, .imm32 }, &.{ 0x3d }, 0, .none, .none },
.{ .cmp, .zi, &.{ .rax, .imm32s }, &.{ 0x3d }, 0, .long, .none },
.{ .cmp, .mi, &.{ .rm8, .imm8 }, &.{ 0x80 }, 7, .none, .none },
.{ .cmp, .mi, &.{ .rm8, .imm8 }, &.{ 0x80 }, 7, .rex, .none },
.{ .cmp, .mi, &.{ .rm16, .imm16 }, &.{ 0x81 }, 7, .short, .none },
.{ .cmp, .mi, &.{ .rm32, .imm32 }, &.{ 0x81 }, 7, .none, .none },
.{ .cmp, .mi, &.{ .rm64, .imm32s }, &.{ 0x81 }, 7, .long, .none },
.{ .cmp, .mi, &.{ .rm16, .imm8s }, &.{ 0x83 }, 7, .short, .none },
.{ .cmp, .mi, &.{ .rm32, .imm8s }, &.{ 0x83 }, 7, .none, .none },
.{ .cmp, .mi, &.{ .rm64, .imm8s }, &.{ 0x83 }, 7, .long, .none },
.{ .cmp, .mr, &.{ .rm8, .r8 }, &.{ 0x38 }, 0, .none, .none },
.{ .cmp, .mr, &.{ .rm8, .r8 }, &.{ 0x38 }, 0, .rex, .none },
.{ .cmp, .mr, &.{ .rm16, .r16 }, &.{ 0x39 }, 0, .short, .none },
.{ .cmp, .mr, &.{ .rm32, .r32 }, &.{ 0x39 }, 0, .none, .none },
.{ .cmp, .mr, &.{ .rm64, .r64 }, &.{ 0x39 }, 0, .long, .none },
.{ .cmp, .rm, &.{ .r8, .rm8 }, &.{ 0x3a }, 0, .none, .none },
.{ .cmp, .rm, &.{ .r8, .rm8 }, &.{ 0x3a }, 0, .rex, .none },
.{ .cmp, .rm, &.{ .r16, .rm16 }, &.{ 0x3b }, 0, .short, .none },
.{ .cmp, .rm, &.{ .r32, .rm32 }, &.{ 0x3b }, 0, .none, .none },
.{ .cmp, .rm, &.{ .r64, .rm64 }, &.{ 0x3b }, 0, .long, .none },
.{ .cmps, .np, &.{ .m8, .m8 }, &.{ 0xa6 }, 0, .none, .none },
.{ .cmps, .np, &.{ .m16, .m16 }, &.{ 0xa7 }, 0, .short, .none },
.{ .cmps, .np, &.{ .m32, .m32 }, &.{ 0xa7 }, 0, .none, .none },
.{ .cmps, .np, &.{ .m64, .m64 }, &.{ 0xa7 }, 0, .long, .none },
.{ .cmpsb, .np, &.{}, &.{ 0xa6 }, 0, .none, .none },
.{ .cmpsw, .np, &.{}, &.{ 0xa7 }, 0, .short, .none },
.{ .cmpsd, .np, &.{}, &.{ 0xa7 }, 0, .none, .none },
.{ .cmpsq, .np, &.{}, &.{ 0xa7 }, 0, .long, .none },
.{ .cmpxchg, .mr, &.{ .rm8, .r8 }, &.{ 0x0f, 0xb0 }, 0, .none, .none },
.{ .cmpxchg, .mr, &.{ .rm8, .r8 }, &.{ 0x0f, 0xb0 }, 0, .rex, .none },
.{ .cmpxchg, .mr, &.{ .rm16, .r16 }, &.{ 0x0f, 0xb1 }, 0, .short, .none },
.{ .cmpxchg, .mr, &.{ .rm32, .r32 }, &.{ 0x0f, 0xb1 }, 0, .none, .none },
.{ .cmpxchg, .mr, &.{ .rm64, .r64 }, &.{ 0x0f, 0xb1 }, 0, .long, .none },
.{ .cmpxchg8b, .m, &.{ .m64 }, &.{ 0x0f, 0xc7 }, 1, .none, .none },
.{ .cmpxchg16b, .m, &.{ .m128 }, &.{ 0x0f, 0xc7 }, 1, .long, .none },
.{ .div, .m, &.{ .rm8 }, &.{ 0xf6 }, 6, .none, .none },
.{ .div, .m, &.{ .rm8 }, &.{ 0xf6 }, 6, .rex, .none },
.{ .div, .m, &.{ .rm16 }, &.{ 0xf7 }, 6, .short, .none },
.{ .div, .m, &.{ .rm32 }, &.{ 0xf7 }, 6, .none, .none },
.{ .div, .m, &.{ .rm64 }, &.{ 0xf7 }, 6, .long, .none },
.{ .endbr64, .np, &.{}, &.{ 0xf3, 0x0f, 0x1e, 0xfa }, 0, .none, .none },
.{ .hlt, .np, &.{}, &.{ 0xf4 }, 0, .none, .none },
.{ .idiv, .m, &.{ .rm8 }, &.{ 0xf6 }, 7, .none, .none },
.{ .idiv, .m, &.{ .rm8 }, &.{ 0xf6 }, 7, .rex, .none },
.{ .idiv, .m, &.{ .rm16 }, &.{ 0xf7 }, 7, .short, .none },
.{ .idiv, .m, &.{ .rm32 }, &.{ 0xf7 }, 7, .none, .none },
.{ .idiv, .m, &.{ .rm64 }, &.{ 0xf7 }, 7, .long, .none },
.{ .imul, .m, &.{ .rm8 }, &.{ 0xf6 }, 5, .none, .none },
.{ .imul, .m, &.{ .rm8 }, &.{ 0xf6 }, 5, .rex, .none },
.{ .imul, .m, &.{ .rm16, }, &.{ 0xf7 }, 5, .short, .none },
.{ .imul, .m, &.{ .rm32, }, &.{ 0xf7 }, 5, .none, .none },
.{ .imul, .m, &.{ .rm64, }, &.{ 0xf7 }, 5, .long, .none },
.{ .imul, .rm, &.{ .r16, .rm16, }, &.{ 0x0f, 0xaf }, 0, .short, .none },
.{ .imul, .rm, &.{ .r32, .rm32, }, &.{ 0x0f, 0xaf }, 0, .none, .none },
.{ .imul, .rm, &.{ .r64, .rm64, }, &.{ 0x0f, 0xaf }, 0, .long, .none },
.{ .imul, .rmi, &.{ .r16, .rm16, .imm8s }, &.{ 0x6b }, 0, .short, .none },
.{ .imul, .rmi, &.{ .r32, .rm32, .imm8s }, &.{ 0x6b }, 0, .none, .none },
.{ .imul, .rmi, &.{ .r64, .rm64, .imm8s }, &.{ 0x6b }, 0, .long, .none },
.{ .imul, .rmi, &.{ .r16, .rm16, .imm16 }, &.{ 0x69 }, 0, .short, .none },
.{ .imul, .rmi, &.{ .r32, .rm32, .imm32 }, &.{ 0x69 }, 0, .none, .none },
.{ .imul, .rmi, &.{ .r64, .rm64, .imm32 }, &.{ 0x69 }, 0, .long, .none },
.{ .int3, .np, &.{}, &.{ 0xcc }, 0, .none, .none },
.{ .ja, .d, &.{ .rel32 }, &.{ 0x0f, 0x87 }, 0, .none, .none },
.{ .jae, .d, &.{ .rel32 }, &.{ 0x0f, 0x83 }, 0, .none, .none },
.{ .jb, .d, &.{ .rel32 }, &.{ 0x0f, 0x82 }, 0, .none, .none },
.{ .jbe, .d, &.{ .rel32 }, &.{ 0x0f, 0x86 }, 0, .none, .none },
.{ .jc, .d, &.{ .rel32 }, &.{ 0x0f, 0x82 }, 0, .none, .none },
.{ .jrcxz, .d, &.{ .rel32 }, &.{ 0xe3 }, 0, .none, .none },
.{ .je, .d, &.{ .rel32 }, &.{ 0x0f, 0x84 }, 0, .none, .none },
.{ .jg, .d, &.{ .rel32 }, &.{ 0x0f, 0x8f }, 0, .none, .none },
.{ .jge, .d, &.{ .rel32 }, &.{ 0x0f, 0x8d }, 0, .none, .none },
.{ .jl, .d, &.{ .rel32 }, &.{ 0x0f, 0x8c }, 0, .none, .none },
.{ .jle, .d, &.{ .rel32 }, &.{ 0x0f, 0x8e }, 0, .none, .none },
.{ .jna, .d, &.{ .rel32 }, &.{ 0x0f, 0x86 }, 0, .none, .none },
.{ .jnae, .d, &.{ .rel32 }, &.{ 0x0f, 0x82 }, 0, .none, .none },
.{ .jnb, .d, &.{ .rel32 }, &.{ 0x0f, 0x83 }, 0, .none, .none },
.{ .jnbe, .d, &.{ .rel32 }, &.{ 0x0f, 0x87 }, 0, .none, .none },
.{ .jnc, .d, &.{ .rel32 }, &.{ 0x0f, 0x83 }, 0, .none, .none },
.{ .jne, .d, &.{ .rel32 }, &.{ 0x0f, 0x85 }, 0, .none, .none },
.{ .jng, .d, &.{ .rel32 }, &.{ 0x0f, 0x8e }, 0, .none, .none },
.{ .jnge, .d, &.{ .rel32 }, &.{ 0x0f, 0x8c }, 0, .none, .none },
.{ .jnl, .d, &.{ .rel32 }, &.{ 0x0f, 0x8d }, 0, .none, .none },
.{ .jnle, .d, &.{ .rel32 }, &.{ 0x0f, 0x8f }, 0, .none, .none },
.{ .jno, .d, &.{ .rel32 }, &.{ 0x0f, 0x81 }, 0, .none, .none },
.{ .jnp, .d, &.{ .rel32 }, &.{ 0x0f, 0x8b }, 0, .none, .none },
.{ .jns, .d, &.{ .rel32 }, &.{ 0x0f, 0x89 }, 0, .none, .none },
.{ .jnz, .d, &.{ .rel32 }, &.{ 0x0f, 0x85 }, 0, .none, .none },
.{ .jo, .d, &.{ .rel32 }, &.{ 0x0f, 0x80 }, 0, .none, .none },
.{ .jp, .d, &.{ .rel32 }, &.{ 0x0f, 0x8a }, 0, .none, .none },
.{ .jpe, .d, &.{ .rel32 }, &.{ 0x0f, 0x8a }, 0, .none, .none },
.{ .jpo, .d, &.{ .rel32 }, &.{ 0x0f, 0x8b }, 0, .none, .none },
.{ .js, .d, &.{ .rel32 }, &.{ 0x0f, 0x88 }, 0, .none, .none },
.{ .jz, .d, &.{ .rel32 }, &.{ 0x0f, 0x84 }, 0, .none, .none },
.{ .jmp, .d, &.{ .rel32 }, &.{ 0xe9 }, 0, .none, .none },
.{ .jmp, .m, &.{ .rm64 }, &.{ 0xff }, 4, .none, .none },
.{ .lea, .rm, &.{ .r16, .m }, &.{ 0x8d }, 0, .short, .none },
.{ .lea, .rm, &.{ .r32, .m }, &.{ 0x8d }, 0, .none, .none },
.{ .lea, .rm, &.{ .r64, .m }, &.{ 0x8d }, 0, .long, .none },
.{ .leave, .np, &.{}, &.{ 0xc9 }, 0, .none, .none },
.{ .lfence, .np, &.{}, &.{ 0x0f, 0xae, 0xe8 }, 0, .none, .none },
.{ .lods, .np, &.{ .m8 }, &.{ 0xac }, 0, .none, .none },
.{ .lods, .np, &.{ .m16 }, &.{ 0xad }, 0, .short, .none },
.{ .lods, .np, &.{ .m32 }, &.{ 0xad }, 0, .none, .none },
.{ .lods, .np, &.{ .m64 }, &.{ 0xad }, 0, .long, .none },
.{ .lodsb, .np, &.{}, &.{ 0xac }, 0, .none, .none },
.{ .lodsw, .np, &.{}, &.{ 0xad }, 0, .short, .none },
.{ .lodsd, .np, &.{}, &.{ 0xad }, 0, .none, .none },
.{ .lodsq, .np, &.{}, &.{ 0xad }, 0, .long, .none },
.{ .lzcnt, .rm, &.{ .r16, .rm16 }, &.{ 0xf3, 0x0f, 0xbd }, 0, .short, .lzcnt },
.{ .lzcnt, .rm, &.{ .r32, .rm32 }, &.{ 0xf3, 0x0f, 0xbd }, 0, .none, .lzcnt },
.{ .lzcnt, .rm, &.{ .r64, .rm64 }, &.{ 0xf3, 0x0f, 0xbd }, 0, .long, .lzcnt },
.{ .mfence, .np, &.{}, &.{ 0x0f, 0xae, 0xf0 }, 0, .none, .none },
.{ .mov, .mr, &.{ .rm8, .r8 }, &.{ 0x88 }, 0, .none, .none },
.{ .mov, .mr, &.{ .rm8, .r8 }, &.{ 0x88 }, 0, .rex, .none },
.{ .mov, .mr, &.{ .rm16, .r16 }, &.{ 0x89 }, 0, .short, .none },
.{ .mov, .mr, &.{ .rm32, .r32 }, &.{ 0x89 }, 0, .none, .none },
.{ .mov, .mr, &.{ .rm64, .r64 }, &.{ 0x89 }, 0, .long, .none },
.{ .mov, .rm, &.{ .r8, .rm8 }, &.{ 0x8a }, 0, .none, .none },
.{ .mov, .rm, &.{ .r8, .rm8 }, &.{ 0x8a }, 0, .rex, .none },
.{ .mov, .rm, &.{ .r16, .rm16 }, &.{ 0x8b }, 0, .short, .none },
.{ .mov, .rm, &.{ .r32, .rm32 }, &.{ 0x8b }, 0, .none, .none },
.{ .mov, .rm, &.{ .r64, .rm64 }, &.{ 0x8b }, 0, .long, .none },
.{ .mov, .mr, &.{ .rm16, .sreg }, &.{ 0x8c }, 0, .short, .none },
.{ .mov, .mr, &.{ .r32_m16, .sreg }, &.{ 0x8c }, 0, .none, .none },
.{ .mov, .mr, &.{ .r64_m16, .sreg }, &.{ 0x8c }, 0, .long, .none },
.{ .mov, .rm, &.{ .sreg, .rm16 }, &.{ 0x8e }, 0, .short, .none },
.{ .mov, .rm, &.{ .sreg, .r32_m16 }, &.{ 0x8e }, 0, .none, .none },
.{ .mov, .rm, &.{ .sreg, .r64_m16 }, &.{ 0x8e }, 0, .long, .none },
.{ .mov, .fd, &.{ .al, .moffs }, &.{ 0xa0 }, 0, .none, .none },
.{ .mov, .fd, &.{ .ax, .moffs }, &.{ 0xa1 }, 0, .short, .none },
.{ .mov, .fd, &.{ .eax, .moffs }, &.{ 0xa1 }, 0, .none, .none },
.{ .mov, .fd, &.{ .rax, .moffs }, &.{ 0xa1 }, 0, .long, .none },
.{ .mov, .td, &.{ .moffs, .al }, &.{ 0xa2 }, 0, .none, .none },
.{ .mov, .td, &.{ .moffs, .ax }, &.{ 0xa3 }, 0, .short, .none },
.{ .mov, .td, &.{ .moffs, .eax }, &.{ 0xa3 }, 0, .none, .none },
.{ .mov, .td, &.{ .moffs, .rax }, &.{ 0xa3 }, 0, .long, .none },
.{ .mov, .oi, &.{ .r8, .imm8 }, &.{ 0xb0 }, 0, .none, .none },
.{ .mov, .oi, &.{ .r8, .imm8 }, &.{ 0xb0 }, 0, .rex, .none },
.{ .mov, .oi, &.{ .r16, .imm16 }, &.{ 0xb8 }, 0, .short, .none },
.{ .mov, .oi, &.{ .r32, .imm32 }, &.{ 0xb8 }, 0, .none, .none },
.{ .mov, .oi, &.{ .r64, .imm64 }, &.{ 0xb8 }, 0, .long, .none },
.{ .mov, .mi, &.{ .rm8, .imm8 }, &.{ 0xc6 }, 0, .none, .none },
.{ .mov, .mi, &.{ .rm8, .imm8 }, &.{ 0xc6 }, 0, .rex, .none },
.{ .mov, .mi, &.{ .rm16, .imm16 }, &.{ 0xc7 }, 0, .short, .none },
.{ .mov, .mi, &.{ .rm32, .imm32 }, &.{ 0xc7 }, 0, .none, .none },
.{ .mov, .mi, &.{ .rm64, .imm32s }, &.{ 0xc7 }, 0, .long, .none },
.{ .movbe, .rm, &.{ .r16, .m16 }, &.{ 0x0f, 0x38, 0xf0 }, 0, .short, .movbe },
.{ .movbe, .rm, &.{ .r32, .m32 }, &.{ 0x0f, 0x38, 0xf0 }, 0, .none, .movbe },
.{ .movbe, .rm, &.{ .r64, .m64 }, &.{ 0x0f, 0x38, 0xf0 }, 0, .long, .movbe },
.{ .movbe, .mr, &.{ .m16, .r16 }, &.{ 0x0f, 0x38, 0xf1 }, 0, .short, .movbe },
.{ .movbe, .mr, &.{ .m32, .r32 }, &.{ 0x0f, 0x38, 0xf1 }, 0, .none, .movbe },
.{ .movbe, .mr, &.{ .m64, .r64 }, &.{ 0x0f, 0x38, 0xf1 }, 0, .long, .movbe },
.{ .movs, .np, &.{ .m8, .m8 }, &.{ 0xa4 }, 0, .none, .none },
.{ .movs, .np, &.{ .m16, .m16 }, &.{ 0xa5 }, 0, .short, .none },
.{ .movs, .np, &.{ .m32, .m32 }, &.{ 0xa5 }, 0, .none, .none },
.{ .movs, .np, &.{ .m64, .m64 }, &.{ 0xa5 }, 0, .long, .none },
.{ .movsb, .np, &.{}, &.{ 0xa4 }, 0, .none, .none },
.{ .movsw, .np, &.{}, &.{ 0xa5 }, 0, .short, .none },
.{ .movsd, .np, &.{}, &.{ 0xa5 }, 0, .none, .none },
.{ .movsq, .np, &.{}, &.{ 0xa5 }, 0, .long, .none },
.{ .movsx, .rm, &.{ .r16, .rm8 }, &.{ 0x0f, 0xbe }, 0, .short, .none },
.{ .movsx, .rm, &.{ .r16, .rm8 }, &.{ 0x0f, 0xbe }, 0, .rex_short, .none },
.{ .movsx, .rm, &.{ .r32, .rm8 }, &.{ 0x0f, 0xbe }, 0, .none, .none },
.{ .movsx, .rm, &.{ .r32, .rm8 }, &.{ 0x0f, 0xbe }, 0, .rex, .none },
.{ .movsx, .rm, &.{ .r64, .rm8 }, &.{ 0x0f, 0xbe }, 0, .long, .none },
.{ .movsx, .rm, &.{ .r32, .rm16 }, &.{ 0x0f, 0xbf }, 0, .none, .none },
.{ .movsx, .rm, &.{ .r32, .rm16 }, &.{ 0x0f, 0xbf }, 0, .rex, .none },
.{ .movsx, .rm, &.{ .r64, .rm16 }, &.{ 0x0f, 0xbf }, 0, .long, .none },
// This instruction is discouraged.
.{ .movsxd, .rm, &.{ .r32, .rm32 }, &.{ 0x63 }, 0, .none, .none },
.{ .movsxd, .rm, &.{ .r64, .rm32 }, &.{ 0x63 }, 0, .long, .none },
.{ .movzx, .rm, &.{ .r16, .rm8 }, &.{ 0x0f, 0xb6 }, 0, .short, .none },
.{ .movzx, .rm, &.{ .r16, .rm8 }, &.{ 0x0f, 0xb6 }, 0, .rex_short, .none },
.{ .movzx, .rm, &.{ .r32, .rm8 }, &.{ 0x0f, 0xb6 }, 0, .none, .none },
.{ .movzx, .rm, &.{ .r32, .rm8 }, &.{ 0x0f, 0xb6 }, 0, .rex, .none },
.{ .movzx, .rm, &.{ .r64, .rm8 }, &.{ 0x0f, 0xb6 }, 0, .long, .none },
.{ .movzx, .rm, &.{ .r32, .rm16 }, &.{ 0x0f, 0xb7 }, 0, .none, .none },
.{ .movzx, .rm, &.{ .r32, .rm16 }, &.{ 0x0f, 0xb7 }, 0, .rex, .none },
.{ .movzx, .rm, &.{ .r64, .rm16 }, &.{ 0x0f, 0xb7 }, 0, .long, .none },
.{ .mul, .m, &.{ .rm8 }, &.{ 0xf6 }, 4, .none, .none },
.{ .mul, .m, &.{ .rm8 }, &.{ 0xf6 }, 4, .rex, .none },
.{ .mul, .m, &.{ .rm16 }, &.{ 0xf7 }, 4, .short, .none },
.{ .mul, .m, &.{ .rm32 }, &.{ 0xf7 }, 4, .none, .none },
.{ .mul, .m, &.{ .rm64 }, &.{ 0xf7 }, 4, .long, .none },
.{ .neg, .m, &.{ .rm8 }, &.{ 0xf6 }, 3, .none, .none },
.{ .neg, .m, &.{ .rm8 }, &.{ 0xf6 }, 3, .rex, .none },
.{ .neg, .m, &.{ .rm16 }, &.{ 0xf7 }, 3, .short, .none },
.{ .neg, .m, &.{ .rm32 }, &.{ 0xf7 }, 3, .none, .none },
.{ .neg, .m, &.{ .rm64 }, &.{ 0xf7 }, 3, .long, .none },
.{ .nop, .np, &.{}, &.{ 0x90 }, 0, .none, .none },
.{ .not, .m, &.{ .rm8 }, &.{ 0xf6 }, 2, .none, .none },
.{ .not, .m, &.{ .rm8 }, &.{ 0xf6 }, 2, .rex, .none },
.{ .not, .m, &.{ .rm16 }, &.{ 0xf7 }, 2, .short, .none },
.{ .not, .m, &.{ .rm32 }, &.{ 0xf7 }, 2, .none, .none },
.{ .not, .m, &.{ .rm64 }, &.{ 0xf7 }, 2, .long, .none },
.{ .@"or", .zi, &.{ .al, .imm8 }, &.{ 0x0c }, 0, .none, .none },
.{ .@"or", .zi, &.{ .ax, .imm16 }, &.{ 0x0d }, 0, .short, .none },
.{ .@"or", .zi, &.{ .eax, .imm32 }, &.{ 0x0d }, 0, .none, .none },
.{ .@"or", .zi, &.{ .rax, .imm32s }, &.{ 0x0d }, 0, .long, .none },
.{ .@"or", .mi, &.{ .rm8, .imm8 }, &.{ 0x80 }, 1, .none, .none },
.{ .@"or", .mi, &.{ .rm8, .imm8 }, &.{ 0x80 }, 1, .rex, .none },
.{ .@"or", .mi, &.{ .rm16, .imm16 }, &.{ 0x81 }, 1, .short, .none },
.{ .@"or", .mi, &.{ .rm32, .imm32 }, &.{ 0x81 }, 1, .none, .none },
.{ .@"or", .mi, &.{ .rm64, .imm32s }, &.{ 0x81 }, 1, .long, .none },
.{ .@"or", .mi, &.{ .rm16, .imm8s }, &.{ 0x83 }, 1, .short, .none },
.{ .@"or", .mi, &.{ .rm32, .imm8s }, &.{ 0x83 }, 1, .none, .none },
.{ .@"or", .mi, &.{ .rm64, .imm8s }, &.{ 0x83 }, 1, .long, .none },
.{ .@"or", .mr, &.{ .rm8, .r8 }, &.{ 0x08 }, 0, .none, .none },
.{ .@"or", .mr, &.{ .rm8, .r8 }, &.{ 0x08 }, 0, .rex, .none },
.{ .@"or", .mr, &.{ .rm16, .r16 }, &.{ 0x09 }, 0, .short, .none },
.{ .@"or", .mr, &.{ .rm32, .r32 }, &.{ 0x09 }, 0, .none, .none },
.{ .@"or", .mr, &.{ .rm64, .r64 }, &.{ 0x09 }, 0, .long, .none },
.{ .@"or", .rm, &.{ .r8, .rm8 }, &.{ 0x0a }, 0, .none, .none },
.{ .@"or", .rm, &.{ .r8, .rm8 }, &.{ 0x0a }, 0, .rex, .none },
.{ .@"or", .rm, &.{ .r16, .rm16 }, &.{ 0x0b }, 0, .short, .none },
.{ .@"or", .rm, &.{ .r32, .rm32 }, &.{ 0x0b }, 0, .none, .none },
.{ .@"or", .rm, &.{ .r64, .rm64 }, &.{ 0x0b }, 0, .long, .none },
.{ .pop, .o, &.{ .r16 }, &.{ 0x58 }, 0, .short, .none },
.{ .pop, .o, &.{ .r64 }, &.{ 0x58 }, 0, .none, .none },
.{ .pop, .m, &.{ .rm16 }, &.{ 0x8f }, 0, .short, .none },
.{ .pop, .m, &.{ .rm64 }, &.{ 0x8f }, 0, .none, .none },
.{ .popcnt, .rm, &.{ .r16, .rm16 }, &.{ 0xf3, 0x0f, 0xb8 }, 0, .short, .popcnt },
.{ .popcnt, .rm, &.{ .r32, .rm32 }, &.{ 0xf3, 0x0f, 0xb8 }, 0, .none, .popcnt },
.{ .popcnt, .rm, &.{ .r64, .rm64 }, &.{ 0xf3, 0x0f, 0xb8 }, 0, .long, .popcnt },
.{ .push, .o, &.{ .r16 }, &.{ 0x50 }, 0, .short, .none },
.{ .push, .o, &.{ .r64 }, &.{ 0x50 }, 0, .none, .none },
.{ .push, .m, &.{ .rm16 }, &.{ 0xff }, 6, .short, .none },
.{ .push, .m, &.{ .rm64 }, &.{ 0xff }, 6, .none, .none },
.{ .push, .i, &.{ .imm8 }, &.{ 0x6a }, 0, .none, .none },
.{ .push, .i, &.{ .imm16 }, &.{ 0x68 }, 0, .short, .none },
.{ .push, .i, &.{ .imm32 }, &.{ 0x68 }, 0, .none, .none },
.{ .ret, .np, &.{}, &.{ 0xc3 }, 0, .none, .none },
.{ .rcl, .m1, &.{ .rm8, .unity }, &.{ 0xd0 }, 2, .none, .none },
.{ .rcl, .m1, &.{ .rm8, .unity }, &.{ 0xd0 }, 2, .rex, .none },
.{ .rcl, .mc, &.{ .rm8, .cl }, &.{ 0xd2 }, 2, .none, .none },
.{ .rcl, .mc, &.{ .rm8, .cl }, &.{ 0xd2 }, 2, .rex, .none },
.{ .rcl, .mi, &.{ .rm8, .imm8 }, &.{ 0xc0 }, 2, .none, .none },
.{ .rcl, .mi, &.{ .rm8, .imm8 }, &.{ 0xc0 }, 2, .rex, .none },
.{ .rcl, .m1, &.{ .rm16, .unity }, &.{ 0xd1 }, 2, .short, .none },
.{ .rcl, .mc, &.{ .rm16, .cl }, &.{ 0xd3 }, 2, .short, .none },
.{ .rcl, .mi, &.{ .rm16, .imm8 }, &.{ 0xc1 }, 2, .short, .none },
.{ .rcl, .m1, &.{ .rm32, .unity }, &.{ 0xd1 }, 2, .none, .none },
.{ .rcl, .m1, &.{ .rm64, .unity }, &.{ 0xd1 }, 2, .long, .none },
.{ .rcl, .mc, &.{ .rm32, .cl }, &.{ 0xd3 }, 2, .none, .none },
.{ .rcl, .mc, &.{ .rm64, .cl }, &.{ 0xd3 }, 2, .long, .none },
.{ .rcl, .mi, &.{ .rm32, .imm8 }, &.{ 0xc1 }, 2, .none, .none },
.{ .rcl, .mi, &.{ .rm64, .imm8 }, &.{ 0xc1 }, 2, .long, .none },
.{ .rcr, .m1, &.{ .rm8, .unity }, &.{ 0xd0 }, 3, .none, .none },
.{ .rcr, .m1, &.{ .rm8, .unity }, &.{ 0xd0 }, 3, .rex, .none },
.{ .rcr, .mc, &.{ .rm8, .cl }, &.{ 0xd2 }, 3, .none, .none },
.{ .rcr, .mc, &.{ .rm8, .cl }, &.{ 0xd2 }, 3, .rex, .none },
.{ .rcr, .mi, &.{ .rm8, .imm8 }, &.{ 0xc0 }, 3, .none, .none },
.{ .rcr, .mi, &.{ .rm8, .imm8 }, &.{ 0xc0 }, 3, .rex, .none },
.{ .rcr, .m1, &.{ .rm16, .unity }, &.{ 0xd1 }, 3, .short, .none },
.{ .rcr, .mc, &.{ .rm16, .cl }, &.{ 0xd3 }, 3, .short, .none },
.{ .rcr, .mi, &.{ .rm16, .imm8 }, &.{ 0xc1 }, 3, .short, .none },
.{ .rcr, .m1, &.{ .rm32, .unity }, &.{ 0xd1 }, 3, .none, .none },
.{ .rcr, .m1, &.{ .rm64, .unity }, &.{ 0xd1 }, 3, .long, .none },
.{ .rcr, .mc, &.{ .rm32, .cl }, &.{ 0xd3 }, 3, .none, .none },
.{ .rcr, .mc, &.{ .rm64, .cl }, &.{ 0xd3 }, 3, .long, .none },
.{ .rcr, .mi, &.{ .rm32, .imm8 }, &.{ 0xc1 }, 3, .none, .none },
.{ .rcr, .mi, &.{ .rm64, .imm8 }, &.{ 0xc1 }, 3, .long, .none },
.{ .rol, .m1, &.{ .rm8, .unity }, &.{ 0xd0 }, 0, .none, .none },
.{ .rol, .m1, &.{ .rm8, .unity }, &.{ 0xd0 }, 0, .rex, .none },
.{ .rol, .mc, &.{ .rm8, .cl }, &.{ 0xd2 }, 0, .none, .none },
.{ .rol, .mc, &.{ .rm8, .cl }, &.{ 0xd2 }, 0, .rex, .none },
.{ .rol, .mi, &.{ .rm8, .imm8 }, &.{ 0xc0 }, 0, .none, .none },
.{ .rol, .mi, &.{ .rm8, .imm8 }, &.{ 0xc0 }, 0, .rex, .none },
.{ .rol, .m1, &.{ .rm16, .unity }, &.{ 0xd1 }, 0, .short, .none },
.{ .rol, .mc, &.{ .rm16, .cl }, &.{ 0xd3 }, 0, .short, .none },
.{ .rol, .mi, &.{ .rm16, .imm8 }, &.{ 0xc1 }, 0, .short, .none },
.{ .rol, .m1, &.{ .rm32, .unity }, &.{ 0xd1 }, 0, .none, .none },
.{ .rol, .m1, &.{ .rm64, .unity }, &.{ 0xd1 }, 0, .long, .none },
.{ .rol, .mc, &.{ .rm32, .cl }, &.{ 0xd3 }, 0, .none, .none },
.{ .rol, .mc, &.{ .rm64, .cl }, &.{ 0xd3 }, 0, .long, .none },
.{ .rol, .mi, &.{ .rm32, .imm8 }, &.{ 0xc1 }, 0, .none, .none },
.{ .rol, .mi, &.{ .rm64, .imm8 }, &.{ 0xc1 }, 0, .long, .none },
.{ .ror, .m1, &.{ .rm8, .unity }, &.{ 0xd0 }, 1, .none, .none },
.{ .ror, .m1, &.{ .rm8, .unity }, &.{ 0xd0 }, 1, .rex, .none },
.{ .ror, .mc, &.{ .rm8, .cl }, &.{ 0xd2 }, 1, .none, .none },
.{ .ror, .mc, &.{ .rm8, .cl }, &.{ 0xd2 }, 1, .rex, .none },
.{ .ror, .mi, &.{ .rm8, .imm8 }, &.{ 0xc0 }, 1, .none, .none },
.{ .ror, .mi, &.{ .rm8, .imm8 }, &.{ 0xc0 }, 1, .rex, .none },
.{ .ror, .m1, &.{ .rm16, .unity }, &.{ 0xd1 }, 1, .short, .none },
.{ .ror, .mc, &.{ .rm16, .cl }, &.{ 0xd3 }, 1, .short, .none },
.{ .ror, .mi, &.{ .rm16, .imm8 }, &.{ 0xc1 }, 1, .short, .none },
.{ .ror, .m1, &.{ .rm32, .unity }, &.{ 0xd1 }, 1, .none, .none },
.{ .ror, .m1, &.{ .rm64, .unity }, &.{ 0xd1 }, 1, .long, .none },
.{ .ror, .mc, &.{ .rm32, .cl }, &.{ 0xd3 }, 1, .none, .none },
.{ .ror, .mc, &.{ .rm64, .cl }, &.{ 0xd3 }, 1, .long, .none },
.{ .ror, .mi, &.{ .rm32, .imm8 }, &.{ 0xc1 }, 1, .none, .none },
.{ .ror, .mi, &.{ .rm64, .imm8 }, &.{ 0xc1 }, 1, .long, .none },
.{ .sal, .m1, &.{ .rm8, .unity }, &.{ 0xd0 }, 4, .none, .none },
.{ .sal, .m1, &.{ .rm8, .unity }, &.{ 0xd0 }, 4, .rex, .none },
.{ .sal, .m1, &.{ .rm16, .unity }, &.{ 0xd1 }, 4, .short, .none },
.{ .sal, .m1, &.{ .rm32, .unity }, &.{ 0xd1 }, 4, .none, .none },
.{ .sal, .m1, &.{ .rm64, .unity }, &.{ 0xd1 }, 4, .long, .none },
.{ .sal, .mc, &.{ .rm8, .cl }, &.{ 0xd2 }, 4, .none, .none },
.{ .sal, .mc, &.{ .rm8, .cl }, &.{ 0xd2 }, 4, .rex, .none },
.{ .sal, .mc, &.{ .rm16, .cl }, &.{ 0xd3 }, 4, .short, .none },
.{ .sal, .mc, &.{ .rm32, .cl }, &.{ 0xd3 }, 4, .none, .none },
.{ .sal, .mc, &.{ .rm64, .cl }, &.{ 0xd3 }, 4, .long, .none },
.{ .sal, .mi, &.{ .rm8, .imm8 }, &.{ 0xc0 }, 4, .none, .none },
.{ .sal, .mi, &.{ .rm8, .imm8 }, &.{ 0xc0 }, 4, .rex, .none },
.{ .sal, .mi, &.{ .rm16, .imm8 }, &.{ 0xc1 }, 4, .short, .none },
.{ .sal, .mi, &.{ .rm32, .imm8 }, &.{ 0xc1 }, 4, .none, .none },
.{ .sal, .mi, &.{ .rm64, .imm8 }, &.{ 0xc1 }, 4, .long, .none },
.{ .sar, .m1, &.{ .rm8, .unity }, &.{ 0xd0 }, 7, .none, .none },
.{ .sar, .m1, &.{ .rm8, .unity }, &.{ 0xd0 }, 7, .rex, .none },
.{ .sar, .m1, &.{ .rm16, .unity }, &.{ 0xd1 }, 7, .short, .none },
.{ .sar, .m1, &.{ .rm32, .unity }, &.{ 0xd1 }, 7, .none, .none },
.{ .sar, .m1, &.{ .rm64, .unity }, &.{ 0xd1 }, 7, .long, .none },
.{ .sar, .mc, &.{ .rm8, .cl }, &.{ 0xd2 }, 7, .none, .none },
.{ .sar, .mc, &.{ .rm8, .cl }, &.{ 0xd2 }, 7, .rex, .none },
.{ .sar, .mc, &.{ .rm16, .cl }, &.{ 0xd3 }, 7, .short, .none },
.{ .sar, .mc, &.{ .rm32, .cl }, &.{ 0xd3 }, 7, .none, .none },
.{ .sar, .mc, &.{ .rm64, .cl }, &.{ 0xd3 }, 7, .long, .none },
.{ .sar, .mi, &.{ .rm8, .imm8 }, &.{ 0xc0 }, 7, .none, .none },
.{ .sar, .mi, &.{ .rm8, .imm8 }, &.{ 0xc0 }, 7, .rex, .none },
.{ .sar, .mi, &.{ .rm16, .imm8 }, &.{ 0xc1 }, 7, .short, .none },
.{ .sar, .mi, &.{ .rm32, .imm8 }, &.{ 0xc1 }, 7, .none, .none },
.{ .sar, .mi, &.{ .rm64, .imm8 }, &.{ 0xc1 }, 7, .long, .none },
.{ .sbb, .zi, &.{ .al, .imm8 }, &.{ 0x1c }, 0, .none, .none },
.{ .sbb, .zi, &.{ .ax, .imm16 }, &.{ 0x1d }, 0, .short, .none },
.{ .sbb, .zi, &.{ .eax, .imm32 }, &.{ 0x1d }, 0, .none, .none },
.{ .sbb, .zi, &.{ .rax, .imm32s }, &.{ 0x1d }, 0, .long, .none },
.{ .sbb, .mi, &.{ .rm8, .imm8 }, &.{ 0x80 }, 3, .none, .none },
.{ .sbb, .mi, &.{ .rm8, .imm8 }, &.{ 0x80 }, 3, .rex, .none },
.{ .sbb, .mi, &.{ .rm16, .imm16 }, &.{ 0x81 }, 3, .short, .none },
.{ .sbb, .mi, &.{ .rm32, .imm32 }, &.{ 0x81 }, 3, .none, .none },
.{ .sbb, .mi, &.{ .rm64, .imm32s }, &.{ 0x81 }, 3, .long, .none },
.{ .sbb, .mi, &.{ .rm16, .imm8s }, &.{ 0x83 }, 3, .short, .none },
.{ .sbb, .mi, &.{ .rm32, .imm8s }, &.{ 0x83 }, 3, .none, .none },
.{ .sbb, .mi, &.{ .rm64, .imm8s }, &.{ 0x83 }, 3, .long, .none },
.{ .sbb, .mr, &.{ .rm8, .r8 }, &.{ 0x18 }, 0, .none, .none },
.{ .sbb, .mr, &.{ .rm8, .r8 }, &.{ 0x18 }, 0, .rex, .none },
.{ .sbb, .mr, &.{ .rm16, .r16 }, &.{ 0x19 }, 0, .short, .none },
.{ .sbb, .mr, &.{ .rm32, .r32 }, &.{ 0x19 }, 0, .none, .none },
.{ .sbb, .mr, &.{ .rm64, .r64 }, &.{ 0x19 }, 0, .long, .none },
.{ .sbb, .rm, &.{ .r8, .rm8 }, &.{ 0x1a }, 0, .none, .none },
.{ .sbb, .rm, &.{ .r8, .rm8 }, &.{ 0x1a }, 0, .rex, .none },
.{ .sbb, .rm, &.{ .r16, .rm16 }, &.{ 0x1b }, 0, .short, .none },
.{ .sbb, .rm, &.{ .r32, .rm32 }, &.{ 0x1b }, 0, .none, .none },
.{ .sbb, .rm, &.{ .r64, .rm64 }, &.{ 0x1b }, 0, .long, .none },
.{ .scas, .np, &.{ .m8 }, &.{ 0xae }, 0, .none, .none },
.{ .scas, .np, &.{ .m16 }, &.{ 0xaf }, 0, .short, .none },
.{ .scas, .np, &.{ .m32 }, &.{ 0xaf }, 0, .none, .none },
.{ .scas, .np, &.{ .m64 }, &.{ 0xaf }, 0, .long, .none },
.{ .scasb, .np, &.{}, &.{ 0xae }, 0, .none, .none },
.{ .scasw, .np, &.{}, &.{ 0xaf }, 0, .short, .none },
.{ .scasd, .np, &.{}, &.{ 0xaf }, 0, .none, .none },
.{ .scasq, .np, &.{}, &.{ 0xaf }, 0, .long, .none },
.{ .seta, .m, &.{ .rm8 }, &.{ 0x0f, 0x97 }, 0, .none, .none },
.{ .seta, .m, &.{ .rm8 }, &.{ 0x0f, 0x97 }, 0, .rex, .none },
.{ .setae, .m, &.{ .rm8 }, &.{ 0x0f, 0x93 }, 0, .none, .none },
.{ .setae, .m, &.{ .rm8 }, &.{ 0x0f, 0x93 }, 0, .rex, .none },
.{ .setb, .m, &.{ .rm8 }, &.{ 0x0f, 0x92 }, 0, .none, .none },
.{ .setb, .m, &.{ .rm8 }, &.{ 0x0f, 0x92 }, 0, .rex, .none },
.{ .setbe, .m, &.{ .rm8 }, &.{ 0x0f, 0x96 }, 0, .none, .none },
.{ .setbe, .m, &.{ .rm8 }, &.{ 0x0f, 0x96 }, 0, .rex, .none },
.{ .setc, .m, &.{ .rm8 }, &.{ 0x0f, 0x92 }, 0, .none, .none },
.{ .setc, .m, &.{ .rm8 }, &.{ 0x0f, 0x92 }, 0, .rex, .none },
.{ .sete, .m, &.{ .rm8 }, &.{ 0x0f, 0x94 }, 0, .none, .none },
.{ .sete, .m, &.{ .rm8 }, &.{ 0x0f, 0x94 }, 0, .rex, .none },
.{ .setg, .m, &.{ .rm8 }, &.{ 0x0f, 0x9f }, 0, .none, .none },
.{ .setg, .m, &.{ .rm8 }, &.{ 0x0f, 0x9f }, 0, .rex, .none },
.{ .setge, .m, &.{ .rm8 }, &.{ 0x0f, 0x9d }, 0, .none, .none },
.{ .setge, .m, &.{ .rm8 }, &.{ 0x0f, 0x9d }, 0, .rex, .none },
.{ .setl, .m, &.{ .rm8 }, &.{ 0x0f, 0x9c }, 0, .none, .none },
.{ .setl, .m, &.{ .rm8 }, &.{ 0x0f, 0x9c }, 0, .rex, .none },
.{ .setle, .m, &.{ .rm8 }, &.{ 0x0f, 0x9e }, 0, .none, .none },
.{ .setle, .m, &.{ .rm8 }, &.{ 0x0f, 0x9e }, 0, .rex, .none },
.{ .setna, .m, &.{ .rm8 }, &.{ 0x0f, 0x96 }, 0, .none, .none },
.{ .setna, .m, &.{ .rm8 }, &.{ 0x0f, 0x96 }, 0, .rex, .none },
.{ .setnae, .m, &.{ .rm8 }, &.{ 0x0f, 0x92 }, 0, .none, .none },
.{ .setnae, .m, &.{ .rm8 }, &.{ 0x0f, 0x92 }, 0, .rex, .none },
.{ .setnb, .m, &.{ .rm8 }, &.{ 0x0f, 0x93 }, 0, .none, .none },
.{ .setnb, .m, &.{ .rm8 }, &.{ 0x0f, 0x93 }, 0, .rex, .none },
.{ .setnbe, .m, &.{ .rm8 }, &.{ 0x0f, 0x97 }, 0, .none, .none },
.{ .setnbe, .m, &.{ .rm8 }, &.{ 0x0f, 0x97 }, 0, .rex, .none },
.{ .setnc, .m, &.{ .rm8 }, &.{ 0x0f, 0x93 }, 0, .none, .none },
.{ .setnc, .m, &.{ .rm8 }, &.{ 0x0f, 0x93 }, 0, .rex, .none },
.{ .setne, .m, &.{ .rm8 }, &.{ 0x0f, 0x95 }, 0, .none, .none },
.{ .setne, .m, &.{ .rm8 }, &.{ 0x0f, 0x95 }, 0, .rex, .none },
.{ .setng, .m, &.{ .rm8 }, &.{ 0x0f, 0x9e }, 0, .none, .none },
.{ .setng, .m, &.{ .rm8 }, &.{ 0x0f, 0x9e }, 0, .rex, .none },
.{ .setnge, .m, &.{ .rm8 }, &.{ 0x0f, 0x9c }, 0, .none, .none },
.{ .setnge, .m, &.{ .rm8 }, &.{ 0x0f, 0x9c }, 0, .rex, .none },
.{ .setnl, .m, &.{ .rm8 }, &.{ 0x0f, 0x9d }, 0, .none, .none },
.{ .setnl, .m, &.{ .rm8 }, &.{ 0x0f, 0x9d }, 0, .rex, .none },
.{ .setnle, .m, &.{ .rm8 }, &.{ 0x0f, 0x9f }, 0, .none, .none },
.{ .setnle, .m, &.{ .rm8 }, &.{ 0x0f, 0x9f }, 0, .rex, .none },
.{ .setno, .m, &.{ .rm8 }, &.{ 0x0f, 0x91 }, 0, .none, .none },
.{ .setno, .m, &.{ .rm8 }, &.{ 0x0f, 0x91 }, 0, .rex, .none },
.{ .setnp, .m, &.{ .rm8 }, &.{ 0x0f, 0x9b }, 0, .none, .none },
.{ .setnp, .m, &.{ .rm8 }, &.{ 0x0f, 0x9b }, 0, .rex, .none },
.{ .setns, .m, &.{ .rm8 }, &.{ 0x0f, 0x99 }, 0, .none, .none },
.{ .setns, .m, &.{ .rm8 }, &.{ 0x0f, 0x99 }, 0, .rex, .none },
.{ .setnz, .m, &.{ .rm8 }, &.{ 0x0f, 0x95 }, 0, .none, .none },
.{ .setnz, .m, &.{ .rm8 }, &.{ 0x0f, 0x95 }, 0, .rex, .none },
.{ .seto, .m, &.{ .rm8 }, &.{ 0x0f, 0x90 }, 0, .none, .none },
.{ .seto, .m, &.{ .rm8 }, &.{ 0x0f, 0x90 }, 0, .rex, .none },
.{ .setp, .m, &.{ .rm8 }, &.{ 0x0f, 0x9a }, 0, .none, .none },
.{ .setp, .m, &.{ .rm8 }, &.{ 0x0f, 0x9a }, 0, .rex, .none },
.{ .setpe, .m, &.{ .rm8 }, &.{ 0x0f, 0x9a }, 0, .none, .none },
.{ .setpe, .m, &.{ .rm8 }, &.{ 0x0f, 0x9a }, 0, .rex, .none },
.{ .setpo, .m, &.{ .rm8 }, &.{ 0x0f, 0x9b }, 0, .none, .none },
.{ .setpo, .m, &.{ .rm8 }, &.{ 0x0f, 0x9b }, 0, .rex, .none },
.{ .sets, .m, &.{ .rm8 }, &.{ 0x0f, 0x98 }, 0, .none, .none },
.{ .sets, .m, &.{ .rm8 }, &.{ 0x0f, 0x98 }, 0, .rex, .none },
.{ .setz, .m, &.{ .rm8 }, &.{ 0x0f, 0x94 }, 0, .none, .none },
.{ .setz, .m, &.{ .rm8 }, &.{ 0x0f, 0x94 }, 0, .rex, .none },
.{ .sfence, .np, &.{}, &.{ 0x0f, 0xae, 0xf8 }, 0, .none, .none },
.{ .shl, .m1, &.{ .rm8, .unity }, &.{ 0xd0 }, 4, .none, .none },
.{ .shl, .m1, &.{ .rm8, .unity }, &.{ 0xd0 }, 4, .rex, .none },
.{ .shl, .m1, &.{ .rm16, .unity }, &.{ 0xd1 }, 4, .short, .none },
.{ .shl, .m1, &.{ .rm32, .unity }, &.{ 0xd1 }, 4, .none, .none },
.{ .shl, .m1, &.{ .rm64, .unity }, &.{ 0xd1 }, 4, .long, .none },
.{ .shl, .mc, &.{ .rm8, .cl }, &.{ 0xd2 }, 4, .none, .none },
.{ .shl, .mc, &.{ .rm8, .cl }, &.{ 0xd2 }, 4, .rex, .none },
.{ .shl, .mc, &.{ .rm16, .cl }, &.{ 0xd3 }, 4, .short, .none },
.{ .shl, .mc, &.{ .rm32, .cl }, &.{ 0xd3 }, 4, .none, .none },
.{ .shl, .mc, &.{ .rm64, .cl }, &.{ 0xd3 }, 4, .long, .none },
.{ .shl, .mi, &.{ .rm8, .imm8 }, &.{ 0xc0 }, 4, .none, .none },
.{ .shl, .mi, &.{ .rm8, .imm8 }, &.{ 0xc0 }, 4, .rex, .none },
.{ .shl, .mi, &.{ .rm16, .imm8 }, &.{ 0xc1 }, 4, .short, .none },
.{ .shl, .mi, &.{ .rm32, .imm8 }, &.{ 0xc1 }, 4, .none, .none },
.{ .shl, .mi, &.{ .rm64, .imm8 }, &.{ 0xc1 }, 4, .long, .none },
.{ .shld, .mri, &.{ .rm16, .r16, .imm8 }, &.{ 0x0f, 0xa4 }, 0, .short, .none },
.{ .shld, .mrc, &.{ .rm16, .r16, .cl }, &.{ 0x0f, 0xa5 }, 0, .short, .none },
.{ .shld, .mri, &.{ .rm32, .r32, .imm8 }, &.{ 0x0f, 0xa4 }, 0, .none, .none },
.{ .shld, .mri, &.{ .rm64, .r64, .imm8 }, &.{ 0x0f, 0xa4 }, 0, .long, .none },
.{ .shld, .mrc, &.{ .rm32, .r32, .cl }, &.{ 0x0f, 0xa5 }, 0, .none, .none },
.{ .shld, .mrc, &.{ .rm64, .r64, .cl }, &.{ 0x0f, 0xa5 }, 0, .long, .none },
.{ .shr, .m1, &.{ .rm8, .unity }, &.{ 0xd0 }, 5, .none, .none },
.{ .shr, .m1, &.{ .rm8, .unity }, &.{ 0xd0 }, 5, .rex, .none },
.{ .shr, .m1, &.{ .rm16, .unity }, &.{ 0xd1 }, 5, .short, .none },
.{ .shr, .m1, &.{ .rm32, .unity }, &.{ 0xd1 }, 5, .none, .none },
.{ .shr, .m1, &.{ .rm64, .unity }, &.{ 0xd1 }, 5, .long, .none },
.{ .shr, .mc, &.{ .rm8, .cl }, &.{ 0xd2 }, 5, .none, .none },
.{ .shr, .mc, &.{ .rm8, .cl }, &.{ 0xd2 }, 5, .rex, .none },
.{ .shr, .mc, &.{ .rm16, .cl }, &.{ 0xd3 }, 5, .short, .none },
.{ .shr, .mc, &.{ .rm32, .cl }, &.{ 0xd3 }, 5, .none, .none },
.{ .shr, .mc, &.{ .rm64, .cl }, &.{ 0xd3 }, 5, .long, .none },
.{ .shr, .mi, &.{ .rm8, .imm8 }, &.{ 0xc0 }, 5, .none, .none },
.{ .shr, .mi, &.{ .rm8, .imm8 }, &.{ 0xc0 }, 5, .rex, .none },
.{ .shr, .mi, &.{ .rm16, .imm8 }, &.{ 0xc1 }, 5, .short, .none },
.{ .shr, .mi, &.{ .rm32, .imm8 }, &.{ 0xc1 }, 5, .none, .none },
.{ .shr, .mi, &.{ .rm64, .imm8 }, &.{ 0xc1 }, 5, .long, .none },
.{ .shrd, .mri, &.{ .rm16, .r16, .imm8 }, &.{ 0x0f, 0xac }, 0, .short, .none },
.{ .shrd, .mrc, &.{ .rm16, .r16, .cl }, &.{ 0x0f, 0xad }, 0, .short, .none },
.{ .shrd, .mri, &.{ .rm32, .r32, .imm8 }, &.{ 0x0f, 0xac }, 0, .none, .none },
.{ .shrd, .mri, &.{ .rm64, .r64, .imm8 }, &.{ 0x0f, 0xac }, 0, .long, .none },
.{ .shrd, .mrc, &.{ .rm32, .r32, .cl }, &.{ 0x0f, 0xad }, 0, .none, .none },
.{ .shrd, .mrc, &.{ .rm64, .r64, .cl }, &.{ 0x0f, 0xad }, 0, .long, .none },
.{ .stos, .np, &.{ .m8 }, &.{ 0xaa }, 0, .none, .none },
.{ .stos, .np, &.{ .m16 }, &.{ 0xab }, 0, .short, .none },
.{ .stos, .np, &.{ .m32 }, &.{ 0xab }, 0, .none, .none },
.{ .stos, .np, &.{ .m64 }, &.{ 0xab }, 0, .long, .none },
.{ .stosb, .np, &.{}, &.{ 0xaa }, 0, .none, .none },
.{ .stosw, .np, &.{}, &.{ 0xab }, 0, .short, .none },
.{ .stosd, .np, &.{}, &.{ 0xab }, 0, .none, .none },
.{ .stosq, .np, &.{}, &.{ 0xab }, 0, .long, .none },
.{ .sub, .zi, &.{ .al, .imm8 }, &.{ 0x2c }, 0, .none, .none },
.{ .sub, .zi, &.{ .ax, .imm16 }, &.{ 0x2d }, 0, .short, .none },
.{ .sub, .zi, &.{ .eax, .imm32 }, &.{ 0x2d }, 0, .none, .none },
.{ .sub, .zi, &.{ .rax, .imm32s }, &.{ 0x2d }, 0, .long, .none },
.{ .sub, .mi, &.{ .rm8, .imm8 }, &.{ 0x80 }, 5, .none, .none },
.{ .sub, .mi, &.{ .rm8, .imm8 }, &.{ 0x80 }, 5, .rex, .none },
.{ .sub, .mi, &.{ .rm16, .imm16 }, &.{ 0x81 }, 5, .short, .none },
.{ .sub, .mi, &.{ .rm32, .imm32 }, &.{ 0x81 }, 5, .none, .none },
.{ .sub, .mi, &.{ .rm64, .imm32s }, &.{ 0x81 }, 5, .long, .none },
.{ .sub, .mi, &.{ .rm16, .imm8s }, &.{ 0x83 }, 5, .short, .none },
.{ .sub, .mi, &.{ .rm32, .imm8s }, &.{ 0x83 }, 5, .none, .none },
.{ .sub, .mi, &.{ .rm64, .imm8s }, &.{ 0x83 }, 5, .long, .none },
.{ .sub, .mr, &.{ .rm8, .r8 }, &.{ 0x28 }, 0, .none, .none },
.{ .sub, .mr, &.{ .rm8, .r8 }, &.{ 0x28 }, 0, .rex, .none },
.{ .sub, .mr, &.{ .rm16, .r16 }, &.{ 0x29 }, 0, .short, .none },
.{ .sub, .mr, &.{ .rm32, .r32 }, &.{ 0x29 }, 0, .none, .none },
.{ .sub, .mr, &.{ .rm64, .r64 }, &.{ 0x29 }, 0, .long, .none },
.{ .sub, .rm, &.{ .r8, .rm8 }, &.{ 0x2a }, 0, .none, .none },
.{ .sub, .rm, &.{ .r8, .rm8 }, &.{ 0x2a }, 0, .rex, .none },
.{ .sub, .rm, &.{ .r16, .rm16 }, &.{ 0x2b }, 0, .short, .none },
.{ .sub, .rm, &.{ .r32, .rm32 }, &.{ 0x2b }, 0, .none, .none },
.{ .sub, .rm, &.{ .r64, .rm64 }, &.{ 0x2b }, 0, .long, .none },
.{ .syscall, .np, &.{}, &.{ 0x0f, 0x05 }, 0, .none, .none },
.{ .@"test", .zi, &.{ .al, .imm8 }, &.{ 0xa8 }, 0, .none, .none },
.{ .@"test", .zi, &.{ .ax, .imm16 }, &.{ 0xa9 }, 0, .short, .none },
.{ .@"test", .zi, &.{ .eax, .imm32 }, &.{ 0xa9 }, 0, .none, .none },
.{ .@"test", .zi, &.{ .rax, .imm32s }, &.{ 0xa9 }, 0, .long, .none },
.{ .@"test", .mi, &.{ .rm8, .imm8 }, &.{ 0xf6 }, 0, .none, .none },
.{ .@"test", .mi, &.{ .rm8, .imm8 }, &.{ 0xf6 }, 0, .rex, .none },
.{ .@"test", .mi, &.{ .rm16, .imm16 }, &.{ 0xf7 }, 0, .short, .none },
.{ .@"test", .mi, &.{ .rm32, .imm32 }, &.{ 0xf7 }, 0, .none, .none },
.{ .@"test", .mi, &.{ .rm64, .imm32s }, &.{ 0xf7 }, 0, .long, .none },
.{ .@"test", .mr, &.{ .rm8, .r8 }, &.{ 0x84 }, 0, .none, .none },
.{ .@"test", .mr, &.{ .rm8, .r8 }, &.{ 0x84 }, 0, .rex, .none },
.{ .@"test", .mr, &.{ .rm16, .r16 }, &.{ 0x85 }, 0, .short, .none },
.{ .@"test", .mr, &.{ .rm32, .r32 }, &.{ 0x85 }, 0, .none, .none },
.{ .@"test", .mr, &.{ .rm64, .r64 }, &.{ 0x85 }, 0, .long, .none },
.{ .tzcnt, .rm, &.{ .r16, .rm16 }, &.{ 0xf3, 0x0f, 0xbc }, 0, .short, .bmi },
.{ .tzcnt, .rm, &.{ .r32, .rm32 }, &.{ 0xf3, 0x0f, 0xbc }, 0, .none, .bmi },
.{ .tzcnt, .rm, &.{ .r64, .rm64 }, &.{ 0xf3, 0x0f, 0xbc }, 0, .long, .bmi },
.{ .ud2, .np, &.{}, &.{ 0x0f, 0x0b }, 0, .none, .none },
.{ .xadd, .mr, &.{ .rm8, .r8 }, &.{ 0x0f, 0xc0 }, 0, .none, .none },
.{ .xadd, .mr, &.{ .rm8, .r8 }, &.{ 0x0f, 0xc0 }, 0, .rex, .none },
.{ .xadd, .mr, &.{ .rm16, .r16 }, &.{ 0x0f, 0xc1 }, 0, .short, .none },
.{ .xadd, .mr, &.{ .rm32, .r32 }, &.{ 0x0f, 0xc1 }, 0, .none, .none },
.{ .xadd, .mr, &.{ .rm64, .r64 }, &.{ 0x0f, 0xc1 }, 0, .long, .none },
.{ .xchg, .o, &.{ .ax, .r16 }, &.{ 0x90 }, 0, .short, .none },
.{ .xchg, .o, &.{ .r16, .ax }, &.{ 0x90 }, 0, .short, .none },
.{ .xchg, .o, &.{ .eax, .r32 }, &.{ 0x90 }, 0, .none, .none },
.{ .xchg, .o, &.{ .rax, .r64 }, &.{ 0x90 }, 0, .long, .none },
.{ .xchg, .o, &.{ .r32, .eax }, &.{ 0x90 }, 0, .none, .none },
.{ .xchg, .o, &.{ .r64, .rax }, &.{ 0x90 }, 0, .long, .none },
.{ .xchg, .mr, &.{ .rm8, .r8 }, &.{ 0x86 }, 0, .none, .none },
.{ .xchg, .mr, &.{ .rm8, .r8 }, &.{ 0x86 }, 0, .rex, .none },
.{ .xchg, .rm, &.{ .r8, .rm8 }, &.{ 0x86 }, 0, .none, .none },
.{ .xchg, .rm, &.{ .r8, .rm8 }, &.{ 0x86 }, 0, .rex, .none },
.{ .xchg, .mr, &.{ .rm16, .r16 }, &.{ 0x87 }, 0, .short, .none },
.{ .xchg, .rm, &.{ .r16, .rm16 }, &.{ 0x87 }, 0, .short, .none },
.{ .xchg, .mr, &.{ .rm32, .r32 }, &.{ 0x87 }, 0, .none, .none },
.{ .xchg, .mr, &.{ .rm64, .r64 }, &.{ 0x87 }, 0, .long, .none },
.{ .xchg, .rm, &.{ .r32, .rm32 }, &.{ 0x87 }, 0, .none, .none },
.{ .xchg, .rm, &.{ .r64, .rm64 }, &.{ 0x87 }, 0, .long, .none },
.{ .xor, .zi, &.{ .al, .imm8 }, &.{ 0x34 }, 0, .none, .none },
.{ .xor, .zi, &.{ .ax, .imm16 }, &.{ 0x35 }, 0, .short, .none },
.{ .xor, .zi, &.{ .eax, .imm32 }, &.{ 0x35 }, 0, .none, .none },
.{ .xor, .zi, &.{ .rax, .imm32s }, &.{ 0x35 }, 0, .long, .none },
.{ .xor, .mi, &.{ .rm8, .imm8 }, &.{ 0x80 }, 6, .none, .none },
.{ .xor, .mi, &.{ .rm8, .imm8 }, &.{ 0x80 }, 6, .rex, .none },
.{ .xor, .mi, &.{ .rm16, .imm16 }, &.{ 0x81 }, 6, .short, .none },
.{ .xor, .mi, &.{ .rm32, .imm32 }, &.{ 0x81 }, 6, .none, .none },
.{ .xor, .mi, &.{ .rm64, .imm32s }, &.{ 0x81 }, 6, .long, .none },
.{ .xor, .mi, &.{ .rm16, .imm8s }, &.{ 0x83 }, 6, .short, .none },
.{ .xor, .mi, &.{ .rm32, .imm8s }, &.{ 0x83 }, 6, .none, .none },
.{ .xor, .mi, &.{ .rm64, .imm8s }, &.{ 0x83 }, 6, .long, .none },
.{ .xor, .mr, &.{ .rm8, .r8 }, &.{ 0x30 }, 0, .none, .none },
.{ .xor, .mr, &.{ .rm8, .r8 }, &.{ 0x30 }, 0, .rex, .none },
.{ .xor, .mr, &.{ .rm16, .r16 }, &.{ 0x31 }, 0, .short, .none },
.{ .xor, .mr, &.{ .rm32, .r32 }, &.{ 0x31 }, 0, .none, .none },
.{ .xor, .mr, &.{ .rm64, .r64 }, &.{ 0x31 }, 0, .long, .none },
.{ .xor, .rm, &.{ .r8, .rm8 }, &.{ 0x32 }, 0, .none, .none },
.{ .xor, .rm, &.{ .r8, .rm8 }, &.{ 0x32 }, 0, .rex, .none },
.{ .xor, .rm, &.{ .r16, .rm16 }, &.{ 0x33 }, 0, .short, .none },
.{ .xor, .rm, &.{ .r32, .rm32 }, &.{ 0x33 }, 0, .none, .none },
.{ .xor, .rm, &.{ .r64, .rm64 }, &.{ 0x33 }, 0, .long, .none },
// X87
.{ .fisttp, .m, &.{ .m16 }, &.{ 0xdf }, 1, .none, .x87 },
.{ .fisttp, .m, &.{ .m32 }, &.{ 0xdb }, 1, .none, .x87 },
.{ .fisttp, .m, &.{ .m64 }, &.{ 0xdd }, 1, .none, .x87 },
.{ .fld, .m, &.{ .m32 }, &.{ 0xd9 }, 0, .none, .x87 },
.{ .fld, .m, &.{ .m64 }, &.{ 0xdd }, 0, .none, .x87 },
.{ .fld, .m, &.{ .m80 }, &.{ 0xdb }, 5, .none, .x87 },
// SSE
.{ .addps, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x0f, 0x58 }, 0, .none, .sse },
.{ .addss, .rm, &.{ .xmm, .xmm_m32 }, &.{ 0xf3, 0x0f, 0x58 }, 0, .none, .sse },
.{ .andnps, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x0f, 0x55 }, 0, .none, .sse },
.{ .andps, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x0f, 0x54 }, 0, .none, .sse },
.{ .cmpps, .rmi, &.{ .xmm, .xmm_m128, .imm8 }, &.{ 0x0f, 0xc2 }, 0, .none, .sse },
.{ .cmpss, .rmi, &.{ .xmm, .xmm_m32, .imm8 }, &.{ 0xf3, 0x0f, 0xc2 }, 0, .none, .sse },
.{ .cvtpi2ps, .rm, &.{ .xmm, .mm_m64 }, &.{ 0x0f, 0x2a }, 0, .none, .sse },
.{ .cvtps2pi, .rm, &.{ .mm, .xmm_m64 }, &.{ 0x0f, 0x2d }, 0, .none, .sse },
.{ .cvtsi2ss, .rm, &.{ .xmm, .rm32 }, &.{ 0xf3, 0x0f, 0x2a }, 0, .none, .sse },
.{ .cvtsi2ss, .rm, &.{ .xmm, .rm64 }, &.{ 0xf3, 0x0f, 0x2a }, 0, .long, .sse },
.{ .cvtss2si, .rm, &.{ .r32, .xmm_m32 }, &.{ 0xf3, 0x0f, 0x2d }, 0, .none, .sse },
.{ .cvtss2si, .rm, &.{ .r64, .xmm_m32 }, &.{ 0xf3, 0x0f, 0x2d }, 0, .long, .sse },
.{ .cvttps2pi, .rm, &.{ .mm, .xmm_m64 }, &.{ 0x0f, 0x2c }, 0, .none, .sse },
.{ .cvttss2si, .rm, &.{ .r32, .xmm_m32 }, &.{ 0xf3, 0x0f, 0x2c }, 0, .none, .sse },
.{ .cvttss2si, .rm, &.{ .r64, .xmm_m32 }, &.{ 0xf3, 0x0f, 0x2c }, 0, .long, .sse },
.{ .divps, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x0f, 0x5e }, 0, .none, .sse },
.{ .divss, .rm, &.{ .xmm, .xmm_m32 }, &.{ 0xf3, 0x0f, 0x5e }, 0, .none, .sse },
.{ .maxps, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x0f, 0x5f }, 0, .none, .sse },
.{ .maxss, .rm, &.{ .xmm, .xmm_m32 }, &.{ 0xf3, 0x0f, 0x5f }, 0, .none, .sse },
.{ .minps, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x0f, 0x5d }, 0, .none, .sse },
.{ .minss, .rm, &.{ .xmm, .xmm_m32 }, &.{ 0xf3, 0x0f, 0x5d }, 0, .none, .sse },
.{ .movaps, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x0f, 0x28 }, 0, .none, .sse },
.{ .movaps, .mr, &.{ .xmm_m128, .xmm }, &.{ 0x0f, 0x29 }, 0, .none, .sse },
.{ .movhlps, .rm, &.{ .xmm, .xmm }, &.{ 0x0f, 0x12 }, 0, .none, .sse },
.{ .movlhps, .rm, &.{ .xmm, .xmm }, &.{ 0x0f, 0x16 }, 0, .none, .sse },
.{ .movss, .rm, &.{ .xmm, .xmm_m32 }, &.{ 0xf3, 0x0f, 0x10 }, 0, .none, .sse },
.{ .movss, .mr, &.{ .xmm_m32, .xmm }, &.{ 0xf3, 0x0f, 0x11 }, 0, .none, .sse },
.{ .movups, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x0f, 0x10 }, 0, .none, .sse },
.{ .movups, .mr, &.{ .xmm_m128, .xmm }, &.{ 0x0f, 0x11 }, 0, .none, .sse },
.{ .mulps, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x0f, 0x59 }, 0, .none, .sse },
.{ .mulss, .rm, &.{ .xmm, .xmm_m32 }, &.{ 0xf3, 0x0f, 0x59 }, 0, .none, .sse },
.{ .orps, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x0f, 0x56 }, 0, .none, .sse },
.{ .shufps, .rmi, &.{ .xmm, .xmm_m128, .imm8 }, &.{ 0x0f, 0xc6 }, 0, .none, .sse },
.{ .sqrtps, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x0f, 0x51 }, 0, .none, .sse },
.{ .sqrtss, .rm, &.{ .xmm, .xmm_m32 }, &.{ 0xf3, 0x0f, 0x51 }, 0, .none, .sse },
.{ .subps, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x0f, 0x5c }, 0, .none, .sse },
.{ .subss, .rm, &.{ .xmm, .xmm_m32 }, &.{ 0xf3, 0x0f, 0x5c }, 0, .none, .sse },
.{ .ucomiss, .rm, &.{ .xmm, .xmm_m32 }, &.{ 0x0f, 0x2e }, 0, .none, .sse },
.{ .xorps, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x0f, 0x57 }, 0, .none, .sse },
// SSE2
.{ .addpd, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x58 }, 0, .none, .sse2 },
.{ .addsd, .rm, &.{ .xmm, .xmm_m64 }, &.{ 0xf2, 0x0f, 0x58 }, 0, .none, .sse2 },
.{ .andnpd, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x55 }, 0, .none, .sse2 },
.{ .andpd, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x54 }, 0, .none, .sse2 },
.{ .cmppd, .rmi, &.{ .xmm, .xmm_m128, .imm8 }, &.{ 0x66, 0x0f, 0xc2 }, 0, .none, .sse2 },
.{ .cmpsd, .rmi, &.{ .xmm, .xmm_m64, .imm8 }, &.{ 0xf2, 0x0f, 0xc2 }, 0, .none, .sse2 },
.{ .cvtdq2pd, .rm, &.{ .xmm, .xmm_m64 }, &.{ 0xf3, 0x0f, 0xe6 }, 0, .none, .sse2 },
.{ .cvtdq2ps, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x0f, 0x5b }, 0, .none, .sse2 },
.{ .cvtpd2dq, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0xf2, 0x0f, 0xe6 }, 0, .none, .sse2 },
.{ .cvtpd2pi, .rm, &.{ .mm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x2d }, 0, .none, .sse2 },
.{ .cvtpd2ps, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x5a }, 0, .none, .sse2 },
.{ .cvtpi2pd, .rm, &.{ .xmm, .mm_m64 }, &.{ 0x66, 0x0f, 0x2a }, 0, .none, .sse2 },
.{ .cvtps2dq, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x5b }, 0, .none, .sse2 },
.{ .cvtps2pd, .rm, &.{ .xmm, .xmm_m64 }, &.{ 0x0f, 0x5a }, 0, .none, .sse2 },
.{ .cvtsd2si, .rm, &.{ .r32, .xmm_m64 }, &.{ 0xf2, 0x0f, 0x2d }, 0, .none, .sse2 },
.{ .cvtsd2si, .rm, &.{ .r64, .xmm_m64 }, &.{ 0xf2, 0x0f, 0x2d }, 0, .long, .sse2 },
.{ .cvtsd2ss, .rm, &.{ .xmm, .xmm_m64 }, &.{ 0xf2, 0x0f, 0x5a }, 0, .none, .sse2 },
.{ .cvtsi2sd, .rm, &.{ .xmm, .rm32 }, &.{ 0xf2, 0x0f, 0x2a }, 0, .none, .sse2 },
.{ .cvtsi2sd, .rm, &.{ .xmm, .rm64 }, &.{ 0xf2, 0x0f, 0x2a }, 0, .long, .sse2 },
.{ .cvtss2sd, .rm, &.{ .xmm, .xmm_m32 }, &.{ 0xf3, 0x0f, 0x5a }, 0, .none, .sse2 },
.{ .cvttpd2dq, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0xe6 }, 0, .none, .sse2 },
.{ .cvttpd2pi, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x2c }, 0, .none, .sse2 },
.{ .cvttps2dq, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0xf3, 0x0f, 0x5b }, 0, .none, .sse2 },
.{ .cvttsd2si, .rm, &.{ .r32, .xmm_m64 }, &.{ 0xf2, 0x0f, 0x2c }, 0, .none, .sse2 },
.{ .cvttsd2si, .rm, &.{ .r64, .xmm_m64 }, &.{ 0xf2, 0x0f, 0x2c }, 0, .long, .sse2 },
.{ .divpd, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x5e }, 0, .none, .sse2 },
.{ .divsd, .rm, &.{ .xmm, .xmm_m64 }, &.{ 0xf2, 0x0f, 0x5e }, 0, .none, .sse2 },
.{ .maxpd, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x5f }, 0, .none, .sse2 },
.{ .maxsd, .rm, &.{ .xmm, .xmm_m64 }, &.{ 0xf2, 0x0f, 0x5f }, 0, .none, .sse2 },
.{ .minpd, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x5d }, 0, .none, .sse2 },
.{ .minsd, .rm, &.{ .xmm, .xmm_m64 }, &.{ 0xf2, 0x0f, 0x5d }, 0, .none, .sse2 },
.{ .movapd, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x28 }, 0, .none, .sse2 },
.{ .movapd, .mr, &.{ .xmm_m128, .xmm }, &.{ 0x66, 0x0f, 0x29 }, 0, .none, .sse2 },
.{ .movd, .rm, &.{ .xmm, .rm32 }, &.{ 0x66, 0x0f, 0x6e }, 0, .none, .sse2 },
.{ .movq, .rm, &.{ .xmm, .rm64 }, &.{ 0x66, 0x0f, 0x6e }, 0, .long, .sse2 },
.{ .movd, .mr, &.{ .rm32, .xmm }, &.{ 0x66, 0x0f, 0x7e }, 0, .none, .sse2 },
.{ .movq, .mr, &.{ .rm64, .xmm }, &.{ 0x66, 0x0f, 0x7e }, 0, .long, .sse2 },
.{ .movdqa, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x6f }, 0, .none, .sse2 },
.{ .movdqa, .mr, &.{ .xmm_m128, .xmm }, &.{ 0x66, 0x0f, 0x7f }, 0, .none, .sse2 },
.{ .movdqu, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0xf3, 0x0f, 0x6f }, 0, .none, .sse2 },
.{ .movdqu, .mr, &.{ .xmm_m128, .xmm }, &.{ 0xf3, 0x0f, 0x7f }, 0, .none, .sse2 },
.{ .movq, .rm, &.{ .xmm, .xmm_m64 }, &.{ 0xf3, 0x0f, 0x7e }, 0, .none, .sse2 },
.{ .movq, .mr, &.{ .xmm_m64, .xmm }, &.{ 0x66, 0x0f, 0xd6 }, 0, .none, .sse2 },
.{ .movupd, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x10 }, 0, .none, .sse2 },
.{ .movupd, .mr, &.{ .xmm_m128, .xmm }, &.{ 0x66, 0x0f, 0x11 }, 0, .none, .sse2 },
.{ .mulpd, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x59 }, 0, .none, .sse2 },
.{ .mulsd, .rm, &.{ .xmm, .xmm_m64 }, &.{ 0xf2, 0x0f, 0x59 }, 0, .none, .sse2 },
.{ .orpd, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x56 }, 0, .none, .sse2 },
.{ .packsswb, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x63 }, 0, .none, .sse2 },
.{ .packssdw, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x6b }, 0, .none, .sse2 },
.{ .packuswb, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x67 }, 0, .none, .sse2 },
.{ .paddb, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0xfc }, 0, .none, .sse2 },
.{ .paddw, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0xfd }, 0, .none, .sse2 },
.{ .paddd, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0xfe }, 0, .none, .sse2 },
.{ .paddq, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0xd4 }, 0, .none, .sse2 },
.{ .paddsb, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0xec }, 0, .none, .sse2 },
.{ .paddsw, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0xed }, 0, .none, .sse2 },
.{ .paddusb, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0xdc }, 0, .none, .sse2 },
.{ .paddusw, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0xdd }, 0, .none, .sse2 },
.{ .pand, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0xdb }, 0, .none, .sse2 },
.{ .pandn, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0xdf }, 0, .none, .sse2 },
.{ .pextrw, .rmi, &.{ .r32, .xmm, .imm8 }, &.{ 0x66, 0x0f, 0xc5 }, 0, .none, .sse2 },
.{ .pinsrw, .rmi, &.{ .xmm, .r32_m16, .imm8 }, &.{ 0x66, 0x0f, 0xc4 }, 0, .none, .sse2 },
.{ .pmaxsw, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0xee }, 0, .none, .sse2 },
.{ .pmaxub, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0xde }, 0, .none, .sse2 },
.{ .pminsw, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0xea }, 0, .none, .sse2 },
.{ .pminub, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0xda }, 0, .none, .sse2 },
.{ .pmulhw, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0xe5 }, 0, .none, .sse2 },
.{ .pmullw, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0xd5 }, 0, .none, .sse2 },
.{ .por, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0xeb }, 0, .none, .sse2 },
.{ .pshufhw, .rmi, &.{ .xmm, .xmm_m128, .imm8 }, &.{ 0xf3, 0x0f, 0x70 }, 0, .none, .sse2 },
.{ .pshuflw, .rmi, &.{ .xmm, .xmm_m128, .imm8 }, &.{ 0xf2, 0x0f, 0x70 }, 0, .none, .sse2 },
.{ .psrlw, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0xd1 }, 0, .none, .sse2 },
.{ .psrlw, .mi, &.{ .xmm, .imm8 }, &.{ 0x66, 0x0f, 0x71 }, 2, .none, .sse2 },
.{ .psrld, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0xd2 }, 0, .none, .sse2 },
.{ .psrld, .mi, &.{ .xmm, .imm8 }, &.{ 0x66, 0x0f, 0x72 }, 2, .none, .sse2 },
.{ .psrlq, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0xd3 }, 0, .none, .sse2 },
.{ .psrlq, .mi, &.{ .xmm, .imm8 }, &.{ 0x66, 0x0f, 0x73 }, 2, .none, .sse2 },
.{ .psubb, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0xf8 }, 0, .none, .sse2 },
.{ .psubw, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0xf9 }, 0, .none, .sse2 },
.{ .psubd, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0xfa }, 0, .none, .sse2 },
.{ .psubsb, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0xe8 }, 0, .none, .sse2 },
.{ .psubsw, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0xe9 }, 0, .none, .sse2 },
.{ .psubq, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0xfb }, 0, .none, .sse2 },
.{ .psubusb, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0xd8 }, 0, .none, .sse2 },
.{ .psubusw, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0xd9 }, 0, .none, .sse2 },
.{ .punpckhbw, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x68 }, 0, .none, .sse2 },
.{ .punpckhwd, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x69 }, 0, .none, .sse2 },
.{ .punpckhdq, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x6a }, 0, .none, .sse2 },
.{ .punpckhqdq, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x6d }, 0, .none, .sse2 },
.{ .punpcklbw, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x60 }, 0, .none, .sse2 },
.{ .punpcklwd, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x61 }, 0, .none, .sse2 },
.{ .punpckldq, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x62 }, 0, .none, .sse2 },
.{ .punpcklqdq, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x6c }, 0, .none, .sse2 },
.{ .pxor, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0xef }, 0, .none, .sse2 },
.{ .shufpd, .rmi, &.{ .xmm, .xmm_m128, .imm8 }, &.{ 0x66, 0x0f, 0xc6 }, 0, .none, .sse2 },
.{ .sqrtpd, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x51 }, 0, .none, .sse2 },
.{ .sqrtsd, .rm, &.{ .xmm, .xmm_m64 }, &.{ 0xf2, 0x0f, 0x51 }, 0, .none, .sse2 },
.{ .subpd, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x5c }, 0, .none, .sse2 },
.{ .subsd, .rm, &.{ .xmm, .xmm_m64 }, &.{ 0xf2, 0x0f, 0x5c }, 0, .none, .sse2 },
.{ .movsd, .rm, &.{ .xmm, .xmm_m64 }, &.{ 0xf2, 0x0f, 0x10 }, 0, .none, .sse2 },
.{ .movsd, .mr, &.{ .xmm_m64, .xmm }, &.{ 0xf2, 0x0f, 0x11 }, 0, .none, .sse2 },
.{ .ucomisd, .rm, &.{ .xmm, .xmm_m64 }, &.{ 0x66, 0x0f, 0x2e }, 0, .none, .sse2 },
.{ .xorpd, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x57 }, 0, .none, .sse2 },
// SSE3
.{ .movddup, .rm, &.{ .xmm, .xmm_m64 }, &.{ 0xf2, 0x0f, 0x12 }, 0, .none, .sse3 },
.{ .movshdup, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0xf3, 0x0f, 0x16 }, 0, .none, .sse3 },
.{ .movsldup, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0xf3, 0x0f, 0x12 }, 0, .none, .sse3 },
// SSE4.1
.{ .blendpd, .rmi, &.{ .xmm, .xmm_m128, .imm8 }, &.{ 0x66, 0x0f, 0x3a, 0x0d }, 0, .none, .sse4_1 },
.{ .blendps, .rmi, &.{ .xmm, .xmm_m128, .imm8 }, &.{ 0x66, 0x0f, 0x3a, 0x0c }, 0, .none, .sse4_1 },
.{ .blendvpd, .rm0, &.{ .xmm, .xmm_m128, .xmm0 }, &.{ 0x66, 0x0f, 0x38, 0x15 }, 0, .none, .sse4_1 },
.{ .blendvps, .rm0, &.{ .xmm, .xmm_m128, .xmm0 }, &.{ 0x66, 0x0f, 0x38, 0x14 }, 0, .none, .sse4_1 },
.{ .extractps, .mri, &.{ .rm32, .xmm, .imm8 }, &.{ 0x66, 0x0f, 0x3a, 0x17 }, 0, .none, .sse4_1 },
.{ .insertps, .rmi, &.{ .xmm, .xmm_m32, .imm8 }, &.{ 0x66, 0x0f, 0x3a, 0x21 }, 0, .none, .sse4_1 },
.{ .packusdw, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x38, 0x2b }, 0, .none, .sse4_1 },
.{ .pextrb, .mri, &.{ .r32_m8, .xmm, .imm8 }, &.{ 0x66, 0x0f, 0x3a, 0x14 }, 0, .none, .sse4_1 },
.{ .pextrd, .mri, &.{ .rm32, .xmm, .imm8 }, &.{ 0x66, 0x0f, 0x3a, 0x16 }, 0, .none, .sse4_1 },
.{ .pextrq, .mri, &.{ .rm64, .xmm, .imm8 }, &.{ 0x66, 0x0f, 0x3a, 0x16 }, 0, .long, .sse4_1 },
.{ .pextrw, .mri, &.{ .r32_m16, .xmm, .imm8 }, &.{ 0x66, 0x0f, 0x3a, 0x15 }, 0, .none, .sse4_1 },
.{ .pinsrb, .rmi, &.{ .xmm, .r32_m8, .imm8 }, &.{ 0x66, 0x0f, 0x3a, 0x20 }, 0, .none, .sse4_1 },
.{ .pinsrd, .rmi, &.{ .xmm, .rm32, .imm8 }, &.{ 0x66, 0x0f, 0x3a, 0x22 }, 0, .none, .sse4_1 },
.{ .pinsrq, .rmi, &.{ .xmm, .rm64, .imm8 }, &.{ 0x66, 0x0f, 0x3a, 0x22 }, 0, .long, .sse4_1 },
.{ .pmaxsb, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x38, 0x3c }, 0, .none, .sse4_1 },
.{ .pmaxsd, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x38, 0x3d }, 0, .none, .sse4_1 },
.{ .pmaxuw, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x38, 0x3e }, 0, .none, .sse4_1 },
.{ .pmaxud, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x38, 0x3f }, 0, .none, .sse4_1 },
.{ .pminsb, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x38, 0x38 }, 0, .none, .sse4_1 },
.{ .pminsd, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x38, 0x39 }, 0, .none, .sse4_1 },
.{ .pminuw, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x38, 0x3a }, 0, .none, .sse4_1 },
.{ .pminud, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x38, 0x3b }, 0, .none, .sse4_1 },
.{ .pmulld, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x38, 0x40 }, 0, .none, .sse4_1 },
.{ .roundpd, .rmi, &.{ .xmm, .xmm_m128, .imm8 }, &.{ 0x66, 0x0f, 0x3a, 0x09 }, 0, .none, .sse4_1 },
.{ .roundps, .rmi, &.{ .xmm, .xmm_m128, .imm8 }, &.{ 0x66, 0x0f, 0x3a, 0x08 }, 0, .none, .sse4_1 },
.{ .roundsd, .rmi, &.{ .xmm, .xmm_m64, .imm8 }, &.{ 0x66, 0x0f, 0x3a, 0x0b }, 0, .none, .sse4_1 },
.{ .roundss, .rmi, &.{ .xmm, .xmm_m32, .imm8 }, &.{ 0x66, 0x0f, 0x3a, 0x0a }, 0, .none, .sse4_1 },
// AVX
.{ .vaddpd, .rvm, &.{ .xmm, .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x58 }, 0, .vex_128_wig, .avx },
.{ .vaddpd, .rvm, &.{ .ymm, .ymm, .ymm_m256 }, &.{ 0x66, 0x0f, 0x58 }, 0, .vex_256_wig, .avx },
.{ .vaddps, .rvm, &.{ .xmm, .xmm, .xmm_m128 }, &.{ 0x0f, 0x58 }, 0, .vex_128_wig, .avx },
.{ .vaddps, .rvm, &.{ .ymm, .ymm, .ymm_m256 }, &.{ 0x0f, 0x58 }, 0, .vex_256_wig, .avx },
.{ .vaddsd, .rvm, &.{ .xmm, .xmm, .xmm_m64 }, &.{ 0xf2, 0x0f, 0x58 }, 0, .vex_lig_wig, .avx },
.{ .vaddss, .rvm, &.{ .xmm, .xmm, .xmm_m32 }, &.{ 0xf3, 0x0f, 0x58 }, 0, .vex_lig_wig, .avx },
.{ .vandnpd, .rvm, &.{ .xmm, .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x55 }, 0, .vex_128_wig, .avx },
.{ .vandnpd, .rvm, &.{ .ymm, .ymm, .ymm_m256 }, &.{ 0x66, 0x0f, 0x55 }, 0, .vex_256_wig, .avx },
.{ .vandnps, .rvm, &.{ .xmm, .xmm, .xmm_m128 }, &.{ 0x0f, 0x55 }, 0, .vex_128_wig, .avx },
.{ .vandnps, .rvm, &.{ .ymm, .ymm, .ymm_m256 }, &.{ 0x0f, 0x55 }, 0, .vex_256_wig, .avx },
.{ .vandpd, .rvm, &.{ .xmm, .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x54 }, 0, .vex_128_wig, .avx },
.{ .vandpd, .rvm, &.{ .ymm, .ymm, .ymm_m256 }, &.{ 0x66, 0x0f, 0x54 }, 0, .vex_256_wig, .avx },
.{ .vandps, .rvm, &.{ .xmm, .xmm, .xmm_m128 }, &.{ 0x0f, 0x54 }, 0, .vex_128_wig, .avx },
.{ .vandps, .rvm, &.{ .ymm, .ymm, .ymm_m256 }, &.{ 0x0f, 0x54 }, 0, .vex_256_wig, .avx },
.{ .vblendpd, .rvmi, &.{ .xmm, .xmm, .xmm_m128, .imm8 }, &.{ 0x66, 0x0f, 0x3a, 0x0d }, 0, .vex_128_wig, .avx },
.{ .vblendpd, .rvmi, &.{ .ymm, .ymm, .ymm_m256, .imm8 }, &.{ 0x66, 0x0f, 0x3a, 0x0d }, 0, .vex_256_wig, .avx },
.{ .vblendps, .rvmi, &.{ .xmm, .xmm, .xmm_m128, .imm8 }, &.{ 0x66, 0x0f, 0x3a, 0x0c }, 0, .vex_128_wig, .avx },
.{ .vblendps, .rvmi, &.{ .ymm, .ymm, .ymm_m256, .imm8 }, &.{ 0x66, 0x0f, 0x3a, 0x0c }, 0, .vex_256_wig, .avx },
.{ .vblendvpd, .rvmr, &.{ .xmm, .xmm, .xmm_m128, .xmm }, &.{ 0x66, 0x0f, 0x3a, 0x4b }, 0, .vex_128_w0, .avx },
.{ .vblendvpd, .rvmr, &.{ .ymm, .ymm, .ymm_m256, .ymm }, &.{ 0x66, 0x0f, 0x3a, 0x4b }, 0, .vex_256_w0, .avx },
.{ .vblendvps, .rvmr, &.{ .xmm, .xmm, .xmm_m128, .xmm }, &.{ 0x66, 0x0f, 0x3a, 0x4a }, 0, .vex_128_w0, .avx },
.{ .vblendvps, .rvmr, &.{ .ymm, .ymm, .ymm_m256, .ymm }, &.{ 0x66, 0x0f, 0x3a, 0x4a }, 0, .vex_256_w0, .avx },
.{ .vbroadcastss, .rm, &.{ .xmm, .m32 }, &.{ 0x66, 0x0f, 0x38, 0x18 }, 0, .vex_128_w0, .avx },
.{ .vbroadcastss, .rm, &.{ .ymm, .m32 }, &.{ 0x66, 0x0f, 0x38, 0x18 }, 0, .vex_256_w0, .avx },
.{ .vbroadcastsd, .rm, &.{ .ymm, .m64 }, &.{ 0x66, 0x0f, 0x38, 0x19 }, 0, .vex_256_w0, .avx },
.{ .vbroadcastf128, .rm, &.{ .ymm, .m128 }, &.{ 0x66, 0x0f, 0x38, 0x1a }, 0, .vex_256_w0, .avx },
.{ .vcmppd, .rvmi, &.{ .xmm, .xmm, .xmm_m128, .imm8 }, &.{ 0x66, 0x0f, 0xc2 }, 0, .vex_128_wig, .avx },
.{ .vcmppd, .rvmi, &.{ .ymm, .ymm, .ymm_m256, .imm8 }, &.{ 0x66, 0x0f, 0xc2 }, 0, .vex_256_wig, .avx },
.{ .vcmpps, .rvmi, &.{ .xmm, .xmm, .xmm_m128, .imm8 }, &.{ 0x0f, 0xc2 }, 0, .vex_128_wig, .avx },
.{ .vcmpps, .rvmi, &.{ .ymm, .ymm, .ymm_m256, .imm8 }, &.{ 0x0f, 0xc2 }, 0, .vex_256_wig, .avx },
.{ .vcmpsd, .rvmi, &.{ .xmm, .xmm, .xmm_m64, .imm8 }, &.{ 0xf2, 0x0f, 0xc2 }, 0, .vex_lig_wig, .avx },
.{ .vcmpss, .rvmi, &.{ .xmm, .xmm, .xmm_m32, .imm8 }, &.{ 0xf3, 0x0f, 0xc2 }, 0, .vex_lig_wig, .avx },
.{ .vcvtdq2pd, .rm, &.{ .xmm, .xmm_m64 }, &.{ 0xf3, 0x0f, 0xe6 }, 0, .vex_128_wig, .avx },
.{ .vcvtdq2pd, .rm, &.{ .ymm, .xmm_m128 }, &.{ 0xf3, 0x0f, 0xe6 }, 0, .vex_256_wig, .avx },
.{ .vcvtdq2ps, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x0f, 0x5b }, 0, .vex_128_wig, .avx },
.{ .vcvtdq2ps, .rm, &.{ .ymm, .ymm_m256 }, &.{ 0x0f, 0x5b }, 0, .vex_256_wig, .avx },
.{ .vcvtpd2dq, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0xf2, 0x0f, 0xe6 }, 0, .vex_128_wig, .avx },
.{ .vcvtpd2dq, .rm, &.{ .xmm, .ymm_m256 }, &.{ 0xf2, 0x0f, 0xe6 }, 0, .vex_256_wig, .avx },
.{ .vcvtpd2ps, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x5a }, 0, .vex_128_wig, .avx },
.{ .vcvtpd2ps, .rm, &.{ .xmm, .ymm_m256 }, &.{ 0x66, 0x0f, 0x5a }, 0, .vex_256_wig, .avx },
.{ .vcvtps2dq, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x5b }, 0, .vex_128_wig, .avx },
.{ .vcvtps2dq, .rm, &.{ .ymm, .ymm_m256 }, &.{ 0x66, 0x0f, 0x5b }, 0, .vex_256_wig, .avx },
.{ .vcvtps2pd, .rm, &.{ .xmm, .xmm_m64 }, &.{ 0x0f, 0x5a }, 0, .vex_128_wig, .avx },
.{ .vcvtps2pd, .rm, &.{ .ymm, .xmm_m128 }, &.{ 0x0f, 0x5a }, 0, .vex_256_wig, .avx },
.{ .vcvtsd2si, .rm, &.{ .r32, .xmm_m64 }, &.{ 0xf2, 0x0f, 0x2d }, 0, .vex_lig_w0, .sse2 },
.{ .vcvtsd2si, .rm, &.{ .r64, .xmm_m64 }, &.{ 0xf2, 0x0f, 0x2d }, 0, .vex_lig_w1, .sse2 },
.{ .vcvtsd2ss, .rvm, &.{ .xmm, .xmm, .xmm_m64 }, &.{ 0xf2, 0x0f, 0x5a }, 0, .vex_lig_wig, .avx },
.{ .vcvtsi2sd, .rvm, &.{ .xmm, .xmm, .rm32 }, &.{ 0xf2, 0x0f, 0x2a }, 0, .vex_lig_w0, .avx },
.{ .vcvtsi2sd, .rvm, &.{ .xmm, .xmm, .rm64 }, &.{ 0xf2, 0x0f, 0x2a }, 0, .vex_lig_w1, .avx },
.{ .vcvtsi2ss, .rvm, &.{ .xmm, .xmm, .rm32 }, &.{ 0xf3, 0x0f, 0x2a }, 0, .vex_lig_w0, .avx },
.{ .vcvtsi2ss, .rvm, &.{ .xmm, .xmm, .rm64 }, &.{ 0xf3, 0x0f, 0x2a }, 0, .vex_lig_w1, .avx },
.{ .vcvtss2sd, .rvm, &.{ .xmm, .xmm, .xmm_m32 }, &.{ 0xf3, 0x0f, 0x5a }, 0, .vex_lig_wig, .avx },
.{ .vcvtss2si, .rm, &.{ .r32, .xmm_m32 }, &.{ 0xf3, 0x0f, 0x2d }, 0, .vex_lig_w0, .avx },
.{ .vcvtss2si, .rm, &.{ .r64, .xmm_m32 }, &.{ 0xf3, 0x0f, 0x2d }, 0, .vex_lig_w1, .avx },
.{ .vcvttpd2dq, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0xe6 }, 0, .vex_128_wig, .avx },
.{ .vcvttpd2dq, .rm, &.{ .xmm, .ymm_m256 }, &.{ 0x66, 0x0f, 0xe6 }, 0, .vex_256_wig, .avx },
.{ .vcvttps2dq, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0xf3, 0x0f, 0x5b }, 0, .vex_128_wig, .avx },
.{ .vcvttps2dq, .rm, &.{ .ymm, .ymm_m256 }, &.{ 0xf3, 0x0f, 0x5b }, 0, .vex_256_wig, .avx },
.{ .vcvttsd2si, .rm, &.{ .r32, .xmm_m64 }, &.{ 0xf2, 0x0f, 0x2c }, 0, .vex_lig_w0, .sse2 },
.{ .vcvttsd2si, .rm, &.{ .r64, .xmm_m64 }, &.{ 0xf2, 0x0f, 0x2c }, 0, .vex_lig_w1, .sse2 },
.{ .vcvttss2si, .rm, &.{ .r32, .xmm_m32 }, &.{ 0xf3, 0x0f, 0x2c }, 0, .vex_lig_w0, .avx },
.{ .vcvttss2si, .rm, &.{ .r64, .xmm_m32 }, &.{ 0xf3, 0x0f, 0x2c }, 0, .vex_lig_w1, .avx },
.{ .vdivpd, .rvm, &.{ .xmm, .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x5e }, 0, .vex_128_wig, .avx },
.{ .vdivpd, .rvm, &.{ .ymm, .ymm, .ymm_m256 }, &.{ 0x66, 0x0f, 0x5e }, 0, .vex_256_wig, .avx },
.{ .vdivps, .rvm, &.{ .xmm, .xmm, .xmm_m128 }, &.{ 0x0f, 0x5e }, 0, .vex_128_wig, .avx },
.{ .vdivps, .rvm, &.{ .ymm, .ymm, .ymm_m256 }, &.{ 0x0f, 0x5e }, 0, .vex_256_wig, .avx },
.{ .vdivsd, .rvm, &.{ .xmm, .xmm, .xmm_m64 }, &.{ 0xf2, 0x0f, 0x5e }, 0, .vex_lig_wig, .avx },
.{ .vdivss, .rvm, &.{ .xmm, .xmm, .xmm_m32 }, &.{ 0xf3, 0x0f, 0x5e }, 0, .vex_lig_wig, .avx },
.{ .vextractf128, .mri, &.{ .xmm_m128, .ymm, .imm8 }, &.{ 0x66, 0x0f, 0x3a, 0x19 }, 0, .vex_256_w0, .avx },
.{ .vextractps, .mri, &.{ .rm32, .xmm, .imm8 }, &.{ 0x66, 0x0f, 0x3a, 0x17 }, 0, .vex_128_wig, .avx },
.{ .vinsertf128, .rvmi, &.{ .ymm, .ymm, .xmm_m128, .imm8 }, &.{ 0x66, 0x0f, 0x3a, 0x18 }, 0, .vex_256_w0, .avx },
.{ .vinsertps, .rvmi, &.{ .xmm, .xmm, .xmm_m32, .imm8 }, &.{ 0x66, 0x0f, 0x3a, 0x21 }, 0, .vex_128_wig, .avx },
.{ .vmaxpd, .rvm, &.{ .xmm, .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x5f }, 0, .vex_128_wig, .avx },
.{ .vmaxpd, .rvm, &.{ .ymm, .ymm, .ymm_m256 }, &.{ 0x66, 0x0f, 0x5f }, 0, .vex_256_wig, .avx },
.{ .vmaxps, .rvm, &.{ .xmm, .xmm, .xmm_m128 }, &.{ 0x0f, 0x5f }, 0, .vex_128_wig, .avx },
.{ .vmaxps, .rvm, &.{ .ymm, .ymm, .ymm_m256 }, &.{ 0x0f, 0x5f }, 0, .vex_256_wig, .avx },
.{ .vmaxsd, .rvm, &.{ .xmm, .xmm, .xmm_m64 }, &.{ 0xf2, 0x0f, 0x5f }, 0, .vex_lig_wig, .avx },
.{ .vmaxss, .rvm, &.{ .xmm, .xmm, .xmm_m32 }, &.{ 0xf3, 0x0f, 0x5f }, 0, .vex_lig_wig, .avx },
.{ .vminpd, .rvm, &.{ .xmm, .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x5d }, 0, .vex_128_wig, .avx },
.{ .vminpd, .rvm, &.{ .ymm, .ymm, .ymm_m256 }, &.{ 0x66, 0x0f, 0x5d }, 0, .vex_256_wig, .avx },
.{ .vminps, .rvm, &.{ .xmm, .xmm, .xmm_m128 }, &.{ 0x0f, 0x5d }, 0, .vex_128_wig, .avx },
.{ .vminps, .rvm, &.{ .ymm, .ymm, .ymm_m256 }, &.{ 0x0f, 0x5d }, 0, .vex_256_wig, .avx },
.{ .vminsd, .rvm, &.{ .xmm, .xmm, .xmm_m64 }, &.{ 0xf2, 0x0f, 0x5d }, 0, .vex_lig_wig, .avx },
.{ .vminss, .rvm, &.{ .xmm, .xmm, .xmm_m32 }, &.{ 0xf3, 0x0f, 0x5d }, 0, .vex_lig_wig, .avx },
.{ .vmovapd, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x28 }, 0, .vex_128_wig, .avx },
.{ .vmovapd, .mr, &.{ .xmm_m128, .xmm }, &.{ 0x66, 0x0f, 0x29 }, 0, .vex_128_wig, .avx },
.{ .vmovapd, .rm, &.{ .ymm, .ymm_m256 }, &.{ 0x66, 0x0f, 0x28 }, 0, .vex_256_wig, .avx },
.{ .vmovapd, .mr, &.{ .ymm_m256, .ymm }, &.{ 0x66, 0x0f, 0x29 }, 0, .vex_256_wig, .avx },
.{ .vmovaps, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x0f, 0x28 }, 0, .vex_128_wig, .avx },
.{ .vmovaps, .mr, &.{ .xmm_m128, .xmm }, &.{ 0x0f, 0x29 }, 0, .vex_128_wig, .avx },
.{ .vmovaps, .rm, &.{ .ymm, .ymm_m256 }, &.{ 0x0f, 0x28 }, 0, .vex_256_wig, .avx },
.{ .vmovaps, .mr, &.{ .ymm_m256, .ymm }, &.{ 0x0f, 0x29 }, 0, .vex_256_wig, .avx },
.{ .vmovd, .rm, &.{ .xmm, .rm32 }, &.{ 0x66, 0x0f, 0x6e }, 0, .vex_128_w0, .avx },
.{ .vmovq, .rm, &.{ .xmm, .rm64 }, &.{ 0x66, 0x0f, 0x6e }, 0, .vex_128_w1, .avx },
.{ .vmovd, .mr, &.{ .rm32, .xmm }, &.{ 0x66, 0x0f, 0x7e }, 0, .vex_128_w0, .avx },
.{ .vmovq, .mr, &.{ .rm64, .xmm }, &.{ 0x66, 0x0f, 0x7e }, 0, .vex_128_w1, .avx },
.{ .vmovddup, .rm, &.{ .xmm, .xmm_m64 }, &.{ 0xf2, 0x0f, 0x12 }, 0, .vex_128_wig, .avx },
.{ .vmovddup, .rm, &.{ .ymm, .ymm_m256 }, &.{ 0xf2, 0x0f, 0x12 }, 0, .vex_256_wig, .avx },
.{ .vmovdqa, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x6f }, 0, .vex_128_wig, .avx },
.{ .vmovdqa, .mr, &.{ .xmm_m128, .xmm }, &.{ 0x66, 0x0f, 0x7f }, 0, .vex_128_wig, .avx },
.{ .vmovdqa, .rm, &.{ .ymm, .ymm_m256 }, &.{ 0x66, 0x0f, 0x6f }, 0, .vex_256_wig, .avx },
.{ .vmovdqa, .mr, &.{ .ymm_m256, .ymm }, &.{ 0x66, 0x0f, 0x7f }, 0, .vex_256_wig, .avx },
.{ .vmovdqu, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0xf3, 0x0f, 0x6f }, 0, .vex_128_wig, .avx },
.{ .vmovdqu, .mr, &.{ .xmm_m128, .xmm }, &.{ 0xf3, 0x0f, 0x7f }, 0, .vex_128_wig, .avx },
.{ .vmovdqu, .rm, &.{ .ymm, .ymm_m256 }, &.{ 0xf3, 0x0f, 0x6f }, 0, .vex_256_wig, .avx },
.{ .vmovdqu, .mr, &.{ .ymm_m256, .ymm }, &.{ 0xf3, 0x0f, 0x7f }, 0, .vex_256_wig, .avx },
.{ .vmovhlps, .rvm, &.{ .xmm, .xmm, .xmm }, &.{ 0x0f, 0x12 }, 0, .vex_128_wig, .avx },
.{ .vmovlhps, .rvm, &.{ .xmm, .xmm, .xmm }, &.{ 0x0f, 0x16 }, 0, .vex_128_wig, .avx },
.{ .vmovq, .rm, &.{ .xmm, .xmm_m64 }, &.{ 0xf3, 0x0f, 0x7e }, 0, .vex_128_wig, .avx },
.{ .vmovq, .mr, &.{ .xmm_m64, .xmm }, &.{ 0x66, 0x0f, 0xd6 }, 0, .vex_128_wig, .avx },
.{ .vmovsd, .rvm, &.{ .xmm, .xmm, .xmm }, &.{ 0xf2, 0x0f, 0x10 }, 0, .vex_lig_wig, .avx },
.{ .vmovsd, .rm, &.{ .xmm, .m64 }, &.{ 0xf2, 0x0f, 0x10 }, 0, .vex_lig_wig, .avx },
.{ .vmovsd, .mvr, &.{ .xmm, .xmm, .xmm }, &.{ 0xf2, 0x0f, 0x11 }, 0, .vex_lig_wig, .avx },
.{ .vmovsd, .mr, &.{ .m64, .xmm }, &.{ 0xf2, 0x0f, 0x11 }, 0, .vex_lig_wig, .avx },
.{ .vmovshdup, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0xf3, 0x0f, 0x16 }, 0, .vex_128_wig, .avx },
.{ .vmovshdup, .rm, &.{ .ymm, .ymm_m256 }, &.{ 0xf3, 0x0f, 0x16 }, 0, .vex_256_wig, .avx },
.{ .vmovsldup, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0xf3, 0x0f, 0x12 }, 0, .vex_128_wig, .avx },
.{ .vmovsldup, .rm, &.{ .ymm, .ymm_m256 }, &.{ 0xf3, 0x0f, 0x12 }, 0, .vex_256_wig, .avx },
.{ .vmovss, .rvm, &.{ .xmm, .xmm, .xmm }, &.{ 0xf3, 0x0f, 0x10 }, 0, .vex_lig_wig, .avx },
.{ .vmovss, .rm, &.{ .xmm, .m32 }, &.{ 0xf3, 0x0f, 0x10 }, 0, .vex_lig_wig, .avx },
.{ .vmovss, .mvr, &.{ .xmm, .xmm, .xmm }, &.{ 0xf3, 0x0f, 0x11 }, 0, .vex_lig_wig, .avx },
.{ .vmovss, .mr, &.{ .m32, .xmm }, &.{ 0xf3, 0x0f, 0x11 }, 0, .vex_lig_wig, .avx },
.{ .vmovupd, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x10 }, 0, .vex_128_wig, .avx },
.{ .vmovupd, .mr, &.{ .xmm_m128, .xmm }, &.{ 0x66, 0x0f, 0x11 }, 0, .vex_128_wig, .avx },
.{ .vmovupd, .rm, &.{ .ymm, .ymm_m256 }, &.{ 0x66, 0x0f, 0x10 }, 0, .vex_256_wig, .avx },
.{ .vmovupd, .mr, &.{ .ymm_m256, .ymm }, &.{ 0x66, 0x0f, 0x11 }, 0, .vex_256_wig, .avx },
.{ .vmovups, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x0f, 0x10 }, 0, .vex_128_wig, .avx },
.{ .vmovups, .mr, &.{ .xmm_m128, .xmm }, &.{ 0x0f, 0x11 }, 0, .vex_128_wig, .avx },
.{ .vmovups, .rm, &.{ .ymm, .ymm_m256 }, &.{ 0x0f, 0x10 }, 0, .vex_256_wig, .avx },
.{ .vmovups, .mr, &.{ .ymm_m256, .ymm }, &.{ 0x0f, 0x11 }, 0, .vex_256_wig, .avx },
.{ .vmulpd, .rvm, &.{ .xmm, .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x59 }, 0, .vex_128_wig, .avx },
.{ .vmulpd, .rvm, &.{ .ymm, .ymm, .ymm_m256 }, &.{ 0x66, 0x0f, 0x59 }, 0, .vex_256_wig, .avx },
.{ .vmulps, .rvm, &.{ .xmm, .xmm, .xmm_m128 }, &.{ 0x0f, 0x59 }, 0, .vex_128_wig, .avx },
.{ .vmulps, .rvm, &.{ .ymm, .ymm, .ymm_m256 }, &.{ 0x0f, 0x59 }, 0, .vex_256_wig, .avx },
.{ .vmulsd, .rvm, &.{ .xmm, .xmm, .xmm_m64 }, &.{ 0xf2, 0x0f, 0x59 }, 0, .vex_lig_wig, .avx },
.{ .vmulss, .rvm, &.{ .xmm, .xmm, .xmm_m32 }, &.{ 0xf3, 0x0f, 0x59 }, 0, .vex_lig_wig, .avx },
.{ .vorpd, .rvm, &.{ .xmm, .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x56 }, 0, .vex_128_wig, .avx },
.{ .vorpd, .rvm, &.{ .ymm, .ymm, .ymm_m256 }, &.{ 0x66, 0x0f, 0x56 }, 0, .vex_256_wig, .avx },
.{ .vorps, .rvm, &.{ .xmm, .xmm, .xmm_m128 }, &.{ 0x0f, 0x56 }, 0, .vex_128_wig, .avx },
.{ .vorps, .rvm, &.{ .ymm, .ymm, .ymm_m256 }, &.{ 0x0f, 0x56 }, 0, .vex_256_wig, .avx },
.{ .vpacksswb, .rvm, &.{ .xmm, .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x63 }, 0, .vex_128_wig, .avx },
.{ .vpackssdw, .rvm, &.{ .xmm, .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x6b }, 0, .vex_128_wig, .avx },
.{ .vpackusdw, .rvm, &.{ .xmm, .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x38, 0x2b }, 0, .vex_128_wig, .avx },
.{ .vpackuswb, .rvm, &.{ .xmm, .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x67 }, 0, .vex_128_wig, .avx },
.{ .vpaddb, .rvm, &.{ .xmm, .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0xfc }, 0, .vex_128_wig, .avx },
.{ .vpaddw, .rvm, &.{ .xmm, .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0xfd }, 0, .vex_128_wig, .avx },
.{ .vpaddd, .rvm, &.{ .xmm, .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0xfe }, 0, .vex_128_wig, .avx },
.{ .vpaddq, .rvm, &.{ .xmm, .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0xd4 }, 0, .vex_128_wig, .avx },
.{ .vpaddsb, .rvm, &.{ .xmm, .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0xec }, 0, .vex_128_wig, .avx },
.{ .vpaddsw, .rvm, &.{ .xmm, .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0xed }, 0, .vex_128_wig, .avx },
.{ .vpaddusb, .rvm, &.{ .xmm, .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0xdc }, 0, .vex_128_wig, .avx },
.{ .vpaddusw, .rvm, &.{ .xmm, .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0xdd }, 0, .vex_128_wig, .avx },
.{ .vpand, .rvm, &.{ .xmm, .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0xdb }, 0, .vex_128_wig, .avx },
.{ .vpandn, .rvm, &.{ .xmm, .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0xdf }, 0, .vex_128_wig, .avx },
.{ .vpextrb, .mri, &.{ .r32_m8, .xmm, .imm8 }, &.{ 0x66, 0x0f, 0x3a, 0x14 }, 0, .vex_128_w0, .avx },
.{ .vpextrd, .mri, &.{ .rm32, .xmm, .imm8 }, &.{ 0x66, 0x0f, 0x3a, 0x16 }, 0, .vex_128_w0, .avx },
.{ .vpextrq, .mri, &.{ .rm64, .xmm, .imm8 }, &.{ 0x66, 0x0f, 0x3a, 0x16 }, 0, .vex_128_w1, .avx },
.{ .vpextrw, .rmi, &.{ .r32, .xmm, .imm8 }, &.{ 0x66, 0x0f, 0x15 }, 0, .vex_128_wig, .avx },
.{ .vpextrw, .mri, &.{ .r32_m16, .xmm, .imm8 }, &.{ 0x66, 0x0f, 0x3a, 0x15 }, 0, .vex_128_wig, .avx },
.{ .vpinsrb, .rmi, &.{ .xmm, .r32_m8, .imm8 }, &.{ 0x66, 0x0f, 0x3a, 0x20 }, 0, .vex_128_w0, .avx },
.{ .vpinsrd, .rmi, &.{ .xmm, .rm32, .imm8 }, &.{ 0x66, 0x0f, 0x3a, 0x22 }, 0, .vex_128_w0, .avx },
.{ .vpinsrq, .rmi, &.{ .xmm, .rm64, .imm8 }, &.{ 0x66, 0x0f, 0x3a, 0x22 }, 0, .vex_128_w1, .avx },
.{ .vpinsrw, .rvmi, &.{ .xmm, .xmm, .r32_m16, .imm8 }, &.{ 0x66, 0x0f, 0xc4 }, 0, .vex_128_wig, .avx },
.{ .vpmaxsb, .rvm, &.{ .xmm, .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x38, 0x3c }, 0, .vex_128_wig, .avx },
.{ .vpmaxsw, .rvm, &.{ .xmm, .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0xee }, 0, .vex_128_wig, .avx },
.{ .vpmaxsd, .rvm, &.{ .xmm, .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x38, 0x3d }, 0, .vex_128_wig, .avx },
.{ .vpmaxub, .rvm, &.{ .xmm, .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0xde }, 0, .vex_128_wig, .avx },
.{ .vpmaxuw, .rvm, &.{ .xmm, .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x38, 0x3e }, 0, .vex_128_wig, .avx },
.{ .vpmaxud, .rvm, &.{ .xmm, .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x38, 0x3f }, 0, .vex_128_wig, .avx },
.{ .vpminsb, .rvm, &.{ .xmm, .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x38, 0x38 }, 0, .vex_128_wig, .avx },
.{ .vpminsw, .rvm, &.{ .xmm, .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0xea }, 0, .vex_128_wig, .avx },
.{ .vpminsd, .rvm, &.{ .xmm, .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x38, 0x39 }, 0, .vex_128_wig, .avx },
.{ .vpminub, .rvm, &.{ .xmm, .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0xda }, 0, .vex_128_wig, .avx },
.{ .vpminuw, .rvm, &.{ .xmm, .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x38, 0x3a }, 0, .vex_128_wig, .avx },
.{ .vpminud, .rvm, &.{ .xmm, .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x38, 0x3b }, 0, .vex_128_wig, .avx },
.{ .vpmulhw, .rvm, &.{ .xmm, .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0xe5 }, 0, .vex_128_wig, .avx },
.{ .vpmulld, .rvm, &.{ .xmm, .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x38, 0x40 }, 0, .vex_128_wig, .avx },
.{ .vpmullw, .rvm, &.{ .xmm, .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0xd5 }, 0, .vex_128_wig, .avx },
.{ .vpor, .rvm, &.{ .xmm, .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0xeb }, 0, .vex_128_wig, .avx },
.{ .vpsrlw, .rvm, &.{ .xmm, .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0xd1 }, 0, .vex_128_wig, .avx },
.{ .vpsrlw, .vmi, &.{ .xmm, .xmm, .imm8 }, &.{ 0x66, 0x0f, 0x71 }, 2, .vex_128_wig, .avx },
.{ .vpsrld, .rvm, &.{ .xmm, .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0xd2 }, 0, .vex_128_wig, .avx },
.{ .vpsrld, .vmi, &.{ .xmm, .xmm, .imm8 }, &.{ 0x66, 0x0f, 0x72 }, 2, .vex_128_wig, .avx },
.{ .vpsrlq, .rvm, &.{ .xmm, .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0xd3 }, 0, .vex_128_wig, .avx },
.{ .vpsrlq, .vmi, &.{ .xmm, .xmm, .imm8 }, &.{ 0x66, 0x0f, 0x73 }, 2, .vex_128_wig, .avx },
.{ .vpsubb, .rvm, &.{ .xmm, .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0xf8 }, 0, .vex_128_wig, .avx },
.{ .vpsubw, .rvm, &.{ .xmm, .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0xf9 }, 0, .vex_128_wig, .avx },
.{ .vpsubd, .rvm, &.{ .xmm, .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0xfa }, 0, .vex_128_wig, .avx },
.{ .vpsubsb, .rvm, &.{ .xmm, .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0xe8 }, 0, .vex_128_wig, .avx },
.{ .vpsubsw, .rvm, &.{ .xmm, .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0xe9 }, 0, .vex_128_wig, .avx },
.{ .vpsubq, .rvm, &.{ .xmm, .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0xfb }, 0, .vex_128_wig, .avx },
.{ .vpsubusb, .rvm, &.{ .xmm, .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0xd8 }, 0, .vex_128_wig, .avx },
.{ .vpsubusw, .rvm, &.{ .xmm, .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0xd9 }, 0, .vex_128_wig, .avx },
.{ .vpunpckhbw, .rvm, &.{ .xmm, .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x68 }, 0, .vex_128_wig, .avx },
.{ .vpunpckhwd, .rvm, &.{ .xmm, .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x69 }, 0, .vex_128_wig, .avx },
.{ .vpunpckhdq, .rvm, &.{ .xmm, .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x6a }, 0, .vex_128_wig, .avx },
.{ .vpunpckhqdq, .rvm, &.{ .xmm, .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x6d }, 0, .vex_128_wig, .avx },
.{ .vpunpcklbw, .rvm, &.{ .xmm, .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x60 }, 0, .vex_128_wig, .avx },
.{ .vpunpcklwd, .rvm, &.{ .xmm, .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x61 }, 0, .vex_128_wig, .avx },
.{ .vpunpckldq, .rvm, &.{ .xmm, .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x62 }, 0, .vex_128_wig, .avx },
.{ .vpunpcklqdq, .rvm, &.{ .xmm, .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x6c }, 0, .vex_128_wig, .avx },
.{ .vpxor, .rvm, &.{ .xmm, .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0xef }, 0, .vex_128_wig, .avx },
.{ .vroundpd, .rmi, &.{ .xmm, .xmm_m128, .imm8 }, &.{ 0x66, 0x0f, 0x3a, 0x09 }, 0, .vex_128_wig, .avx },
.{ .vroundpd, .rmi, &.{ .ymm, .ymm_m256, .imm8 }, &.{ 0x66, 0x0f, 0x3a, 0x09 }, 0, .vex_256_wig, .avx },
.{ .vroundps, .rmi, &.{ .xmm, .xmm_m128, .imm8 }, &.{ 0x66, 0x0f, 0x3a, 0x08 }, 0, .vex_128_wig, .avx },
.{ .vroundps, .rmi, &.{ .ymm, .ymm_m256, .imm8 }, &.{ 0x66, 0x0f, 0x3a, 0x08 }, 0, .vex_256_wig, .avx },
.{ .vroundsd, .rvmi, &.{ .xmm, .xmm, .xmm_m64, .imm8 }, &.{ 0x66, 0x0f, 0x3a, 0x0b }, 0, .vex_lig_wig, .avx },
.{ .vroundss, .rvmi, &.{ .xmm, .xmm, .xmm_m32, .imm8 }, &.{ 0x66, 0x0f, 0x3a, 0x0a }, 0, .vex_lig_wig, .avx },
.{ .vshufpd, .rvmi, &.{ .xmm, .xmm, .xmm_m128, .imm8 }, &.{ 0x66, 0x0f, 0xc6 }, 0, .vex_128_wig, .avx },
.{ .vshufpd, .rvmi, &.{ .ymm, .ymm, .ymm_m256, .imm8 }, &.{ 0x66, 0x0f, 0xc6 }, 0, .vex_256_wig, .avx },
.{ .vshufps, .rvmi, &.{ .xmm, .xmm, .xmm_m128, .imm8 }, &.{ 0x0f, 0xc6 }, 0, .vex_128_wig, .avx },
.{ .vshufps, .rvmi, &.{ .ymm, .ymm, .ymm_m256, .imm8 }, &.{ 0x0f, 0xc6 }, 0, .vex_256_wig, .avx },
.{ .vsqrtpd, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x51 }, 0, .vex_128_wig, .avx },
.{ .vsqrtpd, .rm, &.{ .ymm, .ymm_m256 }, &.{ 0x66, 0x0f, 0x51 }, 0, .vex_256_wig, .avx },
.{ .vsqrtps, .rm, &.{ .xmm, .xmm_m128 }, &.{ 0x0f, 0x51 }, 0, .vex_128_wig, .avx },
.{ .vsqrtps, .rm, &.{ .ymm, .ymm_m256 }, &.{ 0x0f, 0x51 }, 0, .vex_256_wig, .avx },
.{ .vsqrtsd, .rvm, &.{ .xmm, .xmm, .xmm_m64 }, &.{ 0xf2, 0x0f, 0x51 }, 0, .vex_lig_wig, .avx },
.{ .vsqrtss, .rvm, &.{ .xmm, .xmm, .xmm_m32 }, &.{ 0xf3, 0x0f, 0x51 }, 0, .vex_lig_wig, .avx },
.{ .vsubpd, .rvm, &.{ .xmm, .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x5c }, 0, .vex_128_wig, .avx },
.{ .vsubpd, .rvm, &.{ .ymm, .ymm, .ymm_m256 }, &.{ 0x66, 0x0f, 0x5c }, 0, .vex_256_wig, .avx },
.{ .vsubps, .rvm, &.{ .xmm, .xmm, .xmm_m128 }, &.{ 0x0f, 0x5c }, 0, .vex_128_wig, .avx },
.{ .vsubps, .rvm, &.{ .ymm, .ymm, .ymm_m256 }, &.{ 0x0f, 0x5c }, 0, .vex_256_wig, .avx },
.{ .vsubsd, .rvm, &.{ .xmm, .xmm, .xmm_m64 }, &.{ 0xf2, 0x0f, 0x5c }, 0, .vex_lig_wig, .avx },
.{ .vsubss, .rvm, &.{ .xmm, .xmm, .xmm_m32 }, &.{ 0xf3, 0x0f, 0x5c }, 0, .vex_lig_wig, .avx },
.{ .vxorpd, .rvm, &.{ .xmm, .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x57 }, 0, .vex_128_wig, .avx },
.{ .vxorpd, .rvm, &.{ .ymm, .ymm, .ymm_m256 }, &.{ 0x66, 0x0f, 0x57 }, 0, .vex_256_wig, .avx },
.{ .vxorps, .rvm, &.{ .xmm, .xmm, .xmm_m128 }, &.{ 0x0f, 0x57 }, 0, .vex_128_wig, .avx },
.{ .vxorps, .rvm, &.{ .ymm, .ymm, .ymm_m256 }, &.{ 0x0f, 0x57 }, 0, .vex_256_wig, .avx },
// F16C
.{ .vcvtph2ps, .rm, &.{ .xmm, .xmm_m64 }, &.{ 0x66, 0x0f, 0x38, 0x13 }, 0, .vex_128_w0, .f16c },
.{ .vcvtph2ps, .rm, &.{ .ymm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x38, 0x13 }, 0, .vex_256_w0, .f16c },
.{ .vcvtps2ph, .mri, &.{ .xmm_m64, .xmm, .imm8 }, &.{ 0x66, 0x0f, 0x3a, 0x1d }, 0, .vex_128_w0, .f16c },
.{ .vcvtps2ph, .mri, &.{ .xmm_m128, .ymm, .imm8 }, &.{ 0x66, 0x0f, 0x3a, 0x1d }, 0, .vex_256_w0, .f16c },
// FMA
.{ .vfmadd132pd, .rvm, &.{ .xmm, .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x38, 0x98 }, 0, .vex_128_w1, .fma },
.{ .vfmadd213pd, .rvm, &.{ .xmm, .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x38, 0xa8 }, 0, .vex_128_w1, .fma },
.{ .vfmadd231pd, .rvm, &.{ .xmm, .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x38, 0xb8 }, 0, .vex_128_w1, .fma },
.{ .vfmadd132pd, .rvm, &.{ .ymm, .ymm, .ymm_m256 }, &.{ 0x66, 0x0f, 0x38, 0x98 }, 0, .vex_256_w1, .fma },
.{ .vfmadd213pd, .rvm, &.{ .ymm, .ymm, .ymm_m256 }, &.{ 0x66, 0x0f, 0x38, 0xa8 }, 0, .vex_256_w1, .fma },
.{ .vfmadd231pd, .rvm, &.{ .ymm, .ymm, .ymm_m256 }, &.{ 0x66, 0x0f, 0x38, 0xb8 }, 0, .vex_256_w1, .fma },
.{ .vfmadd132ps, .rvm, &.{ .xmm, .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x38, 0x98 }, 0, .vex_128_w0, .fma },
.{ .vfmadd213ps, .rvm, &.{ .xmm, .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x38, 0xa8 }, 0, .vex_128_w0, .fma },
.{ .vfmadd231ps, .rvm, &.{ .xmm, .xmm, .xmm_m128 }, &.{ 0x66, 0x0f, 0x38, 0xb8 }, 0, .vex_128_w0, .fma },
.{ .vfmadd132ps, .rvm, &.{ .ymm, .ymm, .ymm_m256 }, &.{ 0x66, 0x0f, 0x38, 0x98 }, 0, .vex_256_w0, .fma },
.{ .vfmadd213ps, .rvm, &.{ .ymm, .ymm, .ymm_m256 }, &.{ 0x66, 0x0f, 0x38, 0xa8 }, 0, .vex_256_w0, .fma },
.{ .vfmadd231ps, .rvm, &.{ .ymm, .ymm, .ymm_m256 }, &.{ 0x66, 0x0f, 0x38, 0xb8 }, 0, .vex_256_w0, .fma },
.{ .vfmadd132sd, .rvm, &.{ .xmm, .xmm, .xmm_m64 }, &.{ 0x66, 0x0f, 0x38, 0x99 }, 0, .vex_lig_w1, .fma },
.{ .vfmadd213sd, .rvm, &.{ .xmm, .xmm, .xmm_m64 }, &.{ 0x66, 0x0f, 0x38, 0xa9 }, 0, .vex_lig_w1, .fma },
.{ .vfmadd231sd, .rvm, &.{ .xmm, .xmm, .xmm_m64 }, &.{ 0x66, 0x0f, 0x38, 0xb9 }, 0, .vex_lig_w1, .fma },
.{ .vfmadd132ss, .rvm, &.{ .xmm, .xmm, .xmm_m32 }, &.{ 0x66, 0x0f, 0x38, 0x99 }, 0, .vex_lig_w0, .fma },
.{ .vfmadd213ss, .rvm, &.{ .xmm, .xmm, .xmm_m32 }, &.{ 0x66, 0x0f, 0x38, 0xa9 }, 0, .vex_lig_w0, .fma },
.{ .vfmadd231ss, .rvm, &.{ .xmm, .xmm, .xmm_m32 }, &.{ 0x66, 0x0f, 0x38, 0xb9 }, 0, .vex_lig_w0, .fma },
// AVX2
.{ .vbroadcastss, .rm, &.{ .xmm, .xmm }, &.{ 0x66, 0x0f, 0x38, 0x18 }, 0, .vex_128_w0, .avx2 },
.{ .vbroadcastss, .rm, &.{ .ymm, .xmm }, &.{ 0x66, 0x0f, 0x38, 0x18 }, 0, .vex_256_w0, .avx2 },
.{ .vbroadcastsd, .rm, &.{ .ymm, .xmm }, &.{ 0x66, 0x0f, 0x38, 0x19 }, 0, .vex_256_w0, .avx2 },
.{ .vpacksswb, .rvm, &.{ .ymm, .ymm, .ymm_m256 }, &.{ 0x66, 0x0f, 0x63 }, 0, .vex_256_wig, .avx2 },
.{ .vpackssdw, .rvm, &.{ .ymm, .ymm, .ymm_m256 }, &.{ 0x66, 0x0f, 0x6b }, 0, .vex_256_wig, .avx2 },
.{ .vpackusdw, .rvm, &.{ .ymm, .ymm, .ymm_m256 }, &.{ 0x66, 0x0f, 0x38, 0x2b }, 0, .vex_256_wig, .avx2 },
.{ .vpackuswb, .rvm, &.{ .ymm, .ymm, .ymm_m256 }, &.{ 0x66, 0x0f, 0x67 }, 0, .vex_256_wig, .avx2 },
.{ .vpaddb, .rvm, &.{ .ymm, .ymm, .ymm_m256 }, &.{ 0x66, 0x0f, 0xfc }, 0, .vex_256_wig, .avx2 },
.{ .vpaddw, .rvm, &.{ .ymm, .ymm, .ymm_m256 }, &.{ 0x66, 0x0f, 0xfd }, 0, .vex_256_wig, .avx2 },
.{ .vpaddd, .rvm, &.{ .ymm, .ymm, .ymm_m256 }, &.{ 0x66, 0x0f, 0xfe }, 0, .vex_256_wig, .avx2 },
.{ .vpaddq, .rvm, &.{ .ymm, .ymm, .ymm_m256 }, &.{ 0x66, 0x0f, 0xd4 }, 0, .vex_256_wig, .avx2 },
.{ .vpaddsb, .rvm, &.{ .ymm, .ymm, .ymm_m256 }, &.{ 0x66, 0x0f, 0xec }, 0, .vex_256_wig, .avx2 },
.{ .vpaddsw, .rvm, &.{ .ymm, .ymm, .ymm_m256 }, &.{ 0x66, 0x0f, 0xed }, 0, .vex_256_wig, .avx2 },
.{ .vpaddusb, .rvm, &.{ .ymm, .ymm, .ymm_m256 }, &.{ 0x66, 0x0f, 0xdc }, 0, .vex_256_wig, .avx2 },
.{ .vpaddusw, .rvm, &.{ .ymm, .ymm, .ymm_m256 }, &.{ 0x66, 0x0f, 0xdd }, 0, .vex_256_wig, .avx2 },
.{ .vpand, .rvm, &.{ .ymm, .ymm, .ymm_m256 }, &.{ 0x66, 0x0f, 0xdb }, 0, .vex_256_wig, .avx2 },
.{ .vpandn, .rvm, &.{ .ymm, .ymm, .ymm_m256 }, &.{ 0x66, 0x0f, 0xdf }, 0, .vex_256_wig, .avx2 },
.{ .vpmaxsb, .rvm, &.{ .ymm, .ymm, .ymm_m256 }, &.{ 0x66, 0x0f, 0x38, 0x3c }, 0, .vex_256_wig, .avx },
.{ .vpmaxsw, .rvm, &.{ .ymm, .ymm, .ymm_m256 }, &.{ 0x66, 0x0f, 0xee }, 0, .vex_256_wig, .avx },
.{ .vpmaxsd, .rvm, &.{ .ymm, .ymm, .ymm_m256 }, &.{ 0x66, 0x0f, 0x38, 0x3d }, 0, .vex_256_wig, .avx },
.{ .vpmaxub, .rvm, &.{ .ymm, .ymm, .ymm_m256 }, &.{ 0x66, 0x0f, 0xde }, 0, .vex_256_wig, .avx },
.{ .vpmaxuw, .rvm, &.{ .ymm, .ymm, .ymm_m256 }, &.{ 0x66, 0x0f, 0x38, 0x3e }, 0, .vex_256_wig, .avx },
.{ .vpmaxud, .rvm, &.{ .ymm, .ymm, .ymm_m256 }, &.{ 0x66, 0x0f, 0x38, 0x3f }, 0, .vex_256_wig, .avx },
.{ .vpminsb, .rvm, &.{ .ymm, .ymm, .ymm_m256 }, &.{ 0x66, 0x0f, 0x38, 0x38 }, 0, .vex_256_wig, .avx },
.{ .vpminsw, .rvm, &.{ .ymm, .ymm, .ymm_m256 }, &.{ 0x66, 0x0f, 0xea }, 0, .vex_256_wig, .avx },
.{ .vpminsd, .rvm, &.{ .ymm, .ymm, .ymm_m256 }, &.{ 0x66, 0x0f, 0x38, 0x39 }, 0, .vex_256_wig, .avx },
.{ .vpminub, .rvm, &.{ .ymm, .ymm, .ymm_m256 }, &.{ 0x66, 0x0f, 0xda }, 0, .vex_256_wig, .avx },
.{ .vpminuw, .rvm, &.{ .ymm, .ymm, .ymm_m256 }, &.{ 0x66, 0x0f, 0x38, 0x3a }, 0, .vex_256_wig, .avx },
.{ .vpminud, .rvm, &.{ .ymm, .ymm, .ymm_m256 }, &.{ 0x66, 0x0f, 0x38, 0x3b }, 0, .vex_256_wig, .avx },
.{ .vpmulhw, .rvm, &.{ .ymm, .ymm, .ymm_m256 }, &.{ 0x66, 0x0f, 0xe5 }, 0, .vex_256_wig, .avx },
.{ .vpmulld, .rvm, &.{ .ymm, .ymm, .ymm_m256 }, &.{ 0x66, 0x0f, 0x38, 0x40 }, 0, .vex_256_wig, .avx },
.{ .vpmullw, .rvm, &.{ .ymm, .ymm, .ymm_m256 }, &.{ 0x66, 0x0f, 0xd5 }, 0, .vex_256_wig, .avx },
.{ .vpor, .rvm, &.{ .ymm, .ymm, .ymm_m256 }, &.{ 0x66, 0x0f, 0xeb }, 0, .vex_256_wig, .avx2 },
.{ .vpsrlw, .rvm, &.{ .ymm, .ymm, .xmm_m128 }, &.{ 0x66, 0x0f, 0xd1 }, 0, .vex_256_wig, .avx2 },
.{ .vpsrlw, .vmi, &.{ .ymm, .ymm, .imm8 }, &.{ 0x66, 0x0f, 0x71 }, 2, .vex_256_wig, .avx2 },
.{ .vpsrld, .rvm, &.{ .ymm, .ymm, .xmm_m128 }, &.{ 0x66, 0x0f, 0xd2 }, 0, .vex_256_wig, .avx2 },
.{ .vpsrld, .vmi, &.{ .ymm, .ymm, .imm8 }, &.{ 0x66, 0x0f, 0x72 }, 2, .vex_256_wig, .avx2 },
.{ .vpsrlq, .rvm, &.{ .ymm, .ymm, .xmm_m128 }, &.{ 0x66, 0x0f, 0xd3 }, 0, .vex_256_wig, .avx2 },
.{ .vpsrlq, .vmi, &.{ .ymm, .ymm, .imm8 }, &.{ 0x66, 0x0f, 0x73 }, 2, .vex_256_wig, .avx2 },
.{ .vpsubb, .rvm, &.{ .ymm, .ymm, .ymm_m256 }, &.{ 0x66, 0x0f, 0xf8 }, 0, .vex_256_wig, .avx2 },
.{ .vpsubw, .rvm, &.{ .ymm, .ymm, .ymm_m256 }, &.{ 0x66, 0x0f, 0xf9 }, 0, .vex_256_wig, .avx2 },
.{ .vpsubd, .rvm, &.{ .ymm, .ymm, .ymm_m256 }, &.{ 0x66, 0x0f, 0xfa }, 0, .vex_256_wig, .avx2 },
.{ .vpsubsb, .rvm, &.{ .ymm, .ymm, .ymm_m256 }, &.{ 0x66, 0x0f, 0xe8 }, 0, .vex_256_wig, .avx2 },
.{ .vpsubsw, .rvm, &.{ .ymm, .ymm, .ymm_m256 }, &.{ 0x66, 0x0f, 0xe9 }, 0, .vex_256_wig, .avx2 },
.{ .vpsubq, .rvm, &.{ .ymm, .ymm, .ymm_m256 }, &.{ 0x66, 0x0f, 0xfb }, 0, .vex_256_wig, .avx2 },
.{ .vpsubusb, .rvm, &.{ .ymm, .ymm, .ymm_m256 }, &.{ 0x66, 0x0f, 0xd8 }, 0, .vex_256_wig, .avx2 },
.{ .vpsubusw, .rvm, &.{ .ymm, .ymm, .ymm_m256 }, &.{ 0x66, 0x0f, 0xd9 }, 0, .vex_256_wig, .avx2 },
.{ .vpunpckhbw, .rvm, &.{ .ymm, .ymm, .ymm_m256 }, &.{ 0x66, 0x0f, 0x68 }, 0, .vex_256_wig, .avx2 },
.{ .vpunpckhwd, .rvm, &.{ .ymm, .ymm, .ymm_m256 }, &.{ 0x66, 0x0f, 0x69 }, 0, .vex_256_wig, .avx2 },
.{ .vpunpckhdq, .rvm, &.{ .ymm, .ymm, .ymm_m256 }, &.{ 0x66, 0x0f, 0x6a }, 0, .vex_256_wig, .avx2 },
.{ .vpunpckhqdq, .rvm, &.{ .ymm, .ymm, .ymm_m256 }, &.{ 0x66, 0x0f, 0x6d }, 0, .vex_256_wig, .avx2 },
.{ .vpunpcklbw, .rvm, &.{ .ymm, .ymm, .ymm_m256 }, &.{ 0x66, 0x0f, 0x60 }, 0, .vex_256_wig, .avx2 },
.{ .vpunpcklwd, .rvm, &.{ .ymm, .ymm, .ymm_m256 }, &.{ 0x66, 0x0f, 0x61 }, 0, .vex_256_wig, .avx2 },
.{ .vpunpckldq, .rvm, &.{ .ymm, .ymm, .ymm_m256 }, &.{ 0x66, 0x0f, 0x62 }, 0, .vex_256_wig, .avx2 },
.{ .vpunpcklqdq, .rvm, &.{ .ymm, .ymm, .ymm_m256 }, &.{ 0x66, 0x0f, 0x6c }, 0, .vex_256_wig, .avx2 },
.{ .vpxor, .rvm, &.{ .ymm, .ymm, .ymm_m256 }, &.{ 0x66, 0x0f, 0xef }, 0, .vex_256_wig, .avx2 },
};
// zig fmt: on
|
0 | repos/zig-dis-x86_64 | repos/zig-dis-x86_64/src/Assembler.zig | const Assembler = @This();
const std = @import("std");
const assert = std.debug.assert;
const bits = @import("bits.zig");
const encoder = @import("encoder.zig");
const Immediate = bits.Immediate;
const Instruction = encoder.Instruction;
const Memory = bits.Memory;
const Mnemonic = Instruction.Mnemonic;
const Moffs = bits.Moffs;
const Operand = Instruction.Operand;
const Register = bits.Register;
it: Tokenizer,
const Tokenizer = struct {
input: []const u8,
pos: usize = 0,
const Error = error{InvalidToken};
const Token = struct {
id: Id,
start: usize,
end: usize,
const Id = enum {
eof,
space,
new_line,
colon,
comma,
open_br,
close_br,
plus,
minus,
star,
string,
numeral,
};
};
const Iterator = struct {};
fn next(it: *Tokenizer) !Token {
var result = Token{
.id = .eof,
.start = it.pos,
.end = it.pos,
};
var state: enum {
start,
space,
new_line,
string,
numeral,
numeral_hex,
} = .start;
while (it.pos < it.input.len) : (it.pos += 1) {
const ch = it.input[it.pos];
switch (state) {
.start => switch (ch) {
',' => {
result.id = .comma;
it.pos += 1;
break;
},
':' => {
result.id = .colon;
it.pos += 1;
break;
},
'[' => {
result.id = .open_br;
it.pos += 1;
break;
},
']' => {
result.id = .close_br;
it.pos += 1;
break;
},
'+' => {
result.id = .plus;
it.pos += 1;
break;
},
'-' => {
result.id = .minus;
it.pos += 1;
break;
},
'*' => {
result.id = .star;
it.pos += 1;
break;
},
' ', '\t' => state = .space,
'\n', '\r' => state = .new_line,
'a'...'z', 'A'...'Z' => state = .string,
'0'...'9' => state = .numeral,
else => return error.InvalidToken,
},
.space => switch (ch) {
' ', '\t' => {},
else => {
result.id = .space;
break;
},
},
.new_line => switch (ch) {
'\n', '\r', ' ', '\t' => {},
else => {
result.id = .new_line;
break;
},
},
.string => switch (ch) {
'a'...'z', 'A'...'Z', '0'...'9' => {},
else => {
result.id = .string;
break;
},
},
.numeral => switch (ch) {
'x' => state = .numeral_hex,
'0'...'9' => {},
else => {
result.id = .numeral;
break;
},
},
.numeral_hex => switch (ch) {
'a'...'f' => {},
'0'...'9' => {},
else => {
result.id = .numeral;
break;
},
},
}
}
if (it.pos >= it.input.len) {
switch (state) {
.string => result.id = .string,
.numeral, .numeral_hex => result.id = .numeral,
else => {},
}
}
result.end = it.pos;
return result;
}
fn seekTo(it: *Tokenizer, pos: usize) void {
it.pos = pos;
}
};
pub fn init(input: []const u8) Assembler {
return .{
.it = Tokenizer{ .input = input },
};
}
pub fn assemble(as: *Assembler, writer: anytype) !void {
while (try as.next()) |parsed_inst| {
const inst = try Instruction.new(.none, parsed_inst.mnemonic, &parsed_inst.ops);
try inst.encode(writer, .{});
}
}
const ParseResult = struct {
mnemonic: Mnemonic,
ops: [4]Operand,
};
const ParseError = error{
UnexpectedToken,
InvalidMnemonic,
InvalidOperand,
InvalidRegister,
InvalidPtrSize,
InvalidMemoryOperand,
InvalidScaleIndex,
} || Tokenizer.Error || std.fmt.ParseIntError;
fn next(as: *Assembler) ParseError!?ParseResult {
try as.skip(2, .{ .space, .new_line });
const mnemonic_tok = as.expect(.string) catch |err| switch (err) {
error.UnexpectedToken => return if (try as.peek() == .eof) null else err,
else => return err,
};
const mnemonic = mnemonicFromString(as.source(mnemonic_tok)) orelse
return error.InvalidMnemonic;
try as.skip(1, .{.space});
const rules = .{
.{},
.{.register},
.{.memory},
.{.immediate},
.{ .register, .register },
.{ .register, .memory },
.{ .memory, .register },
.{ .register, .immediate },
.{ .memory, .immediate },
.{ .register, .register, .immediate },
.{ .register, .memory, .immediate },
};
const pos = as.it.pos;
inline for (rules) |rule| {
var ops = [4]Operand{ .none, .none, .none, .none };
if (as.parseOperandRule(rule, &ops)) {
return .{
.mnemonic = mnemonic,
.ops = ops,
};
} else |_| {
as.it.seekTo(pos);
}
}
return error.InvalidOperand;
}
fn source(as: *Assembler, token: Tokenizer.Token) []const u8 {
return as.it.input[token.start..token.end];
}
fn peek(as: *Assembler) Tokenizer.Error!Tokenizer.Token.Id {
const pos = as.it.pos;
const next_tok = try as.it.next();
const id = next_tok.id;
as.it.seekTo(pos);
return id;
}
fn expect(as: *Assembler, id: Tokenizer.Token.Id) ParseError!Tokenizer.Token {
const next_tok_id = try as.peek();
if (next_tok_id == id) return as.it.next();
return error.UnexpectedToken;
}
fn skip(as: *Assembler, comptime num: comptime_int, tok_ids: [num]Tokenizer.Token.Id) Tokenizer.Error!void {
outer: while (true) {
const pos = as.it.pos;
const next_tok = try as.it.next();
inline for (tok_ids) |tok_id| {
if (next_tok.id == tok_id) continue :outer;
}
as.it.seekTo(pos);
break;
}
}
fn mnemonicFromString(bytes: []const u8) ?Mnemonic {
const ti = @typeInfo(Mnemonic).Enum;
inline for (ti.fields) |field| {
if (std.mem.eql(u8, bytes, field.name)) {
return @field(Mnemonic, field.name);
}
}
return null;
}
fn parseOperandRule(as: *Assembler, rule: anytype, ops: *[4]Operand) ParseError!void {
inline for (rule, 0..) |cond, i| {
comptime assert(i < 4);
if (i > 0) {
_ = try as.expect(.comma);
try as.skip(1, .{.space});
}
if (@typeInfo(@TypeOf(cond)) != .EnumLiteral) {
@compileError("invalid condition in the rule: " ++ @typeName(@TypeOf(cond)));
}
switch (cond) {
.register => {
const reg_tok = try as.expect(.string);
const reg = registerFromString(as.source(reg_tok)) orelse
return error.InvalidOperand;
ops[i] = .{ .reg = reg };
},
.memory => {
const mem = try as.parseMemory();
ops[i] = .{ .mem = mem };
},
.immediate => {
const is_neg = if (as.expect(.minus)) |_| true else |_| false;
const imm_tok = try as.expect(.numeral);
const imm: Immediate = if (is_neg) blk: {
const imm = try std.fmt.parseInt(i32, as.source(imm_tok), 0);
break :blk .{ .signed = imm * -1 };
} else .{ .unsigned = try std.fmt.parseInt(u64, as.source(imm_tok), 0) };
ops[i] = .{ .imm = imm };
},
else => @compileError("unhandled enum literal " ++ @tagName(cond)),
}
try as.skip(1, .{.space});
}
try as.skip(1, .{.space});
const tok = try as.it.next();
switch (tok.id) {
.new_line, .eof => {},
else => return error.InvalidOperand,
}
}
fn registerFromString(bytes: []const u8) ?Register {
const ti = @typeInfo(Register).Enum;
inline for (ti.fields) |field| {
if (std.mem.eql(u8, bytes, field.name)) {
return @field(Register, field.name);
}
}
return null;
}
fn parseMemory(as: *Assembler) ParseError!Memory {
const ptr_size: ?Memory.PtrSize = blk: {
const pos = as.it.pos;
const ptr_size = as.parsePtrSize() catch |err| switch (err) {
error.UnexpectedToken => {
as.it.seekTo(pos);
break :blk null;
},
else => return err,
};
break :blk ptr_size;
};
try as.skip(1, .{.space});
// Supported rules and orderings.
const rules = .{
.{ .open_br, .base, .close_br }, // [ base ]
.{ .open_br, .base, .plus, .disp, .close_br }, // [ base + disp ]
.{ .open_br, .base, .minus, .disp, .close_br }, // [ base - disp ]
.{ .open_br, .disp, .plus, .base, .close_br }, // [ disp + base ]
.{ .open_br, .base, .plus, .index, .close_br }, // [ base + index ]
.{ .open_br, .base, .plus, .index, .star, .scale, .close_br }, // [ base + index * scale ]
.{ .open_br, .index, .star, .scale, .plus, .base, .close_br }, // [ index * scale + base ]
.{ .open_br, .base, .plus, .index, .star, .scale, .plus, .disp, .close_br }, // [ base + index * scale + disp ]
.{ .open_br, .base, .plus, .index, .star, .scale, .minus, .disp, .close_br }, // [ base + index * scale - disp ]
.{ .open_br, .index, .star, .scale, .plus, .base, .plus, .disp, .close_br }, // [ index * scale + base + disp ]
.{ .open_br, .index, .star, .scale, .plus, .base, .minus, .disp, .close_br }, // [ index * scale + base - disp ]
.{ .open_br, .disp, .plus, .index, .star, .scale, .plus, .base, .close_br }, // [ disp + index * scale + base ]
.{ .open_br, .disp, .plus, .base, .plus, .index, .star, .scale, .close_br }, // [ disp + base + index * scale ]
.{ .open_br, .base, .plus, .disp, .plus, .index, .star, .scale, .close_br }, // [ base + disp + index * scale ]
.{ .open_br, .base, .minus, .disp, .plus, .index, .star, .scale, .close_br }, // [ base - disp + index * scale ]
.{ .open_br, .base, .plus, .disp, .plus, .scale, .star, .index, .close_br }, // [ base + disp + scale * index ]
.{ .open_br, .base, .minus, .disp, .plus, .scale, .star, .index, .close_br }, // [ base - disp + scale * index ]
.{ .open_br, .rip, .plus, .disp, .close_br }, // [ rip + disp ]
.{ .open_br, .rip, .minus, .disp, .close_br }, // [ rig - disp ]
.{ .base, .colon, .disp }, // seg:disp
};
const pos = as.it.pos;
inline for (rules) |rule| {
if (as.parseMemoryRule(rule)) |res| {
if (res.rip) {
if (res.base != .none or res.scale_index != null or res.offset != null)
return error.InvalidMemoryOperand;
return Memory.rip(ptr_size orelse .qword, res.disp orelse 0);
}
switch (res.base) {
.none => {},
.reg => |base| {
if (res.rip)
return error.InvalidMemoryOperand;
if (res.offset) |offset| {
if (res.scale_index != null or res.disp != null)
return error.InvalidMemoryOperand;
return Memory.moffs(base, offset);
}
return Memory.sib(ptr_size orelse .qword, .{
.base = .{ .reg = base },
.scale_index = res.scale_index,
.disp = res.disp orelse 0,
});
},
.frame => unreachable,
}
return error.InvalidMemoryOperand;
} else |_| {
as.it.seekTo(pos);
}
}
return error.InvalidOperand;
}
const MemoryParseResult = struct {
rip: bool = false,
base: Memory.Base = .none,
scale_index: ?Memory.ScaleIndex = null,
disp: ?i32 = null,
offset: ?u64 = null,
};
fn parseMemoryRule(as: *Assembler, rule: anytype) ParseError!MemoryParseResult {
var res: MemoryParseResult = .{};
inline for (rule, 0..) |cond, i| {
if (@typeInfo(@TypeOf(cond)) != .EnumLiteral) {
@compileError("unsupported condition type in the rule: " ++ @typeName(@TypeOf(cond)));
}
switch (cond) {
.open_br, .close_br, .plus, .minus, .star, .colon => {
_ = try as.expect(cond);
},
.base => {
const tok = try as.expect(.string);
res.base = .{ .reg = registerFromString(as.source(tok)) orelse return error.InvalidMemoryOperand };
},
.rip => {
const tok = try as.expect(.string);
if (!std.mem.eql(u8, as.source(tok), "rip")) return error.InvalidMemoryOperand;
res.rip = true;
},
.index => {
const tok = try as.expect(.string);
const index = registerFromString(as.source(tok)) orelse
return error.InvalidMemoryOperand;
if (res.scale_index) |*si| {
si.index = index;
} else {
res.scale_index = .{ .scale = 1, .index = index };
}
},
.scale => {
const tok = try as.expect(.numeral);
const scale = try std.fmt.parseInt(u2, as.source(tok), 0);
if (res.scale_index) |*si| {
si.scale = scale;
} else {
res.scale_index = .{ .scale = scale, .index = undefined };
}
},
.disp => {
const tok = try as.expect(.numeral);
const is_neg = blk: {
if (i > 0) {
if (rule[i - 1] == .minus) break :blk true;
}
break :blk false;
};
if (std.fmt.parseInt(i32, as.source(tok), 0)) |disp| {
res.disp = if (is_neg) -1 * disp else disp;
} else |err| switch (err) {
error.Overflow => {
if (is_neg) return err;
switch (res.base) {
.none => {},
.reg => |base| if (base.class() != .segment) return err,
.frame => unreachable,
}
const offset = try std.fmt.parseInt(u64, as.source(tok), 0);
res.offset = offset;
},
else => return err,
}
},
else => @compileError("unhandled operand output type: " ++ @tagName(cond)),
}
try as.skip(1, .{.space});
}
return res;
}
fn parsePtrSize(as: *Assembler) ParseError!Memory.PtrSize {
const size = try as.expect(.string);
try as.skip(1, .{.space});
const ptr = try as.expect(.string);
const size_raw = as.source(size);
const ptr_raw = as.source(ptr);
const len = size_raw.len + ptr_raw.len + 1;
var buf: ["qword ptr".len]u8 = undefined;
if (len > buf.len) return error.InvalidPtrSize;
for (size_raw, 0..) |c, i| {
buf[i] = std.ascii.toLower(c);
}
buf[size_raw.len] = ' ';
for (ptr_raw, 0..) |c, i| {
buf[size_raw.len + i + 1] = std.ascii.toLower(c);
}
const slice = buf[0..len];
if (std.mem.eql(u8, slice, "qword ptr")) return .qword;
if (std.mem.eql(u8, slice, "dword ptr")) return .dword;
if (std.mem.eql(u8, slice, "word ptr")) return .word;
if (std.mem.eql(u8, slice, "byte ptr")) return .byte;
if (std.mem.eql(u8, slice, "tbyte ptr")) return .tbyte;
return error.InvalidPtrSize;
}
|
0 | repos/zig-dis-x86_64 | repos/zig-dis-x86_64/src/encoder.zig | const std = @import("std");
const assert = std.debug.assert;
const log = std.log;
const math = std.math;
const testing = std.testing;
const bits = @import("bits.zig");
const Encoding = @import("Encoding.zig");
const Immediate = bits.Immediate;
const Memory = bits.Memory;
const Register = bits.Register;
pub const Instruction = struct {
prefix: Prefix = .none,
encoding: Encoding,
ops: [4]Operand = .{.none} ** 4,
pub const Mnemonic = Encoding.Mnemonic;
pub const Prefix = enum(u3) {
none,
lock,
rep,
repe,
repz,
repne,
repnz,
};
pub const Operand = union(enum) {
none,
reg: Register,
mem: Memory,
imm: Immediate,
/// Returns the bitsize of the operand.
pub fn bitSize(op: Operand) u64 {
return switch (op) {
.none => unreachable,
.reg => |reg| reg.bitSize(),
.mem => |mem| mem.bitSize(),
.imm => unreachable,
};
}
/// Returns true if the operand is a segment register.
/// Asserts the operand is either register or memory.
pub fn isSegmentRegister(op: Operand) bool {
return switch (op) {
.none => unreachable,
.reg => |reg| reg.class() == .segment,
.mem => |mem| mem.isSegmentRegister(),
.imm => unreachable,
};
}
pub fn isBaseExtended(op: Operand) bool {
return switch (op) {
.none, .imm => false,
.reg => |reg| reg.isExtended(),
.mem => |mem| mem.base().isExtended(),
};
}
pub fn isIndexExtended(op: Operand) bool {
return switch (op) {
.none, .reg, .imm => false,
.mem => |mem| if (mem.scaleIndex()) |si| si.index.isExtended() else false,
};
}
fn format(
op: Operand,
comptime unused_format_string: []const u8,
options: std.fmt.FormatOptions,
writer: anytype,
) !void {
_ = op;
_ = unused_format_string;
_ = options;
_ = writer;
@compileError("do not format Operand directly; use fmtPrint() instead");
}
const FormatContext = struct {
op: Operand,
enc_op: Encoding.Op,
};
fn fmt(
ctx: FormatContext,
comptime unused_format_string: []const u8,
options: std.fmt.FormatOptions,
writer: anytype,
) @TypeOf(writer).Error!void {
_ = unused_format_string;
_ = options;
const op = ctx.op;
const enc_op = ctx.enc_op;
switch (op) {
.none => {},
.reg => |reg| try writer.writeAll(@tagName(reg)),
.mem => |mem| switch (mem) {
.rip => |rip| {
try writer.print("{s} ptr [rip", .{@tagName(rip.ptr_size)});
if (rip.disp != 0) try writer.print(" {c} 0x{x}", .{
@as(u8, if (rip.disp < 0) '-' else '+'),
@abs(rip.disp),
});
try writer.writeByte(']');
},
.sib => |sib| {
try writer.print("{s} ptr ", .{@tagName(sib.ptr_size)});
if (mem.isSegmentRegister()) {
return writer.print("{s}:0x{x}", .{ @tagName(sib.base.reg), sib.disp });
}
try writer.writeByte('[');
var any = false;
switch (sib.base) {
.none => {},
.reg => |reg| {
try writer.print("{s}", .{@tagName(reg)});
any = true;
},
.frame => |frame| {
try writer.print("{}", .{frame});
any = true;
},
}
if (mem.scaleIndex()) |si| {
if (any) try writer.writeAll(" + ");
try writer.print("{s} * {d}", .{ @tagName(si.index), si.scale });
any = true;
}
if (sib.disp != 0 or !any) {
if (any)
try writer.print(" {c} ", .{@as(u8, if (sib.disp < 0) '-' else '+')})
else if (sib.disp < 0)
try writer.writeByte('-');
try writer.print("0x{x}", .{@abs(sib.disp)});
any = true;
}
try writer.writeByte(']');
},
.moffs => |moffs| try writer.print("{s}:0x{x}", .{
@tagName(moffs.seg),
moffs.offset,
}),
},
.imm => |imm| try writer.print("0x{x}", .{imm.asUnsigned(enc_op.immBitSize())}),
}
}
pub fn fmtPrint(op: Operand, enc_op: Encoding.Op) std.fmt.Formatter(fmt) {
return .{ .data = .{ .op = op, .enc_op = enc_op } };
}
};
pub fn new(prefix: Prefix, mnemonic: Mnemonic, ops: []const Operand) !Instruction {
const encoding = (try Encoding.findByMnemonic(prefix, mnemonic, ops)) orelse {
log.debug("no encoding found for: {s} {s} {s} {s} {s} {s}", .{
@tagName(prefix),
@tagName(mnemonic),
@tagName(if (ops.len > 0) Encoding.Op.fromOperand(ops[0]) else .none),
@tagName(if (ops.len > 1) Encoding.Op.fromOperand(ops[1]) else .none),
@tagName(if (ops.len > 2) Encoding.Op.fromOperand(ops[2]) else .none),
@tagName(if (ops.len > 3) Encoding.Op.fromOperand(ops[3]) else .none),
});
return error.InvalidInstruction;
};
log.debug("selected encoding: {}", .{encoding});
var inst = Instruction{
.prefix = prefix,
.encoding = encoding,
.ops = [1]Operand{.none} ** 4,
};
@memcpy(inst.ops[0..ops.len], ops);
return inst;
}
pub fn format(
inst: Instruction,
comptime unused_format_string: []const u8,
options: std.fmt.FormatOptions,
writer: anytype,
) @TypeOf(writer).Error!void {
_ = unused_format_string;
_ = options;
if (inst.prefix != .none) try writer.print("{s} ", .{@tagName(inst.prefix)});
try writer.print("{s}", .{@tagName(inst.encoding.mnemonic)});
for (inst.ops, inst.encoding.data.ops, 0..) |op, enc, i| {
if (op == .none) break;
if (i > 0) try writer.writeByte(',');
try writer.writeByte(' ');
try writer.print("{}", .{op.fmtPrint(enc)});
}
}
pub fn encode(inst: Instruction, writer: anytype, comptime opts: Options) !void {
const encoder = Encoder(@TypeOf(writer), opts){ .writer = writer };
const enc = inst.encoding;
const data = enc.data;
if (data.mode.isVex()) {
try inst.encodeVexPrefix(encoder);
const opc = inst.encoding.opcode();
try encoder.opcode_1byte(opc[opc.len - 1]);
} else {
try inst.encodeLegacyPrefixes(encoder);
try inst.encodeMandatoryPrefix(encoder);
try inst.encodeRexPrefix(encoder);
try inst.encodeOpcode(encoder);
}
switch (data.op_en) {
.np, .o => {},
.i, .d => try encodeImm(inst.ops[0].imm, data.ops[0], encoder),
.zi, .oi => try encodeImm(inst.ops[1].imm, data.ops[1], encoder),
.fd => try encoder.imm64(inst.ops[1].mem.moffs.offset),
.td => try encoder.imm64(inst.ops[0].mem.moffs.offset),
else => {
const mem_op = switch (data.op_en) {
.m, .mi, .m1, .mc, .mr, .mri, .mrc, .mvr => inst.ops[0],
.rm, .rmi, .rm0, .vmi => inst.ops[1],
.rvm, .rvmr, .rvmi => inst.ops[2],
else => unreachable,
};
switch (mem_op) {
.reg => |reg| {
const rm = switch (data.op_en) {
.m, .mi, .m1, .mc, .vmi => enc.modRmExt(),
.mr, .mri, .mrc => inst.ops[1].reg.lowEnc(),
.rm, .rmi, .rm0, .rvm, .rvmr, .rvmi => inst.ops[0].reg.lowEnc(),
.mvr => inst.ops[2].reg.lowEnc(),
else => unreachable,
};
try encoder.modRm_direct(rm, reg.lowEnc());
},
.mem => |mem| {
const op = switch (data.op_en) {
.m, .mi, .m1, .mc, .vmi => .none,
.mr, .mri, .mrc => inst.ops[1],
.rm, .rmi, .rm0, .rvm, .rvmr, .rvmi => inst.ops[0],
.mvr => inst.ops[2],
else => unreachable,
};
try encodeMemory(enc, mem, op, encoder);
},
else => unreachable,
}
switch (data.op_en) {
.mi => try encodeImm(inst.ops[1].imm, data.ops[1], encoder),
.rmi, .mri, .vmi => try encodeImm(inst.ops[2].imm, data.ops[2], encoder),
.rvmr => try encoder.imm8(@as(u8, inst.ops[3].reg.enc()) << 4),
.rvmi => try encodeImm(inst.ops[3].imm, data.ops[3], encoder),
else => {},
}
},
}
}
fn encodeOpcode(inst: Instruction, encoder: anytype) !void {
const opcode = inst.encoding.opcode();
const first = @intFromBool(inst.encoding.mandatoryPrefix() != null);
const final = opcode.len - 1;
for (opcode[first..final]) |byte| try encoder.opcode_1byte(byte);
switch (inst.encoding.data.op_en) {
.o, .oi => try encoder.opcode_withReg(opcode[final], inst.ops[0].reg.lowEnc()),
else => try encoder.opcode_1byte(opcode[final]),
}
}
fn encodeLegacyPrefixes(inst: Instruction, encoder: anytype) !void {
const enc = inst.encoding;
const data = enc.data;
const op_en = data.op_en;
var legacy = LegacyPrefixes{};
switch (inst.prefix) {
.none => {},
.lock => legacy.prefix_f0 = true,
.repne, .repnz => legacy.prefix_f2 = true,
.rep, .repe, .repz => legacy.prefix_f3 = true,
}
switch (data.mode) {
.short, .rex_short => legacy.set16BitOverride(),
else => {},
}
const segment_override: ?Register = switch (op_en) {
.i, .zi, .o, .oi, .d, .np => null,
.fd => inst.ops[1].mem.base().reg,
.td => inst.ops[0].mem.base().reg,
.rm, .rmi, .rm0 => if (inst.ops[1].isSegmentRegister())
switch (inst.ops[1]) {
.reg => |reg| reg,
.mem => |mem| mem.base().reg,
else => unreachable,
}
else
null,
.m, .mi, .m1, .mc, .mr, .mri, .mrc => if (inst.ops[0].isSegmentRegister())
switch (inst.ops[0]) {
.reg => |reg| reg,
.mem => |mem| mem.base().reg,
else => unreachable,
}
else
null,
.vmi, .rvm, .rvmr, .rvmi, .mvr => unreachable,
};
if (segment_override) |seg| {
legacy.setSegmentOverride(seg);
}
try encoder.legacyPrefixes(legacy);
}
fn encodeRexPrefix(inst: Instruction, encoder: anytype) !void {
const op_en = inst.encoding.data.op_en;
var rex = Rex{};
rex.present = inst.encoding.data.mode == .rex;
rex.w = inst.encoding.data.mode == .long;
switch (op_en) {
.np, .i, .zi, .fd, .td, .d => {},
.o, .oi => rex.b = inst.ops[0].reg.isExtended(),
.m, .mi, .m1, .mc, .mr, .rm, .rmi, .mri, .mrc, .rm0 => {
const r_op = switch (op_en) {
.rm, .rmi, .rm0 => inst.ops[0],
.mr, .mri, .mrc => inst.ops[1],
else => .none,
};
rex.r = r_op.isBaseExtended();
const b_x_op = switch (op_en) {
.rm, .rmi, .rm0 => inst.ops[1],
.m, .mi, .m1, .mc, .mr, .mri, .mrc => inst.ops[0],
else => unreachable,
};
rex.b = b_x_op.isBaseExtended();
rex.x = b_x_op.isIndexExtended();
},
.vmi, .rvm, .rvmr, .rvmi, .mvr => unreachable,
}
try encoder.rex(rex);
}
fn encodeVexPrefix(inst: Instruction, encoder: anytype) !void {
const op_en = inst.encoding.data.op_en;
const opc = inst.encoding.opcode();
const mand_pre = inst.encoding.mandatoryPrefix();
var vex = Vex{};
vex.w = inst.encoding.data.mode.isLong();
switch (op_en) {
.np, .i, .zi, .fd, .td, .d => {},
.o, .oi => vex.b = inst.ops[0].reg.isExtended(),
.m, .mi, .m1, .mc, .mr, .rm, .rmi, .mri, .mrc, .rm0, .vmi, .rvm, .rvmr, .rvmi, .mvr => {
const r_op = switch (op_en) {
.rm, .rmi, .rm0, .rvm, .rvmr, .rvmi => inst.ops[0],
.mr, .mri, .mrc => inst.ops[1],
.mvr => inst.ops[2],
.m, .mi, .m1, .mc, .vmi => .none,
else => unreachable,
};
vex.r = r_op.isBaseExtended();
const b_x_op = switch (op_en) {
.rm, .rmi, .rm0, .vmi => inst.ops[1],
.m, .mi, .m1, .mc, .mr, .mri, .mrc, .mvr => inst.ops[0],
.rvm, .rvmr, .rvmi => inst.ops[2],
else => unreachable,
};
vex.b = b_x_op.isBaseExtended();
vex.x = b_x_op.isIndexExtended();
},
}
vex.l = inst.encoding.data.mode.isVecLong();
vex.p = if (mand_pre) |mand| switch (mand) {
0x66 => .@"66",
0xf2 => .f2,
0xf3 => .f3,
else => unreachable,
} else .none;
const leading: usize = if (mand_pre) |_| 1 else 0;
assert(opc[leading] == 0x0f);
vex.m = switch (opc[leading + 1]) {
else => .@"0f",
0x38 => .@"0f38",
0x3a => .@"0f3a",
};
switch (op_en) {
else => {},
.vmi => vex.v = inst.ops[0].reg,
.rvm, .rvmr, .rvmi => vex.v = inst.ops[1].reg,
}
try encoder.vex(vex);
}
fn encodeMandatoryPrefix(inst: Instruction, encoder: anytype) !void {
const prefix = inst.encoding.mandatoryPrefix() orelse return;
try encoder.opcode_1byte(prefix);
}
fn encodeMemory(encoding: Encoding, mem: Memory, operand: Operand, encoder: anytype) !void {
const operand_enc = switch (operand) {
.reg => |reg| reg.lowEnc(),
.none => encoding.modRmExt(),
else => unreachable,
};
switch (mem) {
.moffs => unreachable,
.sib => |sib| switch (sib.base) {
.none => {
try encoder.modRm_SIBDisp0(operand_enc);
if (mem.scaleIndex()) |si| {
const scale = math.log2_int(u4, si.scale);
try encoder.sib_scaleIndexDisp32(scale, si.index.lowEnc());
} else {
try encoder.sib_disp32();
}
try encoder.disp32(sib.disp);
},
.reg => |base| if (base.class() == .segment) {
// TODO audit this wrt SIB
try encoder.modRm_SIBDisp0(operand_enc);
if (mem.scaleIndex()) |si| {
const scale = math.log2_int(u4, si.scale);
try encoder.sib_scaleIndexDisp32(scale, si.index.lowEnc());
} else {
try encoder.sib_disp32();
}
try encoder.disp32(sib.disp);
} else {
assert(base.class() == .general_purpose);
const dst = base.lowEnc();
const src = operand_enc;
if (dst == 4 or mem.scaleIndex() != null) {
if (sib.disp == 0 and dst != 5) {
try encoder.modRm_SIBDisp0(src);
if (mem.scaleIndex()) |si| {
const scale = math.log2_int(u4, si.scale);
try encoder.sib_scaleIndexBase(scale, si.index.lowEnc(), dst);
} else {
try encoder.sib_base(dst);
}
} else if (math.cast(i8, sib.disp)) |_| {
try encoder.modRm_SIBDisp8(src);
if (mem.scaleIndex()) |si| {
const scale = math.log2_int(u4, si.scale);
try encoder.sib_scaleIndexBaseDisp8(scale, si.index.lowEnc(), dst);
} else {
try encoder.sib_baseDisp8(dst);
}
try encoder.disp8(@as(i8, @truncate(sib.disp)));
} else {
try encoder.modRm_SIBDisp32(src);
if (mem.scaleIndex()) |si| {
const scale = math.log2_int(u4, si.scale);
try encoder.sib_scaleIndexBaseDisp32(scale, si.index.lowEnc(), dst);
} else {
try encoder.sib_baseDisp32(dst);
}
try encoder.disp32(sib.disp);
}
} else {
if (sib.disp == 0 and dst != 5) {
try encoder.modRm_indirectDisp0(src, dst);
} else if (math.cast(i8, sib.disp)) |_| {
try encoder.modRm_indirectDisp8(src, dst);
try encoder.disp8(@as(i8, @truncate(sib.disp)));
} else {
try encoder.modRm_indirectDisp32(src, dst);
try encoder.disp32(sib.disp);
}
}
},
.frame => if (@TypeOf(encoder).options.allow_frame_loc) {
try encoder.modRm_indirectDisp32(operand_enc, undefined);
try encoder.disp32(undefined);
} else return error.CannotEncode,
},
.rip => |rip| {
try encoder.modRm_RIPDisp32(operand_enc);
try encoder.disp32(rip.disp);
},
}
}
fn encodeImm(imm: Immediate, kind: Encoding.Op, encoder: anytype) !void {
const raw = imm.asUnsigned(kind.immBitSize());
switch (kind.immBitSize()) {
8 => try encoder.imm8(@as(u8, @intCast(raw))),
16 => try encoder.imm16(@as(u16, @intCast(raw))),
32 => try encoder.imm32(@as(u32, @intCast(raw))),
64 => try encoder.imm64(raw),
else => unreachable,
}
}
};
pub const LegacyPrefixes = packed struct {
/// LOCK
prefix_f0: bool = false,
/// REPNZ, REPNE, REP, Scalar Double-precision
prefix_f2: bool = false,
/// REPZ, REPE, REP, Scalar Single-precision
prefix_f3: bool = false,
/// CS segment override or Branch not taken
prefix_2e: bool = false,
/// SS segment override
prefix_36: bool = false,
/// ES segment override
prefix_26: bool = false,
/// FS segment override
prefix_64: bool = false,
/// GS segment override
prefix_65: bool = false,
/// Branch taken
prefix_3e: bool = false,
/// Address size override (enables 16 bit address size)
prefix_67: bool = false,
/// Operand size override (enables 16 bit operation)
prefix_66: bool = false,
padding: u5 = 0,
pub fn setSegmentOverride(self: *LegacyPrefixes, reg: Register) void {
assert(reg.class() == .segment);
switch (reg) {
.cs => self.prefix_2e = true,
.ss => self.prefix_36 = true,
.es => self.prefix_26 = true,
.fs => self.prefix_64 = true,
.gs => self.prefix_65 = true,
.ds => {},
else => unreachable,
}
}
pub fn set16BitOverride(self: *LegacyPrefixes) void {
self.prefix_66 = true;
}
};
pub const Options = struct { allow_frame_loc: bool = false };
fn Encoder(comptime T: type, comptime opts: Options) type {
return struct {
writer: T,
const Self = @This();
pub const options = opts;
// --------
// Prefixes
// --------
/// Encodes legacy prefixes
pub fn legacyPrefixes(self: Self, prefixes: LegacyPrefixes) !void {
if (@as(u16, @bitCast(prefixes)) != 0) {
// Hopefully this path isn't taken very often, so we'll do it the slow way for now
// LOCK
if (prefixes.prefix_f0) try self.writer.writeByte(0xf0);
// REPNZ, REPNE, REP, Scalar Double-precision
if (prefixes.prefix_f2) try self.writer.writeByte(0xf2);
// REPZ, REPE, REP, Scalar Single-precision
if (prefixes.prefix_f3) try self.writer.writeByte(0xf3);
// CS segment override or Branch not taken
if (prefixes.prefix_2e) try self.writer.writeByte(0x2e);
// DS segment override
if (prefixes.prefix_36) try self.writer.writeByte(0x36);
// ES segment override
if (prefixes.prefix_26) try self.writer.writeByte(0x26);
// FS segment override
if (prefixes.prefix_64) try self.writer.writeByte(0x64);
// GS segment override
if (prefixes.prefix_65) try self.writer.writeByte(0x65);
// Branch taken
if (prefixes.prefix_3e) try self.writer.writeByte(0x3e);
// Operand size override
if (prefixes.prefix_66) try self.writer.writeByte(0x66);
// Address size override
if (prefixes.prefix_67) try self.writer.writeByte(0x67);
}
}
/// Use 16 bit operand size
///
/// Note that this flag is overridden by REX.W, if both are present.
pub fn prefix16BitMode(self: Self) !void {
try self.writer.writeByte(0x66);
}
/// Encodes a REX prefix byte given all the fields
///
/// Use this byte whenever you need 64 bit operation,
/// or one of reg, index, r/m, base, or opcode-reg might be extended.
///
/// See struct `Rex` for a description of each field.
pub fn rex(self: Self, fields: Rex) !void {
if (!fields.present and !fields.isSet()) return;
var byte: u8 = 0b0100_0000;
if (fields.w) byte |= 0b1000;
if (fields.r) byte |= 0b0100;
if (fields.x) byte |= 0b0010;
if (fields.b) byte |= 0b0001;
try self.writer.writeByte(byte);
}
/// Encodes a VEX prefix given all the fields
///
/// See struct `Vex` for a description of each field.
pub fn vex(self: Self, fields: Vex) !void {
if (fields.is3Byte()) {
try self.writer.writeByte(0b1100_0100);
try self.writer.writeByte(
@as(u8, ~@intFromBool(fields.r)) << 7 |
@as(u8, ~@intFromBool(fields.x)) << 6 |
@as(u8, ~@intFromBool(fields.b)) << 5 |
@as(u8, @intFromEnum(fields.m)) << 0,
);
try self.writer.writeByte(
@as(u8, @intFromBool(fields.w)) << 7 |
@as(u8, ~fields.v.enc()) << 3 |
@as(u8, @intFromBool(fields.l)) << 2 |
@as(u8, @intFromEnum(fields.p)) << 0,
);
} else {
try self.writer.writeByte(0b1100_0101);
try self.writer.writeByte(
@as(u8, ~@intFromBool(fields.r)) << 7 |
@as(u8, ~fields.v.enc()) << 3 |
@as(u8, @intFromBool(fields.l)) << 2 |
@as(u8, @intFromEnum(fields.p)) << 0,
);
}
}
// ------
// Opcode
// ------
/// Encodes a 1 byte opcode
pub fn opcode_1byte(self: Self, opcode: u8) !void {
try self.writer.writeByte(opcode);
}
/// Encodes a 2 byte opcode
///
/// e.g. IMUL has the opcode 0x0f 0xaf, so you use
///
/// encoder.opcode_2byte(0x0f, 0xaf);
pub fn opcode_2byte(self: Self, prefix: u8, opcode: u8) !void {
try self.writer.writeAll(&.{ prefix, opcode });
}
/// Encodes a 3 byte opcode
///
/// e.g. MOVSD has the opcode 0xf2 0x0f 0x10
///
/// encoder.opcode_3byte(0xf2, 0x0f, 0x10);
pub fn opcode_3byte(self: Self, prefix_1: u8, prefix_2: u8, opcode: u8) !void {
try self.writer.writeAll(&.{ prefix_1, prefix_2, opcode });
}
/// Encodes a 1 byte opcode with a reg field
///
/// Remember to add a REX prefix byte if reg is extended!
pub fn opcode_withReg(self: Self, opcode: u8, reg: u3) !void {
assert(opcode & 0b111 == 0);
try self.writer.writeByte(opcode | reg);
}
// ------
// ModR/M
// ------
/// Construct a ModR/M byte given all the fields
///
/// Remember to add a REX prefix byte if reg or rm are extended!
pub fn modRm(self: Self, mod: u2, reg_or_opx: u3, rm: u3) !void {
try self.writer.writeByte(@as(u8, mod) << 6 | @as(u8, reg_or_opx) << 3 | rm);
}
/// Construct a ModR/M byte using direct r/m addressing
/// r/m effective address: r/m
///
/// Note reg's effective address is always just reg for the ModR/M byte.
/// Remember to add a REX prefix byte if reg or rm are extended!
pub fn modRm_direct(self: Self, reg_or_opx: u3, rm: u3) !void {
try self.modRm(0b11, reg_or_opx, rm);
}
/// Construct a ModR/M byte using indirect r/m addressing
/// r/m effective address: [r/m]
///
/// Note reg's effective address is always just reg for the ModR/M byte.
/// Remember to add a REX prefix byte if reg or rm are extended!
pub fn modRm_indirectDisp0(self: Self, reg_or_opx: u3, rm: u3) !void {
assert(rm != 4 and rm != 5);
try self.modRm(0b00, reg_or_opx, rm);
}
/// Construct a ModR/M byte using indirect SIB addressing
/// r/m effective address: [SIB]
///
/// Note reg's effective address is always just reg for the ModR/M byte.
/// Remember to add a REX prefix byte if reg or rm are extended!
pub fn modRm_SIBDisp0(self: Self, reg_or_opx: u3) !void {
try self.modRm(0b00, reg_or_opx, 0b100);
}
/// Construct a ModR/M byte using RIP-relative addressing
/// r/m effective address: [RIP + disp32]
///
/// Note reg's effective address is always just reg for the ModR/M byte.
/// Remember to add a REX prefix byte if reg or rm are extended!
pub fn modRm_RIPDisp32(self: Self, reg_or_opx: u3) !void {
try self.modRm(0b00, reg_or_opx, 0b101);
}
/// Construct a ModR/M byte using indirect r/m with a 8bit displacement
/// r/m effective address: [r/m + disp8]
///
/// Note reg's effective address is always just reg for the ModR/M byte.
/// Remember to add a REX prefix byte if reg or rm are extended!
pub fn modRm_indirectDisp8(self: Self, reg_or_opx: u3, rm: u3) !void {
assert(rm != 4);
try self.modRm(0b01, reg_or_opx, rm);
}
/// Construct a ModR/M byte using indirect SIB with a 8bit displacement
/// r/m effective address: [SIB + disp8]
///
/// Note reg's effective address is always just reg for the ModR/M byte.
/// Remember to add a REX prefix byte if reg or rm are extended!
pub fn modRm_SIBDisp8(self: Self, reg_or_opx: u3) !void {
try self.modRm(0b01, reg_or_opx, 0b100);
}
/// Construct a ModR/M byte using indirect r/m with a 32bit displacement
/// r/m effective address: [r/m + disp32]
///
/// Note reg's effective address is always just reg for the ModR/M byte.
/// Remember to add a REX prefix byte if reg or rm are extended!
pub fn modRm_indirectDisp32(self: Self, reg_or_opx: u3, rm: u3) !void {
assert(rm != 4);
try self.modRm(0b10, reg_or_opx, rm);
}
/// Construct a ModR/M byte using indirect SIB with a 32bit displacement
/// r/m effective address: [SIB + disp32]
///
/// Note reg's effective address is always just reg for the ModR/M byte.
/// Remember to add a REX prefix byte if reg or rm are extended!
pub fn modRm_SIBDisp32(self: Self, reg_or_opx: u3) !void {
try self.modRm(0b10, reg_or_opx, 0b100);
}
// ---
// SIB
// ---
/// Construct a SIB byte given all the fields
///
/// Remember to add a REX prefix byte if index or base are extended!
pub fn sib(self: Self, scale: u2, index: u3, base: u3) !void {
try self.writer.writeByte(@as(u8, scale) << 6 | @as(u8, index) << 3 | base);
}
/// Construct a SIB byte with scale * index + base, no frills.
/// r/m effective address: [base + scale * index]
///
/// Remember to add a REX prefix byte if index or base are extended!
pub fn sib_scaleIndexBase(self: Self, scale: u2, index: u3, base: u3) !void {
assert(base != 5);
try self.sib(scale, index, base);
}
/// Construct a SIB byte with scale * index + disp32
/// r/m effective address: [scale * index + disp32]
///
/// Remember to add a REX prefix byte if index or base are extended!
pub fn sib_scaleIndexDisp32(self: Self, scale: u2, index: u3) !void {
// scale is actually ignored
// index = 4 means no index if and only if we haven't extended the register
// TODO enforce this
// base = 5 means no base, if mod == 0.
try self.sib(scale, index, 5);
}
/// Construct a SIB byte with just base
/// r/m effective address: [base]
///
/// Remember to add a REX prefix byte if index or base are extended!
pub fn sib_base(self: Self, base: u3) !void {
assert(base != 5);
// scale is actually ignored
// index = 4 means no index
try self.sib(0, 4, base);
}
/// Construct a SIB byte with just disp32
/// r/m effective address: [disp32]
///
/// Remember to add a REX prefix byte if index or base are extended!
pub fn sib_disp32(self: Self) !void {
// scale is actually ignored
// index = 4 means no index
// base = 5 means no base, if mod == 0.
try self.sib(0, 4, 5);
}
/// Construct a SIB byte with scale * index + base + disp8
/// r/m effective address: [base + scale * index + disp8]
///
/// Remember to add a REX prefix byte if index or base are extended!
pub fn sib_scaleIndexBaseDisp8(self: Self, scale: u2, index: u3, base: u3) !void {
try self.sib(scale, index, base);
}
/// Construct a SIB byte with base + disp8, no index
/// r/m effective address: [base + disp8]
///
/// Remember to add a REX prefix byte if index or base are extended!
pub fn sib_baseDisp8(self: Self, base: u3) !void {
// scale is ignored
// index = 4 means no index
try self.sib(0, 4, base);
}
/// Construct a SIB byte with scale * index + base + disp32
/// r/m effective address: [base + scale * index + disp32]
///
/// Remember to add a REX prefix byte if index or base are extended!
pub fn sib_scaleIndexBaseDisp32(self: Self, scale: u2, index: u3, base: u3) !void {
try self.sib(scale, index, base);
}
/// Construct a SIB byte with base + disp32, no index
/// r/m effective address: [base + disp32]
///
/// Remember to add a REX prefix byte if index or base are extended!
pub fn sib_baseDisp32(self: Self, base: u3) !void {
// scale is ignored
// index = 4 means no index
try self.sib(0, 4, base);
}
// -------------------------
// Trivial (no bit fiddling)
// -------------------------
/// Encode an 8 bit displacement
///
/// It is sign-extended to 64 bits by the cpu.
pub fn disp8(self: Self, disp: i8) !void {
try self.writer.writeByte(@as(u8, @bitCast(disp)));
}
/// Encode an 32 bit displacement
///
/// It is sign-extended to 64 bits by the cpu.
pub fn disp32(self: Self, disp: i32) !void {
try self.writer.writeInt(i32, disp, .little);
}
/// Encode an 8 bit immediate
///
/// It is sign-extended to 64 bits by the cpu.
pub fn imm8(self: Self, imm: u8) !void {
try self.writer.writeByte(imm);
}
/// Encode an 16 bit immediate
///
/// It is sign-extended to 64 bits by the cpu.
pub fn imm16(self: Self, imm: u16) !void {
try self.writer.writeInt(u16, imm, .little);
}
/// Encode an 32 bit immediate
///
/// It is sign-extended to 64 bits by the cpu.
pub fn imm32(self: Self, imm: u32) !void {
try self.writer.writeInt(u32, imm, .little);
}
/// Encode an 64 bit immediate
///
/// It is sign-extended to 64 bits by the cpu.
pub fn imm64(self: Self, imm: u64) !void {
try self.writer.writeInt(u64, imm, .little);
}
};
}
pub const Rex = struct {
w: bool = false,
r: bool = false,
x: bool = false,
b: bool = false,
present: bool = false,
pub fn isSet(rex: Rex) bool {
return rex.w or rex.r or rex.x or rex.b;
}
};
pub const Vex = struct {
w: bool = false,
r: bool = false,
x: bool = false,
b: bool = false,
l: bool = false,
p: enum(u2) {
none = 0b00,
@"66" = 0b01,
f3 = 0b10,
f2 = 0b11,
} = .none,
m: enum(u5) {
@"0f" = 0b0_0001,
@"0f38" = 0b0_0010,
@"0f3a" = 0b0_0011,
_,
} = .@"0f",
v: Register = .ymm0,
pub fn is3Byte(vex: Vex) bool {
return vex.w or vex.x or vex.b or vex.m != .@"0f";
}
};
|
0 | repos/zig-dis-x86_64 | repos/zig-dis-x86_64/src/Encoding.zig | const Encoding = @This();
const std = @import("std");
const assert = std.debug.assert;
const math = std.math;
const bits = @import("bits.zig");
const encoder = @import("encoder.zig");
const Instruction = encoder.Instruction;
const Operand = Instruction.Operand;
const Prefix = Instruction.Prefix;
const Register = bits.Register;
const Rex = encoder.Rex;
const LegacyPrefixes = encoder.LegacyPrefixes;
mnemonic: Mnemonic,
data: Data,
const Data = struct {
op_en: OpEn,
ops: [4]Op,
opc_len: u3,
opc: [7]u8,
modrm_ext: u3,
mode: Mode,
feature: Feature,
};
pub fn findByMnemonic(
prefix: Instruction.Prefix,
mnemonic: Mnemonic,
ops: []const Instruction.Operand,
) !?Encoding {
var input_ops = [1]Op{.none} ** 4;
for (input_ops[0..ops.len], ops) |*input_op, op| input_op.* = Op.fromOperand(op);
const rex_required = for (ops) |op| switch (op) {
.reg => |r| switch (r) {
.spl, .bpl, .sil, .dil => break true,
else => {},
},
else => {},
} else false;
const rex_invalid = for (ops) |op| switch (op) {
.reg => |r| switch (r) {
.ah, .bh, .ch, .dh => break true,
else => {},
},
else => {},
} else false;
const rex_extended = for (ops) |op| {
if (op.isBaseExtended() or op.isIndexExtended()) break true;
} else false;
if ((rex_required or rex_extended) and rex_invalid) return error.CannotEncode;
var shortest_enc: ?Encoding = null;
var shortest_len: ?usize = null;
next: for (mnemonic_to_encodings_map[@intFromEnum(mnemonic)]) |data| {
switch (data.mode) {
.none, .short => if (rex_required) continue,
.rex, .rex_short => if (!rex_required) continue,
else => {},
}
for (input_ops, data.ops) |input_op, data_op|
if (!input_op.isSubset(data_op)) continue :next;
const enc = Encoding{ .mnemonic = mnemonic, .data = data };
if (shortest_enc) |previous_shortest_enc| {
const len = estimateInstructionLength(prefix, enc, ops);
const previous_shortest_len = shortest_len orelse
estimateInstructionLength(prefix, previous_shortest_enc, ops);
if (len < previous_shortest_len) {
shortest_enc = enc;
shortest_len = len;
} else shortest_len = previous_shortest_len;
} else shortest_enc = enc;
}
return shortest_enc;
}
/// Returns first matching encoding by opcode.
pub fn findByOpcode(opc: []const u8, prefixes: struct {
legacy: LegacyPrefixes,
rex: Rex,
}, modrm_ext: ?u3) ?Encoding {
for (mnemonic_to_encodings_map, 0..) |encs, mnemonic_int| for (encs) |data| {
const enc = Encoding{ .mnemonic = @as(Mnemonic, @enumFromInt(mnemonic_int)), .data = data };
if (modrm_ext) |ext| if (ext != data.modrm_ext) continue;
if (!std.mem.eql(u8, opc, enc.opcode())) continue;
if (prefixes.rex.w) {
if (!data.mode.isLong()) continue;
} else if (prefixes.rex.present and !prefixes.rex.isSet()) {
if (!data.mode.isRex()) continue;
} else if (prefixes.legacy.prefix_66) {
if (!data.mode.isShort()) continue;
} else {
if (data.mode.isShort()) continue;
}
return enc;
};
return null;
}
pub fn opcode(encoding: *const Encoding) []const u8 {
return encoding.data.opc[0..encoding.data.opc_len];
}
pub fn mandatoryPrefix(encoding: *const Encoding) ?u8 {
const prefix = encoding.data.opc[0];
return switch (prefix) {
0x66, 0xf2, 0xf3 => prefix,
else => null,
};
}
pub fn modRmExt(encoding: Encoding) u3 {
return switch (encoding.data.op_en) {
.m, .mi, .m1, .mc, .vmi => encoding.data.modrm_ext,
else => unreachable,
};
}
pub fn format(
encoding: Encoding,
comptime fmt: []const u8,
options: std.fmt.FormatOptions,
writer: anytype,
) !void {
_ = options;
_ = fmt;
var opc = encoding.opcode();
if (encoding.data.mode.isVex()) {
try writer.writeAll("VEX.");
try writer.writeAll(switch (encoding.data.mode) {
.vex_128_w0, .vex_128_w1, .vex_128_wig => "128",
.vex_256_w0, .vex_256_w1, .vex_256_wig => "256",
.vex_lig_w0, .vex_lig_w1, .vex_lig_wig => "LIG",
.vex_lz_w0, .vex_lz_w1, .vex_lz_wig => "LZ",
else => unreachable,
});
switch (opc[0]) {
else => {},
0x66, 0xf3, 0xf2 => {
try writer.print(".{X:0>2}", .{opc[0]});
opc = opc[1..];
},
}
try writer.print(".{}", .{std.fmt.fmtSliceHexUpper(opc[0 .. opc.len - 1])});
opc = opc[opc.len - 1 ..];
try writer.writeAll(".W");
try writer.writeAll(switch (encoding.data.mode) {
.vex_128_w0, .vex_256_w0, .vex_lig_w0, .vex_lz_w0 => "0",
.vex_128_w1, .vex_256_w1, .vex_lig_w1, .vex_lz_w1 => "1",
.vex_128_wig, .vex_256_wig, .vex_lig_wig, .vex_lz_wig => "IG",
else => unreachable,
});
try writer.writeByte(' ');
} else if (encoding.data.mode.isLong()) try writer.writeAll("REX.W + ");
for (opc) |byte| try writer.print("{x:0>2} ", .{byte});
switch (encoding.data.op_en) {
.np, .fd, .td, .i, .zi, .d => {},
.o, .oi => {
const tag = switch (encoding.data.ops[0]) {
.r8 => "rb",
.r16 => "rw",
.r32 => "rd",
.r64 => "rd",
else => unreachable,
};
try writer.print("+{s} ", .{tag});
},
.m, .mi, .m1, .mc, .vmi => try writer.print("/{d} ", .{encoding.modRmExt()}),
.mr, .rm, .rmi, .mri, .mrc, .rm0, .rvm, .rvmr, .rvmi, .mvr => try writer.writeAll("/r "),
}
switch (encoding.data.op_en) {
.i, .d, .zi, .oi, .mi, .rmi, .mri, .vmi, .rvmi => {
const op = switch (encoding.data.op_en) {
.i, .d => encoding.data.ops[0],
.zi, .oi, .mi => encoding.data.ops[1],
.rmi, .mri, .vmi => encoding.data.ops[2],
.rvmi => encoding.data.ops[3],
else => unreachable,
};
const tag = switch (op) {
.imm8, .imm8s => "ib",
.imm16, .imm16s => "iw",
.imm32, .imm32s => "id",
.imm64 => "io",
.rel8 => "cb",
.rel16 => "cw",
.rel32 => "cd",
else => unreachable,
};
try writer.print("{s} ", .{tag});
},
.rvmr => try writer.writeAll("/is4 "),
.np, .fd, .td, .o, .m, .m1, .mc, .mr, .rm, .mrc, .rm0, .rvm, .mvr => {},
}
try writer.print("{s} ", .{@tagName(encoding.mnemonic)});
for (encoding.data.ops) |op| switch (op) {
.none, .o16, .o32, .o64 => break,
else => try writer.print("{s} ", .{@tagName(op)}),
};
const op_en = switch (encoding.data.op_en) {
.zi => .i,
else => |op_en| op_en,
};
try writer.print("{s}", .{@tagName(op_en)});
}
pub const Mnemonic = enum {
// zig fmt: off
// General-purpose
adc, add, @"and",
bsf, bsr, bswap, bt, btc, btr, bts,
call, cbw, cdq, cdqe,
cmova, cmovae, cmovb, cmovbe, cmovc, cmove, cmovg, cmovge, cmovl, cmovle, cmovna,
cmovnae, cmovnb, cmovnbe, cmovnc, cmovne, cmovng, cmovnge, cmovnl, cmovnle, cmovno,
cmovnp, cmovns, cmovnz, cmovo, cmovp, cmovpe, cmovpo, cmovs, cmovz,
cmp,
cmps, cmpsb, cmpsd, cmpsq, cmpsw,
cmpxchg, cmpxchg8b, cmpxchg16b,
cqo, cwd, cwde,
div,
endbr64,
hlt,
idiv, imul, int3,
ja, jae, jb, jbe, jc, jrcxz, je, jg, jge, jl, jle, jna, jnae, jnb, jnbe,
jnc, jne, jng, jnge, jnl, jnle, jno, jnp, jns, jnz, jo, jp, jpe, jpo, js, jz,
jmp,
lea, leave, lfence,
lods, lodsb, lodsd, lodsq, lodsw,
lzcnt,
mfence, mov, movbe,
movs, movsb, movsd, movsq, movsw,
movsx, movsxd, movzx, mul,
neg, nop, not,
@"or",
pop, popcnt, push,
rcl, rcr, ret, rol, ror,
sal, sar, sbb,
scas, scasb, scasd, scasq, scasw,
shl, shld, shr, shrd, sub, syscall,
seta, setae, setb, setbe, setc, sete, setg, setge, setl, setle, setna, setnae,
setnb, setnbe, setnc, setne, setng, setnge, setnl, setnle, setno, setnp, setns,
setnz, seto, setp, setpe, setpo, sets, setz,
sfence,
stos, stosb, stosd, stosq, stosw,
@"test", tzcnt,
ud2,
xadd, xchg, xor,
// X87
fisttp, fld,
// MMX
movd, movq,
packssdw, packsswb, packuswb,
paddb, paddd, paddq, paddsb, paddsw, paddusb, paddusw, paddw,
pand, pandn, por, pxor,
pmulhw, pmullw,
psubb, psubd, psubq, psubsb, psubsw, psubusb, psubusw, psubw,
// SSE
addps, addss,
andps,
andnps,
cmpps, cmpss,
cvtpi2ps, cvtps2pi, cvtsi2ss, cvtss2si, cvttps2pi, cvttss2si,
divps, divss,
maxps, maxss,
minps, minss,
movaps, movhlps, movlhps,
movss, movups,
mulps, mulss,
orps,
pextrw, pinsrw,
pmaxsw, pmaxub, pminsw, pminub,
shufps,
sqrtps, sqrtss,
subps, subss,
ucomiss,
xorps,
// SSE2
addpd, addsd,
andpd,
andnpd,
cmppd, //cmpsd,
cvtdq2pd, cvtdq2ps, cvtpd2dq, cvtpd2pi, cvtpd2ps, cvtpi2pd,
cvtps2dq, cvtps2pd, cvtsd2si, cvtsd2ss, cvtsi2sd, cvtss2sd,
cvttpd2dq, cvttpd2pi, cvttps2dq, cvttsd2si,
divpd, divsd,
maxpd, maxsd,
minpd, minsd,
movapd,
movdqa, movdqu,
//movsd,
movupd,
mulpd, mulsd,
orpd,
pshufhw, pshuflw,
psrld, psrlq, psrlw,
punpckhbw, punpckhdq, punpckhqdq, punpckhwd,
punpcklbw, punpckldq, punpcklqdq, punpcklwd,
shufpd,
sqrtpd, sqrtsd,
subpd, subsd,
ucomisd,
xorpd,
// SSE3
movddup, movshdup, movsldup,
// SSE4.1
blendpd, blendps, blendvpd, blendvps,
extractps,
insertps,
packusdw,
pextrb, pextrd, pextrq,
pinsrb, pinsrd, pinsrq,
pmaxsb, pmaxsd, pmaxud, pmaxuw, pminsb, pminsd, pminud, pminuw,
pmulld,
roundpd, roundps, roundsd, roundss,
// AVX
vaddpd, vaddps, vaddsd, vaddss,
vandnpd, vandnps, vandpd, vandps,
vblendpd, vblendps, vblendvpd, vblendvps,
vbroadcastf128, vbroadcastsd, vbroadcastss,
vcmppd, vcmpps, vcmpsd, vcmpss,
vcvtdq2pd, vcvtdq2ps, vcvtpd2dq, vcvtpd2ps,
vcvtps2dq, vcvtps2pd, vcvtsd2si, vcvtsd2ss,
vcvtsi2sd, vcvtsi2ss, vcvtss2sd, vcvtss2si,
vcvttpd2dq, vcvttps2dq, vcvttsd2si, vcvttss2si,
vdivpd, vdivps, vdivsd, vdivss,
vextractf128, vextractps,
vinsertf128, vinsertps,
vmaxpd, vmaxps, vmaxsd, vmaxss,
vminpd, vminps, vminsd, vminss,
vmovapd, vmovaps,
vmovd,
vmovddup,
vmovdqa, vmovdqu,
vmovhlps, vmovlhps,
vmovq,
vmovsd,
vmovshdup, vmovsldup,
vmovss,
vmovupd, vmovups,
vmulpd, vmulps, vmulsd, vmulss,
vorpd, vorps,
vpackssdw, vpacksswb, vpackusdw, vpackuswb,
vpaddb, vpaddd, vpaddq, vpaddsb, vpaddsw, vpaddusb, vpaddusw, vpaddw,
vpand, vpandn,
vpextrb, vpextrd, vpextrq, vpextrw,
vpinsrb, vpinsrd, vpinsrq, vpinsrw,
vpmaxsb, vpmaxsd, vpmaxsw, vpmaxub, vpmaxud, vpmaxuw,
vpminsb, vpminsd, vpminsw, vpminub, vpminud, vpminuw,
vpmulhw, vpmulld, vpmullw,
vpor,
vpshufhw, vpshuflw,
vpsrld, vpsrlq, vpsrlw,
vpsubb, vpsubd, vpsubq, vpsubsb, vpsubsw, vpsubusb, vpsubusw, vpsubw,
vpunpckhbw, vpunpckhdq, vpunpckhqdq, vpunpckhwd,
vpunpcklbw, vpunpckldq, vpunpcklqdq, vpunpcklwd,
vpxor,
vroundpd, vroundps, vroundsd, vroundss,
vshufpd, vshufps,
vsqrtpd, vsqrtps, vsqrtsd, vsqrtss,
vsubpd, vsubps, vsubsd, vsubss,
vxorpd, vxorps,
// F16C
vcvtph2ps, vcvtps2ph,
// FMA
vfmadd132pd, vfmadd213pd, vfmadd231pd,
vfmadd132ps, vfmadd213ps, vfmadd231ps,
vfmadd132sd, vfmadd213sd, vfmadd231sd,
vfmadd132ss, vfmadd213ss, vfmadd231ss,
// zig fmt: on
};
pub const OpEn = enum {
// zig fmt: off
np,
o, oi,
i, zi,
d, m,
fd, td,
m1, mc, mi, mr, rm,
rmi, mri, mrc,
rm0, vmi, rvm, rvmr, rvmi, mvr,
// zig fmt: on
};
pub const Op = enum {
// zig fmt: off
none,
o16, o32, o64,
unity,
imm8, imm16, imm32, imm64,
imm8s, imm16s, imm32s,
al, ax, eax, rax,
cl,
r8, r16, r32, r64,
rm8, rm16, rm32, rm64,
r32_m8, r32_m16, r64_m16,
m8, m16, m32, m64, m80, m128, m256,
rel8, rel16, rel32,
m,
moffs,
sreg,
st, mm, mm_m64,
xmm0, xmm, xmm_m32, xmm_m64, xmm_m128,
ymm, ymm_m256,
// zig fmt: on
pub fn fromOperand(operand: Instruction.Operand) Op {
return switch (operand) {
.none => .none,
.reg => |reg| switch (reg.class()) {
.general_purpose => if (reg.to64() == .rax)
switch (reg) {
.al => .al,
.ax => .ax,
.eax => .eax,
.rax => .rax,
else => unreachable,
}
else if (reg == .cl)
.cl
else switch (reg.bitSize()) {
8 => .r8,
16 => .r16,
32 => .r32,
64 => .r64,
else => unreachable,
},
.segment => .sreg,
.x87 => .st,
.mmx => .mm,
.sse => if (reg == .xmm0)
.xmm0
else switch (reg.bitSize()) {
128 => .xmm,
256 => .ymm,
else => unreachable,
},
},
.mem => |mem| switch (mem) {
.moffs => .moffs,
.sib, .rip => switch (mem.bitSize()) {
8 => .m8,
16 => .m16,
32 => .m32,
64 => .m64,
80 => .m80,
128 => .m128,
256 => .m256,
else => unreachable,
},
},
.imm => |imm| switch (imm) {
.signed => |x| if (x == 1)
.unity
else if (math.cast(i8, x)) |_|
.imm8s
else if (math.cast(i16, x)) |_|
.imm16s
else
.imm32s,
.unsigned => |x| if (x == 1)
.unity
else if (math.cast(i8, x)) |_|
.imm8s
else if (math.cast(u8, x)) |_|
.imm8
else if (math.cast(i16, x)) |_|
.imm16s
else if (math.cast(u16, x)) |_|
.imm16
else if (math.cast(i32, x)) |_|
.imm32s
else if (math.cast(u32, x)) |_|
.imm32
else
.imm64,
},
};
}
pub fn immBitSize(op: Op) u64 {
return switch (op) {
.none, .o16, .o32, .o64, .moffs, .m, .sreg => unreachable,
.al, .cl, .r8, .rm8, .r32_m8 => unreachable,
.ax, .r16, .rm16 => unreachable,
.eax, .r32, .rm32, .r32_m16 => unreachable,
.rax, .r64, .rm64, .r64_m16 => unreachable,
.st, .mm, .mm_m64 => unreachable,
.xmm0, .xmm, .xmm_m32, .xmm_m64, .xmm_m128 => unreachable,
.ymm, .ymm_m256 => unreachable,
.m8, .m16, .m32, .m64, .m80, .m128, .m256 => unreachable,
.unity => 1,
.imm8, .imm8s, .rel8 => 8,
.imm16, .imm16s, .rel16 => 16,
.imm32, .imm32s, .rel32 => 32,
.imm64 => 64,
};
}
pub fn regBitSize(op: Op) u64 {
return switch (op) {
.none, .o16, .o32, .o64, .moffs, .m, .sreg => unreachable,
.unity, .imm8, .imm8s, .imm16, .imm16s, .imm32, .imm32s, .imm64 => unreachable,
.rel8, .rel16, .rel32 => unreachable,
.m8, .m16, .m32, .m64, .m80, .m128, .m256 => unreachable,
.al, .cl, .r8, .rm8 => 8,
.ax, .r16, .rm16 => 16,
.eax, .r32, .rm32, .r32_m8, .r32_m16 => 32,
.rax, .r64, .rm64, .r64_m16, .mm, .mm_m64 => 64,
.st => 80,
.xmm0, .xmm, .xmm_m32, .xmm_m64, .xmm_m128 => 128,
.ymm, .ymm_m256 => 256,
};
}
pub fn memBitSize(op: Op) u64 {
return switch (op) {
.none, .o16, .o32, .o64, .moffs, .m, .sreg => unreachable,
.unity, .imm8, .imm8s, .imm16, .imm16s, .imm32, .imm32s, .imm64 => unreachable,
.rel8, .rel16, .rel32 => unreachable,
.al, .cl, .r8, .ax, .r16, .eax, .r32, .rax, .r64 => unreachable,
.st, .mm, .xmm0, .xmm, .ymm => unreachable,
.m8, .rm8, .r32_m8 => 8,
.m16, .rm16, .r32_m16, .r64_m16 => 16,
.m32, .rm32, .xmm_m32 => 32,
.m64, .rm64, .mm_m64, .xmm_m64 => 64,
.m80 => 80,
.m128, .xmm_m128 => 128,
.m256, .ymm_m256 => 256,
};
}
pub fn isSigned(op: Op) bool {
return switch (op) {
.unity, .imm8, .imm16, .imm32, .imm64 => false,
.imm8s, .imm16s, .imm32s => true,
else => unreachable,
};
}
pub fn isUnsigned(op: Op) bool {
return !op.isSigned();
}
pub fn isRegister(op: Op) bool {
// zig fmt: off
return switch (op) {
.cl,
.al, .ax, .eax, .rax,
.r8, .r16, .r32, .r64,
.rm8, .rm16, .rm32, .rm64,
.r32_m8, .r32_m16, .r64_m16,
.st, .mm, .mm_m64,
.xmm0, .xmm, .xmm_m32, .xmm_m64, .xmm_m128,
.ymm, .ymm_m256,
=> true,
else => false,
};
// zig fmt: on
}
pub fn isImmediate(op: Op) bool {
// zig fmt: off
return switch (op) {
.imm8, .imm16, .imm32, .imm64,
.imm8s, .imm16s, .imm32s,
.rel8, .rel16, .rel32,
.unity,
=> true,
else => false,
};
// zig fmt: on
}
pub fn isMemory(op: Op) bool {
// zig fmt: off
return switch (op) {
.rm8, .rm16, .rm32, .rm64,
.r32_m8, .r32_m16, .r64_m16,
.m8, .m16, .m32, .m64, .m80, .m128, .m256,
.m,
.mm_m64,
.xmm_m32, .xmm_m64, .xmm_m128,
.ymm_m256,
=> true,
else => false,
};
// zig fmt: on
}
pub fn isSegmentRegister(op: Op) bool {
return switch (op) {
.moffs, .sreg => true,
else => false,
};
}
pub fn class(op: Op) bits.Register.Class {
return switch (op) {
else => unreachable,
.al, .ax, .eax, .rax, .cl => .general_purpose,
.r8, .r16, .r32, .r64 => .general_purpose,
.rm8, .rm16, .rm32, .rm64 => .general_purpose,
.r32_m8, .r32_m16, .r64_m16 => .general_purpose,
.sreg => .segment,
.st => .x87,
.mm, .mm_m64 => .mmx,
.xmm0, .xmm, .xmm_m32, .xmm_m64, .xmm_m128 => .sse,
.ymm, .ymm_m256 => .sse,
};
}
/// Given an operand `op` checks if `target` is a subset for the purposes of the encoding.
pub fn isSubset(op: Op, target: Op) bool {
switch (op) {
.m, .o16, .o32, .o64 => unreachable,
.moffs, .sreg => return op == target,
.none => switch (target) {
.o16, .o32, .o64, .none => return true,
else => return false,
},
else => {
if (op.isRegister() and target.isRegister()) {
return switch (target) {
.cl, .al, .ax, .eax, .rax, .xmm0 => op == target,
else => op.class() == target.class() and op.regBitSize() == target.regBitSize(),
};
}
if (op.isMemory() and target.isMemory()) {
switch (target) {
.m => return true,
else => return op.memBitSize() == target.memBitSize(),
}
}
if (op.isImmediate() and target.isImmediate()) {
switch (target) {
.imm64 => if (op.immBitSize() <= 64) return true,
.imm32s, .rel32 => if (op.immBitSize() < 32 or (op.immBitSize() == 32 and op.isSigned()))
return true,
.imm32 => if (op.immBitSize() <= 32) return true,
.imm16s, .rel16 => if (op.immBitSize() < 16 or (op.immBitSize() == 16 and op.isSigned()))
return true,
.imm16 => if (op.immBitSize() <= 16) return true,
.imm8s, .rel8 => if (op.immBitSize() < 8 or (op.immBitSize() == 8 and op.isSigned()))
return true,
.imm8 => if (op.immBitSize() <= 8) return true,
else => {},
}
return op == target;
}
return false;
},
}
}
};
pub const Mode = enum {
// zig fmt: off
none,
short, long,
rex, rex_short,
vex_128_w0, vex_128_w1, vex_128_wig,
vex_256_w0, vex_256_w1, vex_256_wig,
vex_lig_w0, vex_lig_w1, vex_lig_wig,
vex_lz_w0, vex_lz_w1, vex_lz_wig,
// zig fmt: on
pub fn isShort(mode: Mode) bool {
return switch (mode) {
.short, .rex_short => true,
else => false,
};
}
pub fn isLong(mode: Mode) bool {
return switch (mode) {
.long,
.vex_128_w1,
.vex_256_w1,
.vex_lig_w1,
.vex_lz_w1,
=> true,
else => false,
};
}
pub fn isRex(mode: Mode) bool {
return switch (mode) {
else => false,
.rex, .rex_short => true,
};
}
pub fn isVex(mode: Mode) bool {
return switch (mode) {
// zig fmt: off
else => false,
.vex_128_w0, .vex_128_w1, .vex_128_wig,
.vex_256_w0, .vex_256_w1, .vex_256_wig,
.vex_lig_w0, .vex_lig_w1, .vex_lig_wig,
.vex_lz_w0, .vex_lz_w1, .vex_lz_wig,
=> true,
// zig fmt: on
};
}
pub fn isVecLong(mode: Mode) bool {
return switch (mode) {
// zig fmt: off
else => unreachable,
.vex_128_w0, .vex_128_w1, .vex_128_wig,
.vex_lig_w0, .vex_lig_w1, .vex_lig_wig,
.vex_lz_w0, .vex_lz_w1, .vex_lz_wig,
=> false,
.vex_256_w0, .vex_256_w1, .vex_256_wig,
=> true,
// zig fmt: on
};
}
};
pub const Feature = enum {
none,
avx,
avx2,
bmi,
f16c,
fma,
lzcnt,
movbe,
popcnt,
sse,
sse2,
sse3,
sse4_1,
x87,
};
fn estimateInstructionLength(prefix: Prefix, encoding: Encoding, ops: []const Operand) usize {
var inst = Instruction{
.prefix = prefix,
.encoding = encoding,
.ops = [1]Operand{.none} ** 4,
};
@memcpy(inst.ops[0..ops.len], ops);
var cwriter = std.io.countingWriter(std.io.null_writer);
inst.encode(cwriter.writer(), .{ .allow_frame_loc = true }) catch unreachable; // Not allowed to fail here unless OOM.
return @as(usize, @intCast(cwriter.bytes_written));
}
const mnemonic_to_encodings_map = init: {
@setEvalBranchQuota(5_000);
const mnemonic_count = @typeInfo(Mnemonic).Enum.fields.len;
var mnemonic_map: [mnemonic_count][]Data = .{&.{}} ** mnemonic_count;
const encodings = @import("encodings.zig");
for (encodings.table) |entry| mnemonic_map[@intFromEnum(entry[0])].len += 1;
var data_storage: [encodings.table.len]Data = undefined;
var storage_i: usize = 0;
for (&mnemonic_map) |*value| {
value.ptr = data_storage[storage_i..].ptr;
storage_i += value.len;
}
var mnemonic_i: [mnemonic_count]usize = .{0} ** mnemonic_count;
const ops_len = @typeInfo(std.meta.FieldType(Data, .ops)).Array.len;
const opc_len = @typeInfo(std.meta.FieldType(Data, .opc)).Array.len;
for (encodings.table) |entry| {
const i = &mnemonic_i[@intFromEnum(entry[0])];
mnemonic_map[@intFromEnum(entry[0])][i.*] = .{
.op_en = entry[1],
.ops = (entry[2] ++ .{.none} ** (ops_len - entry[2].len)).*,
.opc_len = entry[3].len,
.opc = (entry[3] ++ .{undefined} ** (opc_len - entry[3].len)).*,
.modrm_ext = entry[4],
.mode = entry[5],
.feature = entry[6],
};
i.* += 1;
}
const final_storage = data_storage;
var final_map: [mnemonic_count][]const Data = .{&.{}} ** mnemonic_count;
storage_i = 0;
for (&final_map, mnemonic_map) |*value, wip_value| {
value.ptr = final_storage[storage_i..].ptr;
value.len = wip_value.len;
storage_i += value.len;
}
break :init final_map;
};
|
0 | repos/zig-dis-x86_64 | repos/zig-dis-x86_64/src/Disassembler.zig | const Disassembler = @This();
const std = @import("std");
const assert = std.debug.assert;
const math = std.math;
const bits = @import("bits.zig");
const encoder = @import("encoder.zig");
const Encoding = @import("Encoding.zig");
const Immediate = bits.Immediate;
const Instruction = encoder.Instruction;
const LegacyPrefixes = encoder.LegacyPrefixes;
const Memory = bits.Memory;
const Register = bits.Register;
const Rex = encoder.Rex;
pub const Error = error{
EndOfStream,
LegacyPrefixAfterRex,
UnknownOpcode,
Todo,
};
code: []const u8,
pos: usize = 0,
pub fn init(code: []const u8) Disassembler {
return .{ .code = code };
}
pub fn next(dis: *Disassembler) Error!?Instruction {
const prefixes = dis.parsePrefixes() catch |err| switch (err) {
error.EndOfStream => return null,
else => |e| return e,
};
const enc = try dis.parseEncoding(prefixes) orelse return error.UnknownOpcode;
switch (enc.data.op_en) {
.np => return inst(enc, .{}),
.d, .i => {
const imm = try dis.parseImm(enc.data.ops[0]);
return inst(enc, .{
.op1 = .{ .imm = imm },
});
},
.zi => {
const imm = try dis.parseImm(enc.data.ops[1]);
return inst(enc, .{
.op1 = .{ .reg = Register.rax.toBitSize(enc.data.ops[0].regBitSize()) },
.op2 = .{ .imm = imm },
});
},
.o, .oi => {
const reg_low_enc = @as(u3, @truncate(dis.code[dis.pos - 1]));
const op2: Instruction.Operand = if (enc.data.op_en == .oi) .{
.imm = try dis.parseImm(enc.data.ops[1]),
} else .none;
return inst(enc, .{
.op1 = .{ .reg = parseGpRegister(reg_low_enc, prefixes.rex.b, prefixes.rex, enc.data.ops[0].regBitSize()) },
.op2 = op2,
});
},
.m, .mi, .m1, .mc => {
const modrm = try dis.parseModRmByte();
const act_enc = Encoding.findByOpcode(enc.opcode(), .{
.legacy = prefixes.legacy,
.rex = prefixes.rex,
}, modrm.op1) orelse return error.UnknownOpcode;
const sib = if (modrm.sib()) try dis.parseSibByte() else null;
if (modrm.direct()) {
const op2: Instruction.Operand = switch (act_enc.data.op_en) {
.mi => .{ .imm = try dis.parseImm(act_enc.data.ops[1]) },
.m1 => .{ .imm = Immediate.u(1) },
.mc => .{ .reg = .cl },
.m => .none,
else => unreachable,
};
return inst(act_enc, .{
.op1 = .{ .reg = parseGpRegister(modrm.op2, prefixes.rex.b, prefixes.rex, act_enc.data.ops[0].regBitSize()) },
.op2 = op2,
});
}
const disp = try dis.parseDisplacement(modrm, sib);
const op2: Instruction.Operand = switch (act_enc.data.op_en) {
.mi => .{ .imm = try dis.parseImm(act_enc.data.ops[1]) },
.m1 => .{ .imm = Immediate.u(1) },
.mc => .{ .reg = .cl },
.m => .none,
else => unreachable,
};
if (modrm.rip()) {
return inst(act_enc, .{
.op1 = .{ .mem = Memory.rip(Memory.PtrSize.fromBitSize(act_enc.data.ops[0].memBitSize()), disp) },
.op2 = op2,
});
}
const scale_index = if (sib) |info| info.scaleIndex(prefixes.rex) else null;
const base = if (sib) |info|
info.baseReg(modrm, prefixes)
else
parseGpRegister(modrm.op2, prefixes.rex.b, prefixes.rex, 64);
return inst(act_enc, .{
.op1 = .{ .mem = Memory.sib(Memory.PtrSize.fromBitSize(act_enc.data.ops[0].memBitSize()), .{
.base = if (base) |base_reg| .{ .reg = base_reg } else .none,
.scale_index = scale_index,
.disp = disp,
}) },
.op2 = op2,
});
},
.fd => {
const seg = segmentRegister(prefixes.legacy);
const offset = try dis.parseOffset();
return inst(enc, .{
.op1 = .{ .reg = Register.rax.toBitSize(enc.data.ops[0].regBitSize()) },
.op2 = .{ .mem = Memory.moffs(seg, offset) },
});
},
.td => {
const seg = segmentRegister(prefixes.legacy);
const offset = try dis.parseOffset();
return inst(enc, .{
.op1 = .{ .mem = Memory.moffs(seg, offset) },
.op2 = .{ .reg = Register.rax.toBitSize(enc.data.ops[1].regBitSize()) },
});
},
.mr, .mri, .mrc => {
const modrm = try dis.parseModRmByte();
const sib = if (modrm.sib()) try dis.parseSibByte() else null;
const src_bit_size = enc.data.ops[1].regBitSize();
if (modrm.direct()) {
return inst(enc, .{
.op1 = .{ .reg = parseGpRegister(modrm.op2, prefixes.rex.b, prefixes.rex, enc.data.ops[0].regBitSize()) },
.op2 = .{ .reg = parseGpRegister(modrm.op1, prefixes.rex.x, prefixes.rex, src_bit_size) },
});
}
const dst_bit_size = enc.data.ops[0].memBitSize();
const disp = try dis.parseDisplacement(modrm, sib);
const op3: Instruction.Operand = switch (enc.data.op_en) {
.mri => .{ .imm = try dis.parseImm(enc.data.ops[2]) },
.mrc => .{ .reg = .cl },
.mr => .none,
else => unreachable,
};
if (modrm.rip()) {
return inst(enc, .{
.op1 = .{ .mem = Memory.rip(Memory.PtrSize.fromBitSize(dst_bit_size), disp) },
.op2 = .{ .reg = parseGpRegister(modrm.op1, prefixes.rex.r, prefixes.rex, src_bit_size) },
.op3 = op3,
});
}
const scale_index = if (sib) |info| info.scaleIndex(prefixes.rex) else null;
const base = if (sib) |info|
info.baseReg(modrm, prefixes)
else
parseGpRegister(modrm.op2, prefixes.rex.b, prefixes.rex, 64);
return inst(enc, .{
.op1 = .{ .mem = Memory.sib(Memory.PtrSize.fromBitSize(dst_bit_size), .{
.base = if (base) |base_reg| .{ .reg = base_reg } else .none,
.scale_index = scale_index,
.disp = disp,
}) },
.op2 = .{ .reg = parseGpRegister(modrm.op1, prefixes.rex.r, prefixes.rex, src_bit_size) },
.op3 = op3,
});
},
.rm, .rmi => {
const modrm = try dis.parseModRmByte();
const sib = if (modrm.sib()) try dis.parseSibByte() else null;
const dst_bit_size = enc.data.ops[0].regBitSize();
if (modrm.direct()) {
const op3: Instruction.Operand = switch (enc.data.op_en) {
.rm => .none,
.rmi => .{ .imm = try dis.parseImm(enc.data.ops[2]) },
else => unreachable,
};
return inst(enc, .{
.op1 = .{ .reg = parseGpRegister(modrm.op1, prefixes.rex.x, prefixes.rex, dst_bit_size) },
.op2 = .{ .reg = parseGpRegister(modrm.op2, prefixes.rex.b, prefixes.rex, enc.data.ops[1].regBitSize()) },
.op3 = op3,
});
}
const src_bit_size = if (enc.data.ops[1] == .m) dst_bit_size else enc.data.ops[1].memBitSize();
const disp = try dis.parseDisplacement(modrm, sib);
const op3: Instruction.Operand = switch (enc.data.op_en) {
.rmi => .{ .imm = try dis.parseImm(enc.data.ops[2]) },
.rm => .none,
else => unreachable,
};
if (modrm.rip()) {
return inst(enc, .{
.op1 = .{ .reg = parseGpRegister(modrm.op1, prefixes.rex.r, prefixes.rex, dst_bit_size) },
.op2 = .{ .mem = Memory.rip(Memory.PtrSize.fromBitSize(src_bit_size), disp) },
.op3 = op3,
});
}
const scale_index = if (sib) |info| info.scaleIndex(prefixes.rex) else null;
const base = if (sib) |info|
info.baseReg(modrm, prefixes)
else
parseGpRegister(modrm.op2, prefixes.rex.b, prefixes.rex, 64);
return inst(enc, .{
.op1 = .{ .reg = parseGpRegister(modrm.op1, prefixes.rex.r, prefixes.rex, dst_bit_size) },
.op2 = .{ .mem = Memory.sib(Memory.PtrSize.fromBitSize(src_bit_size), .{
.base = if (base) |base_reg| .{ .reg = base_reg } else .none,
.scale_index = scale_index,
.disp = disp,
}) },
.op3 = op3,
});
},
.rm0, .vmi, .rvm, .rvmr, .rvmi, .mvr => unreachable, // TODO
}
}
fn inst(encoding: Encoding, args: struct {
prefix: Instruction.Prefix = .none,
op1: Instruction.Operand = .none,
op2: Instruction.Operand = .none,
op3: Instruction.Operand = .none,
op4: Instruction.Operand = .none,
}) Instruction {
const i = Instruction{ .encoding = encoding, .prefix = args.prefix, .ops = .{
args.op1,
args.op2,
args.op3,
args.op4,
} };
return i;
}
const Prefixes = struct {
legacy: LegacyPrefixes = .{},
rex: Rex = .{},
// TODO add support for VEX prefix
};
fn parsePrefixes(dis: *Disassembler) !Prefixes {
const rex_prefix_mask: u4 = 0b0100;
var stream = std.io.fixedBufferStream(dis.code[dis.pos..]);
const reader = stream.reader();
var res: Prefixes = .{};
while (true) {
const next_byte = try reader.readByte();
dis.pos += 1;
switch (next_byte) {
0xf0, 0xf2, 0xf3, 0x2e, 0x36, 0x26, 0x64, 0x65, 0x3e, 0x66, 0x67 => {
// Legacy prefix
if (res.rex.present) return error.LegacyPrefixAfterRex;
switch (next_byte) {
0xf0 => res.legacy.prefix_f0 = true,
0xf2 => res.legacy.prefix_f2 = true,
0xf3 => res.legacy.prefix_f3 = true,
0x2e => res.legacy.prefix_2e = true,
0x36 => res.legacy.prefix_36 = true,
0x26 => res.legacy.prefix_26 = true,
0x64 => res.legacy.prefix_64 = true,
0x65 => res.legacy.prefix_65 = true,
0x3e => res.legacy.prefix_3e = true,
0x66 => res.legacy.prefix_66 = true,
0x67 => res.legacy.prefix_67 = true,
else => unreachable,
}
},
else => {
if (rex_prefix_mask == @as(u4, @truncate(next_byte >> 4))) {
// REX prefix
res.rex.w = next_byte & 0b1000 != 0;
res.rex.r = next_byte & 0b100 != 0;
res.rex.x = next_byte & 0b10 != 0;
res.rex.b = next_byte & 0b1 != 0;
res.rex.present = true;
continue;
}
// TODO VEX prefix
dis.pos -= 1;
break;
},
}
}
return res;
}
fn parseEncoding(dis: *Disassembler, prefixes: Prefixes) !?Encoding {
const o_mask: u8 = 0b1111_1000;
var opcode: [3]u8 = .{ 0, 0, 0 };
var stream = std.io.fixedBufferStream(dis.code[dis.pos..]);
const reader = stream.reader();
comptime var opc_count = 0;
inline while (opc_count < 3) : (opc_count += 1) {
const byte = try reader.readByte();
opcode[opc_count] = byte;
dis.pos += 1;
if (byte == 0x0f) {
// Multi-byte opcode
} else if (opc_count > 0) {
// Multi-byte opcode
if (Encoding.findByOpcode(opcode[0 .. opc_count + 1], .{
.legacy = prefixes.legacy,
.rex = prefixes.rex,
}, null)) |mnemonic| {
return mnemonic;
}
} else {
// Single-byte opcode
if (Encoding.findByOpcode(opcode[0..1], .{
.legacy = prefixes.legacy,
.rex = prefixes.rex,
}, null)) |mnemonic| {
return mnemonic;
} else {
// Try O* encoding
return Encoding.findByOpcode(&.{opcode[0] & o_mask}, .{
.legacy = prefixes.legacy,
.rex = prefixes.rex,
}, null);
}
}
}
return null;
}
fn parseGpRegister(low_enc: u3, is_extended: bool, rex: Rex, bit_size: u64) Register {
const reg_id: u4 = @as(u4, @intCast(@intFromBool(is_extended))) << 3 | low_enc;
const reg = @as(Register, @enumFromInt(reg_id)).toBitSize(bit_size);
return switch (reg) {
.spl => if (rex.present or rex.isSet()) .spl else .ah,
.dil => if (rex.present or rex.isSet()) .dil else .bh,
.bpl => if (rex.present or rex.isSet()) .bpl else .ch,
.sil => if (rex.present or rex.isSet()) .sil else .dh,
else => reg,
};
}
fn parseImm(dis: *Disassembler, kind: Encoding.Op) !Immediate {
var stream = std.io.fixedBufferStream(dis.code[dis.pos..]);
var creader = std.io.countingReader(stream.reader());
const reader = creader.reader();
const imm = switch (kind) {
.imm8s, .rel8 => Immediate.s(try reader.readInt(i8, .little)),
.imm16s, .rel16 => Immediate.s(try reader.readInt(i16, .little)),
.imm32s, .rel32 => Immediate.s(try reader.readInt(i32, .little)),
.imm8 => Immediate.u(try reader.readInt(u8, .little)),
.imm16 => Immediate.u(try reader.readInt(u16, .little)),
.imm32 => Immediate.u(try reader.readInt(u32, .little)),
.imm64 => Immediate.u(try reader.readInt(u64, .little)),
else => unreachable,
};
dis.pos += creader.bytes_read;
return imm;
}
fn parseOffset(dis: *Disassembler) !u64 {
var stream = std.io.fixedBufferStream(dis.code[dis.pos..]);
const reader = stream.reader();
const offset = try reader.readInt(u64, .little);
dis.pos += 8;
return offset;
}
const ModRm = packed struct {
mod: u2,
op1: u3,
op2: u3,
inline fn direct(self: ModRm) bool {
return self.mod == 0b11;
}
inline fn rip(self: ModRm) bool {
return self.mod == 0 and self.op2 == 0b101;
}
inline fn sib(self: ModRm) bool {
return !self.direct() and self.op2 == 0b100;
}
};
fn parseModRmByte(dis: *Disassembler) !ModRm {
if (dis.code[dis.pos..].len == 0) return error.EndOfStream;
const modrm_byte = dis.code[dis.pos];
dis.pos += 1;
const mod: u2 = @as(u2, @truncate(modrm_byte >> 6));
const op1: u3 = @as(u3, @truncate(modrm_byte >> 3));
const op2: u3 = @as(u3, @truncate(modrm_byte));
return ModRm{ .mod = mod, .op1 = op1, .op2 = op2 };
}
fn segmentRegister(prefixes: LegacyPrefixes) Register {
if (prefixes.prefix_2e) return .cs;
if (prefixes.prefix_36) return .ss;
if (prefixes.prefix_26) return .es;
if (prefixes.prefix_64) return .fs;
if (prefixes.prefix_65) return .gs;
return .ds;
}
const Sib = packed struct {
scale: u2,
index: u3,
base: u3,
fn scaleIndex(self: Sib, rex: Rex) ?Memory.ScaleIndex {
if (self.index == 0b100 and !rex.x) return null;
return .{
.scale = @as(u4, 1) << self.scale,
.index = parseGpRegister(self.index, rex.x, rex, 64),
};
}
fn baseReg(self: Sib, modrm: ModRm, prefixes: Prefixes) ?Register {
if (self.base == 0b101 and modrm.mod == 0) {
if (self.scaleIndex(prefixes.rex)) |_| return null;
return segmentRegister(prefixes.legacy);
}
return parseGpRegister(self.base, prefixes.rex.b, prefixes.rex, 64);
}
};
fn parseSibByte(dis: *Disassembler) !Sib {
if (dis.code[dis.pos..].len == 0) return error.EndOfStream;
const sib_byte = dis.code[dis.pos];
dis.pos += 1;
const scale: u2 = @as(u2, @truncate(sib_byte >> 6));
const index: u3 = @as(u3, @truncate(sib_byte >> 3));
const base: u3 = @as(u3, @truncate(sib_byte));
return Sib{ .scale = scale, .index = index, .base = base };
}
fn parseDisplacement(dis: *Disassembler, modrm: ModRm, sib: ?Sib) !i32 {
var stream = std.io.fixedBufferStream(dis.code[dis.pos..]);
var creader = std.io.countingReader(stream.reader());
const reader = creader.reader();
const disp = disp: {
if (sib) |info| {
if (info.base == 0b101 and modrm.mod == 0) {
break :disp try reader.readInt(i32, .little);
}
}
if (modrm.rip()) {
break :disp try reader.readInt(i32, .little);
}
break :disp switch (modrm.mod) {
0b00 => 0,
0b01 => try reader.readInt(i8, .little),
0b10 => try reader.readInt(i32, .little),
0b11 => unreachable,
};
};
dis.pos += creader.bytes_read;
return disp;
}
|
0 | repos/zig-dis-x86_64/src | repos/zig-dis-x86_64/src/test/asm.zig | const std = @import("std");
const assert = std.debug.assert;
const testing = std.testing;
const bits = @import("../bits.zig");
const encoder = @import("../encoder.zig");
const Assembler = @import("../Assembler.zig");
const Immediate = bits.Immediate;
const Instruction = encoder.Instruction;
const Memory = bits.Memory;
const Mnemonic = Instruction.Mnemonic;
const Operand = Instruction.Operand;
const Register = bits.Register;
fn expectEqualHexStrings(expected: []const u8, given: []const u8, assembly: []const u8) !void {
assert(expected.len > 0);
if (std.mem.eql(u8, expected, given)) return;
const expected_fmt = try std.fmt.allocPrint(testing.allocator, "{x}", .{std.fmt.fmtSliceHexLower(expected)});
defer testing.allocator.free(expected_fmt);
const given_fmt = try std.fmt.allocPrint(testing.allocator, "{x}", .{std.fmt.fmtSliceHexLower(given)});
defer testing.allocator.free(given_fmt);
const idx = std.mem.indexOfDiff(u8, expected_fmt, given_fmt).?;
const padding = try testing.allocator.alloc(u8, idx + 5);
defer testing.allocator.free(padding);
@memset(padding, ' ');
std.debug.print("\nASM: {s}\nEXP: {s}\nGIV: {s}\n{s}^ -- first differing byte\n", .{
assembly,
expected_fmt,
given_fmt,
padding,
});
return error.TestFailed;
}
const TestEncode = struct {
buffer: [32]u8 = undefined,
index: usize = 0,
fn encode(
enc: *TestEncode,
mnemonic: Instruction.Mnemonic,
ops: []const Instruction.Operand,
) !void {
var stream = std.io.fixedBufferStream(&enc.buffer);
var count_writer = std.io.countingWriter(stream.writer());
const inst = try Instruction.new(.none, mnemonic, ops);
try inst.encode(count_writer.writer(), .{});
enc.index = count_writer.bytes_written;
}
fn code(enc: TestEncode) []const u8 {
return enc.buffer[0..enc.index];
}
};
test "encode" {
var buf = std.ArrayList(u8).init(testing.allocator);
defer buf.deinit();
const inst = try Instruction.new(.none, .mov, &.{
.{ .reg = .rbx },
.{ .imm = Immediate.u(4) },
});
try inst.encode(buf.writer(), .{});
try testing.expectEqualSlices(u8, &.{ 0x48, 0xc7, 0xc3, 0x4, 0x0, 0x0, 0x0 }, buf.items);
}
test "lower I encoding" {
var enc = TestEncode{};
try enc.encode(.push, &.{
.{ .imm = Immediate.u(0x10) },
});
try expectEqualHexStrings("\x6A\x10", enc.code(), "push 0x10");
try enc.encode(.push, &.{
.{ .imm = Immediate.u(0x1000) },
});
try expectEqualHexStrings("\x66\x68\x00\x10", enc.code(), "push 0x1000");
try enc.encode(.push, &.{
.{ .imm = Immediate.u(0x10000000) },
});
try expectEqualHexStrings("\x68\x00\x00\x00\x10", enc.code(), "push 0x10000000");
try enc.encode(.adc, &.{
.{ .reg = .rax },
.{ .imm = Immediate.u(0x10000000) },
});
try expectEqualHexStrings("\x48\x15\x00\x00\x00\x10", enc.code(), "adc rax, 0x10000000");
try enc.encode(.add, &.{
.{ .reg = .al },
.{ .imm = Immediate.u(0x10) },
});
try expectEqualHexStrings("\x04\x10", enc.code(), "add al, 0x10");
try enc.encode(.add, &.{
.{ .reg = .rax },
.{ .imm = Immediate.u(0x10) },
});
try expectEqualHexStrings("\x48\x83\xC0\x10", enc.code(), "add rax, 0x10");
try enc.encode(.sbb, &.{
.{ .reg = .ax },
.{ .imm = Immediate.u(0x10) },
});
try expectEqualHexStrings("\x66\x1D\x10\x00", enc.code(), "sbb ax, 0x10");
try enc.encode(.xor, &.{
.{ .reg = .al },
.{ .imm = Immediate.u(0x10) },
});
try expectEqualHexStrings("\x34\x10", enc.code(), "xor al, 0x10");
}
test "lower MI encoding" {
var enc = TestEncode{};
try enc.encode(.mov, &.{
.{ .reg = .r12 },
.{ .imm = Immediate.u(0x1000) },
});
try expectEqualHexStrings("\x49\xC7\xC4\x00\x10\x00\x00", enc.code(), "mov r12, 0x1000");
try enc.encode(.mov, &.{
.{ .mem = Memory.sib(.byte, .{ .base = .{ .reg = .r12 } }) },
.{ .imm = Immediate.u(0x10) },
});
try expectEqualHexStrings("\x41\xC6\x04\x24\x10", enc.code(), "mov BYTE PTR [r12], 0x10");
try enc.encode(.mov, &.{
.{ .reg = .r12 },
.{ .imm = Immediate.u(0x1000) },
});
try expectEqualHexStrings("\x49\xC7\xC4\x00\x10\x00\x00", enc.code(), "mov r12, 0x1000");
try enc.encode(.mov, &.{
.{ .reg = .r12 },
.{ .imm = Immediate.u(0x1000) },
});
try expectEqualHexStrings("\x49\xC7\xC4\x00\x10\x00\x00", enc.code(), "mov r12, 0x1000");
try enc.encode(.mov, &.{
.{ .reg = .rax },
.{ .imm = Immediate.u(0x10) },
});
try expectEqualHexStrings("\x48\xc7\xc0\x10\x00\x00\x00", enc.code(), "mov rax, 0x10");
try enc.encode(.mov, &.{
.{ .mem = Memory.sib(.dword, .{ .base = .{ .reg = .r11 } }) },
.{ .imm = Immediate.u(0x10) },
});
try expectEqualHexStrings("\x41\xc7\x03\x10\x00\x00\x00", enc.code(), "mov DWORD PTR [r11], 0x10");
try enc.encode(.mov, &.{
.{ .mem = Memory.rip(.qword, 0x10) },
.{ .imm = Immediate.u(0x10) },
});
try expectEqualHexStrings(
"\x48\xC7\x05\x10\x00\x00\x00\x10\x00\x00\x00",
enc.code(),
"mov QWORD PTR [rip + 0x10], 0x10",
);
try enc.encode(.mov, &.{
.{ .mem = Memory.sib(.qword, .{ .base = .{ .reg = .rbp }, .disp = -8 }) },
.{ .imm = Immediate.u(0x10) },
});
try expectEqualHexStrings("\x48\xc7\x45\xf8\x10\x00\x00\x00", enc.code(), "mov QWORD PTR [rbp - 8], 0x10");
try enc.encode(.mov, &.{
.{ .mem = Memory.sib(.word, .{ .base = .{ .reg = .rbp }, .disp = -2 }) },
.{ .imm = Immediate.s(-16) },
});
try expectEqualHexStrings("\x66\xC7\x45\xFE\xF0\xFF", enc.code(), "mov WORD PTR [rbp - 2], -16");
try enc.encode(.mov, &.{
.{ .mem = Memory.sib(.byte, .{ .base = .{ .reg = .rbp }, .disp = -1 }) },
.{ .imm = Immediate.u(0x10) },
});
try expectEqualHexStrings("\xC6\x45\xFF\x10", enc.code(), "mov BYTE PTR [rbp - 1], 0x10");
try enc.encode(.mov, &.{
.{ .mem = Memory.sib(.qword, .{
.base = .{ .reg = .ds },
.disp = 0x10000000,
.scale_index = .{ .scale = 2, .index = .rcx },
}) },
.{ .imm = Immediate.u(0x10) },
});
try expectEqualHexStrings(
"\x48\xC7\x04\x4D\x00\x00\x00\x10\x10\x00\x00\x00",
enc.code(),
"mov QWORD PTR [rcx*2 + 0x10000000], 0x10",
);
try enc.encode(.adc, &.{
.{ .mem = Memory.sib(.byte, .{ .base = .{ .reg = .rbp }, .disp = -0x10 }) },
.{ .imm = Immediate.u(0x10) },
});
try expectEqualHexStrings("\x80\x55\xF0\x10", enc.code(), "adc BYTE PTR [rbp - 0x10], 0x10");
try enc.encode(.adc, &.{
.{ .mem = Memory.rip(.qword, 0) },
.{ .imm = Immediate.u(0x10) },
});
try expectEqualHexStrings("\x48\x83\x15\x00\x00\x00\x00\x10", enc.code(), "adc QWORD PTR [rip], 0x10");
try enc.encode(.adc, &.{
.{ .reg = .rax },
.{ .imm = Immediate.u(0x10) },
});
try expectEqualHexStrings("\x48\x83\xD0\x10", enc.code(), "adc rax, 0x10");
try enc.encode(.add, &.{
.{ .mem = Memory.sib(.dword, .{ .base = .{ .reg = .rdx }, .disp = -8 }) },
.{ .imm = Immediate.u(0x10) },
});
try expectEqualHexStrings("\x83\x42\xF8\x10", enc.code(), "add DWORD PTR [rdx - 8], 0x10");
try enc.encode(.add, &.{
.{ .reg = .rax },
.{ .imm = Immediate.u(0x10) },
});
try expectEqualHexStrings("\x48\x83\xC0\x10", enc.code(), "add rax, 0x10");
try enc.encode(.add, &.{
.{ .mem = Memory.sib(.qword, .{ .base = .{ .reg = .rbp }, .disp = -0x10 }) },
.{ .imm = Immediate.s(-0x10) },
});
try expectEqualHexStrings("\x48\x83\x45\xF0\xF0", enc.code(), "add QWORD PTR [rbp - 0x10], -0x10");
try enc.encode(.@"and", &.{
.{ .mem = Memory.sib(.dword, .{ .base = .{ .reg = .ds }, .disp = 0x10000000 }) },
.{ .imm = Immediate.u(0x10) },
});
try expectEqualHexStrings(
"\x83\x24\x25\x00\x00\x00\x10\x10",
enc.code(),
"and DWORD PTR ds:0x10000000, 0x10",
);
try enc.encode(.@"and", &.{
.{ .mem = Memory.sib(.dword, .{ .base = .{ .reg = .es }, .disp = 0x10000000 }) },
.{ .imm = Immediate.u(0x10) },
});
try expectEqualHexStrings(
"\x26\x83\x24\x25\x00\x00\x00\x10\x10",
enc.code(),
"and DWORD PTR es:0x10000000, 0x10",
);
try enc.encode(.@"and", &.{
.{ .mem = Memory.sib(.dword, .{ .base = .{ .reg = .r12 }, .disp = 0x10000000 }) },
.{ .imm = Immediate.u(0x10) },
});
try expectEqualHexStrings(
"\x41\x83\xA4\x24\x00\x00\x00\x10\x10",
enc.code(),
"and DWORD PTR [r12 + 0x10000000], 0x10",
);
try enc.encode(.sub, &.{
.{ .mem = Memory.sib(.dword, .{ .base = .{ .reg = .r11 }, .disp = 0x10000000 }) },
.{ .imm = Immediate.u(0x10) },
});
try expectEqualHexStrings(
"\x41\x83\xAB\x00\x00\x00\x10\x10",
enc.code(),
"sub DWORD PTR [r11 + 0x10000000], 0x10",
);
}
test "lower RM encoding" {
var enc = TestEncode{};
try enc.encode(.mov, &.{
.{ .reg = .rax },
.{ .mem = Memory.sib(.qword, .{ .base = .{ .reg = .r11 } }) },
});
try expectEqualHexStrings("\x49\x8b\x03", enc.code(), "mov rax, QWORD PTR [r11]");
try enc.encode(.mov, &.{
.{ .reg = .rbx },
.{ .mem = Memory.sib(.qword, .{ .base = .{ .reg = .ds }, .disp = 0x10 }) },
});
try expectEqualHexStrings("\x48\x8B\x1C\x25\x10\x00\x00\x00", enc.code(), "mov rbx, QWORD PTR ds:0x10");
try enc.encode(.mov, &.{
.{ .reg = .rax },
.{ .mem = Memory.sib(.qword, .{ .base = .{ .reg = .rbp }, .disp = -4 }) },
});
try expectEqualHexStrings("\x48\x8B\x45\xFC", enc.code(), "mov rax, QWORD PTR [rbp - 4]");
try enc.encode(.mov, &.{
.{ .reg = .rax },
.{ .mem = Memory.sib(.qword, .{
.base = .{ .reg = .rbp },
.scale_index = .{ .scale = 1, .index = .rcx },
.disp = -8,
}) },
});
try expectEqualHexStrings("\x48\x8B\x44\x0D\xF8", enc.code(), "mov rax, QWORD PTR [rbp + rcx*1 - 8]");
try enc.encode(.mov, &.{
.{ .reg = .eax },
.{ .mem = Memory.sib(.dword, .{
.base = .{ .reg = .rbp },
.scale_index = .{ .scale = 4, .index = .rdx },
.disp = -4,
}) },
});
try expectEqualHexStrings("\x8B\x44\x95\xFC", enc.code(), "mov eax, dword ptr [rbp + rdx*4 - 4]");
try enc.encode(.mov, &.{
.{ .reg = .rax },
.{ .mem = Memory.sib(.qword, .{
.base = .{ .reg = .rbp },
.scale_index = .{ .scale = 8, .index = .rcx },
.disp = -8,
}) },
});
try expectEqualHexStrings("\x48\x8B\x44\xCD\xF8", enc.code(), "mov rax, QWORD PTR [rbp + rcx*8 - 8]");
try enc.encode(.mov, &.{
.{ .reg = .r8b },
.{ .mem = Memory.sib(.byte, .{
.base = .{ .reg = .rsi },
.scale_index = .{ .scale = 1, .index = .rcx },
.disp = -24,
}) },
});
try expectEqualHexStrings("\x44\x8A\x44\x0E\xE8", enc.code(), "mov r8b, BYTE PTR [rsi + rcx*1 - 24]");
// TODO this mnemonic needs cleanup as some prefixes are obsolete.
try enc.encode(.mov, &.{
.{ .reg = .rax },
.{ .reg = .cs },
});
try expectEqualHexStrings("\x48\x8C\xC8", enc.code(), "mov rax, cs");
try enc.encode(.mov, &.{
.{ .reg = .r12w },
.{ .reg = .cs },
});
try expectEqualHexStrings("\x66\x41\x8C\xCC", enc.code(), "mov r12w, cs");
try enc.encode(.mov, &.{
.{ .mem = Memory.sib(.word, .{ .base = .{ .reg = .rbp }, .disp = -16 }) },
.{ .reg = .fs },
});
try expectEqualHexStrings("\x8C\x65\xF0", enc.code(), "mov WORD PTR [rbp - 16], fs");
try enc.encode(.movsx, &.{
.{ .reg = .eax },
.{ .reg = .bx },
});
try expectEqualHexStrings("\x0F\xBF\xC3", enc.code(), "movsx eax, bx");
try enc.encode(.movsx, &.{
.{ .reg = .eax },
.{ .reg = .bl },
});
try expectEqualHexStrings("\x0F\xBE\xC3", enc.code(), "movsx eax, bl");
try enc.encode(.movsx, &.{
.{ .reg = .ax },
.{ .reg = .bl },
});
try expectEqualHexStrings("\x66\x0F\xBE\xC3", enc.code(), "movsx ax, bl");
try enc.encode(.movsx, &.{
.{ .reg = .eax },
.{ .mem = Memory.sib(.word, .{ .base = .{ .reg = .rbp } }) },
});
try expectEqualHexStrings("\x0F\xBF\x45\x00", enc.code(), "movsx eax, BYTE PTR [rbp]");
try enc.encode(.movsx, &.{
.{ .reg = .eax },
.{ .mem = Memory.sib(.byte, .{ .scale_index = .{ .index = .rax, .scale = 2 } }) },
});
try expectEqualHexStrings("\x0F\xBE\x04\x45\x00\x00\x00\x00", enc.code(), "movsx eax, BYTE PTR [rax * 2]");
try enc.encode(.movsx, &.{
.{ .reg = .ax },
.{ .mem = Memory.rip(.byte, 0x10) },
});
try expectEqualHexStrings("\x66\x0F\xBE\x05\x10\x00\x00\x00", enc.code(), "movsx ax, BYTE PTR [rip + 0x10]");
try enc.encode(.movsx, &.{
.{ .reg = .rax },
.{ .reg = .bx },
});
try expectEqualHexStrings("\x48\x0F\xBF\xC3", enc.code(), "movsx rax, bx");
try enc.encode(.movsxd, &.{
.{ .reg = .rax },
.{ .reg = .ebx },
});
try expectEqualHexStrings("\x48\x63\xC3", enc.code(), "movsxd rax, ebx");
try enc.encode(.lea, &.{
.{ .reg = .rax },
.{ .mem = Memory.rip(.qword, 0x10) },
});
try expectEqualHexStrings("\x48\x8D\x05\x10\x00\x00\x00", enc.code(), "lea rax, QWORD PTR [rip + 0x10]");
try enc.encode(.lea, &.{
.{ .reg = .rax },
.{ .mem = Memory.rip(.dword, 0x10) },
});
try expectEqualHexStrings("\x48\x8D\x05\x10\x00\x00\x00", enc.code(), "lea rax, DWORD PTR [rip + 0x10]");
try enc.encode(.lea, &.{
.{ .reg = .eax },
.{ .mem = Memory.rip(.dword, 0x10) },
});
try expectEqualHexStrings("\x8D\x05\x10\x00\x00\x00", enc.code(), "lea eax, DWORD PTR [rip + 0x10]");
try enc.encode(.lea, &.{
.{ .reg = .eax },
.{ .mem = Memory.rip(.word, 0x10) },
});
try expectEqualHexStrings("\x8D\x05\x10\x00\x00\x00", enc.code(), "lea eax, WORD PTR [rip + 0x10]");
try enc.encode(.lea, &.{
.{ .reg = .ax },
.{ .mem = Memory.rip(.byte, 0x10) },
});
try expectEqualHexStrings("\x66\x8D\x05\x10\x00\x00\x00", enc.code(), "lea ax, BYTE PTR [rip + 0x10]");
try enc.encode(.lea, &.{
.{ .reg = .rsi },
.{ .mem = Memory.sib(.qword, .{
.base = .{ .reg = .rbp },
.scale_index = .{ .scale = 1, .index = .rcx },
}) },
});
try expectEqualHexStrings("\x48\x8D\x74\x0D\x00", enc.code(), "lea rsi, QWORD PTR [rbp + rcx*1 + 0]");
try enc.encode(.add, &.{
.{ .reg = .r11 },
.{ .mem = Memory.sib(.qword, .{ .base = .{ .reg = .ds }, .disp = 0x10000000 }) },
});
try expectEqualHexStrings("\x4C\x03\x1C\x25\x00\x00\x00\x10", enc.code(), "add r11, QWORD PTR ds:0x10000000");
try enc.encode(.add, &.{
.{ .reg = .r12b },
.{ .mem = Memory.sib(.byte, .{ .base = .{ .reg = .ds }, .disp = 0x10000000 }) },
});
try expectEqualHexStrings("\x44\x02\x24\x25\x00\x00\x00\x10", enc.code(), "add r11b, BYTE PTR ds:0x10000000");
try enc.encode(.add, &.{
.{ .reg = .r12b },
.{ .mem = Memory.sib(.byte, .{ .base = .{ .reg = .fs }, .disp = 0x10000000 }) },
});
try expectEqualHexStrings("\x64\x44\x02\x24\x25\x00\x00\x00\x10", enc.code(), "add r11b, BYTE PTR fs:0x10000000");
try enc.encode(.sub, &.{
.{ .reg = .r11 },
.{ .mem = Memory.sib(.qword, .{ .base = .{ .reg = .r13 }, .disp = 0x10000000 }) },
});
try expectEqualHexStrings("\x4D\x2B\x9D\x00\x00\x00\x10", enc.code(), "sub r11, QWORD PTR [r13 + 0x10000000]");
try enc.encode(.sub, &.{
.{ .reg = .r11 },
.{ .mem = Memory.sib(.qword, .{ .base = .{ .reg = .r12 }, .disp = 0x10000000 }) },
});
try expectEqualHexStrings("\x4D\x2B\x9C\x24\x00\x00\x00\x10", enc.code(), "sub r11, QWORD PTR [r12 + 0x10000000]");
try enc.encode(.imul, &.{
.{ .reg = .r11 },
.{ .reg = .r12 },
});
try expectEqualHexStrings("\x4D\x0F\xAF\xDC", enc.code(), "mov r11, r12");
}
test "lower RMI encoding" {
var enc = TestEncode{};
try enc.encode(.imul, &.{
.{ .reg = .r11 },
.{ .reg = .r12 },
.{ .imm = Immediate.s(-2) },
});
try expectEqualHexStrings("\x4D\x6B\xDC\xFE", enc.code(), "imul r11, r12, -2");
try enc.encode(.imul, &.{
.{ .reg = .r11 },
.{ .mem = Memory.rip(.qword, -16) },
.{ .imm = Immediate.s(-1024) },
});
try expectEqualHexStrings(
"\x4C\x69\x1D\xF0\xFF\xFF\xFF\x00\xFC\xFF\xFF",
enc.code(),
"imul r11, QWORD PTR [rip - 16], -1024",
);
try enc.encode(.imul, &.{
.{ .reg = .bx },
.{ .mem = Memory.sib(.word, .{ .base = .{ .reg = .rbp }, .disp = -16 }) },
.{ .imm = Immediate.s(-1024) },
});
try expectEqualHexStrings(
"\x66\x69\x5D\xF0\x00\xFC",
enc.code(),
"imul bx, WORD PTR [rbp - 16], -1024",
);
try enc.encode(.imul, &.{
.{ .reg = .bx },
.{ .mem = Memory.sib(.word, .{ .base = .{ .reg = .rbp }, .disp = -16 }) },
.{ .imm = Immediate.u(1024) },
});
try expectEqualHexStrings(
"\x66\x69\x5D\xF0\x00\x04",
enc.code(),
"imul bx, WORD PTR [rbp - 16], 1024",
);
}
test "lower MR encoding" {
var enc = TestEncode{};
try enc.encode(.mov, &.{
.{ .reg = .rax },
.{ .reg = .rbx },
});
try expectEqualHexStrings("\x48\x89\xD8", enc.code(), "mov rax, rbx");
try enc.encode(.mov, &.{
.{ .mem = Memory.sib(.qword, .{ .base = .{ .reg = .rbp }, .disp = -4 }) },
.{ .reg = .r11 },
});
try expectEqualHexStrings("\x4c\x89\x5d\xfc", enc.code(), "mov QWORD PTR [rbp - 4], r11");
try enc.encode(.mov, &.{
.{ .mem = Memory.rip(.qword, 0x10) },
.{ .reg = .r12 },
});
try expectEqualHexStrings("\x4C\x89\x25\x10\x00\x00\x00", enc.code(), "mov QWORD PTR [rip + 0x10], r12");
try enc.encode(.mov, &.{
.{ .mem = Memory.sib(.qword, .{
.base = .{ .reg = .r11 },
.scale_index = .{ .scale = 2, .index = .r12 },
.disp = 0x10,
}) },
.{ .reg = .r13 },
});
try expectEqualHexStrings("\x4F\x89\x6C\x63\x10", enc.code(), "mov QWORD PTR [r11 + 2 * r12 + 0x10], r13");
try enc.encode(.mov, &.{
.{ .mem = Memory.rip(.word, -0x10) },
.{ .reg = .r12w },
});
try expectEqualHexStrings("\x66\x44\x89\x25\xF0\xFF\xFF\xFF", enc.code(), "mov WORD PTR [rip - 0x10], r12w");
try enc.encode(.mov, &.{
.{ .mem = Memory.sib(.byte, .{
.base = .{ .reg = .r11 },
.scale_index = .{ .scale = 2, .index = .r12 },
.disp = 0x10,
}) },
.{ .reg = .r13b },
});
try expectEqualHexStrings("\x47\x88\x6C\x63\x10", enc.code(), "mov BYTE PTR [r11 + 2 * r12 + 0x10], r13b");
try enc.encode(.add, &.{
.{ .mem = Memory.sib(.byte, .{ .base = .{ .reg = .ds }, .disp = 0x10000000 }) },
.{ .reg = .r12b },
});
try expectEqualHexStrings("\x44\x00\x24\x25\x00\x00\x00\x10", enc.code(), "add BYTE PTR ds:0x10000000, r12b");
try enc.encode(.add, &.{
.{ .mem = Memory.sib(.dword, .{ .base = .{ .reg = .ds }, .disp = 0x10000000 }) },
.{ .reg = .r12d },
});
try expectEqualHexStrings("\x44\x01\x24\x25\x00\x00\x00\x10", enc.code(), "add DWORD PTR [ds:0x10000000], r12d");
try enc.encode(.add, &.{
.{ .mem = Memory.sib(.dword, .{ .base = .{ .reg = .gs }, .disp = 0x10000000 }) },
.{ .reg = .r12d },
});
try expectEqualHexStrings("\x65\x44\x01\x24\x25\x00\x00\x00\x10", enc.code(), "add DWORD PTR [gs:0x10000000], r12d");
try enc.encode(.sub, &.{
.{ .mem = Memory.sib(.qword, .{ .base = .{ .reg = .r11 }, .disp = 0x10000000 }) },
.{ .reg = .r12 },
});
try expectEqualHexStrings("\x4D\x29\xA3\x00\x00\x00\x10", enc.code(), "sub QWORD PTR [r11 + 0x10000000], r12");
}
test "lower M encoding" {
var enc = TestEncode{};
try enc.encode(.call, &.{
.{ .reg = .r12 },
});
try expectEqualHexStrings("\x41\xFF\xD4", enc.code(), "call r12");
try enc.encode(.call, &.{
.{ .mem = Memory.sib(.qword, .{ .base = .{ .reg = .r12 } }) },
});
try expectEqualHexStrings("\x41\xFF\x14\x24", enc.code(), "call QWORD PTR [r12]");
try enc.encode(.call, &.{
.{ .mem = Memory.sib(.qword, .{
.base = .none,
.scale_index = .{ .index = .r11, .scale = 2 },
}) },
});
try expectEqualHexStrings("\x42\xFF\x14\x5D\x00\x00\x00\x00", enc.code(), "call QWORD PTR [r11 * 2]");
try enc.encode(.call, &.{
.{ .mem = Memory.sib(.qword, .{
.base = .none,
.scale_index = .{ .index = .r12, .scale = 2 },
}) },
});
try expectEqualHexStrings("\x42\xFF\x14\x65\x00\x00\x00\x00", enc.code(), "call QWORD PTR [r12 * 2]");
try enc.encode(.call, &.{
.{ .mem = Memory.sib(.qword, .{ .base = .{ .reg = .gs } }) },
});
try expectEqualHexStrings("\x65\xFF\x14\x25\x00\x00\x00\x00", enc.code(), "call gs:0x0");
try enc.encode(.call, &.{
.{ .imm = Immediate.s(0) },
});
try expectEqualHexStrings("\xE8\x00\x00\x00\x00", enc.code(), "call 0x0");
try enc.encode(.push, &.{
.{ .mem = Memory.sib(.qword, .{ .base = .{ .reg = .rbp } }) },
});
try expectEqualHexStrings("\xFF\x75\x00", enc.code(), "push QWORD PTR [rbp]");
try enc.encode(.push, &.{
.{ .mem = Memory.sib(.word, .{ .base = .{ .reg = .rbp } }) },
});
try expectEqualHexStrings("\x66\xFF\x75\x00", enc.code(), "push QWORD PTR [rbp]");
try enc.encode(.pop, &.{
.{ .mem = Memory.rip(.qword, 0) },
});
try expectEqualHexStrings("\x8F\x05\x00\x00\x00\x00", enc.code(), "pop QWORD PTR [rip]");
try enc.encode(.pop, &.{
.{ .mem = Memory.rip(.word, 0) },
});
try expectEqualHexStrings("\x66\x8F\x05\x00\x00\x00\x00", enc.code(), "pop WORD PTR [rbp]");
try enc.encode(.imul, &.{
.{ .reg = .rax },
});
try expectEqualHexStrings("\x48\xF7\xE8", enc.code(), "imul rax");
try enc.encode(.imul, &.{
.{ .reg = .r12 },
});
try expectEqualHexStrings("\x49\xF7\xEC", enc.code(), "imul r12");
}
test "lower O encoding" {
var enc = TestEncode{};
try enc.encode(.push, &.{
.{ .reg = .rax },
});
try expectEqualHexStrings("\x50", enc.code(), "push rax");
try enc.encode(.push, &.{
.{ .reg = .r12w },
});
try expectEqualHexStrings("\x66\x41\x54", enc.code(), "push r12w");
try enc.encode(.pop, &.{
.{ .reg = .r12 },
});
try expectEqualHexStrings("\x41\x5c", enc.code(), "pop r12");
}
test "lower OI encoding" {
var enc = TestEncode{};
try enc.encode(.mov, &.{
.{ .reg = .rax },
.{ .imm = Immediate.u(0x1000000000000000) },
});
try expectEqualHexStrings(
"\x48\xB8\x00\x00\x00\x00\x00\x00\x00\x10",
enc.code(),
"movabs rax, 0x1000000000000000",
);
try enc.encode(.mov, &.{
.{ .reg = .r11 },
.{ .imm = Immediate.u(0x1000000000000000) },
});
try expectEqualHexStrings(
"\x49\xBB\x00\x00\x00\x00\x00\x00\x00\x10",
enc.code(),
"movabs r11, 0x1000000000000000",
);
try enc.encode(.mov, &.{
.{ .reg = .r11d },
.{ .imm = Immediate.u(0x10000000) },
});
try expectEqualHexStrings("\x41\xBB\x00\x00\x00\x10", enc.code(), "mov r11d, 0x10000000");
try enc.encode(.mov, &.{
.{ .reg = .r11w },
.{ .imm = Immediate.u(0x1000) },
});
try expectEqualHexStrings("\x66\x41\xBB\x00\x10", enc.code(), "mov r11w, 0x1000");
try enc.encode(.mov, &.{
.{ .reg = .r11b },
.{ .imm = Immediate.u(0x10) },
});
try expectEqualHexStrings("\x41\xB3\x10", enc.code(), "mov r11b, 0x10");
}
test "lower FD/TD encoding" {
var enc = TestEncode{};
try enc.encode(.mov, &.{
.{ .reg = .rax },
.{ .mem = Memory.moffs(.cs, 0x10) },
});
try expectEqualHexStrings("\x2E\x48\xA1\x10\x00\x00\x00\x00\x00\x00\x00", enc.code(), "movabs rax, cs:0x10");
try enc.encode(.mov, &.{
.{ .reg = .eax },
.{ .mem = Memory.moffs(.fs, 0x10) },
});
try expectEqualHexStrings("\x64\xA1\x10\x00\x00\x00\x00\x00\x00\x00", enc.code(), "movabs eax, fs:0x10");
try enc.encode(.mov, &.{
.{ .reg = .ax },
.{ .mem = Memory.moffs(.gs, 0x10) },
});
try expectEqualHexStrings("\x65\x66\xA1\x10\x00\x00\x00\x00\x00\x00\x00", enc.code(), "movabs ax, gs:0x10");
try enc.encode(.mov, &.{
.{ .reg = .al },
.{ .mem = Memory.moffs(.ds, 0x10) },
});
try expectEqualHexStrings("\xA0\x10\x00\x00\x00\x00\x00\x00\x00", enc.code(), "movabs al, ds:0x10");
try enc.encode(.mov, &.{
.{ .mem = Memory.moffs(.cs, 0x10) },
.{ .reg = .rax },
});
try expectEqualHexStrings("\x2E\x48\xA3\x10\x00\x00\x00\x00\x00\x00\x00", enc.code(), "movabs cs:0x10, rax");
try enc.encode(.mov, &.{
.{ .mem = Memory.moffs(.fs, 0x10) },
.{ .reg = .eax },
});
try expectEqualHexStrings("\x64\xA3\x10\x00\x00\x00\x00\x00\x00\x00", enc.code(), "movabs fs:0x10, eax");
try enc.encode(.mov, &.{
.{ .mem = Memory.moffs(.gs, 0x10) },
.{ .reg = .ax },
});
try expectEqualHexStrings("\x65\x66\xA3\x10\x00\x00\x00\x00\x00\x00\x00", enc.code(), "movabs gs:0x10, ax");
try enc.encode(.mov, &.{
.{ .mem = Memory.moffs(.ds, 0x10) },
.{ .reg = .al },
});
try expectEqualHexStrings("\xA2\x10\x00\x00\x00\x00\x00\x00\x00", enc.code(), "movabs ds:0x10, al");
}
test "lower NP encoding" {
var enc = TestEncode{};
try enc.encode(.int3, &.{});
try expectEqualHexStrings("\xCC", enc.code(), "int3");
try enc.encode(.nop, &.{});
try expectEqualHexStrings("\x90", enc.code(), "nop");
try enc.encode(.ret, &.{});
try expectEqualHexStrings("\xC3", enc.code(), "ret");
try enc.encode(.syscall, &.{});
try expectEqualHexStrings("\x0f\x05", enc.code(), "syscall");
}
fn invalidInstruction(mnemonic: Instruction.Mnemonic, ops: []const Instruction.Operand) !void {
const err = Instruction.new(.none, mnemonic, ops);
try testing.expectError(error.InvalidInstruction, err);
}
test "invalid instruction" {
try invalidInstruction(.call, &.{
.{ .reg = .eax },
});
try invalidInstruction(.call, &.{
.{ .reg = .ax },
});
try invalidInstruction(.call, &.{
.{ .reg = .al },
});
try invalidInstruction(.call, &.{
.{ .mem = Memory.rip(.dword, 0) },
});
try invalidInstruction(.call, &.{
.{ .mem = Memory.rip(.word, 0) },
});
try invalidInstruction(.call, &.{
.{ .mem = Memory.rip(.byte, 0) },
});
try invalidInstruction(.mov, &.{
.{ .mem = Memory.rip(.word, 0x10) },
.{ .reg = .r12 },
});
try invalidInstruction(.lea, &.{
.{ .reg = .rax },
.{ .reg = .rbx },
});
try invalidInstruction(.lea, &.{
.{ .reg = .al },
.{ .mem = Memory.rip(.byte, 0) },
});
try invalidInstruction(.pop, &.{
.{ .reg = .r12b },
});
try invalidInstruction(.pop, &.{
.{ .reg = .r12d },
});
try invalidInstruction(.push, &.{
.{ .reg = .r12b },
});
try invalidInstruction(.push, &.{
.{ .reg = .r12d },
});
try invalidInstruction(.push, &.{
.{ .imm = Immediate.u(0x1000000000000000) },
});
}
fn cannotEncode(mnemonic: Instruction.Mnemonic, ops: []const Instruction.Operand) !void {
try testing.expectError(error.CannotEncode, Instruction.new(.none, mnemonic, ops));
}
test "cannot encode" {
try cannotEncode(.@"test", &.{
.{ .mem = Memory.sib(.byte, .{ .base = .{ .reg = .r12 } }) },
.{ .reg = .ah },
});
try cannotEncode(.@"test", &.{
.{ .reg = .r11b },
.{ .reg = .bh },
});
try cannotEncode(.mov, &.{
.{ .reg = .sil },
.{ .reg = .ah },
});
}
test "assemble" {
const input =
\\int3
\\mov rax, rbx
\\mov qword ptr [rbp], rax
\\mov qword ptr [rbp - 16], rax
\\mov qword ptr [16 + rbp], rax
\\mov rax, 0x10
\\mov byte ptr [rbp - 0x10], 0x10
\\mov word ptr [rbp + r12], r11w
\\mov word ptr [rbp + r12 * 2], r11w
\\mov word ptr [rbp + r12 * 2 - 16], r11w
\\mov dword ptr [rip - 16], r12d
\\mov rax, fs:0x0
\\mov rax, gs:0x1000000000000000
\\movzx r12, al
\\imul r12, qword ptr [rbp - 16], 6
\\jmp 0x0
\\jc 0x0
\\jb 0x0
\\sal rax, 1
\\sal rax, 63
\\shl rax, 63
\\sar rax, 63
\\shr rax, 63
\\test byte ptr [rbp - 16], r12b
\\sal r12, cl
\\mul qword ptr [rip - 16]
\\div r12
\\idiv byte ptr [rbp - 16]
\\cwde
\\cbw
\\cdqe
\\test byte ptr [rbp], ah
\\test byte ptr [r12], spl
\\cdq
\\cwd
\\cqo
\\test bl, 0x1
\\mov rbx,0x8000000000000000
\\movss xmm0, dword ptr [rbp]
\\movss xmm0, xmm1
\\movss dword ptr [rbp - 16 + rax * 2], xmm7
\\movss dword ptr [rbp - 16 + rax * 2], xmm8
\\movss xmm15, xmm9
\\movsd xmm8, qword ptr [rbp - 16]
\\movsd qword ptr [rbp - 8], xmm0
\\ucomisd xmm0, qword ptr [rbp - 16]
\\fisttp qword ptr [rbp - 16]
\\fisttp word ptr [rip + 32]
\\fisttp dword ptr [rax]
\\fld tbyte ptr [rbp]
\\fld dword ptr [rbp]
\\xor bl, 0xff
\\ud2
\\add rsp, -1
\\add rsp, 0xff
\\mov sil, byte ptr [rax + rcx * 1]
\\leave
\\endbr64
\\
;
// zig fmt: off
const expected = &[_]u8{
0xCC,
0x48, 0x89, 0xD8,
0x48, 0x89, 0x45, 0x00,
0x48, 0x89, 0x45, 0xF0,
0x48, 0x89, 0x45, 0x10,
0x48, 0xC7, 0xC0, 0x10, 0x00, 0x00, 0x00,
0xC6, 0x45, 0xF0, 0x10,
0x66, 0x46, 0x89, 0x5C, 0x25, 0x00,
0x66, 0x46, 0x89, 0x5C, 0x65, 0x00,
0x66, 0x46, 0x89, 0x5C, 0x65, 0xF0,
0x44, 0x89, 0x25, 0xF0, 0xFF, 0xFF, 0xFF,
0x64, 0x48, 0x8B, 0x04, 0x25, 0x00, 0x00, 0x00, 0x00,
0x65, 0x48, 0xA1, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10,
0x4C, 0x0F, 0xB6, 0xE0,
0x4C, 0x6B, 0x65, 0xF0, 0x06,
0xE9, 0x00, 0x00, 0x00, 0x00,
0x0F, 0x82, 0x00, 0x00, 0x00, 0x00,
0x0F, 0x82, 0x00, 0x00, 0x00, 0x00,
0x48, 0xD1, 0xE0,
0x48, 0xC1, 0xE0, 0x3F,
0x48, 0xC1, 0xE0, 0x3F,
0x48, 0xC1, 0xF8, 0x3F,
0x48, 0xC1, 0xE8, 0x3F,
0x44, 0x84, 0x65, 0xF0,
0x49, 0xD3, 0xE4,
0x48, 0xF7, 0x25, 0xF0, 0xFF, 0xFF, 0xFF,
0x49, 0xF7, 0xF4,
0xF6, 0x7D, 0xF0,
0x98,
0x66, 0x98,
0x48, 0x98,
0x84, 0x65, 0x00,
0x41, 0x84, 0x24, 0x24,
0x99,
0x66, 0x99,
0x48, 0x99,
0xF6, 0xC3, 0x01,
0x48, 0xBB, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80,
0xF3, 0x0F, 0x10, 0x45, 0x00,
0xF3, 0x0F, 0x10, 0xC1,
0xF3, 0x0F, 0x11, 0x7C, 0x45, 0xF0,
0xF3, 0x44, 0x0F, 0x11, 0x44, 0x45, 0xF0,
0xF3, 0x45, 0x0F, 0x10, 0xF9,
0xF2, 0x44, 0x0F, 0x10, 0x45, 0xF0,
0xF2, 0x0F, 0x11, 0x45, 0xF8,
0x66, 0x0F, 0x2E, 0x45, 0xF0,
0xDD, 0x4D, 0xF0,
0xDF, 0x0D, 0x20, 0x00, 0x00, 0x00,
0xDB, 0x08,
0xDB, 0x6D, 0x00,
0xD9, 0x45, 0x00,
0x80, 0xF3, 0xFF,
0x0F, 0x0B,
0x48, 0x83, 0xC4, 0xFF,
0x48, 0x81, 0xC4, 0xFF, 0x00, 0x00, 0x00,
0x40, 0x8A, 0x34, 0x08,
0xC9,
0xF3, 0x0F, 0x1E, 0xFA,
};
// zig fmt: on
var as = Assembler.init(input);
var output = std.ArrayList(u8).init(testing.allocator);
defer output.deinit();
try as.assemble(output.writer());
try expectEqualHexStrings(expected, output.items, input);
}
test "assemble - Jcc" {
const mnemonics = [_]struct { Instruction.Mnemonic, u8 }{
.{ .ja, 0x87 },
.{ .jae, 0x83 },
.{ .jb, 0x82 },
.{ .jbe, 0x86 },
.{ .jc, 0x82 },
.{ .je, 0x84 },
.{ .jg, 0x8f },
.{ .jge, 0x8d },
.{ .jl, 0x8c },
.{ .jle, 0x8e },
.{ .jna, 0x86 },
.{ .jnae, 0x82 },
.{ .jnb, 0x83 },
.{ .jnbe, 0x87 },
.{ .jnc, 0x83 },
.{ .jne, 0x85 },
.{ .jng, 0x8e },
.{ .jnge, 0x8c },
.{ .jnl, 0x8d },
.{ .jnle, 0x8f },
.{ .jno, 0x81 },
.{ .jnp, 0x8b },
.{ .jns, 0x89 },
.{ .jnz, 0x85 },
.{ .jo, 0x80 },
.{ .jp, 0x8a },
.{ .jpe, 0x8a },
.{ .jpo, 0x8b },
.{ .js, 0x88 },
.{ .jz, 0x84 },
};
inline for (&mnemonics) |mnemonic| {
const input = @tagName(mnemonic[0]) ++ " 0x0";
const expected = [_]u8{ 0x0f, mnemonic[1], 0x0, 0x0, 0x0, 0x0 };
var as = Assembler.init(input);
var output = std.ArrayList(u8).init(testing.allocator);
defer output.deinit();
try as.assemble(output.writer());
try expectEqualHexStrings(&expected, output.items, input);
}
}
test "assemble - SETcc" {
const mnemonics = [_]struct { Instruction.Mnemonic, u8 }{
.{ .seta, 0x97 },
.{ .setae, 0x93 },
.{ .setb, 0x92 },
.{ .setbe, 0x96 },
.{ .setc, 0x92 },
.{ .sete, 0x94 },
.{ .setg, 0x9f },
.{ .setge, 0x9d },
.{ .setl, 0x9c },
.{ .setle, 0x9e },
.{ .setna, 0x96 },
.{ .setnae, 0x92 },
.{ .setnb, 0x93 },
.{ .setnbe, 0x97 },
.{ .setnc, 0x93 },
.{ .setne, 0x95 },
.{ .setng, 0x9e },
.{ .setnge, 0x9c },
.{ .setnl, 0x9d },
.{ .setnle, 0x9f },
.{ .setno, 0x91 },
.{ .setnp, 0x9b },
.{ .setns, 0x99 },
.{ .setnz, 0x95 },
.{ .seto, 0x90 },
.{ .setp, 0x9a },
.{ .setpe, 0x9a },
.{ .setpo, 0x9b },
.{ .sets, 0x98 },
.{ .setz, 0x94 },
};
inline for (&mnemonics) |mnemonic| {
const input = @tagName(mnemonic[0]) ++ " al";
const expected = [_]u8{ 0x0f, mnemonic[1], 0xC0 };
var as = Assembler.init(input);
var output = std.ArrayList(u8).init(testing.allocator);
defer output.deinit();
try as.assemble(output.writer());
try expectEqualHexStrings(&expected, output.items, input);
}
}
test "assemble - CMOVcc" {
const mnemonics = [_]struct { Instruction.Mnemonic, u8 }{
.{ .cmova, 0x47 },
.{ .cmovae, 0x43 },
.{ .cmovb, 0x42 },
.{ .cmovbe, 0x46 },
.{ .cmovc, 0x42 },
.{ .cmove, 0x44 },
.{ .cmovg, 0x4f },
.{ .cmovge, 0x4d },
.{ .cmovl, 0x4c },
.{ .cmovle, 0x4e },
.{ .cmovna, 0x46 },
.{ .cmovnae, 0x42 },
.{ .cmovnb, 0x43 },
.{ .cmovnbe, 0x47 },
.{ .cmovnc, 0x43 },
.{ .cmovne, 0x45 },
.{ .cmovng, 0x4e },
.{ .cmovnge, 0x4c },
.{ .cmovnl, 0x4d },
.{ .cmovnle, 0x4f },
.{ .cmovno, 0x41 },
.{ .cmovnp, 0x4b },
.{ .cmovns, 0x49 },
.{ .cmovnz, 0x45 },
.{ .cmovo, 0x40 },
.{ .cmovp, 0x4a },
.{ .cmovpe, 0x4a },
.{ .cmovpo, 0x4b },
.{ .cmovs, 0x48 },
.{ .cmovz, 0x44 },
};
inline for (&mnemonics) |mnemonic| {
const input = @tagName(mnemonic[0]) ++ " rax, rbx";
const expected = [_]u8{ 0x48, 0x0f, mnemonic[1], 0xC3 };
var as = Assembler.init(input);
var output = std.ArrayList(u8).init(testing.allocator);
defer output.deinit();
try as.assemble(output.writer());
try expectEqualHexStrings(&expected, output.items, input);
}
}
|
0 | repos/zig-dis-x86_64/src | repos/zig-dis-x86_64/src/test/disasm.zig | const std = @import("std");
const testing = std.testing;
const Disassembler = @import("../Disassembler.zig");
test "disassemble" {
const gpa = testing.allocator;
var disassembler = Disassembler.init(&.{
// zig fmt: off
0x48, 0xb8, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x41, 0xbc, 0xf0, 0xff, 0xff, 0xff,
0x49, 0x89, 0xC4,
0x4C, 0x89, 0x25, 0xF0, 0xFF, 0xFF, 0xFF,
0x4C, 0x89, 0x1d, 0xf0, 0xff, 0xff, 0xff,
0x49, 0x89, 0x43, 0xf0,
0x46, 0x88, 0x5C, 0xE5, 0xF0,
0x4c, 0x8b, 0x65, 0xf0,
0x48, 0x8b, 0x85, 0x00, 0xf0, 0xff, 0xff,
0x48, 0x8b, 0x18,
0xc6, 0x45, 0xf0, 0x10,
0x49, 0xc7, 0x43, 0xf0, 0x10, 0x00, 0x00, 0x00,
0x48, 0x8d, 0x45, 0xf0,
0x41, 0x8d, 0x43, 0x10,
0x4c, 0x8d, 0x25, 0x00, 0x00, 0x00, 0x00,
0x48, 0x03, 0x05, 0x00, 0x00, 0x00, 0x00,
0x48, 0x83, 0xc0, 0x10,
0x48, 0x83, 0x45, 0xf0, 0xf0,
0x80, 0x55, 0xf0, 0x10,
0x48, 0x83, 0x60, 0x10, 0x08,
0x48, 0x83, 0x4d, 0x10, 0x0f,
0x49, 0x83, 0xdb, 0x08,
0x49, 0x83, 0xec, 0x00,
0x41, 0x80, 0x73, 0xf0, 0x20,
0x34, 0x10,
0x1d, 0x00, 0x00, 0x00, 0x00,
0x48, 0x2d, 0x0f, 0x00, 0x00, 0x00,
0x66, 0x1d, 0x00, 0x10,
0x66, 0x25, 0xf0, 0xff,
0x66, 0x48, 0x25, 0xf0, 0xff, 0xff, 0xff,
0x65, 0x66, 0xa1, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x36, 0xa2, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x26, 0xa3, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x48, 0xa1, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x65, 0x44, 0x01, 0x24, 0x25, 0x00, 0x00, 0x00, 0x10,
0x0f, 0x05,
0x42, 0xff, 0x14, 0x5d, 0x00, 0x00, 0x00, 0x00,
0x42, 0xff, 0x14, 0x65, 0x00, 0x00, 0x00, 0x00,
0x0f, 0xbf, 0xc3,
0x0f, 0xbe, 0xc3,
0x66, 0x0f, 0xbe, 0xc3,
0x48, 0x63, 0xc3,
0xe8, 0x00, 0x00, 0x00, 0x00,
0xe9, 0x00, 0x00, 0x00, 0x00,
0x41, 0x53,
0x0f, 0x82, 0x00, 0x00, 0x00, 0x00,
0x48, 0xD1, 0xE0,
0x48, 0xC1, 0xE0, 0x3F,
0x48, 0xC1, 0xE0, 0x3F,
0x48, 0xC1, 0xF8, 0x3F,
0x48, 0xC1, 0xE8, 0x3F,
0x44, 0x84, 0x65, 0xF0,
0x46, 0x6B, 0x64, 0x5D, 0xF0, 0x08,
0x41, 0xD3, 0xEC,
0x4A, 0x0F, 0x4A, 0x44, 0xE5, 0x00,
0x48, 0x98,
0x41, 0x84, 0x24, 0x24,
0x84, 0x65, 0x00,
0x66, 0x99,
0x99,
0x48, 0x99,
0xF6, 0xC3, 0x01,
0x48, 0xBB, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80,
0x40, 0x8A, 0x34, 0x08,
// zig fmt: on
});
var buf = std.ArrayList(u8).init(gpa);
defer buf.deinit();
while (try disassembler.next()) |inst| {
try buf.writer().print("{}\n", .{inst});
}
try testing.expectEqualStrings(
\\mov rax, 0x10
\\mov r12d, 0xfffffff0
\\mov r12, rax
\\mov qword ptr [rip - 0x10], r12
\\mov qword ptr [rip - 0x10], r11
\\mov qword ptr [r11 - 0x10], rax
\\mov byte ptr [rbp + r12 * 8 - 0x10], r11b
\\mov r12, qword ptr [rbp - 0x10]
\\mov rax, qword ptr [rbp - 0x1000]
\\mov rbx, qword ptr [rax]
\\mov byte ptr [rbp - 0x10], 0x10
\\mov qword ptr [r11 - 0x10], 0x10
\\lea rax, qword ptr [rbp - 0x10]
\\lea eax, dword ptr [r11 + 0x10]
\\lea r12, qword ptr [rip]
\\add rax, qword ptr [rip]
\\add rax, 0x10
\\add qword ptr [rbp - 0x10], 0xf0
\\adc byte ptr [rbp - 0x10], 0x10
\\and qword ptr [rax + 0x10], 0x8
\\or qword ptr [rbp + 0x10], 0xf
\\sbb r11, 0x8
\\sub r12, 0x0
\\xor byte ptr [r11 - 0x10], 0x20
\\xor al, 0x10
\\sbb eax, 0x0
\\sub rax, 0xf
\\sbb ax, 0x1000
\\and ax, 0xfff0
\\and rax, 0xfffffff0
\\mov ax, gs:0x10
\\mov ss:0x0, al
\\mov es:0x8, eax
\\mov rax, ds:0x0
\\add dword ptr gs:0x10000000, r12d
\\syscall
\\call qword ptr [r11 * 2]
\\call qword ptr [r12 * 2]
\\movsx eax, bx
\\movsx eax, bl
\\movsx ax, bl
\\movsxd rax, ebx
\\call 0x0
\\jmp 0x0
\\push r11
\\jb 0x0
\\sal rax, 0x1
\\sal rax, 0x3f
\\sal rax, 0x3f
\\sar rax, 0x3f
\\shr rax, 0x3f
\\test byte ptr [rbp - 0x10], r12b
\\imul r12d, dword ptr [rbp + r11 * 2 - 0x10], 0x8
\\shr r12d, cl
\\cmovp rax, qword ptr [rbp + r12 * 8]
\\cdqe
\\test byte ptr [r12], spl
\\test byte ptr [rbp], ah
\\cwd
\\cdq
\\cqo
\\test bl, 0x1
\\mov rbx, 0x8000000000000000
\\mov sil, byte ptr [rax + rcx * 1]
\\
, buf.items);
}
// zig fmt: on
|
0 | repos | repos/zig-pkg/README.md | # Zig Package Aggregator
|
0 | repos | repos/zhip8/README.md | # ZHIP8 - Zig CHIP-8 Emulator
I built this project with the intention of learning Zig. I used the following
CHIP-8 references during the implementation process:
Started in Zig `0.10.0`, left for a while and then ported to, and finished in
Zig `0.13.0`.
- https://en.wikipedia.org/wiki/CHIP-8
- https://tobiasvl.github.io/blog/write-a-chip-8-emulator
The current implementation is lackluster in the graphics department, but this
project is not about implementing OpenGL graphics, it is about understanding
Zig as a language.
## Compilation and Testing
Compilation using `zig build` produces a `./zig-out/bin/zhip8` binary.
```bash
zig build
```
Help page:
```bash
$ ./zig-out/bin/zhip8 --help
[-h] [-f <INT>] <ROM>...
-h, --help
Display this help and exit.
-f, --frequency <INT>
CPU frequency in Hz, default 700.
<ROM>...
```
### Unit Tests
Running the unit tests is done with:
```bash
zig build test --summary all
```
## Input
The inputs are very rudimentary, but the mapping of keys are as follows:
```text
1 2 3 4 1 2 3 c
q w e r \ 4 5 6 d
a s d f / 7 8 9 e
z x c v a 0 b f
```
## Exiting the Emulator
Exiting the program is done by hitting `<ESC>`.
|
0 | repos | repos/zhip8/build.zig.zon | .{
// This is the default name used by packages depending on this one. For
// example, when a user runs `zig fetch --save <url>`, this field is used
// as the key in the `dependencies` table. Although the user can choose a
// different name, most users will stick with this provided value.
//
// It is redundant to include "zig" in this name because it is already
// within the Zig package namespace.
.name = "zhip8",
// This is a [Semantic Version](https://semver.org/).
// In a future version of Zig it will be used for package deduplication.
.version = "0.1.0",
// This field is optional.
// This is currently advisory only; Zig does not yet do anything
// with this value.
.minimum_zig_version = "0.13.0",
// This field is optional.
// Each dependency must either provide a `url` and `hash`, or a `path`.
// `zig build --fetch` can be used to fetch all dependencies of a package, recursively.
// Once all dependencies are fetched, `zig build` no longer requires
// internet connectivity.
.dependencies = .{
.clap = .{
.url = "git+https://github.com/Hejsil/zig-clap?ref=0.9.1#d71cc39a94f3e6ccbad00c25d350c9147de4df9f",
.hash = "122062d301a203d003547b414237229b09a7980095061697349f8bef41be9c30266b",
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
"README.md",
// For example...
//"LICENSE",
},
}
|
0 | repos | repos/zhip8/build.zig | const std = @import("std");
pub fn build(b: *std.Build) void {
const target = b.standardTargetOptions(.{});
const optimize = b.standardOptimizeOption(.{});
const platform = b.option([]const u8, "platform", "Display platform target (default: tty)") orelse "tty";
const clap = b.dependency("clap", .{
.target = target,
.optimize = optimize,
});
// Ment to enable display platforms such as opengl etc.
const build_options = b.addOptions();
build_options.addOption([]const u8, "platform", platform);
const exe = b.addExecutable(.{
.name = "zhip8",
.root_source_file = b.path("src/main.zig"),
.target = target,
.optimize = optimize,
});
if (std.mem.eql(u8, platform, "tty")) {
exe.linkLibC();
}
exe.root_module.addImport("clap", clap.module("clap"));
exe.root_module.addOptions("config", build_options);
b.installArtifact(exe);
const run_exe = b.addRunArtifact(exe);
if (b.args) |args| {
run_exe.addArgs(args);
}
const run_step = b.step("run", "Run the application");
run_step.dependOn(&run_exe.step);
const unit_tests = b.addTest(.{
.root_source_file = b.path("src/main.zig"),
.target = target,
});
if (std.mem.eql(u8, platform, "tty")) {
unit_tests.linkLibC();
}
unit_tests.root_module.addImport("clap", clap.module("clap"));
unit_tests.root_module.addOptions("config", build_options);
const test_exe = b.addRunArtifact(unit_tests);
const test_step = b.step("test", "Run unit tests tests");
test_step.dependOn(&test_exe.step);
}
|
0 | repos/zhip8 | repos/zhip8/src/stack.zig | const std = @import("std");
pub const StackError = error{
StackUnderflow,
StackOverflow,
};
pub const Stack = struct {
stack: [32]u12,
count: u8,
pub fn init(allocator: std.mem.Allocator) *Stack {
const stack = allocator.create(Stack) catch @panic("Unable to allocate stack");
stack.count = 0;
return stack;
}
pub fn deinit(self: *Stack, allocator: std.mem.Allocator) void {
allocator.destroy(self);
}
pub fn pop(self: *Stack) StackError!u12 {
if (self.count == 0)
return StackError.StackUnderflow;
self.count -= 1;
return self.stack[self.count];
}
pub fn push(self: *Stack, value: u12) StackError!void {
if (self.count == self.stack.len)
return StackError.StackOverflow;
self.stack[self.count] = value;
self.count += 1;
}
};
test "Empty on init" {
const stack = Stack.init(std.heap.page_allocator);
defer stack.deinit(std.heap.page_allocator);
try std.testing.expectError(StackError.StackUnderflow, stack.pop());
}
test "Push and pop" {
const stack = Stack.init(std.heap.page_allocator);
defer stack.deinit(std.heap.page_allocator);
const foo: u12 = 12;
const bar: u12 = 32;
try stack.push(foo);
try stack.push(bar);
try stack.push(foo);
try stack.push(bar);
try std.testing.expectEqual(bar, try stack.pop());
try std.testing.expectEqual(foo, try stack.pop());
try std.testing.expectEqual(bar, try stack.pop());
try std.testing.expectEqual(foo, try stack.pop());
}
test "Overflow error" {
const stack = Stack.init(std.heap.page_allocator);
defer stack.deinit(std.heap.page_allocator);
var i: u8 = 0;
while (i < 32) : (i += 1) try stack.push(i);
try std.testing.expectError(StackError.StackOverflow, stack.push(0));
}
|
0 | repos/zhip8 | repos/zhip8/src/main.zig | const std = @import("std");
const config = @import("config");
const clap = @import("clap");
const Memory = @import("./memory.zig").Memory;
const CPU = @import("./cpu.zig").CPU;
const Timer = @import("./timer.zig").Timer;
const Options = @import("./options.zig").Options;
const ROM = @import("./rom.zig").ROM;
const Display = @import("./platform/display.zig").Display;
const Input = @import("./platform/input.zig").Input;
const Sound = @import("./platform/sound.zig").Sound;
pub fn main() !void {
const options = Options.init(std.heap.page_allocator);
defer options.deinit(std.heap.page_allocator);
const mem = Memory.init(std.heap.page_allocator);
defer mem.deinit(std.heap.page_allocator);
readAndLoadROM(mem, options.getRomfile());
const display = Display.init(std.heap.page_allocator);
defer display.deinit(std.heap.page_allocator);
const input = Input.init(std.heap.page_allocator);
defer input.deinit(std.heap.page_allocator);
const sound = Sound.init(std.heap.page_allocator);
defer sound.deinit(std.heap.page_allocator);
const cpu = CPU.init(std.heap.page_allocator);
defer cpu.deinit(std.heap.page_allocator);
var delayTimer = Timer.init();
var soundTimer = Timer.init();
const cycleTime = cycleTimeNs(options.getFrequency());
var time = std.time.nanoTimestamp();
const timerCycleTime = comptime cycleTimeNs(60);
var timerTime = time;
while (true) {
var currentTime = std.time.nanoTimestamp();
while (currentTime - time > cycleTime) {
cpu.cycle(mem, display, &delayTimer, &soundTimer, input);
time += cycleTime;
}
currentTime = std.time.nanoTimestamp();
while (currentTime - timerTime > timerCycleTime) {
delayTimer.tick();
soundTimer.tick();
if (soundTimer.get() > 0) sound.startTone() else sound.stopTone();
timerTime += timerCycleTime;
}
// Rough, but probably good enough.
const sleepTime: u128 = @intCast(currentTime - time);
std.time.sleep(@truncate(sleepTime));
}
}
fn readAndLoadROM(memory: *Memory, romPath: []const u8) void {
var rom_input = std.io.getStdIn();
if (!std.mem.eql(u8, "-", romPath)) {
// TODO error handling.
rom_input = std.fs.cwd().openFile(romPath, .{}) catch @panic("Unabe to open file");
}
const rom = ROM.init(std.heap.page_allocator, rom_input.reader());
defer rom.deinit(std.heap.page_allocator);
rom_input.close();
memory.loadROM(rom.getROM()) catch @panic("ROM Too large for chip8 emulator.");
}
fn cycleTimeNs(hertz: usize) i128 {
return std.time.ns_per_s / hertz;
}
test {
std.testing.refAllDecls(@This());
}
test "simple test" {
var list = std.ArrayList(i32).init(std.testing.allocator);
defer list.deinit(); // try commenting this out and see if zig detects the memory leak!
try list.append(42);
try std.testing.expectEqual(@as(i32, 42), list.pop());
}
test "cycleTimeNs" {
try std.testing.expect(1000 * std.time.ns_per_ms == cycleTimeNs(1));
try std.testing.expect(100 * std.time.ns_per_ms == cycleTimeNs(10));
try std.testing.expect(10 * std.time.ns_per_ms == cycleTimeNs(100));
try std.testing.expect(1 * std.time.ns_per_ms == cycleTimeNs(1000));
try std.testing.expect(50 * std.time.ns_per_ms == cycleTimeNs(20));
}
|
0 | repos/zhip8 | repos/zhip8/src/timer.zig | const std = @import("std");
pub const Timer = struct {
value: u8,
pub fn init() Timer {
return .{ .value = 0 };
}
pub fn set(self: *Timer, value: u8) void {
self.value = value;
}
pub fn get(self: *const Timer) u8 {
return self.value;
}
pub fn tick(self: *Timer) void {
if (self.value > 0)
self.value -= 1;
}
};
test "Timer tests" {
var timer = Timer.init();
try std.testing.expectEqual(@as(u8, 0), timer.value);
timer.tick();
try std.testing.expectEqual(@as(u8, 0), timer.value);
timer.set(100);
try std.testing.expectEqual(@as(u8, 100), timer.value);
timer.tick();
try std.testing.expectEqual(@as(u8, 99), timer.value);
timer.tick();
try std.testing.expectEqual(@as(u8, 98), timer.value);
}
|
0 | repos/zhip8 | repos/zhip8/src/cpu.zig | const std = @import("std");
const builtin = @import("builtin");
var random = std.rand.DefaultPrng.init(0);
const Memory = @import("./memory.zig").Memory;
const MemoryFontIndex = @import("./memory.zig").FontIndex;
const Display = @import("./platform/display.zig").Display;
const Input = @import("./platform/input.zig").Input;
const Stack = @import("./stack.zig").Stack;
const Timer = @import("./timer.zig").Timer;
pub const CPU = struct {
stack: *Stack,
pc: u12,
i: u12,
v: [0x10]u8,
pub fn init(allocator: std.mem.Allocator) *CPU {
random.seed(@intCast(std.time.nanoTimestamp()));
const cpu = allocator.create(CPU) catch @panic("Unable to allocate CPU");
cpu.stack = Stack.init(allocator);
cpu.pc = 0x200;
cpu.i = 0;
for (&cpu.v) |*reg| reg.* = 0;
return cpu;
}
pub fn deinit(self: *CPU, allocator: std.mem.Allocator) void {
self.stack.deinit(allocator);
allocator.destroy(self);
}
pub fn cycle(self: *CPU, memory: *Memory, display: *Display, delayTimer: *Timer, soundTimer: *Timer, input: *Input) void {
const instruction = self.instructionFetch(memory);
switch (instruction.address.opcode) {
0x1, 0x2, 0xA, 0xB => self.instructionExecAddress(instruction.address),
0x3, 0x4, 0x6, 0x7, 0xC, 0xE, 0xF => self.instructionExecImmediate(instruction.immediate, memory, delayTimer, soundTimer, input),
0x0, 0x5, 0x8, 0x9, 0xD => self.instructionExec(instruction.regular, memory, display),
}
}
fn instructionFetch(self: *CPU, memory: *Memory) Instruction {
const high = memory.get(self.pc);
self.pc += 1;
const low = memory.get(self.pc);
self.pc += 1;
const instr = Instruction{ .code = @as(u16, high) << 8 | low };
return instr;
}
fn instructionExecAddress(self: *CPU, address: Address) void {
switch (address.opcode) {
0x1 => self.pc = address.address,
0x2 => self.subroutineCall(address.address),
0xA => self.i = address.address,
0xB => self.pc = address.address + self.v[0],
else => {},
}
}
fn instructionExecImmediate(self: *CPU, immediate: Immediate, memory: *Memory, delayTimer: *Timer, soundTimer: *Timer, input: *Input) void {
switch (immediate.opcode) {
0x3 => self.pc += if (self.v[immediate.lhs] == immediate.value) 2 else 0,
0x4 => self.pc += if (self.v[immediate.lhs] != immediate.value) 2 else 0,
0x6 => self.v[immediate.lhs] = immediate.value,
0x7 => self.v[immediate.lhs] +%= immediate.value,
0xC => self.v[immediate.lhs] = random.random().int(u8) & immediate.value,
0xE => switch (immediate.value) {
0x9E => if (input.isKeyDown(@truncate(self.v[immediate.lhs]))) {
self.pc += 2;
},
0xA1 => if (!input.isKeyDown(@truncate(self.v[immediate.lhs]))) {
self.pc += 2;
},
else => {},
},
0xF => switch (immediate.value) {
0x07 => self.v[immediate.lhs] = delayTimer.get(),
0x0A => {
var pressed: bool = false;
var i: u8 = 0;
while (i <= 0x10) : (i += 1) {
if (input.isKeyDown(@truncate(i))) {
pressed = true;
self.v[immediate.lhs] = i;
break;
}
}
if (!pressed) {
self.pc -= 2;
}
},
0x15 => delayTimer.set(self.v[immediate.lhs]),
0x18 => soundTimer.set(self.v[immediate.lhs]),
0x1E => {
const oldVal: u12 = self.i;
self.i +%= self.v[immediate.lhs];
const didWrap = self.i < oldVal;
self.v[0xF] = if (didWrap) 1 else 0;
},
0x29 => self.i = MemoryFontIndex + 5 * @mod(self.v[immediate.lhs], 0x10),
0x33 => {
var val: u8 = self.v[immediate.lhs];
memory.set(self.i, @divFloor(val, 100));
val = @mod(val, 100);
memory.set(self.i + 1, @divFloor(val, 10));
memory.set(self.i + 2, @mod(val, 10));
},
0x55 => {
for (self.v[0 .. immediate.lhs + 1], 0..) |item, index| {
const index_truc: u12 = @truncate(index);
memory.set(self.i + index_truc, item);
}
},
0x65 => {
for (memory.memory[self.i .. self.i + immediate.lhs + 1], 0..) |item, index| {
self.v[@truncate(index)] = item;
}
},
else => {},
},
else => {},
}
}
fn instructionExec(self: *CPU, instruction: Regular, memory: *Memory, display: *Display) void {
switch (instruction.opcode) {
0x0 => if (instruction.lhs == 0 and instruction.rhs == 0xE) switch (instruction.value) {
0x0 => display.clear(),
0xE => self.subroutineReturn(),
else => {},
} else {},
0x5 => self.pc += if (self.v[instruction.lhs] == self.v[instruction.rhs]) 2 else 0,
0x8 => self.execArithmeticInstruction(instruction.lhs, instruction.rhs, instruction.value),
0x9 => self.pc += if (self.v[instruction.lhs] != self.v[instruction.rhs]) 2 else 0,
0xD => self.draw(memory, display, instruction.lhs, instruction.rhs, instruction.value),
else => {},
}
}
fn draw(self: *CPU, memory: *Memory, display: *Display, x: u4, y: u4, n: u4) void {
const vx: u8 = self.v[x] % 64;
const vy: u8 = self.v[y] % 32;
self.v[0xF] = 0;
var line: u4 = 0;
while (line < n and vy + line < 32) {
const sprite = memory.get(self.i + line);
var xoffset: u3 = 0;
while (vx + xoffset < 64) {
const bit = sprite & (@as(u8, 0x1) << (7 - xoffset));
var index: u11 = vy + line;
index *= 64;
index += xoffset;
index += vx;
// const index = vx + xoffset + (vy + line) * 64;
if (bit != 0) {
display.frameBuffer[index] = !display.frameBuffer[index];
if (display.frameBuffer[index] == false) self.v[0xF] = 1;
}
if (xoffset == 7) break;
xoffset += 1;
}
line += 1;
}
display.draw();
}
fn subroutineReturn(self: *CPU) void {
const stackAddr = self.stack.pop() catch @panic("Stack underflow");
self.pc = stackAddr;
}
fn subroutineCall(self: *CPU, jmpAddress: u12) void {
self.stack.push(self.pc) catch @panic("Stack overflow");
self.pc = jmpAddress;
}
fn execArithmeticInstruction(self: *CPU, lhs: u4, rhs: u4, operation: u4) void {
switch (operation) {
0x0 => self.v[lhs] = self.v[rhs],
0x1 => self.v[lhs] |= self.v[rhs],
0x2 => self.v[lhs] &= self.v[rhs],
0x3 => self.v[lhs] ^= self.v[rhs],
0x4 => {
const old: u8 = self.v[lhs];
self.v[lhs] +%= self.v[rhs];
const didWrap = self.v[lhs] < old;
self.v[0xF] = if (didWrap) 1 else 0;
},
0x5 => {
const old: u8 = self.v[lhs];
self.v[lhs] -%= self.v[rhs];
const didWrap = self.v[lhs] > old;
self.v[0xF] = if (didWrap) 0 else 1;
},
0x7 => {
self.v[lhs] = self.v[rhs] -% self.v[lhs];
const didWrap = self.v[lhs] > self.v[rhs];
self.v[0xF] = if (didWrap) 0 else 1;
},
0x6 => {
self.v[0xF] = self.v[lhs] & 0b1;
self.v[lhs] >>= 1;
},
0xE => {
self.v[0xF] = self.v[lhs] >> 7;
self.v[lhs] <<= 1;
},
else => {},
}
}
};
// This makes assumptions regarding endianness...
const Instruction = packed union {
code: u16,
address: Address,
immediate: Immediate,
regular: Regular,
};
const Address = packed struct {
address: u12,
opcode: u4,
};
const Immediate = packed struct {
value: u8,
lhs: u4,
opcode: u4,
};
const Regular = packed struct {
value: u4,
rhs: u4,
lhs: u4,
opcode: u4,
};
const test_allocator = std.testing.allocator;
test "instructionFetch" {
const cpu = CPU.init(test_allocator);
defer cpu.deinit(test_allocator);
const mem = Memory.init(test_allocator);
defer mem.deinit(test_allocator);
mem.set(100, 0xFC);
mem.set(101, 0xA8);
const initialPc = cpu.pc;
try std.testing.expectEqual(@as(u16, 0), cpu.instructionFetch(mem).code);
try std.testing.expectEqual(@as(u12, initialPc + 2), cpu.pc);
cpu.pc = 100;
try std.testing.expectEqual(@as(u16, 0xFCA8), cpu.instructionFetch(mem).code);
try std.testing.expectEqual(@as(u12, 102), cpu.pc);
}
test "jump" {
const cpu = CPU.init(test_allocator);
defer cpu.deinit(test_allocator);
const mem = Memory.init(test_allocator);
defer mem.deinit(test_allocator);
cpu.pc = 100;
mem.set(100, 0x10);
mem.set(101, 0xF0);
cpu.cycle(mem, undefined, undefined, undefined, undefined);
try std.testing.expectEqual(@as(u12, 0x0F0), cpu.pc);
}
test "jumpWithOffset" {
const cpu = CPU.init(test_allocator);
defer cpu.deinit(test_allocator);
const mem = Memory.init(test_allocator);
defer mem.deinit(test_allocator);
mem.set(0x200, 0xB4);
mem.set(0x201, 0xF0);
cpu.v[0] = 0;
cpu.cycle(mem, undefined, undefined, undefined, undefined);
try std.testing.expect(0x4F0 == cpu.pc);
cpu.pc = 0x200;
mem.set(0x200, 0xB4);
mem.set(0x201, 0xF0);
cpu.v[0] = 0x8;
cpu.cycle(mem, undefined, undefined, undefined, undefined);
try std.testing.expect(0x4F8 == cpu.pc);
}
test "setIndex" {
const cpu = CPU.init(test_allocator);
defer cpu.deinit(test_allocator);
const mem = Memory.init(test_allocator);
defer mem.deinit(test_allocator);
cpu.pc = 100;
mem.set(100, 0xA0);
mem.set(101, 0xF0);
try std.testing.expectEqual(@as(u12, 0), cpu.i);
cpu.cycle(mem, undefined, undefined, undefined, undefined);
try std.testing.expectEqual(@as(u12, 0x0F0), cpu.i);
}
test "setRegImm" {
const cpu = CPU.init(test_allocator);
defer cpu.deinit(test_allocator);
const mem = Memory.init(test_allocator);
defer mem.deinit(test_allocator);
cpu.pc = 0;
mem.set(0, 0x63);
mem.set(1, 0x24);
try std.testing.expectEqual(@as(u8, 0), cpu.v[3]);
cpu.cycle(mem, undefined, undefined, undefined, undefined);
try std.testing.expectEqual(@as(u8, 0x24), cpu.v[3]);
}
test "addImm" {
const cpu = CPU.init(test_allocator);
defer cpu.deinit(test_allocator);
const mem = Memory.init(test_allocator);
defer mem.deinit(test_allocator);
cpu.pc = 0;
mem.set(0, 0x74);
mem.set(1, 0xF0);
try std.testing.expectEqual(@as(u8, 0), cpu.v[4]);
cpu.cycle(mem, undefined, undefined, undefined, undefined);
try std.testing.expectEqual(@as(u8, 0xF0), cpu.v[4]);
cpu.pc = 0;
mem.set(1, 0x20);
cpu.cycle(mem, undefined, undefined, undefined, undefined);
try std.testing.expectEqual(@as(u8, 0x10), cpu.v[4]);
}
test "initialPc" {
const cpu = CPU.init(test_allocator);
defer cpu.deinit(test_allocator);
try std.testing.expect(cpu.pc == 0x200);
}
test "testSubroutines" {
const cpu = CPU.init(test_allocator);
defer cpu.deinit(test_allocator);
const mem = Memory.init(test_allocator);
defer mem.deinit(test_allocator);
mem.set(cpu.pc, 0x24);
mem.set(cpu.pc + 1, 0x00);
mem.set(0x400, 0x25);
mem.set(0x400 + 1, 0x00);
mem.set(0x400 + 2, 0x00);
mem.set(0x400 + 3, 0xEE);
mem.set(0x500, 0x00);
mem.set(0x500 + 1, 0xEE);
cpu.cycle(mem, undefined, undefined, undefined, undefined);
try std.testing.expect(cpu.pc == 0x400);
cpu.cycle(mem, undefined, undefined, undefined, undefined);
try std.testing.expect(cpu.pc == 0x500);
cpu.cycle(mem, undefined, undefined, undefined, undefined);
try std.testing.expect(cpu.pc == 0x402);
cpu.cycle(mem, undefined, undefined, undefined, undefined);
try std.testing.expect(cpu.pc == 0x202);
}
test "branchImm" {
const cpu = CPU.init(test_allocator);
defer cpu.deinit(test_allocator);
const mem = Memory.init(test_allocator);
defer mem.deinit(test_allocator);
cpu.pc = 0;
mem.setTwo(cpu.pc, 0x3210);
cpu.v[2] = 0x9;
cpu.cycle(mem, undefined, undefined, undefined, undefined);
try std.testing.expect(cpu.pc == 2);
cpu.pc = 0;
mem.setTwo(cpu.pc, 0x3210);
cpu.v[2] = 0x10;
cpu.cycle(mem, undefined, undefined, undefined, undefined);
try std.testing.expect(cpu.pc == 4);
cpu.pc = 0;
mem.setTwo(cpu.pc, 0x4210);
cpu.v[2] = 0x9;
cpu.cycle(mem, undefined, undefined, undefined, undefined);
try std.testing.expect(cpu.pc == 4);
cpu.pc = 0;
mem.setTwo(cpu.pc, 0x4210);
cpu.v[2] = 0x10;
cpu.cycle(mem, undefined, undefined, undefined, undefined);
try std.testing.expect(cpu.pc == 2);
}
test "branch" {
const cpu = CPU.init(test_allocator);
defer cpu.deinit(test_allocator);
const mem = Memory.init(test_allocator);
defer mem.deinit(test_allocator);
cpu.pc = 0;
mem.setTwo(cpu.pc, 0x5210);
cpu.v[2] = 0x9;
cpu.v[1] = 0x1;
cpu.cycle(mem, undefined, undefined, undefined, undefined);
try std.testing.expect(cpu.pc == 2);
cpu.pc = 0;
mem.setTwo(cpu.pc, 0x5210);
cpu.v[2] = 0x10;
cpu.v[1] = 0x10;
cpu.cycle(mem, undefined, undefined, undefined, undefined);
try std.testing.expect(cpu.pc == 4);
cpu.pc = 0;
mem.setTwo(cpu.pc, 0x9210);
cpu.v[2] = 0x9;
cpu.v[1] = 0x1;
cpu.cycle(mem, undefined, undefined, undefined, undefined);
try std.testing.expect(cpu.pc == 4);
cpu.pc = 0;
mem.setTwo(cpu.pc, 0x9210);
cpu.v[2] = 0x10;
cpu.v[1] = 0x10;
cpu.cycle(mem, undefined, undefined, undefined, undefined);
try std.testing.expect(cpu.pc == 2);
}
test "set" {
const cpu = CPU.init(test_allocator);
defer cpu.deinit(test_allocator);
const mem = Memory.init(test_allocator);
defer mem.deinit(test_allocator);
mem.setTwo(cpu.pc, 0x8120);
cpu.v[1] = 0x2;
cpu.v[2] = 0x4;
cpu.cycle(mem, undefined, undefined, undefined, undefined);
try std.testing.expectEqual(cpu.v[1], cpu.v[2]);
}
test "or" {
const cpu = CPU.init(test_allocator);
defer cpu.deinit(test_allocator);
const mem = Memory.init(test_allocator);
defer mem.deinit(test_allocator);
mem.setTwo(cpu.pc, 0x8121);
cpu.v[1] = 0x2;
cpu.v[2] = 0x4;
cpu.cycle(mem, undefined, undefined, undefined, undefined);
try std.testing.expect(cpu.v[1] == 0x2 | 0x4);
}
test "and" {
const cpu = CPU.init(test_allocator);
defer cpu.deinit(test_allocator);
const mem = Memory.init(test_allocator);
defer mem.deinit(test_allocator);
mem.setTwo(cpu.pc, 0x8122);
cpu.v[1] = 0x2;
cpu.v[2] = 0x4;
cpu.cycle(mem, undefined, undefined, undefined, undefined);
try std.testing.expect(cpu.v[1] == 0x2 & 0x4);
}
test "xor" {
const cpu = CPU.init(test_allocator);
defer cpu.deinit(test_allocator);
const mem = Memory.init(test_allocator);
defer mem.deinit(test_allocator);
mem.setTwo(cpu.pc, 0x8123);
cpu.v[1] = 0x2;
cpu.v[2] = 0x4;
cpu.cycle(mem, undefined, undefined, undefined, undefined);
try std.testing.expect(cpu.v[1] == 0x2 ^ 0x4);
}
test "add" {
const cpu = CPU.init(test_allocator);
defer cpu.deinit(test_allocator);
const mem = Memory.init(test_allocator);
defer mem.deinit(test_allocator);
mem.setTwo(cpu.pc, 0x8124);
cpu.v[1] = 0x2;
cpu.v[2] = 0x4;
cpu.cycle(mem, undefined, undefined, undefined, undefined);
try std.testing.expect(cpu.v[1] == 0x2 + 0x4);
try std.testing.expect(cpu.v[0xF] == 0);
mem.setTwo(cpu.pc, 0x8124);
cpu.v[1] = 0xFF;
cpu.v[2] = 0x4;
cpu.cycle(mem, undefined, undefined, undefined, undefined);
try std.testing.expect(cpu.v[1] == 0x3);
try std.testing.expect(cpu.v[0xF] == 1);
}
test "subtract" {
const cpu = CPU.init(test_allocator);
defer cpu.deinit(test_allocator);
const mem = Memory.init(test_allocator);
defer mem.deinit(test_allocator);
mem.setTwo(cpu.pc, 0x8125);
cpu.v[1] = 0x4;
cpu.v[2] = 0x2;
cpu.cycle(mem, undefined, undefined, undefined, undefined);
try std.testing.expect(cpu.v[1] == 0x4 - 0x2);
try std.testing.expect(cpu.v[0xF] == 1);
mem.setTwo(cpu.pc, 0x8125);
cpu.v[1] = 0x2;
cpu.v[2] = 0x4;
cpu.cycle(mem, undefined, undefined, undefined, undefined);
try std.testing.expect(cpu.v[1] == 0xFE);
try std.testing.expect(cpu.v[0xF] == 0);
mem.setTwo(cpu.pc, 0x8127);
cpu.v[1] = 0x2;
cpu.v[2] = 0x4;
cpu.cycle(mem, undefined, undefined, undefined, undefined);
try std.testing.expect(cpu.v[1] == 0x4 - 0x2);
try std.testing.expect(cpu.v[0xF] == 1);
mem.setTwo(cpu.pc, 0x8127);
cpu.v[1] = 0x4;
cpu.v[2] = 0x2;
cpu.cycle(mem, undefined, undefined, undefined, undefined);
try std.testing.expect(cpu.v[1] == 0xFE);
try std.testing.expect(cpu.v[0xF] == 0);
}
test "shift" {
const cpu = CPU.init(test_allocator);
defer cpu.deinit(test_allocator);
const mem = Memory.init(test_allocator);
defer mem.deinit(test_allocator);
mem.setTwo(cpu.pc, 0x8216);
cpu.v[1] = 0x4;
cpu.v[2] = 0b100;
cpu.cycle(mem, undefined, undefined, undefined, undefined);
try std.testing.expect(cpu.v[2] == 0b010);
try std.testing.expect(cpu.v[0xF] == 0);
mem.setTwo(cpu.pc, 0x8216);
cpu.v[1] = 0x2;
cpu.v[2] = 0b101;
cpu.cycle(mem, undefined, undefined, undefined, undefined);
try std.testing.expect(cpu.v[2] == 0b010);
try std.testing.expect(cpu.v[0xF] == 1);
mem.setTwo(cpu.pc, 0x821E);
cpu.v[1] = 0x4;
cpu.v[2] = 0b0101_0101;
cpu.cycle(mem, undefined, undefined, undefined, undefined);
try std.testing.expect(cpu.v[2] == 0b1010_1010);
try std.testing.expect(cpu.v[0xF] == 0);
mem.setTwo(cpu.pc, 0x821E);
cpu.v[1] = 0x2;
cpu.v[2] = 0b1010_1010;
cpu.cycle(mem, undefined, undefined, undefined, undefined);
try std.testing.expect(cpu.v[2] == 0b0101_0100);
try std.testing.expect(cpu.v[0xF] == 1);
}
test "random" {
// This doesn't really do the trick, but it's better than nothing i guess.
const cpu = CPU.init(test_allocator);
defer cpu.deinit(test_allocator);
const mem = Memory.init(test_allocator);
defer mem.deinit(test_allocator);
mem.setTwo(cpu.pc, 0xC1F0);
var i: u8 = 1;
while (i < 0xFF) : (i += 1) {
cpu.cycle(mem, undefined, undefined, undefined, undefined);
cpu.pc -= 2;
try std.testing.expect(cpu.v[1] & 0xF == 0);
}
}
test "store" {
const cpu = CPU.init(test_allocator);
defer cpu.deinit(test_allocator);
const mem = Memory.init(test_allocator);
defer mem.deinit(test_allocator);
var i: u8 = 0;
while (i < 10) : (i += 1) {
cpu.v[i] = i;
}
cpu.i = 0xF00;
mem.setTwo(cpu.pc, 0xF855);
cpu.cycle(mem, undefined, undefined, undefined, undefined);
try std.testing.expect(cpu.i == 0xF00);
i = 0;
while (i <= 8) : (i += 1) {
try std.testing.expectEqual(i, mem.get(cpu.i + i));
}
try std.testing.expect(mem.get(cpu.i + i) == 0);
cpu.i = 0xF20;
mem.setTwo(cpu.pc, 0xF355);
cpu.cycle(mem, undefined, undefined, undefined, undefined);
i = 0;
while (i <= 3) : (i += 1) {
try std.testing.expect(mem.get(cpu.i + i) == i);
}
try std.testing.expect(mem.get(cpu.i + i) == 0);
}
test "load" {
const cpu = CPU.init(test_allocator);
defer cpu.deinit(test_allocator);
const mem = Memory.init(test_allocator);
defer mem.deinit(test_allocator);
cpu.i = 0xF00;
var i: u8 = 0;
while (i < 10) : (i += 1) {
mem.set(cpu.i + i, i);
}
mem.setTwo(cpu.pc, 0xF465);
cpu.cycle(mem, undefined, undefined, undefined, undefined);
try std.testing.expect(cpu.i == 0xF00);
i = 0;
while (i <= 4) : (i += 1) {
try std.testing.expectEqual(i, cpu.v[i]);
}
try std.testing.expectEqual(@as(u8, 0), cpu.v[i]);
cpu.i += 1;
mem.setTwo(cpu.pc, 0xF765);
cpu.cycle(mem, undefined, undefined, undefined, undefined);
i = 0;
while (i <= 7) : (i += 1) {
try std.testing.expectEqual(i + 1, cpu.v[i]);
}
try std.testing.expectEqual(@as(u8, 0), cpu.v[i]);
}
test "store and load" {
const cpu = CPU.init(test_allocator);
defer cpu.deinit(test_allocator);
const mem = Memory.init(test_allocator);
defer mem.deinit(test_allocator);
cpu.i = 1000;
cpu.v[0] = 0;
cpu.v[1] = 48;
mem.setTwo(cpu.pc, 0xF155);
cpu.cycle(mem, undefined, undefined, undefined, undefined);
cpu.i = 1001;
mem.setTwo(cpu.pc, 0xF065);
cpu.cycle(mem, undefined, undefined, undefined, undefined);
try std.testing.expectEqual(@as(u8, 48), cpu.v[0]);
}
test "bin-conv" {
const cpu = CPU.init(test_allocator);
defer cpu.deinit(test_allocator);
const mem = Memory.init(test_allocator);
defer mem.deinit(test_allocator);
cpu.i = 0xF00;
mem.setTwo(cpu.pc, 0xF133);
cpu.v[0x1] = 0x5;
cpu.cycle(mem, undefined, undefined, undefined, undefined);
try std.testing.expect(cpu.i == 0xF00);
try std.testing.expectEqual(@as(u8, 0), mem.get(cpu.i + 0));
try std.testing.expectEqual(@as(u8, 0), mem.get(cpu.i + 1));
try std.testing.expectEqual(@as(u8, 5), mem.get(cpu.i + 2));
mem.setTwo(cpu.pc, 0xF133);
cpu.v[0x1] = 0xF;
cpu.cycle(mem, undefined, undefined, undefined, undefined);
try std.testing.expectEqual(@as(u8, 0), mem.get(cpu.i + 0));
try std.testing.expectEqual(@as(u8, 1), mem.get(cpu.i + 1));
try std.testing.expectEqual(@as(u8, 5), mem.get(cpu.i + 2));
mem.setTwo(cpu.pc, 0xF133);
cpu.v[0x1] = 0x9D;
cpu.cycle(mem, undefined, undefined, undefined, undefined);
try std.testing.expectEqual(@as(u8, 1), mem.get(cpu.i + 0));
try std.testing.expectEqual(@as(u8, 5), mem.get(cpu.i + 1));
try std.testing.expectEqual(@as(u8, 7), mem.get(cpu.i + 2));
}
test "addIndex" {
const cpu = CPU.init(test_allocator);
defer cpu.deinit(test_allocator);
const mem = Memory.init(test_allocator);
defer mem.deinit(test_allocator);
cpu.i = 0xF00;
mem.setTwo(cpu.pc, 0xF11E);
cpu.v[0x1] = 0x5;
cpu.cycle(mem, undefined, undefined, undefined, undefined);
try std.testing.expect(cpu.i == 0xF05);
try std.testing.expect(cpu.v[0xF] == 0);
cpu.i = 0xFFF;
mem.setTwo(cpu.pc, 0xF11E);
cpu.v[0x1] = 0x5;
cpu.cycle(mem, undefined, undefined, undefined, undefined);
try std.testing.expect(cpu.i == 0x004);
try std.testing.expect(cpu.v[0xF] == 1);
}
test "fontchar" {
const cpu = CPU.init(test_allocator);
defer cpu.deinit(test_allocator);
const mem = Memory.init(test_allocator);
defer mem.deinit(test_allocator);
var i: u8 = 0;
while (i < 0x20) : (i += 1) {
mem.setTwo(cpu.pc, 0xF129);
cpu.v[1] = i;
cpu.cycle(mem, undefined, undefined, undefined, undefined);
try std.testing.expect(cpu.i == MemoryFontIndex + 5 * (i % 0x10));
}
}
test "getTimer" {
const cpu = CPU.init(test_allocator);
defer cpu.deinit(test_allocator);
const mem = Memory.init(test_allocator);
defer mem.deinit(test_allocator);
var timer = Timer.init();
timer.set(0x20);
mem.setTwo(cpu.pc, 0xF207);
cpu.cycle(mem, undefined, &timer, undefined, undefined);
try std.testing.expect(cpu.v[2] == 0x20);
}
test "setTimer" {
const cpu = CPU.init(test_allocator);
defer cpu.deinit(test_allocator);
const mem = Memory.init(test_allocator);
defer mem.deinit(test_allocator);
var timer = Timer.init();
cpu.v[2] = 0x30;
mem.setTwo(cpu.pc, 0xF215);
cpu.cycle(mem, undefined, &timer, undefined, undefined);
try std.testing.expect(timer.get() == 0x30);
cpu.v[2] = 0x35;
mem.setTwo(cpu.pc, 0xF218);
cpu.cycle(mem, undefined, undefined, &timer, undefined);
try std.testing.expect(timer.get() == 0x35);
}
|
0 | repos/zhip8 | repos/zhip8/src/options.zig | const std = @import("std");
const clap = @import("clap");
pub const Options = struct {
frequencyHz: usize,
romFilePath: []const u8,
pub fn init(allocator: std.mem.Allocator) *Options {
const options = allocator.create(Options) catch @panic("Unable to allocate Options");
options.frequencyHz = 700;
options.romFilePath = std.fmt.allocPrint(allocator, "", .{}) catch @panic("Unable to allocate Options");
options.parseParams(allocator) catch @panic("Unable to parse CLI flags");
return options;
}
pub fn deinit(self: *Options, allocator: std.mem.Allocator) void {
allocator.free(self.romFilePath);
allocator.destroy(self);
}
pub fn getFrequency(self: *Options) usize {
return self.frequencyHz;
}
pub fn getRomfile(self: *Options) []const u8 {
return self.romFilePath;
}
fn parseParams(self: *Options, allocator: std.mem.Allocator) !void {
const params = comptime clap.parseParamsComptime(
\\-h, --help Display this help and exit.
\\-f, --frequency <INT> CPU frequency in Hz, default 700.
\\<ROM>...
\\
);
const parsers = comptime .{
.ROM = clap.parsers.string,
.INT = clap.parsers.int(usize, 10),
};
var diag = clap.Diagnostic{};
var res = clap.parse(clap.Help, ¶ms, parsers, .{
.diagnostic = &diag,
.allocator = allocator,
}) catch |err| {
diag.report(std.io.getStdErr().writer(), err) catch {};
return err;
};
defer res.deinit();
if (res.args.help != 0 or res.positionals.len != 1) {
try clap.usage(std.io.getStdErr().writer(), clap.Help, ¶ms);
_ = try std.io.getStdErr().write("\n\n");
try clap.help(std.io.getStdErr().writer(), clap.Help, ¶ms, .{});
std.process.exit(0);
}
if (res.args.frequency) |freq| {
self.frequencyHz = freq;
}
allocator.free(self.romFilePath);
self.romFilePath = try std.fmt.allocPrint(allocator, "{s}", .{res.positionals[0]});
}
};
|
0 | repos/zhip8 | repos/zhip8/src/memory.zig | const std = @import("std");
pub const MemoryError = error{
ROMTooLarge,
};
pub const Memory = struct {
memory: [4096]u8,
pub fn init(allocator: std.mem.Allocator) *Memory {
const mem = allocator.create(Memory) catch @panic("Unable to allocate main memory");
for (&mem.memory) |*item| item.* = 0;
for (mem.memory[FontIndex .. FontIndex + Font.len], 0..) |*dest, index| {
dest.* = Font[index];
}
return mem;
}
pub fn deinit(self: *Memory, allocator: std.mem.Allocator) void {
allocator.destroy(self);
}
pub fn get(self: *Memory, address: u12) u8 {
return self.memory[address];
}
pub fn set(self: *Memory, address: u12, value: u8) void {
self.memory[address] = value;
}
pub fn setTwo(self: *Memory, address: u12, value: u16) void {
self.memory[address] = @truncate(value >> 8);
self.memory[address + 1] = @truncate(value);
}
pub fn loadROM(self: *Memory, rom: *const []const u8) !void {
if (rom.len > 4096 - 0x200) {
return MemoryError.ROMTooLarge;
}
@memset(self.memory[0x200..], 0);
@memcpy(self.memory[0x200 .. 0x200 + rom.len], rom.*);
}
};
pub const Font = [_]u8{
0xF0, 0x90, 0x90, 0x90, 0xF0, // 0
0x20, 0x60, 0x20, 0x20, 0x70, // 1
0xF0, 0x10, 0xF0, 0x80, 0xF0, // 2
0xF0, 0x10, 0xF0, 0x10, 0xF0, // 3
0x90, 0x90, 0xF0, 0x10, 0x10, // 4
0xF0, 0x80, 0xF0, 0x10, 0xF0, // 5
0xF0, 0x80, 0xF0, 0x90, 0xF0, // 6
0xF0, 0x10, 0x20, 0x40, 0x40, // 7
0xF0, 0x90, 0xF0, 0x90, 0xF0, // 8
0xF0, 0x90, 0xF0, 0x10, 0xF0, // 9
0xF0, 0x90, 0xF0, 0x90, 0x90, // A
0xE0, 0x90, 0xE0, 0x90, 0xE0, // B
0xF0, 0x80, 0x80, 0x80, 0xF0, // C
0xE0, 0x90, 0x90, 0x90, 0xE0, // D
0xF0, 0x80, 0xF0, 0x80, 0xF0, // E
0xF0, 0x80, 0xF0, 0x80, 0x80, // F
};
pub const FontIndex: u12 = 0x50;
const test_allocator = std.testing.allocator;
test "Memory init all 0" {
const mem = Memory.init(test_allocator);
defer mem.deinit(test_allocator);
for (mem.memory[0x200..]) |item| try std.testing.expectEqual(item, 0);
}
test "Set and get" {
const mem = Memory.init(test_allocator);
defer mem.deinit(test_allocator);
const foo: u8 = 238;
const bar: u12 = 4000;
try std.testing.expectEqual(mem.get(bar), 0);
mem.set(bar, foo);
try std.testing.expectEqual(mem.get(bar), foo);
mem.set(bar, foo);
try std.testing.expectEqual(mem.get(bar), foo);
}
test "Set dobule" {
const mem = Memory.init(test_allocator);
defer mem.deinit(test_allocator);
mem.setTwo(0x20, 0x1234);
try std.testing.expectEqual(@as(u8, 0x12), mem.memory[0x20]);
try std.testing.expectEqual(@as(u8, 0x34), mem.memory[0x21]);
}
test "Load ROM" {
const mem = Memory.init(test_allocator);
defer mem.deinit(test_allocator);
const rom: []const u8 = "foobarbaz";
try mem.loadROM(&rom);
const res: []const u8 = mem.memory[0x200 .. 0x200 + rom.len];
try std.testing.expectEqualStrings(rom, res);
for (mem.memory[0x200 + rom.len ..]) |item| {
try std.testing.expect(item == 0);
}
}
test "Load ROM after other" {
const mem = Memory.init(test_allocator);
defer mem.deinit(test_allocator);
const rom: []const u8 = "foobarbaz";
try mem.loadROM(&rom);
const rom2: []const u8 = "test1";
try mem.loadROM(&rom2);
const res: []const u8 = mem.memory[0x200 .. 0x200 + rom2.len];
try std.testing.expectEqualStrings(rom2, res);
for (mem.memory[0x200 + rom2.len ..]) |item| {
try std.testing.expect(item == 0);
}
}
test "Rom too large" {
const mem = Memory.init(test_allocator);
defer mem.deinit(test_allocator);
const largerom: [4096 - 512 + 1]u8 = undefined;
const romslice: []const u8 = largerom[0..];
const res = mem.loadROM(&romslice);
try std.testing.expectError(MemoryError.ROMTooLarge, res);
}
test "font loads" {
const mem = Memory.init(test_allocator);
defer mem.deinit(test_allocator);
try std.testing.expectEqualSlices(u8, &Font, mem.memory[FontIndex .. FontIndex + 5 * 16]);
}
|
0 | repos/zhip8 | repos/zhip8/src/rom.zig | const std = @import("std");
pub const ROM = struct {
rom: []u8,
pub fn init(allocator: std.mem.Allocator, reader: anytype) *ROM {
const rom = allocator.create(ROM) catch @panic("Unable to allocate ROM");
var buf_reader = std.io.bufferedReader(reader);
const in_stream = buf_reader.reader();
rom.rom = in_stream.readAllAlloc(allocator, 4096) catch @panic("Unable to read program ROM");
return rom;
}
pub fn deinit(self: *ROM, allocator: std.mem.Allocator) void {
allocator.free(self.rom);
allocator.destroy(self);
}
pub fn getROM(self: *ROM) *const []const u8 {
return &self.rom;
}
};
test "Read Rom from file" {
const input = "foobar";
var file = std.io.fixedBufferStream(input);
const rom = ROM.init(std.testing.allocator, file.reader());
defer rom.deinit(std.testing.allocator);
try std.testing.expectEqualStrings(input, rom.getROM().*);
}
|
0 | repos/zhip8/src | repos/zhip8/src/platform/sound.zig | const std = @import("std");
const config = @import("config");
const Platform = @import("platform.zig").Platform;
const SoundImplementation = switch (Platform.fromStrOrDefault(config.platform)) {
Platform.tty => @import("./tty/sound.zig").TTYSound,
};
pub const SoundDriver = struct {
shouldPlaySoundFunc: *const fn (*SoundDriver, bool) void,
pub fn shouldPlaySound(self: *SoundDriver, soundOn: bool) void {
self.shouldPlaySoundFunc(self, soundOn);
}
};
pub const Sound = struct {
implementation: SoundImplementation,
driver: SoundDriver,
pub fn init(allocator: std.mem.Allocator) *Sound {
const input = allocator.create(Sound) catch @panic("Unable to allocate sound.");
input.implementation = SoundImplementation.init(&input.driver);
return input;
}
pub fn deinit(self: *Sound, allocator: std.mem.Allocator) void {
allocator.destroy(self);
}
pub fn startTone(self: *Sound) void {
self.driver.shouldPlaySound(true);
}
pub fn stopTone(self: *Sound) void {
self.driver.shouldPlaySound(false);
}
};
|
0 | repos/zhip8/src | repos/zhip8/src/platform/display.zig | const std = @import("std");
const config = @import("config");
const Memory = @import("../memory.zig").Memory;
const Platform = @import("platform.zig").Platform;
const DisplayImplementation = switch (Platform.fromStrOrDefault(config.platform)) {
Platform.tty => @import("./tty/display.zig").TTYDisplay,
};
pub const DisplayDriver = struct {
drawFn: *const fn (*DisplayDriver, *const [64 * 32]bool) void,
fn draw(self: *DisplayDriver, buffer: *const [64 * 32]bool) void {
self.drawFn(self, buffer);
}
};
pub const Display = struct {
frameBuffer: [64 * 32]bool,
implementation: DisplayImplementation,
driver: DisplayDriver,
pub fn init(allocator: std.mem.Allocator) *Display {
const display = allocator.create(Display) catch @panic("Unable to allocate video memory.");
display.clear();
display.implementation = DisplayImplementation.init(&display.driver);
return display;
}
pub fn deinit(self: *Display, allocator: std.mem.Allocator) void {
allocator.destroy(self);
}
pub fn clear(self: *Display) void {
@memset(&self.frameBuffer, false);
}
pub fn draw(self: *Display) void {
self.driver.draw(&self.frameBuffer);
}
};
test "Clear on init" {
const display = Display.init(std.heap.page_allocator);
defer display.deinit(std.heap.page_allocator);
for (display.frameBuffer) |pixel| try std.testing.expect(!pixel);
}
test "Clear screen" {
const display = Display.init(std.heap.page_allocator);
defer display.deinit(std.heap.page_allocator);
display.frameBuffer[29] = true;
display.frameBuffer[2 * 64 + 29] = true;
display.clear();
for (display.frameBuffer) |pixel| try std.testing.expect(!pixel);
}
|
0 | repos/zhip8/src | repos/zhip8/src/platform/input.zig | const std = @import("std");
const config = @import("config");
const Platform = @import("platform.zig").Platform;
const InputImplementation = switch (Platform.fromStrOrDefault(config.platform)) {
Platform.tty => @import("./tty/input.zig").TTYInput,
};
pub const InputDriver = struct {
keyDownFunc: *const fn (*InputDriver, u4) bool,
pub fn keyDown(self: *InputDriver, key: u4) bool {
return self.keyDownFunc(self, key);
}
};
pub const Input = struct {
implementation: InputImplementation,
driver: InputDriver,
pub fn init(allocator: std.mem.Allocator) *Input {
const input = allocator.create(Input) catch @panic("Unable to allocate input.");
input.implementation = InputImplementation.init(&input.driver);
return input;
}
pub fn deinit(self: *Input, allocator: std.mem.Allocator) void {
allocator.destroy(self);
}
pub fn isKeyDown(self: *Input, key: u4) bool {
return self.driver.keyDown(key);
}
};
|
0 | repos/zhip8/src | repos/zhip8/src/platform/platform.zig | const std = @import("std");
pub const Platform = enum {
tty,
pub fn fromStrOrDefault(str: []const u8) Platform {
return std.meta.stringToEnum(Platform, str) orelse Platform.tty;
}
};
|
0 | repos/zhip8/src/platform | repos/zhip8/src/platform/tty/sound.zig | const std = @import("std");
const SoundDriver = @import("../sound.zig").SoundDriver;
const CursorHomeString: [7]u8 = .{ '\x1b', '[', '3', '2', ';', '0', 'H' };
const PlayingString: *const [64:0]u8 = " *** Alert *** Sound is playing *** Alert *** ";
const NotPlayingString: *const [64:0]u8 = " ";
var playing: bool = false;
pub const TTYSound = struct {
driver: *SoundDriver,
pub fn init(driver: *SoundDriver) TTYSound {
driver.shouldPlaySoundFunc = shouldPlaySound;
return .{ .driver = driver };
}
fn shouldPlaySound(_: *SoundDriver, shouldPlay: bool) void {
const change = playing != shouldPlay;
playing = shouldPlay;
if (!change)
return;
std.debug.print("{s}{s}\n", .{ CursorHomeString, if (playing) PlayingString else NotPlayingString });
}
};
|
0 | repos/zhip8/src/platform | repos/zhip8/src/platform/tty/display.zig | const std = @import("std");
const DisplayDriver = @import("../display.zig").DisplayDriver;
const EmptyPixel: u8 = ' ';
const DrawPixel: u8 = '#';
const EraseScreenString: [4]u8 = .{ '\x1b', '[', '2', 'J' };
const CursorHomeString: [6]u8 = .{ '\x1b', '[', '0', ';', '0', 'H' };
pub const TTYDisplay = struct {
driver: *DisplayDriver,
pub fn init(driver: *DisplayDriver) TTYDisplay {
driver.drawFn = draw;
std.debug.print("{s}{s}", .{ EraseScreenString, CursorHomeString });
return .{ .driver = driver };
}
fn draw(_: *DisplayDriver, buffer: *const [64 * 32]bool) void {
var lineBuffer: [64 + 1]u8 = undefined;
lineBuffer[64] = 0;
var line: usize = 0;
std.debug.print("{s}", .{CursorHomeString});
while (line < 32) {
const offset = line * 64;
for (buffer[offset .. offset + 64], 0..) |item, index| {
lineBuffer[index] = if (item) DrawPixel else EmptyPixel;
}
std.debug.print("{s}\n", .{lineBuffer});
line += 1;
}
}
};
|
0 | repos/zhip8/src/platform | repos/zhip8/src/platform/tty/input.zig | const InputDriver = @import("../input.zig").InputDriver;
const std = @import("std");
// Based on https://www.reddit.com/r/Zig/comments/b0dyfe/polling_for_key_presses/
const c = @cImport({
@cInclude("stdlib.h");
@cInclude("termios.h");
@cInclude("unistd.h");
});
const stdin_fileno = 0;
const max_events = 32;
const poll_frequency_hz = 60;
const retain_ticks = poll_frequency_hz;
var original_terminal_settings: c.struct_termios = undefined;
var running: bool = false;
var mutex: std.Thread.Mutex = .{};
var isKeyDown: [16]u8 = [_]u8{0} ** 16;
export fn cleanup_terminal() void {
_ = c.tcsetattr(stdin_fileno, c.TCSANOW, &original_terminal_settings);
}
pub const TTYInput = struct {
driver: *InputDriver,
pub fn init(driver: *InputDriver) TTYInput {
driver.keyDownFunc = keyDown;
const thread = std.Thread.spawn(.{}, input_thread, .{}) catch |err| {
std.debug.panic("Could not spawn input thread: {}\n", .{err});
};
_ = thread;
return .{ .driver = driver };
}
fn keyDown(_: *InputDriver, code: u4) bool {
mutex.lock();
defer mutex.unlock();
return isKeyDown[code] > 0;
}
fn input_thread() void {
if (c.tcgetattr(stdin_fileno, &original_terminal_settings) < 0) {
@panic("Could not get terminal settings\n");
}
var raw: c.struct_termios = original_terminal_settings;
// "raw" mode input
raw.c_iflag &= ~@as(c_uint, c.BRKINT | c.ICRNL | c.INPCK | c.ISTRIP | c.IXON);
raw.c_lflag &= ~@as(c_uint, c.ECHO | c.ICANON | c.IEXTEN | c.ISIG);
// non-blocking reads
raw.c_cc[c.VMIN] = 0;
raw.c_cc[c.VTIME] = 0;
if (c.tcsetattr(stdin_fileno, c.TCSANOW, &raw) < 0) {
@panic("Could not set new terminal settings\n");
}
_ = c.atexit(cleanup_terminal);
var events = [_]u8{0} ** (max_events + 1);
var event_count: usize = 0;
running = true;
while (running) {
// std.debug.print("Polling for events...\n", .{});
while (event_count < max_events) : (event_count += 1) {
var b: u8 = undefined;
const count = c.read(stdin_fileno, &b, 1);
if (count == 0) {
break;
}
// Allow graceful exit since ctrl-c won't call atexit.
if (b == 27) { // ESC
std.process.exit(0);
}
events[event_count] = b;
}
var outslice = [_]bool{false} ** 16;
for (events[0..event_count]) |b| {
switch (b) {
'1' => outslice[1] = true,
'2' => outslice[2] = true,
'3' => outslice[3] = true,
'q' => outslice[4] = true,
'w' => outslice[5] = true,
'e' => outslice[6] = true,
'a' => outslice[7] = true,
's' => outslice[8] = true,
'd' => outslice[9] = true,
'z' => outslice[0xa] = true,
'x' => outslice[0] = true,
'c' => outslice[0xb] = true,
'4' => outslice[0xc] = true,
'r' => outslice[0xd] = true,
'f' => outslice[0xe] = true,
'v' => outslice[0xf] = true,
else => {},
}
}
mutex.lock();
for (isKeyDown, 0..) |_, i| {
if (outslice[i]) {
isKeyDown[i] = retain_ticks;
} else if (isKeyDown[i] > 0) {
isKeyDown[i] -= 1;
}
}
mutex.unlock();
@memset(&events, 0);
event_count = 0;
std.time.sleep((1000 / poll_frequency_hz) * std.time.ns_per_ms);
}
}
};
|
0 | repos | repos/DirectXShaderCompiler/SECURITY.md | <!-- BEGIN MICROSOFT SECURITY.MD V0.0.7 BLOCK -->
## Security
Microsoft takes the security of our software products and services seriously, which includes all source code repositories managed through our GitHub organizations, which include [Microsoft](https://github.com/Microsoft), [Azure](https://github.com/Azure), [DotNet](https://github.com/dotnet), [AspNet](https://github.com/aspnet), [Xamarin](https://github.com/xamarin), and [our GitHub organizations](https://opensource.microsoft.com/).
If you believe you have found a security vulnerability in any Microsoft-owned repository that meets [Microsoft's definition of a security vulnerability](https://aka.ms/opensource/security/definition), please report it to us as described below.
## Reporting Security Issues
**Please do not report security vulnerabilities through public GitHub issues.**
Instead, please report them to the Microsoft Security Response Center (MSRC) at [https://msrc.microsoft.com/create-report](https://aka.ms/opensource/security/create-report).
If you prefer to submit without logging in, send email to [[email protected]](mailto:[email protected]). If possible, encrypt your message with our PGP key; please download it from the [Microsoft Security Response Center PGP Key page](https://aka.ms/opensource/security/pgpkey).
You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Additional information can be found at [microsoft.com/msrc](https://aka.ms/opensource/security/msrc).
Please include the requested information listed below (as much as you can provide) to help us better understand the nature and scope of the possible issue:
* Type of issue (e.g. buffer overflow, SQL injection, cross-site scripting, etc.)
* Full paths of source file(s) related to the manifestation of the issue
* The location of the affected source code (tag/branch/commit or direct URL)
* Any special configuration required to reproduce the issue
* Step-by-step instructions to reproduce the issue
* Proof-of-concept or exploit code (if possible)
* Impact of the issue, including how an attacker might exploit the issue
This information will help us triage your report more quickly.
If you are reporting for a bug bounty, more complete reports can contribute to a higher bounty award. Please visit our [Microsoft Bug Bounty Program](https://aka.ms/opensource/security/bounty) page for more details about our active programs.
## Preferred Languages
We prefer all communications to be in English.
## Policy
Microsoft follows the principle of [Coordinated Vulnerability Disclosure](https://aka.ms/opensource/security/cvd).
<!-- END MICROSOFT SECURITY.MD BLOCK -->
|
0 | repos | repos/DirectXShaderCompiler/LICENSE.TXT | ==============================================================================
LLVM Release License
==============================================================================
University of Illinois/NCSA
Open Source License
Copyright (c) 2003-2015 University of Illinois at Urbana-Champaign.
All rights reserved.
Developed by:
LLVM Team
University of Illinois at Urbana-Champaign
http://llvm.org
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal with
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do
so, subject to the following conditions:
* Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimers.
* Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimers in the
documentation and/or other materials provided with the distribution.
* Neither the names of the LLVM Team, University of Illinois at
Urbana-Champaign, nor the names of its contributors may be used to
endorse or promote products derived from this Software without specific
prior written permission.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE
SOFTWARE.
==============================================================================
Copyrights and Licenses for Third Party Software Distributed with LLVM:
==============================================================================
The LLVM software contains code written by third parties. Such software will
have its own individual LICENSE.TXT file in the directory in which it appears.
This file will describe the copyrights, license, and restrictions which apply
to that code.
The disclaimer of warranty in the University of Illinois Open Source License
applies to all code in the LLVM Distribution, and nothing in any of the
other licenses gives permission to use the names of the LLVM Team or the
University of Illinois to endorse or promote products derived from this
Software.
------------------
Files: lib/Miniz/* include/miniz/*
Copyright 2013-2014 RAD Game Tools and Valve Software
Copyright 2010-2014 Rich Geldreich and Tenacious Software LLC
All Rights Reserved.
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
------------------
Files: lib/Miniz/miniz.c
This is free and unencumbered software released into the public domain.
Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any
means.
In jurisdictions that recognize copyright laws, the author or authors
of this software dedicate any and all copyright interest in the
software to the public domain. We make this dedication for the benefit
of the public at large and to the detriment of our heirs and
successors. We intend this dedication to be an overt act of
relinquishment in perpetuity of all present and future rights to this
software under copyright law.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
For more information, please refer to <http://unlicense.org/>
------------------
Files: lib/Support/* docs/SystemLibrary.rst
Written by Henry Spencer. Not derived from licensed software.
Permission is granted to anyone to use this software for any
purpose on any computer system, and to redistribute it freely,
subject to the following restrictions:
1. The author is not responsible for the consequences of use of
this software, no matter how awful, even if they arise
from defects in it.
2. The origin of this software must not be misrepresented, either
by explicit claim or by omission.
3. Altered versions must be plainly marked as such, and must not
be misrepresented as being the original software.
------------------
Files: include/llvm/Support/ConvertUTF.h
Copyright 2001-2004 Unicode, Inc.
Disclaimer
This source code is provided as is by Unicode, Inc. No claims are
made as to fitness for any particular purpose. No warranties of any
kind are expressed or implied. The recipient agrees to determine
applicability of information provided. If this file has been
purchased on magnetic or optical media from Unicode, Inc., the
sole remedy for any claim will be exchange of defective media
within 90 days of receipt.
Limitations on Rights to Redistribute This Code
Unicode, Inc. hereby grants the right to freely use the information
supplied in this file in the creation of products supporting the
Unicode Standard, and to make copies of this file in any form
for internal or external distribution as long as this notice
remains attached.
------------------
Files: include/llvm/Support/MD5.h
This software was written by Alexander Peslyak in 2001. No copyright is
claimed, and the software is hereby placed in the public domain.
In case this attempt to disclaim copyright and place the software in the
public domain is deemed null and void, then the software is
Copyright (c) 2001 Alexander Peslyak and it is hereby released to the
general public under the following terms:
Redistribution and use in source and binary forms, with or without
modification, are permitted.
There's ABSOLUTELY NO WARRANTY, express or implied.
------------------
Files: lib/Support/regstrlcpy.c
Copyright (c) 1998 Todd C. Miller <[email protected]>
Permission to use, copy, modify, and distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
------------------
------------------
THE FOLLOWING LICENSES ARE FOR BUILD AND TEST DEPENDENCIES ONLY.
------------------
------------------
Files: utils/unittest/googletest/*
Copyright 2008, Google Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
------------------
Files: utils/unittest/googlemock/*
Copyright 2008, Google Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above
copyright notice, this list of conditions and the following disclaimer
in the documentation and/or other materials provided with the
distribution.
* Neither the name of Google Inc. nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
------------------
Files: test/YamlParser/*
Copyright (c) 2006 Kirill Simonov
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
of the Software, and to permit persons to whom the Software is furnished to do
so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
------------------
Files: autoconf/config.guess
GNU GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
Preamble
The licenses for most software are designed to take away your
freedom to share and change it. By contrast, the GNU General Public
License is intended to guarantee your freedom to share and change free
software--to make sure the software is free for all its users. This
General Public License applies to most of the Free Software
Foundation's software and to any other program whose authors commit to
using it. (Some other Free Software Foundation software is covered by
the GNU Lesser General Public License instead.) You can apply it to
your programs, too.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
this service if you wish), that you receive source code or can get it
if you want it, that you can change the software or use pieces of it
in new free programs; and that you know you can do these things.
To protect your rights, we need to make restrictions that forbid
anyone to deny you these rights or to ask you to surrender the rights.
These restrictions translate to certain responsibilities for you if you
distribute copies of the software, or if you modify it.
For example, if you distribute copies of such a program, whether
gratis or for a fee, you must give the recipients all the rights that
you have. You must make sure that they, too, receive or can get the
source code. And you must show them these terms so they know their
rights.
We protect your rights with two steps: (1) copyright the software, and
(2) offer you this license which gives you legal permission to copy,
distribute and/or modify the software.
Also, for each author's protection and ours, we want to make certain
that everyone understands that there is no warranty for this free
software. If the software is modified by someone else and passed on, we
want its recipients to know that what they have is not the original, so
that any problems introduced by others will not reflect on the original
authors' reputations.
Finally, any free program is threatened constantly by software
patents. We wish to avoid the danger that redistributors of a free
program will individually obtain patent licenses, in effect making the
program proprietary. To prevent this, we have made it clear that any
patent must be licensed for everyone's free use or not licensed at all.
The precise terms and conditions for copying, distribution and
modification follow.
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. This License applies to any program or other work which contains
a notice placed by the copyright holder saying it may be distributed
under the terms of this General Public License. The "Program", below,
refers to any such program or work, and a "work based on the Program"
means either the Program or any derivative work under copyright law:
that is to say, a work containing the Program or a portion of it,
either verbatim or with modifications and/or translated into another
language. (Hereinafter, translation is included without limitation in
the term "modification".) Each licensee is addressed as "you".
Activities other than copying, distribution and modification are not
covered by this License; they are outside its scope. The act of
running the Program is not restricted, and the output from the Program
is covered only if its contents constitute a work based on the
Program (independent of having been made by running the Program).
Whether that is true depends on what the Program does.
1. You may copy and distribute verbatim copies of the Program's
source code as you receive it, in any medium, provided that you
conspicuously and appropriately publish on each copy an appropriate
copyright notice and disclaimer of warranty; keep intact all the
notices that refer to this License and to the absence of any warranty;
and give any other recipients of the Program a copy of this License
along with the Program.
You may charge a fee for the physical act of transferring a copy, and
you may at your option offer warranty protection in exchange for a fee.
2. You may modify your copy or copies of the Program or any portion
of it, thus forming a work based on the Program, and copy and
distribute such modifications or work under the terms of Section 1
above, provided that you also meet all of these conditions:
a) You must cause the modified files to carry prominent notices
stating that you changed the files and the date of any change.
b) You must cause any work that you distribute or publish, that in
whole or in part contains or is derived from the Program or any
part thereof, to be licensed as a whole at no charge to all third
parties under the terms of this License.
c) If the modified program normally reads commands interactively
when run, you must cause it, when started running for such
interactive use in the most ordinary way, to print or display an
announcement including an appropriate copyright notice and a
notice that there is no warranty (or else, saying that you provide
a warranty) and that users may redistribute the program under
these conditions, and telling the user how to view a copy of this
License. (Exception: if the Program itself is interactive but
does not normally print such an announcement, your work based on
the Program is not required to print an announcement.)
These requirements apply to the modified work as a whole. If
identifiable sections of that work are not derived from the Program,
and can be reasonably considered independent and separate works in
themselves, then this License, and its terms, do not apply to those
sections when you distribute them as separate works. But when you
distribute the same sections as part of a whole which is a work based
on the Program, the distribution of the whole must be on the terms of
this License, whose permissions for other licensees extend to the
entire whole, and thus to each and every part regardless of who wrote it.
Thus, it is not the intent of this section to claim rights or contest
your rights to work written entirely by you; rather, the intent is to
exercise the right to control the distribution of derivative or
collective works based on the Program.
In addition, mere aggregation of another work not based on the Program
with the Program (or with a work based on the Program) on a volume of
a storage or distribution medium does not bring the other work under
the scope of this License.
3. You may copy and distribute the Program (or a work based on it,
under Section 2) in object code or executable form under the terms of
Sections 1 and 2 above provided that you also do one of the following:
a) Accompany it with the complete corresponding machine-readable
source code, which must be distributed under the terms of Sections
1 and 2 above on a medium customarily used for software interchange; or,
b) Accompany it with a written offer, valid for at least three
years, to give any third party, for a charge no more than your
cost of physically performing source distribution, a complete
machine-readable copy of the corresponding source code, to be
distributed under the terms of Sections 1 and 2 above on a medium
customarily used for software interchange; or,
c) Accompany it with the information you received as to the offer
to distribute corresponding source code. (This alternative is
allowed only for noncommercial distribution and only if you
received the program in object code or executable form with such
an offer, in accord with Subsection b above.)
The source code for a work means the preferred form of the work for
making modifications to it. For an executable work, complete source
code means all the source code for all modules it contains, plus any
associated interface definition files, plus the scripts used to
control compilation and installation of the executable. However, as a
special exception, the source code distributed need not include
anything that is normally distributed (in either source or binary
form) with the major components (compiler, kernel, and so on) of the
operating system on which the executable runs, unless that component
itself accompanies the executable.
If distribution of executable or object code is made by offering
access to copy from a designated place, then offering equivalent
access to copy the source code from the same place counts as
distribution of the source code, even though third parties are not
compelled to copy the source along with the object code.
4. You may not copy, modify, sublicense, or distribute the Program
except as expressly provided under this License. Any attempt
otherwise to copy, modify, sublicense or distribute the Program is
void, and will automatically terminate your rights under this License.
However, parties who have received copies, or rights, from you under
this License will not have their licenses terminated so long as such
parties remain in full compliance.
5. You are not required to accept this License, since you have not
signed it. However, nothing else grants you permission to modify or
distribute the Program or its derivative works. These actions are
prohibited by law if you do not accept this License. Therefore, by
modifying or distributing the Program (or any work based on the
Program), you indicate your acceptance of this License to do so, and
all its terms and conditions for copying, distributing or modifying
the Program or works based on it.
6. Each time you redistribute the Program (or any work based on the
Program), the recipient automatically receives a license from the
original licensor to copy, distribute or modify the Program subject to
these terms and conditions. You may not impose any further
restrictions on the recipients' exercise of the rights granted herein.
You are not responsible for enforcing compliance by third parties to
this License.
7. If, as a consequence of a court judgment or allegation of patent
infringement or for any other reason (not limited to patent issues),
conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot
distribute so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you
may not distribute the Program at all. For example, if a patent
license would not permit royalty-free redistribution of the Program by
all those who receive copies directly or indirectly through you, then
the only way you could satisfy both it and this License would be to
refrain entirely from distribution of the Program.
If any portion of this section is held invalid or unenforceable under
any particular circumstance, the balance of the section is intended to
apply and the section as a whole is intended to apply in other
circumstances.
It is not the purpose of this section to induce you to infringe any
patents or other property right claims or to contest validity of any
such claims; this section has the sole purpose of protecting the
integrity of the free software distribution system, which is
implemented by public license practices. Many people have made
generous contributions to the wide range of software distributed
through that system in reliance on consistent application of that
system; it is up to the author/donor to decide if he or she is willing
to distribute software through any other system and a licensee cannot
impose that choice.
This section is intended to make thoroughly clear what is believed to
be a consequence of the rest of this License.
8. If the distribution and/or use of the Program is restricted in
certain countries either by patents or by copyrighted interfaces, the
original copyright holder who places the Program under this License
may add an explicit geographical distribution limitation excluding
those countries, so that distribution is permitted only in or among
countries not thus excluded. In such case, this License incorporates
the limitation as if written in the body of this License.
9. The Free Software Foundation may publish revised and/or new versions
of the General Public License from time to time. Such new versions will
be similar in spirit to the present version, but may differ in detail to
address new problems or concerns.
Each version is given a distinguishing version number. If the Program
specifies a version number of this License which applies to it and "any
later version", you have the option of following the terms and conditions
either of that version or of any later version published by the Free
Software Foundation. If the Program does not specify a version number of
this License, you may choose any version ever published by the Free Software
Foundation.
10. If you wish to incorporate parts of the Program into other free
programs whose distribution conditions are different, write to the author
to ask for permission. For software which is copyrighted by the Free
Software Foundation, write to the Free Software Foundation; we sometimes
make exceptions for this. Our decision will be guided by the two goals
of preserving the free status of all derivatives of our free software and
of promoting the sharing and reuse of software generally.
NO WARRANTY
11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
REPAIR OR CORRECTION.
12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
POSSIBILITY OF SUCH DAMAGES.
Autoconf Exception
As a special exception, the Free Software Foundation gives unlimited
permission to copy, distribute and modify the configure scripts that are the
output of Autoconf. You need not follow the terms of the GNU General Public
License when using or distributing such scripts, even though portions of the
text of Autoconf appear in them. The GNU General Public License (GPL) does
govern all other use of the material that constitutes the Autoconf program.
Certain portions of the Autoconf source text are designed to be copied (in
certain cases, depending on the input) into the output of Autoconf. We call
these the "data" portions. The rest of the Autoconf source text consists of
comments plus executable code that decides which of the data portions to
output in any given case. We call these comments and executable code the "non-
data" portions. Autoconf never copies any of the non-data portions into its
output.
This special exception to the GPL applies to versions of Autoconf released by
the Free Software Foundation. When you make and distribute a modified version
of Autoconf, you may extend this special exception to the GPL to apply to your
modified version as well, *unless* your modified version has the potential to
copy into its output some of the text that was the non-data portion of the
version that you started with. (In other words, unless your change moves or
copies text from the non-data portions to the data portions.) If your
modification has such potential, you must delete any notice of this special
exception to the GPL from your modified version.
END OF TERMS AND CONDITIONS
|
0 | repos | repos/DirectXShaderCompiler/azure-pipelines.yml | trigger:
- main
- release*
resources:
- repo: self
stages:
- stage: Build
jobs:
- job: Windows
timeoutInMinutes: 90
pool:
vmImage: windows-2022
variables:
HLSL_SRC_DIR: '$(Build.SourcesDirectory)'
HLSL_BLD_DIR: '$(Agent.BuildDirectory)'
platform: x64
strategy:
matrix:
VS2022_Release:
configuration: Release
VS2022_Debug:
configuration: Debug
steps:
- checkout: self
clean: true
submodules: true
- script: |
call utils\hct\hctstart.cmd %HLSL_SRC_DIR% %HLSL_BLD_DIR%
call utils\hct\hctbuild.cmd -$(platform) -$(configuration) -show-cmake-log -spirvtest
displayName: 'Building'
- script: |
call utils\hct\hctstart.cmd %HLSL_SRC_DIR% %HLSL_BLD_DIR%
call utils\hct\hcttest.cmd -$(configuration) noexec
displayName: 'DXIL Tests'
- job: Nix
timeoutInMinutes: 90
variables:
macOS: macOS-latest
linux: Ubuntu-latest
strategy:
matrix:
Linux_Clang_Release:
image: ${{ variables.linux }}
configuration: Release
CC: clang-18
CXX: clang++-18
CMAKE_OPTS: -DLLVM_ENABLE_WERROR=On -DLLVM_USE_SANITIZER='Address;Undefined' -DLLVM_ENABLE_LIBCXX=On -DLLVM_USE_LINKER=lld
CHECK_ALL_ENV: ASAN_OPTIONS=alloc_dealloc_mismatch=0
OS: Linux
Linux_Clang_Debug:
image: ${{ variables.linux }}
configuration: Debug
CC: clang
CXX: clang++
CMAKE_OPTS: -DLLVM_ENABLE_WERROR=On -DLLVM_USE_LINKER=lld
Linux_Gcc_Release:
image: ${{ variables.linux }}
configuration: Release
CC: gcc-9
CXX: g++-9
Linux_Gcc_Debug:
image: ${{ variables.linux }}
configuration: Debug
CC: gcc-9
CXX: g++-9
MacOS_Clang_Release:
image: ${{ variables.macOS }}
configuration: Release
CC: clang
CXX: clang++
CMAKE_OPTS: -DLLVM_ENABLE_WERROR=On
OS: MacOS
MacOS_Clang_Debug:
image: ${{ variables.macOS }}
configuration: Debug
CC: clang
CXX: clang++
CMAKE_OPTS: -DLLVM_ENABLE_WERROR=On
pool:
vmImage: $(image)
steps:
- checkout: self
clean: true
submodules: true
- task: UsePythonVersion@0
inputs:
versionSpec: '3.x'
- bash: |
sudo apt-get install ninja-build
wget https://apt.llvm.org/llvm.sh
chmod u+x llvm.sh
sudo ./llvm.sh 18
sudo apt-get install libc++-18-dev
displayName: 'Installing dependencies'
condition: eq(variables['image'], variables['linux'])
- bash: |
brew update
brew install ninja
ulimit -Sn 1024
displayName: 'Installing dependencies'
condition: eq(variables['image'], variables['macOS'])
- bash: |
cmake -B build -G Ninja $BUILD_SOURCESDIRECTORY -DLLVM_LIT_ARGS='-v --xunit-xml-output=testresults.xunit.xml' -C $BUILD_SOURCESDIRECTORY/cmake/caches/PredefinedParams.cmake -DSPIRV_BUILD_TESTS=ON -DCMAKE_BUILD_TYPE=$(configuration) -DCMAKE_C_COMPILER=$(CC) -DCMAKE_CXX_COMPILER=$(CXX) $(CMAKE_OPTS)
displayName: 'Running Cmake'
- bash: |
ninja -C build test-depends
displayName: 'Building'
- bash: |
./build/bin/dxc -T ps_6_0 tools/clang/test/CodeGenSPIRV/passthru-ps.hlsl2spv
./build/bin/dxc -T ps_6_0 -Fo passthru-ps.dxil tools/clang/test/CodeGenSPIRV/passthru-ps.hlsl2spv
./build/bin/dxc -T ps_6_0 -Fo passthru-ps.spv tools/clang/test/CodeGenSPIRV/passthru-ps.hlsl2spv -spirv
ls -ld $AGENT_BUILDDIRECTORY
ls -ld $BUILD_SOURCESDIRECTORY
displayName: 'Smoke tests'
- bash: $(CHECK_ALL_ENV) ninja -C build check-all
displayName: 'DXC tests'
- task: PublishTestResults@2
inputs:
testResultsFormat: 'JUnit'
testResultsFiles: '**/testresults.xunit.xml'
condition: succeededOrFailed()
|
0 | repos | repos/DirectXShaderCompiler/CMakeLists.txt | # See docs/CMake.html for instructions about how to build LLVM with CMake.
cmake_minimum_required(VERSION 3.17.2) # HLSL Change - Require CMake 3.17.2.
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
if (NOT "${DXC_CMAKE_BEGINS_INCLUDE}" STREQUAL "")
include(${DXC_CMAKE_BEGINS_INCLUDE})
endif()
if (NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)
message(STATUS "No build type selected, default to Debug")
set(CMAKE_BUILD_TYPE "Debug")
endif()
if(POLICY CMP0022)
cmake_policy(SET CMP0022 NEW) # automatic when 2.8.12 is required
endif()
if (POLICY CMP0051)
# CMake 3.1 and higher include generator expressions of the form
# $<TARGETLIB:obj> in the SOURCES property. These need to be
# stripped everywhere that access the SOURCES property, so we just
# defer to the OLD behavior of not including generator expressions
# in the output for now.
cmake_policy(SET CMP0051 OLD)
endif()
if(CMAKE_VERSION VERSION_LESS 3.1.20141117)
set(cmake_3_2_USES_TERMINAL)
else()
set(cmake_3_2_USES_TERMINAL USES_TERMINAL)
endif()
project(LLVM)
# The following only works with the Ninja generator in CMake >= 3.0.
set(LLVM_PARALLEL_COMPILE_JOBS "" CACHE STRING
"Define the maximum number of concurrent compilation jobs.")
if(LLVM_PARALLEL_COMPILE_JOBS)
if(CMAKE_VERSION VERSION_LESS 3.0 OR NOT CMAKE_MAKE_PROGRAM MATCHES "ninja$")
message(WARNING "Job pooling is only available with Ninja generators and CMake 3.0 and later.")
else()
set_property(GLOBAL APPEND PROPERTY JOB_POOLS compile_job_pool=${LLVM_PARALLEL_COMPILE_JOBS})
set(CMAKE_JOB_POOL_COMPILE compile_job_pool)
endif()
endif()
set(LLVM_PARALLEL_LINK_JOBS "" CACHE STRING
"Define the maximum number of concurrent link jobs.")
if(LLVM_PARALLEL_LINK_JOBS)
if(CMAKE_VERSION VERSION_LESS 3.0 OR NOT CMAKE_MAKE_PROGRAM MATCHES "ninja$")
message(WARNING "Job pooling is only available with Ninja generators and CMake 3.0 and later.")
else()
set_property(GLOBAL APPEND PROPERTY JOB_POOLS link_job_pool=${LLVM_PARALLEL_LINK_JOBS})
set(CMAKE_JOB_POOL_LINK link_job_pool)
endif()
endif()
# Add path for custom modules
set(CMAKE_MODULE_PATH
${CMAKE_MODULE_PATH}
"${CMAKE_CURRENT_SOURCE_DIR}/cmake"
"${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules"
)
set(LLVM_VERSION_MAJOR 3)
set(LLVM_VERSION_MINOR 7)
set(LLVM_VERSION_PATCH 0)
set(LLVM_VERSION_SUFFIX "")
if (NOT PACKAGE_VERSION)
set(PACKAGE_VERSION
"${LLVM_VERSION_MAJOR}.${LLVM_VERSION_MINOR}.${LLVM_VERSION_PATCH}${LLVM_VERSION_SUFFIX}")
endif()
option(LLVM_INSTALL_UTILS "Include utility binaries in the 'install' target." OFF)
option(LLVM_INSTALL_TOOLCHAIN_ONLY "Only include toolchain files in the 'install' target." OFF)
option(LLVM_USE_FOLDERS "Enable solution folders in Visual Studio. Disable for Express versions." ON)
if ( LLVM_USE_FOLDERS )
set_property(GLOBAL PROPERTY USE_FOLDERS ON)
endif()
option(HLSL_EMBED_VERSION "If set, embeds version information in the binaries." ON) # HLSL Change
# HLSL Change - Directory with version.inc file used for the build (generated or copied from HLSL_FIXED_VERSION_LOCATION)
set(HLSL_VERSION_LOCATION ${CMAKE_CURRENT_BINARY_DIR}/utils/version)
option(HLSL_OFFICIAL_BUILD "If set, embeds official version in the binaries (based on the latest release version)" OFF) # HLSL Change
option(HLSL_ENABLE_FIXED_VER "Reads version information from a file." OFF) # HLSL Change
option(HLSL_ENABLE_ANALYZE "Enables compiler analysis during compilation." OFF) # HLSL Change
option(HLSL_OPTIONAL_PROJS_IN_DEFAULT "Include optional projects in default build target." OFF) # HLSL Change
option(HLSL_BUILD_DXILCONV "Include DXBC to DXIL converter and tools." ON) # HLSL Change
option(HLSL_ENABLE_DEBUG_ITERATORS "Disable debug iterators for faster debug and to remove some additional allocations with improper noexcept attribution" OFF) # HLSL Change
# HLSL Change Starts - support commit querying
option(HLSL_SUPPORT_QUERY_GIT_COMMIT_INFO "Supports querying Git commit info." ON)
if ( HLSL_SUPPORT_QUERY_GIT_COMMIT_INFO )
add_definitions(-DSUPPORT_QUERY_GIT_COMMIT_INFO)
endif()
option(DXC_DISABLE_ALLOCATOR_OVERRIDES "Disable usage of allocator overrides" OFF)
mark_as_advanced(DXC_DISABLE_ALLOCATOR_OVERRIDES)
option(DXC_CODEGEN_EXCEPTIONS_TRAP "An exception in code generation generates a trap, ending the compiler process" OFF)
mark_as_advanced(DXC_CODEGEN_EXCEPTIONS_TRAP)
# adjust link option to enable debugging from kernel mode; not compatible with incremental linking
if(NOT CMAKE_VERSION VERSION_LESS "3.13" AND MSVC AND NOT CMAKE_C_COMPILER_ARCHITECTURE_ID STREQUAL "ARM64EC")
add_link_options(/DEBUGTYPE:CV,FIXUP,PDATA /INCREMENTAL:NO)
endif()
# enable control flow guard
if(WIN32)
if(MSVC)
add_compile_options(/guard:cf)
add_link_options(/guard:cf)
else()
add_compile_options(-fcf-protection)
endif()
endif(WIN32)
# Enable CET Shadow Stack
if(MSVC AND NOT (CMAKE_C_COMPILER_ARCHITECTURE_ID MATCHES "ARM.*"))
add_link_options(/CETCOMPAT)
endif()
# HLSL Change Ends
# HLSL Change Starts - set flag for Appveyor CI
if ( "$ENV{CI}" AND "$ENV{APPVEYOR}" )
add_definitions(-DDXC_ON_APPVEYOR_CI)
endif()
# HLSL Change Ends
# SPIRV change starts
option(ENABLE_SPIRV_CODEGEN "Enables SPIR-V code generation." OFF)
option(SPIRV_BUILD_TESTS "Build targets for the SPIR-V unit tests." OFF)
# Enable SPIR-V CodeGen for Linux by default.
if(NOT WIN32)
set(ENABLE_SPIRV_CODEGEN ON)
endif()
if (${SPIRV_BUILD_TESTS})
enable_testing()
set(ENABLE_SPIRV_CODEGEN ON)
endif()
if (${ENABLE_SPIRV_CODEGEN})
add_definitions(-DENABLE_SPIRV_CODEGEN)
endif()
# SPIRV change ends
include(VersionFromVCS)
option(LLVM_APPEND_VC_REV
"Append the version control system revision id to LLVM version" OFF)
if( LLVM_APPEND_VC_REV )
add_version_info_from_vcs(PACKAGE_VERSION)
endif()
set(PACKAGE_NAME LLVM)
set(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}")
set(PACKAGE_BUGREPORT "http://llvm.org/bugs/")
set(BUG_REPORT_URL "${PACKAGE_BUGREPORT}" CACHE STRING
"Default URL where bug reports are to be submitted.")
# Configure CPack.
if(0) # HLSL Change - disable CPack
set(CPACK_PACKAGE_INSTALL_DIRECTORY "LLVM")
set(CPACK_PACKAGE_VENDOR "LLVM")
set(CPACK_PACKAGE_VERSION_MAJOR ${LLVM_VERSION_MAJOR})
set(CPACK_PACKAGE_VERSION_MINOR ${LLVM_VERSION_MINOR})
set(CPACK_PACKAGE_VERSION_PATCH ${LLVM_VERSION_PATCH})
set(CPACK_PACKAGE_VERSION ${PACKAGE_VERSION})
set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/LICENSE.TXT")
set(CPACK_NSIS_COMPRESSOR "/SOLID lzma \r\n SetCompressorDictSize 32")
if(WIN32 AND NOT UNIX)
set(CPACK_PACKAGE_INSTALL_REGISTRY_KEY "LLVM")
set(CPACK_PACKAGE_ICON "${CMAKE_CURRENT_SOURCE_DIR}\\\\cmake\\\\nsis_logo.bmp")
set(CPACK_NSIS_MUI_ICON "${CMAKE_CURRENT_SOURCE_DIR}\\\\cmake\\\\nsis_icon.ico")
set(CPACK_NSIS_MUI_UNIICON "${CMAKE_CURRENT_SOURCE_DIR}\\\\cmake\\\\nsis_icon.ico")
set(CPACK_NSIS_MODIFY_PATH "ON")
set(CPACK_NSIS_ENABLE_UNINSTALL_BEFORE_INSTALL "ON")
set(CPACK_NSIS_EXTRA_INSTALL_COMMANDS
"ExecWait '$INSTDIR/tools/msbuild/install.bat'")
set(CPACK_NSIS_EXTRA_UNINSTALL_COMMANDS
"ExecWait '$INSTDIR/tools/msbuild/uninstall.bat'")
if( CMAKE_CL_64 )
set(CPACK_NSIS_INSTALL_ROOT "$PROGRAMFILES64")
endif()
endif()
include(CPack)
endif(0) # HLSL Change - disable CPack
# Sanity check our source directory to make sure that we are not trying to
# generate an in-tree build (unless on MSVC_IDE, where it is ok), and to make
# sure that we don't have any stray generated files lying around in the tree
# (which would end up getting picked up by header search, instead of the correct
# versions).
if( CMAKE_SOURCE_DIR STREQUAL CMAKE_BINARY_DIR AND NOT MSVC_IDE )
message(FATAL_ERROR "In-source builds are not allowed.
CMake would overwrite the makefiles distributed with LLVM.
Please create a directory and run cmake from there, passing the path
to this source directory as the last argument.
This process created the file `CMakeCache.txt' and the directory `CMakeFiles'.
Please delete them.")
endif()
if( NOT CMAKE_SOURCE_DIR STREQUAL CMAKE_BINARY_DIR )
file(GLOB_RECURSE
tablegenned_files_on_include_dir
"${CMAKE_CURRENT_SOURCE_DIR}/include/llvm/*.gen")
file(GLOB_RECURSE
tablegenned_files_on_lib_dir
"${CMAKE_CURRENT_SOURCE_DIR}/lib/Target/*.inc")
if( tablegenned_files_on_include_dir OR tablegenned_files_on_lib_dir)
# HLSL Change - change FATAL_ERROR to WARNING to avoid problems with extraneous files
message(WARNING "Apparently there is a previous in-source build,
probably as the result of running `configure' and `make' on
${CMAKE_CURRENT_SOURCE_DIR}.
This may cause problems. The suspicious files are:
${tablegenned_files_on_lib_dir}
${tablegenned_files_on_include_dir}
Please clean the source directory.")
endif()
endif()
string(TOUPPER "${CMAKE_BUILD_TYPE}" uppercase_CMAKE_BUILD_TYPE)
set(LLVM_LIBDIR_SUFFIX "" CACHE STRING "Define suffix of library directory name (32/64)" )
# They are used as destination of target generators.
set(LLVM_RUNTIME_OUTPUT_INTDIR ${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR}/bin)
set(LLVM_LIBRARY_OUTPUT_INTDIR ${CMAKE_CURRENT_BINARY_DIR}/${CMAKE_CFG_INTDIR}/lib${LLVM_LIBDIR_SUFFIX})
if(WIN32 OR CYGWIN)
# DLL platform -- put DLLs into bin.
set(LLVM_SHLIB_OUTPUT_INTDIR ${LLVM_RUNTIME_OUTPUT_INTDIR})
else()
set(LLVM_SHLIB_OUTPUT_INTDIR ${LLVM_LIBRARY_OUTPUT_INTDIR})
endif()
# Each of them corresponds to llvm-config's.
set(LLVM_TOOLS_BINARY_DIR ${LLVM_RUNTIME_OUTPUT_INTDIR}) # --bindir
set(LLVM_LIBRARY_DIR ${LLVM_LIBRARY_OUTPUT_INTDIR}) # --libdir
set(LLVM_MAIN_SRC_DIR ${CMAKE_CURRENT_SOURCE_DIR} ) # --src-root
set(LLVM_MAIN_INCLUDE_DIR ${LLVM_MAIN_SRC_DIR}/include ) # --includedir
set(LLVM_BINARY_DIR ${CMAKE_CURRENT_BINARY_DIR} ) # --prefix
set(LLVM_EXAMPLES_BINARY_DIR ${LLVM_BINARY_DIR}/examples)
set(LLVM_INCLUDE_DIR ${CMAKE_CURRENT_BINARY_DIR}/include)
# HLSL removed targets AArch64, ARM, BPF, CppBackend, Hexagon, Mips, MSP430, PowerPC, Sparc, SystemZ, X86, XCore
set(LLVM_ALL_TARGETS
AMDGPU
NVPTX
)
# List of targets with JIT support:
set(LLVM_TARGETS_WITH_JIT X86 PowerPC AArch64 ARM Mips SystemZ)
set(LLVM_TARGETS_TO_BUILD "all"
CACHE STRING "Semicolon-separated list of targets to build, or \"all\".")
set(LLVM_EXPERIMENTAL_TARGETS_TO_BUILD ""
CACHE STRING "Semicolon-separated list of experimental targets to build.")
option(BUILD_SHARED_LIBS
"Build all libraries as shared libraries instead of static" OFF)
option(LLVM_ENABLE_TIMESTAMPS "Enable embedding timestamp information in build" ON)
if(LLVM_ENABLE_TIMESTAMPS)
set(ENABLE_TIMESTAMPS 1)
endif()
option(LLVM_ENABLE_BACKTRACES "Enable embedding backtraces on crash." ON)
if(LLVM_ENABLE_BACKTRACES)
set(ENABLE_BACKTRACES 1)
endif()
option(LLVM_ENABLE_CRASH_OVERRIDES "Enable crash overrides." ON)
if(LLVM_ENABLE_CRASH_OVERRIDES)
set(ENABLE_CRASH_OVERRIDES 1)
endif()
option(LLVM_ENABLE_FFI "Use libffi to call external functions from the interpreter" OFF)
set(FFI_LIBRARY_DIR "" CACHE PATH "Additional directory, where CMake should search for libffi.so")
set(FFI_INCLUDE_DIR "" CACHE PATH "Additional directory, where CMake should search for ffi.h or ffi/ffi.h")
set(LLVM_TARGET_ARCH "host"
CACHE STRING "Set target to use for LLVM JIT or use \"host\" for automatic detection.")
option(LLVM_ENABLE_TERMINFO "Use terminfo database if available." ON)
option(LLVM_ENABLE_THREADS "Use threads if available." ON)
option(LLVM_ENABLE_ZLIB "Use zlib for compression/decompression if available." ON)
if( LLVM_TARGETS_TO_BUILD STREQUAL "all" )
set( LLVM_TARGETS_TO_BUILD ${LLVM_ALL_TARGETS} )
endif()
set(LLVM_TARGETS_TO_BUILD
${LLVM_TARGETS_TO_BUILD}
${LLVM_EXPERIMENTAL_TARGETS_TO_BUILD})
list(REMOVE_DUPLICATES LLVM_TARGETS_TO_BUILD)
include(AddLLVMDefinitions)
option(LLVM_ENABLE_PIC "Build Position-Independent Code" ON)
option(LLVM_ENABLE_WARNINGS "Enable compiler warnings." ON)
option(LLVM_ENABLE_MODULES "Compile with C++ modules enabled." OFF)
option(LLVM_ENABLE_CXX1Y "Compile with C++1y enabled." OFF)
option(LLVM_ENABLE_LIBCXX "Use libc++ if available." OFF)
option(LLVM_ENABLE_LIBCXXABI "Use libc++abi when using libc++." OFF)
option(LLVM_ENABLE_PEDANTIC "Compile with pedantic enabled." ON)
option(LLVM_ENABLE_WERROR "Fail and stop if a warning is triggered." OFF)
if( NOT uppercase_CMAKE_BUILD_TYPE STREQUAL "DEBUG" )
option(LLVM_ENABLE_ASSERTIONS "Enable assertions" OFF)
else()
option(LLVM_ENABLE_ASSERTIONS "Enable assertions" ON)
endif()
option(LLVM_ASSERTIONS_TRAP "Force assertions to always trap, rather than the default unspecified behavior (e.g. RaiseException on Windows)" OFF)
option(LLVM_ASSERTIONS_NO_STRINGS "Make assertion macro drops strings to reduce binary size" OFF)
set(LLVM_ABI_BREAKING_CHECKS "WITH_ASSERTS" CACHE STRING
"Enable abi-breaking checks. Can be WITH_ASSERTS, FORCE_ON or FORCE_OFF.")
option(LLVM_FORCE_USE_OLD_HOST_TOOLCHAIN
"Set to ON to force using an old, unsupported host toolchain." OFF)
option(LLVM_USE_INTEL_JITEVENTS
"Use Intel JIT API to inform Intel(R) VTune(TM) Amplifier XE 2011 about JIT code"
OFF)
if( LLVM_USE_INTEL_JITEVENTS )
# Verify we are on a supported platform
if( NOT CMAKE_SYSTEM_NAME MATCHES "Windows" AND NOT CMAKE_SYSTEM_NAME MATCHES "Linux" )
message(FATAL_ERROR
"Intel JIT API support is available on Linux and Windows only.")
endif()
endif( LLVM_USE_INTEL_JITEVENTS )
option(LLVM_USE_OPROFILE
"Use opagent JIT interface to inform OProfile about JIT code" OFF)
# If enabled, verify we are on a platform that supports oprofile.
if( LLVM_USE_OPROFILE )
if( NOT CMAKE_SYSTEM_NAME MATCHES "Linux" )
message(FATAL_ERROR "OProfile support is available on Linux only.")
endif( NOT CMAKE_SYSTEM_NAME MATCHES "Linux" )
endif( LLVM_USE_OPROFILE )
set(LLVM_USE_SANITIZER "" CACHE STRING
"Define the sanitizer used to build binaries and tests.")
option(LLVM_OPTIMIZE_SANITIZED_BUILDS "Enable -O1 on sanitized builds" On)
option(LLVM_USE_SPLIT_DWARF
"Use -gsplit-dwarf when compiling llvm." OFF)
option(WITH_POLLY "Build LLVM with Polly" ON)
option(LINK_POLLY_INTO_TOOLS "Static link Polly into tools" OFF)
# Define an option controlling whether we should build for 32-bit on 64-bit
# platforms, where supported.
if( CMAKE_SIZEOF_VOID_P EQUAL 8 AND NOT WIN32 )
# TODO: support other platforms and toolchains.
option(LLVM_BUILD_32_BITS "Build 32 bits executables and libraries." OFF)
endif()
# Define the default arguments to use with 'lit', and an option for the user to
# override.
set(LIT_ARGS_DEFAULT "-sv")
if (MSVC OR XCODE)
set(LIT_ARGS_DEFAULT "${LIT_ARGS_DEFAULT} --no-progress-bar")
endif()
set(LLVM_LIT_ARGS "${LIT_ARGS_DEFAULT}" CACHE STRING "Default options for lit")
# On Win32 hosts, provide an option to specify the path to the GnuWin32 tools.
if( WIN32 AND NOT CYGWIN )
set(LLVM_LIT_TOOLS_DIR "" CACHE PATH "Path to GnuWin32 tools")
endif()
# Define options to control the inclusion and default build behavior for
# components which may not strictly be necessary (tools, examples, and tests).
#
# This is primarily to support building smaller or faster project files.
option(LLVM_INCLUDE_TOOLS "Generate build targets for the LLVM tools." ON)
option(LLVM_BUILD_TOOLS
"Build the LLVM tools. If OFF, just generate build targets." ON)
option(LLVM_INCLUDE_UTILS "Generate build targets for the LLVM utils." ON)
option(LLVM_BUILD_RUNTIME
"Build the LLVM runtime libraries." ON)
option(LLVM_BUILD_EXAMPLES
"Build the LLVM example programs. If OFF, just generate build targets." OFF)
option(LLVM_INCLUDE_EXAMPLES "Generate build targets for the LLVM examples" ON)
option(LLVM_BUILD_TESTS
"Build LLVM unit tests. If OFF, just generate build targets." OFF)
option(LLVM_INCLUDE_TESTS "Generate build targets for the LLVM unit tests." ON)
option(HLSL_INCLUDE_TESTS "Generate build targets for the HLSL unit tests." ON)
option (LLVM_BUILD_DOCS "Build the llvm documentation." OFF)
option (LLVM_INCLUDE_DOCS "Generate build targets for llvm documentation." ON)
option (LLVM_ENABLE_DOXYGEN "Use doxygen to generate llvm API documentation." OFF)
option (LLVM_ENABLE_SPHINX "Use Sphinx to generate llvm documentation." OFF)
option (LLVM_BUILD_EXTERNAL_COMPILER_RT
"Build compiler-rt as an external project." OFF)
option(LLVM_BUILD_LLVM_DYLIB "Build libllvm dynamic library" OFF)
option(LLVM_DYLIB_EXPORT_ALL "Export all symbols from libLLVM.dylib (default is C API only" OFF)
option(LLVM_DISABLE_LLVM_DYLIB_ATEXIT "Disable llvm-shlib's atexit destructors." ON)
if(LLVM_DISABLE_LLVM_DYLIB_ATEXIT)
set(DISABLE_LLVM_DYLIB_ATEXIT 1)
endif()
option(LLVM_OPTIMIZED_TABLEGEN "Force TableGen to be built with optimization" OFF)
if(CMAKE_CROSSCOMPILING OR (LLVM_OPTIMIZED_TABLEGEN AND LLVM_ENABLE_ASSERTIONS))
set(LLVM_USE_HOST_TOOLS ON)
endif()
if (LLVM_BUILD_INSTRUMENTED OR LLVM_BUILD_INSTRUMENTED_COVERAGE)
if(NOT LLVM_PROFILE_MERGE_POOL_SIZE)
# A pool size of 1-2 is probably sufficient on a SSD. 3-4 should be fine
# for spining disks. Anything higher may only help on slower mediums.
set(LLVM_PROFILE_MERGE_POOL_SIZE "4")
endif()
if(NOT LLVM_PROFILE_FILE_PATTERN)
if(NOT LLVM_PROFILE_DATA_DIR)
set(LLVM_PROFILE_FILE_PATTERN "%${LLVM_PROFILE_MERGE_POOL_SIZE}m.profraw")
else()
file(TO_NATIVE_PATH "${LLVM_PROFILE_DATA_DIR}/%${LLVM_PROFILE_MERGE_POOL_SIZE}m.profraw" LLVM_PROFILE_FILE_PATTERN)
endif()
endif()
endif()
# All options referred to from HandleLLVMOptions have to be specified
# BEFORE this include, otherwise options will not be correctly set on
# first cmake run
include(config-ix)
# By default, we target the host, but this can be overridden at CMake
# invocation time.
set(LLVM_DEFAULT_TARGET_TRIPLE "${LLVM_HOST_TRIPLE}" CACHE STRING
"Default target for which LLVM will generate code." )
set(TARGET_TRIPLE "${LLVM_DEFAULT_TARGET_TRIPLE}")
include(HandleLLVMOptions)
# Verify that we can find a Python 3 interpreter and force cmake to use it.
find_package(Python3 REQUIRED)
######
# LLVMBuild Integration
#
# We use llvm-build to generate all the data required by the CMake based
# build system in one swoop:
#
# - We generate a file (a CMake fragment) in the object root which contains
# all the definitions that are required by CMake.
#
# - We generate the library table used by llvm-config.
#
# - We generate the dependencies for the CMake fragment, so that we will
# automatically reconfigure outselves.
set(LLVMBUILDTOOL "${LLVM_MAIN_SRC_DIR}/utils/llvm-build/llvm-build")
set(LLVMCONFIGLIBRARYDEPENDENCIESINC
"${LLVM_BINARY_DIR}/tools/llvm-config/LibraryDependencies.inc")
set(LLVMBUILDCMAKEFRAG
"${LLVM_BINARY_DIR}/LLVMBuild.cmake")
# Create the list of optional components that are enabled
if (LLVM_USE_INTEL_JITEVENTS)
set(LLVMOPTIONALCOMPONENTS IntelJITEvents)
endif (LLVM_USE_INTEL_JITEVENTS)
if (LLVM_USE_OPROFILE)
set(LLVMOPTIONALCOMPONENTS ${LLVMOPTIONALCOMPONENTS} OProfileJIT)
endif (LLVM_USE_OPROFILE)
# HLSL Change: use 'Unknown' in place of "${LLVM_NATIVE_ARCH}"
message(STATUS "Constructing LLVMBuild project information")
execute_process(
COMMAND ${Python3_EXECUTABLE} ${LLVMBUILDTOOL}
--native-target Unknown
--enable-targets "${LLVM_TARGETS_TO_BUILD}"
--enable-optional-components "${LLVMOPTIONALCOMPONENTS}"
--write-library-table ${LLVMCONFIGLIBRARYDEPENDENCIESINC}
--write-cmake-fragment ${LLVMBUILDCMAKEFRAG}
OUTPUT_VARIABLE LLVMBUILDOUTPUT
ERROR_VARIABLE LLVMBUILDERRORS
OUTPUT_STRIP_TRAILING_WHITESPACE
ERROR_STRIP_TRAILING_WHITESPACE
RESULT_VARIABLE LLVMBUILDRESULT)
# On Win32, CMake doesn't properly handle piping the default output/error
# streams into the GUI console. So, we explicitly catch and report them.
if( NOT "${LLVMBUILDOUTPUT}" STREQUAL "")
message(STATUS "llvm-build output: ${LLVMBUILDOUTPUT}")
endif()
if( NOT "${LLVMBUILDRESULT}" STREQUAL "0" )
message(FATAL_ERROR
"Unexpected failure executing llvm-build: ${LLVMBUILDERRORS}")
endif()
# Include the generated CMake fragment. This will define properties from the
# LLVMBuild files in a format which is easy to consume from CMake, and will add
# the dependencies so that CMake will reconfigure properly when the LLVMBuild
# files change.
include(${LLVMBUILDCMAKEFRAG})
######
# Configure all of the various header file fragments LLVM uses which depend on
# configuration variables.
set(LLVM_ENUM_TARGETS "")
set(LLVM_ENUM_ASM_PRINTERS "")
set(LLVM_ENUM_ASM_PARSERS "")
set(LLVM_ENUM_DISASSEMBLERS "")
foreach(t ${LLVM_TARGETS_TO_BUILD})
if(NOT t STREQUAL "None") # HLSL Change - support for no target, but no continue() in CMake 2.8
set( td ${LLVM_MAIN_SRC_DIR}/lib/Target/${t} )
list(FIND LLVM_ALL_TARGETS ${t} idx)
list(FIND LLVM_EXPERIMENTAL_TARGETS_TO_BUILD ${t} idy)
if( idx LESS 0 AND idy LESS 0 )
message(FATAL_ERROR "The target `${t}' does not exist.
It should be one of\n${LLVM_ALL_TARGETS}")
else()
set(LLVM_ENUM_TARGETS "${LLVM_ENUM_TARGETS}LLVM_TARGET(${t})\n")
endif()
file(GLOB asmp_file "${td}/*AsmPrinter.cpp")
if( asmp_file )
set(LLVM_ENUM_ASM_PRINTERS
"${LLVM_ENUM_ASM_PRINTERS}LLVM_ASM_PRINTER(${t})\n")
endif()
if( EXISTS ${td}/AsmParser/CMakeLists.txt )
set(LLVM_ENUM_ASM_PARSERS
"${LLVM_ENUM_ASM_PARSERS}LLVM_ASM_PARSER(${t})\n")
endif()
if( EXISTS ${td}/Disassembler/CMakeLists.txt )
set(LLVM_ENUM_DISASSEMBLERS
"${LLVM_ENUM_DISASSEMBLERS}LLVM_DISASSEMBLER(${t})\n")
endif()
endif() # HLSL Change - support for no target
endforeach(t)
# Produce the target definition files, which provide a way for clients to easily
# include various classes of targets.
configure_file(
${LLVM_MAIN_INCLUDE_DIR}/llvm/Config/AsmPrinters.def.in
${LLVM_INCLUDE_DIR}/llvm/Config/AsmPrinters.def
)
configure_file(
${LLVM_MAIN_INCLUDE_DIR}/llvm/Config/AsmParsers.def.in
${LLVM_INCLUDE_DIR}/llvm/Config/AsmParsers.def
)
configure_file(
${LLVM_MAIN_INCLUDE_DIR}/llvm/Config/Disassemblers.def.in
${LLVM_INCLUDE_DIR}/llvm/Config/Disassemblers.def
)
configure_file(
${LLVM_MAIN_INCLUDE_DIR}/llvm/Config/Targets.def.in
${LLVM_INCLUDE_DIR}/llvm/Config/Targets.def
)
# Configure the three LLVM configuration header files.
configure_file(
${LLVM_MAIN_INCLUDE_DIR}/llvm/Config/config.h.cmake
${LLVM_INCLUDE_DIR}/llvm/Config/config.h)
configure_file(
${LLVM_MAIN_INCLUDE_DIR}/llvm/Config/llvm-config.h.cmake
${LLVM_INCLUDE_DIR}/llvm/Config/llvm-config.h)
configure_file(
${LLVM_MAIN_INCLUDE_DIR}/llvm/Config/abi-breaking.h.cmake
${LLVM_INCLUDE_DIR}/llvm/Config/abi-breaking.h)
configure_file(
${LLVM_MAIN_INCLUDE_DIR}/llvm/Support/DataTypes.h.cmake
${LLVM_INCLUDE_DIR}/llvm/Support/DataTypes.h)
# They are not referenced. See set_output_directory().
set( CMAKE_RUNTIME_OUTPUT_DIRECTORY ${LLVM_BINARY_DIR}/bin )
set( CMAKE_LIBRARY_OUTPUT_DIRECTORY ${LLVM_BINARY_DIR}/lib${LLVM_LIBDIR_SUFFIX} )
set( CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${LLVM_BINARY_DIR}/lib${LLVM_LIBDIR_SUFFIX} )
set(CMAKE_BUILD_WITH_INSTALL_RPATH ON)
if (APPLE)
if(NOT DEFINED CMAKE_INSTALL_RPATH)
set(CMAKE_INSTALL_NAME_DIR "@rpath")
set(CMAKE_INSTALL_RPATH "@executable_path/../lib")
endif(NOT DEFINED CMAKE_INSTALL_RPATH)
else(UNIX)
if(NOT DEFINED CMAKE_INSTALL_RPATH)
set(CMAKE_INSTALL_RPATH "\$ORIGIN/../lib${LLVM_LIBDIR_SUFFIX}")
if(${CMAKE_SYSTEM_NAME} MATCHES "(FreeBSD|DragonFly)")
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -Wl,-z,origin")
set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -Wl,-z,origin")
endif()
endif(NOT DEFINED CMAKE_INSTALL_RPATH)
endif()
# Work around a broken bfd ld behavior. When linking a binary with a
# foo.so library, it will try to find any library that foo.so uses and
# check its symbols. This is wasteful (the check was done when foo.so
# was created) and can fail since it is not the dynamic linker and
# doesn't know how to handle search paths correctly.
if (UNIX AND NOT APPLE AND NOT ${CMAKE_SYSTEM_NAME} MATCHES "SunOS")
set(CMAKE_EXE_LINKER_FLAGS
"${CMAKE_EXE_LINKER_FLAGS} -Wl,-allow-shlib-undefined")
endif()
set(CMAKE_INCLUDE_CURRENT_DIR ON)
# HLSL Change Starts - override assert to RaiseException instead of abort
# for better test behavior
include_directories(BEFORE "${LLVM_MAIN_INCLUDE_DIR}/llvm/llvm_assert")
# HLSL Change Ends
include_directories( ${LLVM_INCLUDE_DIR} ${LLVM_MAIN_INCLUDE_DIR})
include_directories( ${LLVM_INCLUDE_DIR}/dxc/Tracing) # HLSL Change
# when crosscompiling import the executable targets from a file
if(LLVM_USE_HOST_TOOLS)
include(CrossCompile)
endif(LLVM_USE_HOST_TOOLS)
if(${CMAKE_SYSTEM_NAME} MATCHES "(FreeBSD|DragonFly)")
# On FreeBSD, /usr/local/* is not used by default. In order to build LLVM
# with libxml2, iconv.h, etc., we must add /usr/local paths.
include_directories("/usr/local/include")
link_directories("/usr/local/lib")
endif(${CMAKE_SYSTEM_NAME} MATCHES "(FreeBSD|DragonFly)")
if( ${CMAKE_SYSTEM_NAME} MATCHES SunOS )
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -include llvm/Support/Solaris.h")
endif( ${CMAKE_SYSTEM_NAME} MATCHES SunOS )
# Make sure we don't get -rdynamic in every binary. For those that need it,
# use export_executable_symbols(target).
set(CMAKE_SHARED_LIBRARY_LINK_CXX_FLAGS "")
# enable warnings as errors for debug build
if (MSVC)
SET(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} /WX")
endif (MSVC)
include(AddLLVM)
include(TableGen)
if( MINGW )
# People report that -O3 is unreliable on MinGW. The traditional
# build also uses -O2 for that reason:
llvm_replace_compiler_option(CMAKE_CXX_FLAGS_RELEASE "-O3" "-O2")
endif()
if(LLVM_INCLUDE_TESTS AND WIN32)
add_definitions(/DMSFT_SUPPORTS_CHILD_PROCESSES)
endif()
# Put this before tblgen. Else we have a circular dependence.
add_subdirectory(lib/Support)
add_subdirectory(lib/MSSupport) # HLSL Change
add_subdirectory(lib/TableGen)
add_subdirectory(utils/TableGen)
add_subdirectory(include/llvm)
# HLSL - Change Start
add_subdirectory(include/dxc)
# This over-specifies the dependency graph, but since generating these doesn't
# really depend on anything else in the build it is safe.
list(APPEND LLVM_COMMON_DEPENDS HCTGen)
if(EXISTS "${LLVM_MAIN_SRC_DIR}/external")
add_subdirectory(external) # SPIRV change
endif()
include_directories(AFTER ${DIRECTX_HEADER_INCLUDE_DIR}/directx ${DIRECTX_HEADER_INCLUDE_DIR}/wsl/stubs)
# HLSL - Change End
add_subdirectory(lib)
if (HLSL_EMBED_VERSION)
add_subdirectory(utils/version)
endif()
if(LLVM_INCLUDE_UTILS AND LLVM_INCLUDE_TESTS) # HLSL Change - only when testing
add_subdirectory(utils/FileCheck)
# add_subdirectory(utils/FileUpdate) # HLSL Change
add_subdirectory(utils/count)
add_subdirectory(utils/not)
add_subdirectory(utils/llvm-lit)
add_subdirectory(utils/yaml-bench)
else()
if ( LLVM_INCLUDE_TESTS )
message(FATAL_ERROR "Including tests when not building utils will not work.
Either set LLVM_INCLUDE_UTILS to On, or set LLVM_INCLDE_TESTS to Off.")
endif()
endif()
if(LLVM_INCLUDE_TESTS OR HLSL_INCLUDE_TESTS OR SPIRV_BUILD_TESTS) # HLSL Change
add_subdirectory(utils/unittest)
endif()
foreach( binding ${LLVM_BINDINGS_LIST} )
if( EXISTS "${LLVM_MAIN_SRC_DIR}/bindings/${binding}/CMakeLists.txt" )
add_subdirectory(bindings/${binding})
endif()
endforeach()
add_subdirectory(projects)
if(WITH_POLLY)
if(NOT EXISTS ${LLVM_MAIN_SRC_DIR}/tools/polly/CMakeLists.txt)
set(WITH_POLLY OFF)
endif()
endif(WITH_POLLY)
if( LLVM_INCLUDE_TOOLS )
add_subdirectory(tools)
endif()
if( LLVM_INCLUDE_EXAMPLES AND 0 ) # HLSL Change - never build examples
add_subdirectory(examples)
endif()
if( LLVM_INCLUDE_TESTS )
add_subdirectory(test)
add_subdirectory(unittests)
if (MSVC)
# This utility is used to prevent crashing tests from calling Dr. Watson on
# Windows.
add_subdirectory(utils/KillTheDoctor)
endif()
# Add a global check rule now that all subdirectories have been traversed
# and we know the total set of lit testsuites.
get_property(LLVM_LIT_TESTSUITES GLOBAL PROPERTY LLVM_LIT_TESTSUITES)
get_property(LLVM_LIT_PARAMS GLOBAL PROPERTY LLVM_LIT_PARAMS)
get_property(LLVM_LIT_DEPENDS GLOBAL PROPERTY LLVM_LIT_DEPENDS)
get_property(LLVM_LIT_EXTRA_ARGS GLOBAL PROPERTY LLVM_LIT_EXTRA_ARGS)
add_lit_target(check-all
"Running all regression tests"
${LLVM_LIT_TESTSUITES}
PARAMS ${LLVM_LIT_PARAMS}
DEPENDS ${LLVM_LIT_DEPENDS}
ARGS ${LLVM_LIT_EXTRA_ARGS}
)
add_custom_target(test-depends DEPENDS ${LLVM_LIT_DEPENDS}) # HLSL Change
endif()
if (LLVM_INCLUDE_DOCS)
add_subdirectory(docs)
endif()
if (LLVM_BUILD_DOCS)
add_hlsl_hctgen(DxilDocs OUTPUT docs/DXIL.rst CODE_TAG) # HLSL Change
endif()
add_subdirectory(cmake/modules)
if (NOT LLVM_INSTALL_TOOLCHAIN_ONLY)
install(DIRECTORY include/llvm include/llvm-c
DESTINATION include
COMPONENT llvm-headers
FILES_MATCHING
PATTERN "*.def"
PATTERN "*.h"
PATTERN "*.td"
PATTERN "*.inc"
PATTERN "LICENSE.TXT"
PATTERN ".svn" EXCLUDE
)
install(DIRECTORY ${LLVM_INCLUDE_DIR}/llvm
DESTINATION include
COMPONENT llvm-headers
FILES_MATCHING
PATTERN "*.def"
PATTERN "*.h"
PATTERN "*.gen"
PATTERN "*.inc"
# Exclude include/llvm/CMakeFiles/intrinsics_gen.dir, matched by "*.def"
PATTERN "CMakeFiles" EXCLUDE
PATTERN "config.h" EXCLUDE
PATTERN ".svn" EXCLUDE
)
if (NOT CMAKE_CONFIGURATION_TYPES)
add_custom_target(installhdrs
DEPENDS ${name}
COMMAND "${CMAKE_COMMAND}"
-DCMAKE_INSTALL_COMPONENT=llvm-headers
-P "${CMAKE_BINARY_DIR}/cmake_install.cmake")
endif()
endif()
include(CoverageReport)
# HLSL Change begin - Set default distribution value.
set(LLVM_DISTRIBUTION_COMPONENTS "dxc;dxcompiler;dxc-headers" CACHE STRING "")
# HLSL Change end - Set default distribution value.
# This must be at the end of the LLVM root CMakeLists file because it must run
# after all targets are created.
if(LLVM_DISTRIBUTION_COMPONENTS)
# HLSL Change - Deleted restriction for non-IDE builds. This works with Visual
# Studio for DXC because of the limited number of targets.
add_custom_target(install-distribution)
foreach(target ${LLVM_DISTRIBUTION_COMPONENTS})
if(TARGET install-${target})
add_dependencies(install-distribution install-${target})
else()
message(FATAL_ERROR "Specified distribution component '${target}' doesn't have an install target")
endif()
endforeach()
endif()
# Disable regeneration target for official builds as they always fun a full clean build.
# This should eliminate the race-condition issue with "Cannot restore timestamp".
if (HLSL_OFFICIAL_BUILD)
set(CMAKE_SUPPRESS_REGENERATION ON)
endif (HLSL_OFFICIAL_BUILD)
if (NOT "${DXC_CMAKE_ENDS_INCLUDE}" STREQUAL "")
include(${DXC_CMAKE_ENDS_INCLUDE})
endif()
|
0 | repos | repos/DirectXShaderCompiler/CMakeSettings.json | {
"configurations": [
{
"name": "x64-Release",
"generator": "Ninja",
"configurationType": "RelWithDebInfo",
"buildRoot": "${projectDir}\\out\\build\\${name}",
"installRoot": "${projectDir}\\out\\install\\${name}",
"cmakeCommandArgs": "-C ${projectDir}\\cmake\\caches\\PredefinedParams.cmake -DLLVM_ENABLE_ASSERTIONS=On -DLLVM_LIT_ARGS=\"-v\"",
"buildCommandArgs": "-v",
"ctestCommandArgs": "",
"inheritEnvironments": [ "msvc_x64_x64" ]
},
{
"name": "x64-Debug",
"generator": "Ninja",
"configurationType": "Debug",
"buildRoot": "${projectDir}\\out\\build\\${name}",
"installRoot": "${projectDir}\\out\\install\\${name}",
"cmakeCommandArgs": "-C ${projectDir}\\cmake\\caches\\PredefinedParams.cmake -DLLVM_ENABLE_ASSERTIONS=On -DLLVM_LIT_ARGS=\"-v\"",
"buildCommandArgs": "-v",
"ctestCommandArgs": "",
"inheritEnvironments": [ "msvc_x64_x64" ]
},
{
"name": "x64-clang-cl-Release",
"generator": "Ninja",
"configurationType": "RelWithDebInfo",
"buildRoot": "${projectDir}\\out\\build\\${name}",
"installRoot": "${projectDir}\\out\\install\\${name}",
"cmakeCommandArgs": "-C ${projectDir}\\cmake\\caches\\PredefinedParams.cmake -DLLVM_ENABLE_ASSERTIONS=On -DLLVM_LIT_ARGS=\"-v\"",
"buildCommandArgs": "-v",
"ctestCommandArgs": "",
"inheritEnvironments": [ "clang_cl_x64_x64" ]
},
{
"name": "x64-clang-cl-Debug",
"generator": "Ninja",
"configurationType": "Debug",
"buildRoot": "${projectDir}\\out\\build\\${name}",
"installRoot": "${projectDir}\\out\\install\\${name}",
"cmakeCommandArgs": "-C ${projectDir}\\cmake\\caches\\PredefinedParams.cmake -DLLVM_ENABLE_ASSERTIONS=On -DLLVM_LIT_ARGS=\"-v\"",
"buildCommandArgs": "-v",
"ctestCommandArgs": "",
"inheritEnvironments": [ "clang_cl_x64_x64" ]
},
{
"name": "x86-Release",
"generator": "Ninja",
"configurationType": "RelWithDebInfo",
"buildRoot": "${projectDir}\\out\\build\\${name}",
"installRoot": "${projectDir}\\out\\install\\${name}",
"cmakeCommandArgs": "-C ${projectDir}\\cmake\\caches\\PredefinedParams.cmake -DLLVM_ENABLE_ASSERTIONS=On -DLLVM_LIT_ARGS=\"-v\"",
"buildCommandArgs": "-v",
"ctestCommandArgs": "",
"inheritEnvironments": [ "msvc_x86_x64" ]
},
{
"name": "x86-Debug",
"generator": "Ninja",
"configurationType": "Debug",
"buildRoot": "${projectDir}\\out\\build\\${name}",
"installRoot": "${projectDir}\\out\\install\\${name}",
"cmakeCommandArgs": "-C ${projectDir}\\cmake\\caches\\PredefinedParams.cmake -DLLVM_ENABLE_ASSERTIONS=On -DLLVM_LIT_ARGS=\"-v\"",
"buildCommandArgs": "-v",
"ctestCommandArgs": "",
"inheritEnvironments": [ "msvc_x86_x64" ]
}
]
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.