Searched refs:daala_writer (Results 1 – 3 of 3) sorted by relevance
27 struct daala_writer { struct34 typedef struct daala_writer daala_writer; argument36 void aom_daala_start_encode(daala_writer *w, uint8_t *buffer);37 int aom_daala_stop_encode(daala_writer *w);39 static INLINE void aom_daala_write(daala_writer *w, int bit, int prob) { in aom_daala_write()57 static INLINE void daala_write_symbol(daala_writer *w, int symb, in daala_write_symbol()
15 void aom_daala_start_encode(daala_writer *br, uint8_t *source) { in aom_daala_start_encode()21 int aom_daala_stop_encode(daala_writer *br) { in aom_daala_stop_encode()
31 typedef struct daala_writer aom_writer;