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

  /external/libvpx/libvpx/vp9/encoder/
vp9_write_bit_buffer.h 18 struct vp9_write_bit_buffer { struct
23 static size_t vp9_rb_bytes_written(struct vp9_write_bit_buffer *wb) {
27 static void vp9_wb_write_bit(struct vp9_write_bit_buffer *wb, int bit) {
40 static void vp9_wb_write_literal(struct vp9_write_bit_buffer *wb,
vp9_bitstream.c 35 #include "vp9/encoder/vp9_write_bit_buffer.h"
161 void vp9_encode_unsigned_max(struct vp9_write_bit_buffer *wb,
907 struct vp9_write_bit_buffer *wb) {
    [all...]
  /external/libvpx/libvpx/vp9/
vp9cx.mk 32 VP9_CX_SRCS-yes += encoder/vp9_write_bit_buffer.h

Completed in 46 milliseconds