av_lzo1x_decode   161 libavcodec/cscd.c             if (av_lzo1x_decode(c->decomp_buf, &outlen, &buf[2], &inlen))
av_lzo1x_decode   178 libavcodec/nuv.c         if (av_lzo1x_decode(c->decomp_buf, &outlen, buf, &inlen))
av_lzo1x_decode   892 libavformat/matroskadec.c             result = av_lzo1x_decode(pkt_data, &olen, data, &isize);
av_lzo1x_decode   239 libavutil/lzo.c     return av_lzo1x_decode(out, outlen, in, inlen);
av_lzo1x_decode   268 libavutil/lzo.c         if (av_lzo1x_decode(decomp, &outlen, comp, &inlen))
av_lzo1x_decode    53 libavutil/lzo.h int av_lzo1x_decode(void *out, int *outlen, const void *in, int *inlen);