av_lzo1x_decode    84 libavcodec/cscd.c             if (av_lzo1x_decode(c->decomp_buf, &outlen, &buf[2], &inlen))
av_lzo1x_decode   213 libavcodec/nuv.c         if (av_lzo1x_decode(c->decomp_buf, &outlen, buf, &inlen)) {
av_lzo1x_decode  1255 libavformat/matroskadec.c             result   = av_lzo1x_decode(pkt_data, &olen, data, &isize);
av_lzo1x_decode   248 libavutil/lzo.c         if (av_lzo1x_decode(decomp, &outlen, comp, &inlen))
av_lzo1x_decode    60 libavutil/lzo.h int av_lzo1x_decode(void *out, int *outlen, const void *in, int *inlen);