l3bitstream-pvt.h
上传用户:sun1608
上传日期:2007-02-02
资源大小:6116k
文件大小:1k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

Visual C++

  1. /**********************************************************************
  2.  * ISO MPEG Audio Subgroup Software Simulation Group (1996)
  3.  * ISO 13818-3 MPEG-2 Audio Encoder - Lower Sampling Frequency Extension
  4.  *
  5.  * $Id: l3bitstream-pvt.h,v 1.2 2001/06/01 22:26:00 wmay Exp $
  6.  *
  7.  * Revision 1.4  2000/03/21 23:02:17  markt
  8.  * replaced all "gf." by gfp->
  9.  *
  10.  * Revision 1.3  2000/02/01 11:26:32  takehiro
  11.  * scalefactor's structure changed
  12.  *
  13.  * Revision 1.2  1999/12/09 00:44:34  cisc
  14.  * Removed write_ancillary_data() prototype. (No longer used)
  15.  *
  16.  * Revision 1.1.1.1  1999/11/24 08:42:59  markt
  17.  * initial checkin of LAME
  18.  * Starting with LAME 3.57beta with some modifications
  19.  *
  20.  * Revision 1.1  1996/02/14 04:04:23  rowlands
  21.  * Initial revision
  22.  *
  23.  * Received from Mike Coleman
  24.  **********************************************************************/
  25. #ifndef L3BITSTREAM_PVT_H
  26. #define L3BITSTREAM_PVT_H
  27. static int encodeSideInfo( lame_global_flags *gfp,III_side_info_t  *si );
  28. static void encodeMainData( lame_global_flags *gfp,
  29.     int              l3_enc[2][2][576],
  30.     III_side_info_t  *si,
  31.     III_scalefac_t   scalefac[2][2] );
  32. static void drain_into_ancillary_data( int lengthInBits );
  33. static void Huffmancodebits( BF_PartHolder **pph, int *ix, gr_info *gi );
  34. #endif