search for: _vorbis_block_alloc

Displaying 2 results from an estimated 2 matches for "_vorbis_block_alloc".

2018 Apr 27
0
[RFC][PATCH] Remove private symbols from Vorbis shared libs
...ard res2_inverse residue0_exportbundle residue1_exportbundle residue2_exportbundle _residue_P _ve_envelope_clear _ve_envelope_init _ve_envelope_mark _ve_envelope_search _ve_envelope_shift _vi_gpsy_free _vi_psy_free _vorbis_apply_window vorbis_bitrate_clear vorbis_bitrate_init vorbis_bitrate_managed _vorbis_block_alloc _vorbis_block_ripcord vorbis_book_clear vorbis_book_codelen vorbis_book_codeword vorbis_book_decode vorbis_book_decodev_add vorbis_book_decodevs_add vorbis_book_decodev_set vorbis_book_decodevv_add vorbis_book_encode vorbis_book_init_decode vorbis_book_init_encode vorbis_lpc_from_data vorbis_lpc_pr...
2002 Sep 03
3
memory allocations in codec
Hi, I was wondering why the decoder does so much malloc/alloca/free within the inner decoding stages. Allocating everything at the xxx_look() stages would: - ensure that on exit of the look stage the decoder as grabbed once and for all the resources required to decode the stream to the end. - allows to perform checks on memory allocations, something which is completely lacking at the