Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dbitstream.c1274 int extra_bytes_packed = 0; in vp8_pack_bitstream() local
1319 extra_bytes_packed = 7; in vp8_pack_bitstream()
1320 cx_data += extra_bytes_packed ; in vp8_pack_bitstream()
1595 *size = VP8_HEADER_SIZE + extra_bytes_packed + cpi->bc->pos; in vp8_pack_bitstream()