Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Diff.c1455 unsigned poff0, poff1; in decode_delta_l() local
1472 poff0 = bytestream2_get_be32(&off0); in decode_delta_l()
1475 if (!poff0) in decode_delta_l()
1478 if (2LL * poff0 >= buf_end - buf) in decode_delta_l()
1484 bytestream2_init(&dgb, buf + 2 * poff0, buf_end - (buf + 2 * poff0)); in decode_delta_l()

Completed in 3 milliseconds