代码搜索:coder

找到约 7,216 项符合「coder」的源代码

代码结果 7,216
www.eeworm.com/read/282282/4106266

c basop_t.c

#include "typedef.h" #include "basop.h" #include "cst_lbc.h" #include "tab_lbc.h" #include "coder.h" #include "decod.h" #include "exc_lbc.h" #include "cod_cng.h" #include "dec_cng.h" #include
www.eeworm.com/read/425984/1997254

h cod_tcx_stereo.h

#ifndef _TCX_STEREO_H #define _TCX_STEREO_H void init_tcx_stereo_encoder(Coder_State_Plus * st); void init_tcx_stereo_decoder(Decoder_State_Plus * st); void cod_tcx_stereo(float mono_2k[],
www.eeworm.com/read/170657/9794571

si 12-4.si

Name 12-4coder; PartNo XXXXX; Date XX/XX/XX; Revision XX; Designer huangchayong; Company jxnu; Assembly None; Location XXXXX; Device g16v8; ORDER: a0, a1, a2, a3, a4, a5, a6,
www.eeworm.com/read/411799/11226036

c algo.c

//algo.c #define DELTA 0x9e37 #define TEA_CIRCLE 32 #include #include extern unsigned int v[512],k[4]; extern int vl; void coder() { int i; vl=vl/2;
www.eeworm.com/read/304001/13805039

m melp_decoder.m

%C is the struct array which contain the coded data produced by coder. %function v=melp_decoder(C) d_init; C=c; TEMPSIZE=size(C); FRN=TEMPSIZE(2); for i=1:FRN ls2=d_lsf(C(i).ls); [G1,G2,
www.eeworm.com/read/138884/5813305

m writeg7231stream.m

function WriteG7231Stream (FName, QC) % Write a ITU-T G.7231 coder byte stream file, given % code values frame by frame. % $Id: WriteG7231Stream.m 1.2 2004/06/25 G.723.1-v2r1b $ % Convert the codes
www.eeworm.com/read/9022/161671

bat make.bat

tmcc -o atest.out coder.c countbit.c dct.c io.c main.c mot_est.c pred.c putbits.c putvlc.c quant.c ratectrl.c sac.c -host winnt
www.eeworm.com/read/14653/400643

bat make.bat

tmcc -o atest.out coder.c countbit.c dct.c io.c main.c mot_est.c pred.c putbits.c putvlc.c quant.c ratectrl.c sac.c -host winnt
www.eeworm.com/read/17540/737703

cpld

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_arith.all; use ieee.std_logic_unsigned.all; entity coder8_3_1 is port(sel:in std_logic_vector(7 downto 0); q:out std_logic_vecto
www.eeworm.com/read/480367/1318372

makefile

PROG = 7z.sfx LIBS = $(LIBS) user32.lib oleaut32.lib shell32.lib ole32.lib CFLAGS = $(CFLAGS) -I ../../../ \ -DNO_REGISTRY \ -DEXTRACT_ONLY \ -DNO_READ_FROM_CODER \ -D_SFX \ SFX_WIN_O