Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/
Dbitwriter_buffer.h25 size_t vpx_wb_bytes_written(const struct vpx_write_bit_buffer *wb);
Dbitwriter_buffer.c17 size_t vpx_wb_bytes_written(const struct vpx_write_bit_buffer *wb) { in vpx_wb_bytes_written() function
/external/libvpx/libvpx/vp9/encoder/
Dvp9_bitstream.c1345 uncompressed_hdr_size = vpx_wb_bytes_written(&wb); in vp9_pack_bitstream()