Home
last modified time | relevance | path

Searched refs:ogb (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dh264_mp4toannexb_bsf.c74 GetByteContext ogb, *gb = &ogb; in h264_extradata_to_annexb() local
H A Diff.c1453 GetByteContext off0, off1, dgb, ogb; in decode_delta_l() local
1485 bytestream2_init(&ogb, buf + 2 * poff1, buf_end - (buf + 2 * poff1)); in decode_delta_l()
1487 while (bytestream2_peek_be16(&ogb) != 0xFFFF && bytestream2_get_bytes_left(&ogb) >= 4) { in decode_delta_l()
1488 uint32_t offset = bytestream2_get_be16(&ogb); in decode_delta_l()
1489 int16_t cnt = bytestream2_get_be16(&ogb); in decode_delta_l()

Completed in 4 milliseconds