Home
last modified time | relevance | path

Searched refs:corr_off (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dxxan.c281 unsigned chroma_off, corr_off; in xan_decode_frame_type0() local
287 corr_off = bytestream2_get_le32(&s->gb); in xan_decode_frame_type0()
292 if (corr_off >= bytestream2_size(&s->gb)) { in xan_decode_frame_type0()
294 corr_off = 0; in xan_decode_frame_type0()
330 if (corr_off) { in xan_decode_frame_type0()
333 bytestream2_seek(&s->gb, 8 + corr_off, SEEK_SET); in xan_decode_frame_type0()