search for: _mapping_p

Displaying 3 results from an estimated 3 matches for "_mapping_p".

2001 Oct 17
2
win32sdk shared memory issue -- proposed change of code
...k like: #if defined(_MSC_VER) && defined(DLL_IMPORT) # define EXTERN _declspec(dllimport) extern #else # define EXTERN extern #endif EXTERN vorbis_func_time *_time_P[]; EXTERN vorbis_func_floor *_floor_P[]; EXTERN vorbis_func_residue *_residue_P[]; EXTERN vorbis_func_mapping *_mapping_P[]; I realize the aesthetics of having "EXTERN" instead of "extern" may be an issue on non-win32 platforms, (although in this case it would still preprocess out to "extern") so I thought I'd present the proposed change to the list before commiting to CVS... --- &g...
2018 Apr 27
0
[RFC][PATCH] Remove private symbols from Vorbis shared libs
...------------ _book_maptype1_quantvals _book_unquantize __bss_start drft_backward drft_clear drft_forward drft_init _edata _end _fini _float32_pack _float32_unpack floor0_exportbundle floor1_encode floor1_exportbundle floor1_fit floor1_interpolate_fit _floor_P _init _make_words mapping0_exportbundle _mapping_P mdct_backward mdct_clear mdct_forward mdct_init ov_ilog res0_free_info res0_free_look res0_inverse res0_look res0_pack res0_unpack res1_class res1_forward res1_inverse res2_class res2_forward res2_inverse residue0_exportbundle residue1_exportbundle residue2_exportbundle _residue_P _ve_envelope_clea...
2002 Jan 02
2
RC3 Changes needed for MacOS
...ote vorbis_analysis_blockout vorbis_analysis +vorbis_bitrate_addblock +vorbis_bitrate_flushpacket # Vorbis PRIMITIVES: synthesis layer @@ -43,10 +45,10 @@ _vi_psy_copy _vp_compute_mask -_vp_apply_floor ### From "xxx.h" (for VorbisEncLib) _time_P _floor_P _residue_P _mapping_P +residue_free_info Index: mac/libvorbisenc.mcp.exp =================================================================== RCS file: /usr/local/cvsroot/vorbis/mac/libvorbisenc.mcp.exp,v retrieving revision 1.1 diff -u -r1.1 libvorbisenc.mcp.exp --- mac/libvorbisenc.mcp.exp 2000/11/22 06:15:19 1.1 +++ m...