Home
last modified time | relevance | path

Searched refs:od_ec_tell_frac (Results 1 – 4 of 4) sorted by relevance

/external/libaom/libaom/aom_dsp/
Dentcode.h38 OD_WARN_UNUSED_RESULT uint32_t od_ec_tell_frac(uint32_t nbits_total,
Dentcode.c23 uint32_t od_ec_tell_frac(uint32_t nbits_total, uint32_t rng) { in od_ec_tell_frac() function
Dentdec.c246 return od_ec_tell_frac(od_ec_dec_tell(dec), dec->rng); in od_ec_dec_tell_frac()
Dentenc.c390 return od_ec_tell_frac(od_ec_enc_tell(enc), enc->rng); in od_ec_enc_tell_frac()