Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/encoder/
Dbitstream.c1275 int extra_bytes_packed = 0; in vp8_pack_bitstream() local
1320 extra_bytes_packed = 7; in vp8_pack_bitstream()
1321 cx_data += extra_bytes_packed ; in vp8_pack_bitstream()
1596 *size = VP8_HEADER_SIZE + extra_bytes_packed + cpi->bc->pos; in vp8_pack_bitstream()