Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dxan.c319 int huffman_offset, size_offset, vector_offset, imagedata_offset, in xan_wc3_decode_frame() local
328 imagedata_offset = AV_RL16(&s->buf[6]); in xan_wc3_decode_frame()
333 imagedata_offset >= s->size) in xan_wc3_decode_frame()
339 imagedata_segment = s->buf + imagedata_offset; in xan_wc3_decode_frame()
348 &imagedata_segment[1], s->size - imagedata_offset - 1); in xan_wc3_decode_frame()
351 imagedata_size = s->size - imagedata_offset - 1; in xan_wc3_decode_frame()

Completed in 2 milliseconds