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.c1011 int extra_bytes_packed = 0; in vp8_pack_bitstream() local
1054 extra_bytes_packed = 7; in vp8_pack_bitstream()
1055 cx_data += extra_bytes_packed; in vp8_pack_bitstream()
1273 *size = VP8_HEADER_SIZE + extra_bytes_packed + cpi->bc->pos; in vp8_pack_bitstream()