Searched refs:od_ec_enc (Results 1 – 4 of 4) sorted by relevance
/external/libaom/libaom/aom_dsp/ |
D | entenc.h | 21 typedef struct od_ec_enc od_ec_enc; typedef 26 struct od_ec_enc { struct 55 void od_ec_enc_init(od_ec_enc *enc, uint32_t size) OD_ARG_NONNULL(1); argument 56 void od_ec_enc_reset(od_ec_enc *enc) OD_ARG_NONNULL(1); 57 void od_ec_enc_clear(od_ec_enc *enc) OD_ARG_NONNULL(1); 59 void od_ec_encode_bool_q15(od_ec_enc *enc, int val, unsigned f_q15) 61 void od_ec_encode_cdf_q15(od_ec_enc *enc, int s, const uint16_t *cdf, int nsyms) 64 void od_ec_enc_bits(od_ec_enc *enc, uint32_t fl, unsigned ftb) 67 void od_ec_enc_patch_initial_bits(od_ec_enc *enc, unsigned val, int nbits) 69 OD_WARN_UNUSED_RESULT unsigned char *od_ec_enc_done(od_ec_enc *enc, [all …]
|
D | entenc.c | 56 static void od_ec_enc_normalize(od_ec_enc *enc, od_ec_window low, in od_ec_enc_normalize() 112 void od_ec_enc_init(od_ec_enc *enc, uint32_t size) { in od_ec_enc_init() 129 void od_ec_enc_reset(od_ec_enc *enc) { in od_ec_enc_reset() 144 void od_ec_enc_clear(od_ec_enc *enc) { in od_ec_enc_clear() 156 static void od_ec_encode_q15(od_ec_enc *enc, unsigned fl, unsigned fh, int s, in od_ec_encode_q15() 193 void od_ec_encode_bool_q15(od_ec_enc *enc, int val, unsigned f) { in od_ec_encode_bool_q15() 221 void od_ec_encode_cdf_q15(od_ec_enc *enc, int s, const uint16_t *icdf, in od_ec_encode_cdf_q15() 244 void od_ec_enc_patch_initial_bits(od_ec_enc *enc, unsigned val, int nbits) { in od_ec_enc_patch_initial_bits() 276 unsigned char *od_ec_enc_done(od_ec_enc *enc, uint32_t *nbytes) { in od_ec_enc_done() 374 int od_ec_enc_tell(const od_ec_enc *enc) { in od_ec_enc_tell() [all …]
|
D | bitwriter.h | 34 od_ec_enc ec;
|
/external/libaom/libaom/test/ |
D | ec_test.cc | 20 od_ec_enc enc; in TEST()
|