代码搜索:Decoding
找到约 6,356 项符合「Decoding」的源代码
代码结果 6,356
www.eeworm.com/read/268663/4250823
cpp l3table.cpp
/*
* l3table.cpp
*
* Contains tables for MPEG Audio Layer III decoding
*
* Last modified : 08/02/97
*/
#include "all.h"
#include "l3table.h"
#ifdef __WIN32__
#pragma warning (di
www.eeworm.com/read/361550/2945232
cpp l3table.cpp
/*
* l3table.cpp
*
* Contains tables for MPEG Audio Layer III decoding
*
* Last modified : 08/02/97
*/
#include "all.h"
#include "l3table.h"
#ifdef __WIN32__
#pragma warning (di
www.eeworm.com/read/353649/3083066
cpp l3table.cpp
/*
* l3table.cpp
*
* Contains tables for MPEG Audio Layer III decoding
*
* Last modified : 08/02/97
*/
#include "all.h"
#include "l3table.h"
#ifdef __WIN32__
#pragma warning (di
www.eeworm.com/read/194581/8190411
c decode_4to1.c
/*
decode_4to1.c: ...with 4to1 downsampling / decoding of every 4th sample
copyright 1995-2006 by the mpg123 project - free software under the terms of the LGPL 2.1
see COPYING and AUTHORS files i
www.eeworm.com/read/392497/8339689
m huffdecodedc.m
function valq= huffDecodeDC(X,MatDC)
%huffman decoding
i=1;
j=1;
p=1;
v=1;
aa=[];
xSize=length(X);
while i~=xSize+1
basecode=X(p:i);
%aa=strcat(aa,basecode);
k=strmatch(
www.eeworm.com/read/392497/8339880
m huffdecodedc.m
function valq= huffDecodeDC(X,MatDC)
%huffman decoding
i=1;
j=1;
p=1;
v=1;
aa=[];
xSize=length(X);
while i~=xSize+1
basecode=X(p:i);
%aa=strcat(aa,basecode);
k=strmatch(
www.eeworm.com/read/170798/9789330
cpp l3table.cpp
/*
* l3table.cpp
*
* Contains tables for MPEG Audio Layer III decoding
*
* Last modified : 08/02/97
*/
#include "all.h"
#include "l3table.h"
#ifdef __WIN32__
#pragma warning (di
www.eeworm.com/read/413419/11156854
m disptrell.m
function disptrell(dlt,slt,data_est,state_est,varargin)
%DISPTRELL Display decoding process in graphical form.
% DISPTRELL(DLT,SLT,D_E,S_E) displays most probable path and data
% estimations in d
www.eeworm.com/read/247647/12638113
m disptrell.m
function disptrell(dlt,slt,data_est,state_est,varargin)
%DISPTRELL Display decoding process in graphical form.
% DISPTRELL(DLT,SLT,D_E,S_E) displays most probable path and data
% estimations in d
www.eeworm.com/read/112801/15476361
h efaxlib.h
#ifndef _EFAXLIB_H
#define _EFAXLIB_H
#include
#define EFAX_PATH_MAX 1024
/* T.4 fax encoding/decoding */
#ifndef uchar
#define uchar unsigned char
#endif
#define DEFPGLINES 66