Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dbitstream.c1270 VP8_HEADER oh; in vp8_pack_bitstream() local
1280 oh.show_frame = (int) pc->show_frame; in vp8_pack_bitstream()
1281 oh.type = (int)pc->frame_type; in vp8_pack_bitstream()
1282 oh.version = pc->version; in vp8_pack_bitstream()
1283 oh.first_partition_length_in_bytes = 0; in vp8_pack_bitstream()
1299 if (oh.type == KEY_FRAME) in vp8_pack_bitstream()
1581 oh.first_partition_length_in_bytes = cpi->bc->pos; in vp8_pack_bitstream()
1585 int v = (oh.first_partition_length_in_bytes << 5) | in vp8_pack_bitstream()
1586 (oh.show_frame << 4) | in vp8_pack_bitstream()
1587 (oh.version << 1) | in vp8_pack_bitstream()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Donyxc_int.h165 VP8_HEADER oh; member