代码搜索:VLC

找到约 2,273 项符合「VLC」的源代码

代码结果 2,273
www.eeworm.com/read/292234/8365859

h vlc.h

/* COPYRIGHT, LICENSE AND WARRANTY INFORMATION This software module has been originally developed by Nokia Corporation. Provided that a person, entity or a company willing to use the Software (her
www.eeworm.com/read/292234/8365899

c vlc.c

/* COPYRIGHT, LICENSE AND WARRANTY INFORMATION This software module has been originally developed by Nokia Corporation. Provided that a person, entity or a company willing to use the Software (her
www.eeworm.com/read/292177/8369667

h vlc.h

/************************************************************************ * * vlc.h, VLC tables for tmn (TMN encoder) * Copyright (C) 1996 Telenor R&D, Norway * Karl Olav Lillevold
www.eeworm.com/read/292177/8369813

h vlc.h

/************************************************************************ * * vlc.h, VLC tables for tmn (TMN encoder) * Copyright (C) 1996 Telenor R&D, Norway * Karl Olav Lillevold
www.eeworm.com/read/391467/8401799

h vlc.h

/* COPYRIGHT, LICENSE AND WARRANTY INFORMATION This software module has been originally developed by Nokia Corporation. Provided that a person, entity or a company willing to use the Software (her
www.eeworm.com/read/391467/8401825

c vlc.c

/* COPYRIGHT, LICENSE AND WARRANTY INFORMATION This software module has been originally developed by Nokia Corporation. Provided that a person, entity or a company willing to use the Software (her
www.eeworm.com/read/188267/8554228

c vlc.c

/*! ************************************************************************ * \file vlc.c * * \brief * VLC support functions * * \author * Main contributors (see contributors.
www.eeworm.com/read/187893/8594061

h vlc.h

/* vlc.h : vlc table */ typedef struct { int i_bits; int i_size; } vlc_t; /* XXX: don't forget to change it if you change vlc_t */ #define MKVLC( a, b ) { a, b } static const vlc_t
www.eeworm.com/read/431668/8663164

h vlc.h

/***************************************************************************** * vlc.h : vlc table ***************************************************************************** * Copyright (C) 2003
www.eeworm.com/read/427148/8971725

h vlc.h

/*! ************************************************************************ * \file vlc.h * * \brief * header for (CA)VLC coding functions * * \author * Karsten Suehring *