Home
last modified time | relevance | path

Searched refs:vp8bc_write_bits (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/vp8/encoder/
Dtreewriter.h29 #define vp8bc_write_literal vp8bc_write_bits
30 #define vp8bc_write_bit( W, V) vp8bc_write_bits( W, V, 1)
/external/libvpx/vp8/common/
Dboolcoder.h544 void vp8bc_write_bits(
/external/libvpx/vp8/common/x86/
Dboolcoder.cxx439 void vp8bc_write_bits( bool_writer *p, unsigned int v, int n) in vp8bc_write_bits() function