Searched refs:chroma_off (Results 1 – 1 of 1) sorted by relevance
179 static int xan_decode_chroma(AVCodecContext *avctx, unsigned chroma_off) in xan_decode_chroma() argument189 if (!chroma_off) in xan_decode_chroma()191 if (chroma_off + 4 >= bytestream2_get_bytes_left(&s->gb)) { in xan_decode_chroma()195 bytestream2_seek(&s->gb, chroma_off + 4, SEEK_SET); in xan_decode_chroma()281 unsigned chroma_off, corr_off; in xan_decode_frame_type0() local286 chroma_off = bytestream2_get_le32(&s->gb); in xan_decode_frame_type0()289 if ((ret = xan_decode_chroma(avctx, chroma_off)) != 0) in xan_decode_frame_type0()