Searched defs:vpx_writer (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/
H A Dbitwriter.h22 typedef struct vpx_writer { struct
28 } vpx_writer; typedef in typeref:struct:vpx_writer
30 void vpx_start_encode(vpx_writer *bc, uint8_t *buffer);
31 void vpx_stop_encode(vpx_writer *bc);
33 static INLINE void vpx_write(vpx_writer *br, int bit, int probability) {
81 static INLINE void vpx_write_bit(vpx_writer *w, int bit) {
85 static INLINE void vpx_write_literal(vpx_writer *w, int data, int bits) {

Completed in 82 milliseconds