Home
last modified time | relevance | path

Searched refs:ec_window (Results 1 – 3 of 3) sorted by relevance

/external/libopus/celt/
Dentcode.h45 typedef opus_uint32 ec_window; typedef
50 # define EC_WINDOW_SIZE ((int)sizeof(ec_window)*CHAR_BIT)
70 ec_window end_window;
Dentenc.c194 ec_window window; in ec_enc_bits()
207 window|=(ec_window)_fl<<used; in ec_enc_bits()
245 ec_window window; in ec_enc_done()
Dentdec.c226 ec_window window; in ec_dec_bits()
233 window|=(ec_window)ec_read_byte_from_end(_this)<<available; in ec_dec_bits()