Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dxxan.c180 static int xan_decode_chroma(AVCodecContext *avctx, unsigned chroma_off) in xan_decode_chroma() argument
190 if (!chroma_off) in xan_decode_chroma()
192 if (chroma_off + 4 >= bytestream2_get_bytes_left(&s->gb)) { in xan_decode_chroma()
196 bytestream2_seek(&s->gb, chroma_off + 4, SEEK_SET); in xan_decode_chroma()
282 unsigned chroma_off, corr_off; in xan_decode_frame_type0() local
287 chroma_off = bytestream2_get_le32(&s->gb); in xan_decode_frame_type0()
290 if ((ret = xan_decode_chroma(avctx, chroma_off)) != 0) in xan_decode_frame_type0()

Completed in 2 milliseconds