代码搜索:SVP

找到约 53 项符合「SVP」的源代码

代码结果 53
www.eeworm.com/read/285564/8831674

c svp.c

#include #include #include static char vcid[] = "$Id: svp.c,v 3.2 1999/07/07 16:32:11 vicadmin Exp $"; double svp(double temp) /***************************************
www.eeworm.com/read/450762/7476952

txt lisez moi svp!!!!.txt

les deux fichiers "afficher_discutions" et "discuter" sans extentions sont les fichiers .exe il faut juste rajouter .exe pour pour pourvoir l'executer et en profiter pleinement bon chat!!!! en c
www.eeworm.com/read/201338/15410118

c svp_encoder.c

#include #include //#include //#include #include "dsp_mp4svp_type.h" #define _GLOBAL_ #include "dsp_mp4svp_global.h" #include "dsp_mp4svp_stream
www.eeworm.com/read/201338/15410106

h dsp_mp4svp_vop.h

#ifndef _DSP_SVP_VOP_H_ #define _DSP_SVP_VOP_H_ void initVopPar(); void CodeVOVOLHeader(); void CodeVopHeader(short frame); void CodeVop(unsigned char * curr, unsigned char * reference,
www.eeworm.com/read/201338/15410107

h dsp_mp4svp_dct.h

#ifndef _DSP_SVP_DCT_H_ #define _DSP_SVP_DCT_H_ #ifndef PI # ifdef M_PI # define PI M_PI # else # define PI 3.14159265358979323846 # endif #endif void fdct_enc(short *block); void in
www.eeworm.com/read/201338/15410108

h dsp_mp4svp_type.h

#ifndef _DSP_SVP_TYPE_H_ #define _DSP_SVP_TYPE_H_ //#include typedef void Void ; typedef int Int ; typedef float Float ;
www.eeworm.com/read/201338/15410109

h dsp_mp4svp_stream.h

#ifndef _DSP_SVP_STREAM_H_ #define _DSP_SVP_STREAM_H_ void initBuffer(); void BitstreamPutBits(UInt val, UChar nbits); void stuffingBitstrm(); #endif//_DSP_SVP_STREAM_H_
www.eeworm.com/read/201338/15410110

h dsp_mp4svp_vlc.h

#ifndef _DSP_SVP_VLC_H_ #define _DSP_SVP_VLC_H_ static VLCtable mcbpc_intra_tab[15] = { {0x01,9}, {0x01,1}, {0x01,4}, {0x00,0}, {0x00,0}, {0x01,3}, {0x01,6}, {0x00,0}, {0x00,0}, {0x02,3}
www.eeworm.com/read/201338/15410111

h dsp_mp4svp_global.h

#ifndef _DSP_SVP_GLOBAL_H_ #define _DSP_SVP_GLOBAL_H_ #ifdef _GLOBAL_ UChar * stream; UChar * pstream; UChar buffer[256]; UChar * pbfr; UChar ByteBfr;//8bits buffer char leftcnt;//num
www.eeworm.com/read/201338/15410115

c dsp_mp4svp_stream.c

//#include //#include //#include #include #include "dsp_mp4svp_type.h" #include "dsp_mp4svp_global.h" #include "dsp_mp4svp_stream.h" void initBu