Searched refs:vp8bc_write_bits (Results 1 – 3 of 3) sorted by relevance
29 #define vp8bc_write_literal vp8bc_write_bits30 #define vp8bc_write_bit( W, V) vp8bc_write_bits( W, V, 1)
544 void vp8bc_write_bits(
439 void vp8bc_write_bits( bool_writer *p, unsigned int v, int n) in vp8bc_write_bits() function