Home | History | Annotate | Download | only in encoder

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)
1643 oh.first_partition_length_in_bytes = cpi->bc.pos;
1657 oh.first_partition_length_in_bytes = cpi->bc.pos ;
1663 int v = (oh.first_partition_length_in_bytes << 5) |
1664 (oh
1665 (oh.version << 1) |
1666 oh.type;
1672 vpx_memcpy(dest, &oh, 3);