Searched refs:_enc (Results 1 – 2 of 2) sorted by relevance
/external/libopus/celt/ |
D | cwrs.c | 458 void encode_pulses(const int *_y,int _n,int _k,ec_enc *_enc){ in encode_pulses() argument 460 ec_enc_uint(_enc,icwrs(_n,_y),CELT_PVQ_V(_n,_k)); in encode_pulses() 692 void encode_pulses(const int *_y,int _n,int _k,ec_enc *_enc){ in encode_pulses() argument 700 ec_enc_uint(_enc,i,nc); in encode_pulses()
|
D | celt_encoder.c | 1412 ec_enc _enc; in celt_encode_with_ec() local 1580 ec_enc_init(&_enc, compressed, nbCompressedBytes); in celt_encode_with_ec() 1581 enc = &_enc; in celt_encode_with_ec()
|