代码搜索:layer
找到约 10,000 项符合「layer」的源代码
代码结果 10,000
www.eeworm.com/read/15710/535113
h layer3.h
/* layer3.h
Declarations for the Layer III decoder object */
#ifndef LAYERIII_H
#define LAYERIII_H
#include "all.h"
#include "l3type.h"
#include "ibitstr.h"
#include "obuffer.h"
#incl
www.eeworm.com/read/15710/535129
cpp layer3.cpp
/* layer3.cpp
Implementation of the layer III decoder
01/31/97 : Layer III routines adopted from the ISO MPEG Audio Subgroup
Software Simulation Group's public c source for its MPEG audi
www.eeworm.com/read/15710/535184
cpp layer2.cpp
#include "mpg123.h"
#include "l2tables.h"
static int grp_3tab[32 * 3] = { 0, };
static int grp_5tab[128 * 3] = { 0, };
static int grp_9tab[1024 * 3] = { 0, };
real muls[27][64];
www.eeworm.com/read/15710/535190
cpp layer1.cpp
#include "mpg123.h"
/**
*
**/
static void I_step_one (unsigned int balloc[], unsigned int scale_index[2][SBLIMIT],struct frame *fr)
{
unsigned int *ba=balloc;
unsigned int *sca =
www.eeworm.com/read/15710/535191
cpp layer3.cpp
#include
#include
#include "mpg123.h"
#include "mpglib.h"
#include "huffman.h"
extern struct mpstr *gmp;
static real ispow[8207];
static real aa_ca[8],aa_cs[8];
www.eeworm.com/read/15710/535485
c layer12.c
/*
* libmad - MPEG audio decoder library
*/
# ifdef HAVE_CONFIG_H
# include "config.h"
# endif
# include "global.h"
# ifdef HAVE_LIMITS_H
# include
# else
# define CH
www.eeworm.com/read/15710/535491
h layer3.h
# ifndef LIBMAD_LAYER3_H
# define LIBMAD_LAYER3_H
# include "stream.h"
# include "frame.h"
int mad_layer_III(struct mad_stream *, struct mad_frame *);
# endif
www.eeworm.com/read/15710/535506
h layer12.h
/*
* libmad - MPEG audio decoder library
*/
# ifndef LIBMAD_LAYER12_H
# define LIBMAD_LAYER12_H
# include "stream.h"
# include "frame.h"
int mad_layer_I(struct mad_stream *, struct mad_
www.eeworm.com/read/15710/535511
c layer3.c
/*
* libmad - MPEG audio decoder library
*/
# ifdef HAVE_CONFIG_H
# include "config.h"
# endif
# include "global.h"
# include
# include
# ifdef HAVE_ASSERT
www.eeworm.com/read/15710/535674