HomeSort by relevance Sort by last modified time
    Searched refs:vp9_wb_write_bit (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
vp9_write_bit_buffer.h 27 static void vp9_wb_write_bit(struct vp9_write_bit_buffer *wb, int bit) { function
44 vp9_wb_write_bit(wb, (data >> bit) & 1);
vp9_bitstream.c     [all...]

Completed in 32 milliseconds