Lines Matching defs:oh
1367 VP8_HEADER oh;
1376 oh.show_frame = (int) pc->show_frame;
1377 oh.type = (int)pc->frame_type;
1378 oh.version = pc->version;
1393 if (oh.type == KEY_FRAME)
1649 oh.first_partition_length_in_bytes = cpi->bc.pos;
1663 oh.first_partition_length_in_bytes = cpi->bc.pos ;
1669 int v = (oh.first_partition_length_in_bytes << 5) |
1670 (oh.show_frame << 4) |
1671 (oh.version << 1) |
1672 oh.type;
1678 vpx_memcpy(dest, &oh, 3);