代码搜索:Decode
找到约 10,000 项符合「Decode」的源代码
代码结果 10,000
www.eeworm.com/read/231414/14236780
c decode.c
/*
** Symbol 0 is used for EOF.
**
** Format of compressed file:
**
** blocks of header + canonical coded data until n == 0 in the header
**
** Where header =
** LOG2_MAX_SYMBOL bits is nu
www.eeworm.com/read/231140/14253900
c decode.c
/*
* decode.c
*
* CCITT ADPCM decoder
*
* Usage : decode [-3|4|5] [-a|u|l] < infile > outfile
*/
#include
#include "g72x.h"
/*
* Unpack input codes and pass them back as
www.eeworm.com/read/231140/14254190
obj decode.obj
www.eeworm.com/read/231140/14254243
c decode.c
/*
* Copyright 1992 by Jutta Degener and Carsten Bormann, Technische
* Universitaet Berlin. See the accompanying file "COPYRIGHT" for
* details. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWA
www.eeworm.com/read/230678/14278247
dll decode.dll
www.eeworm.com/read/229909/14312845
c decode.c
/***********************************************
copyright by Haia Tech
www.haia2004.com
************************************************/
#include
//#include
#include
www.eeworm.com/read/229909/14312852
h decode.h
/***********************************************
copyright by Haia Tech
www.haia2004.com
************************************************/
#ifndef _DECODE_H_
#define _DECODE_H_
void deco
www.eeworm.com/read/127843/14331911
h decode.h
#ifndef _DECODE_H_
#define _DECODE_H_
#include "common.h"
void decode_info(Bit_stream_struc*, frame_params*);
void III_get_side_info(Bit_stream_struc *bs, III_side_info_t *si, frame_params *fr
www.eeworm.com/read/127843/14331915
c decode.c
#include
#include
#include "common.h"
#include "decode.h"
#include "huffman.h"
void decode_info(Bit_stream_struc *bs, frame_params *fr_ps)
{
layer *hdr = fr_ps->header
www.eeworm.com/read/229452/14338494