代码搜索:Encoder

找到约 10,000 项符合「Encoder」的源代码

代码结果 10,000
www.eeworm.com/read/104466/15691441

c flvenc.c

/* * FLV encoder. * Copyright (c) 2003 The FFmpeg Project. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * Licens
www.eeworm.com/read/104466/15691452

c flvdec.c

/* * FLV encoder. * Copyright (c) 2003 The FFmpeg Project. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * Licens
www.eeworm.com/read/104466/15691464

c ffm.c

/* * FFM (ffserver live feed) encoder and decoder * Copyright (c) 2001 Fabrice Bellard. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Le
www.eeworm.com/read/104466/15691466

c wav.c

/* * WAV encoder and decoder * Copyright (c) 2001, 2002 Fabrice Bellard. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General P
www.eeworm.com/read/104466/15691470

c asf-enc.c

/* * Adaptive stream format encoder * Copyright (c) 2000, 2001 Fabrice Bellard. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser Gen
www.eeworm.com/read/104466/15691477

c avienc.c

/* * AVI encoder. * Copyright (c) 2000 Fabrice Bellard. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License a
www.eeworm.com/read/290238/3983083

m zao_coder.m

function [output]=zao_encoder(d) G=[1 0 0 1 1;1 1 0 1 1]; k=1; ch_out=viterbi_encoder(G,k,d); u1=ch_out(1:488); j=1; channel_output=zeros(1,464); for i=1:488 if mod(i-12,15)~=0 out(j)
www.eeworm.com/read/188503/8534834

c tables.c

#ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include "common.h" #include "encoder.h" /*********************************************************************** * * Read one of
www.eeworm.com/read/188503/8535705

hh encoderparams.hh

#ifndef _ENCODERPARAMS_HH #define _ENCODERPARAMS_HH /* encoderparams - class holding all the various control parameters for and individual encoder instance. For speed a lot of address offsets/si
www.eeworm.com/read/387891/8647859

c mp3.c

/* * MP3 encoder and decoder * Copyright (c) 2003 Fabrice Bellard. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public