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

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_write_bit_buffer.h27 static void vp9_wb_write_bit(struct vp9_write_bit_buffer *wb, int bit) { function
44 vp9_wb_write_bit(wb, (data >> bit) & 1);

Completed in 200 milliseconds