Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Diff.c1455 unsigned poff0, poff1; in decode_delta_l() local
1473 poff1 = bytestream2_get_be32(&off1); in decode_delta_l()
1481 if (2LL * poff1 >= buf_end - buf) in decode_delta_l()
1485 bytestream2_init(&ogb, buf + 2 * poff1, buf_end - (buf + 2 * poff1)); in decode_delta_l()

Completed in 4 milliseconds