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

  /external/libvpx/libvpx/vpx_dsp/
bitwriter_buffer.h 20 struct vpx_write_bit_buffer { struct
25 size_t vpx_wb_bytes_written(const struct vpx_write_bit_buffer *wb);
27 void vpx_wb_write_bit(struct vpx_write_bit_buffer *wb, int bit);
29 void vpx_wb_write_literal(struct vpx_write_bit_buffer *wb, int data, int bits);
31 void vpx_wb_write_inv_signed_literal(struct vpx_write_bit_buffer *wb, int data,
bitwriter_buffer.c 17 size_t vpx_wb_bytes_written(const struct vpx_write_bit_buffer *wb) {
21 void vpx_wb_write_bit(struct vpx_write_bit_buffer *wb, int bit) {
34 void vpx_wb_write_literal(struct vpx_write_bit_buffer *wb, int data, int bits) {
39 void vpx_wb_write_inv_signed_literal(struct vpx_write_bit_buffer *wb, int data,
  /external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c 63 static void encode_unsigned_max(struct vpx_write_bit_buffer *wb, int data,
696 struct vpx_write_bit_buffer *wb) {
735 static void write_delta_q(struct vpx_write_bit_buffer *wb, int delta_q) {
746 struct vpx_write_bit_buffer *wb) {
754 struct vpx_write_bit_buffer *wb) {
849 struct vpx_write_bit_buffer *wb) {
881 struct vpx_write_bit_buffer *wb) {
    [all...]

Completed in 82 milliseconds