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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dxxan.c157 static int xan_decode_chroma(AVCodecContext *avctx, unsigned chroma_off) argument
167 if (!chroma_off)
169 if (chroma_off + 4 >= bytestream2_get_bytes_left(&s->gb)) {
173 bytestream2_seek(&s->gb, chroma_off + 4, SEEK_SET);
243 unsigned chroma_off, corr_off; local
248 chroma_off = bytestream2_get_le32(&s->gb);
251 if ((ret = xan_decode_chroma(avctx, chroma_off)) != 0)
296 if (chroma_off > corr_off)
297 corr_end = chroma_off;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dxxan.c184 static int xan_decode_chroma(AVCodecContext *avctx, unsigned chroma_off) argument
194 if (!chroma_off)
196 if (chroma_off + 4 >= bytestream2_get_bytes_left(&s->gb)) {
200 bytestream2_seek(&s->gb, chroma_off + 4, SEEK_SET);
286 unsigned chroma_off, corr_off; local
291 chroma_off = bytestream2_get_le32(&s->gb);
294 if ((ret = xan_decode_chroma(avctx, chroma_off)) != 0)

Completed in 35 milliseconds