search for: ec_enc_don

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

Did you mean: ec_enc_done
2017 Jun 27
0
[Windows]Issue with opus 1.2 : lnk2001
...ors (lnk 2001): - silk_Encode - ec_enc_init - celt_inner_prod_sse - opus_select_arch - silk_InitEncoder - ec_enc_shrink - silk_log2lin - ec_enc_bit_logp - celt_encoder_get_size - celt_encoder_init - silk_lin2log - opus_custom_encoder_ctl - ec_enc_uint - silk_Get_Encoder_Size - celt_encode_with_ec - ec_enc_done - opus_fft_c - silk_Decode - ec_dec_init - ec_dec_uint - celt_decode_with_ec - silk_Get_Decoder_Size - ec_dec_bit_logp - silk_InitDecoder - opus_custom_decoder_ctl - celt_decoder_get_size - celt_decoder_init Could you help me ? Thanks in advance. -------------- next part -------------- An HTML at...
2011 Mar 03
0
[PATCH] Eliminate the ec_int32 and ec_uint32 typedefs.
..._this,celt_uint32 _size){ celt_assert(_this->offs+_this->end_offs<=_size); CELT_MOVE(_this->buf+_size-_this->end_offs, _this->buf+_this->storage-_this->end_offs,_this->end_offs); @@ -246,11 +246,11 @@ void ec_enc_shrink(ec_enc *_this,ec_uint32 _size){ } void ec_enc_done(ec_enc *_this){ - ec_window window; - int used; - ec_uint32 msk; - ec_uint32 end; - int l; + ec_window window; + int used; + celt_uint32 msk; + celt_uint32 end; + int l; /*We output the minimum number of bits that ensures that the symbols encoded th...