Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
l3bitstream-pvt.h
Package: mpeg.zip [view]
Upload User: njqiyou
Upload Date: 2007-01-08
Package Size: 574k
Code Size: 1k
Category:
mpeg mp3
Development Platform:
C/C++
- /**********************************************************************
- * ISO MPEG Audio Subgroup Software Simulation Group (1996)
- * ISO 13818-3 MPEG-2 Audio Encoder - Lower Sampling Frequency Extension
- *
- * $Id: l3bitstream-pvt.h,v 1.1 1996/02/14 04:04:23 rowlands Exp $
- *
- * $Log: l3bitstream-pvt.h,v $
- * Revision 1.1 1996/02/14 04:04:23 rowlands
- * Initial revision
- *
- * Received from Mike Coleman
- **********************************************************************/
- #ifndef L3BITSTREAM_PVT_H
- #define L3BITSTREAM_PVT_H
- static int encodeSideInfo( III_side_info_t *si );
- static void encodeMainData( int l3_enc[2][2][576],
- III_side_info_t *si,
- III_scalefac_t *scalefac );
- static void write_ancillary_data( char *theData, int lengthInBits );
- static void drain_into_ancillary_data( int lengthInBits );
- static void Huffmancodebits( BF_PartHolder **pph, int *ix, gr_info *gi );
- #endif