av_lzo1x_decode 87 libavcodec/cscd.c if (av_lzo1x_decode(c->decomp_buf, &outlen, &buf[2], &inlen) || outlen) { av_lzo1x_decode 240 libavcodec/nuv.c if (av_lzo1x_decode(c->decomp_buf, &outlen, buf, &inlen)) { av_lzo1x_decode 1631 libavformat/matroskadec.c result = av_lzo1x_decode(pkt_data, &olen, data, &insize); av_lzo1x_decode 60 libavutil/lzo.h int av_lzo1x_decode(void *out, int *outlen, const void *in, int *inlen); av_lzo1x_decode 65 libavutil/tests/lzo.c if (av_lzo1x_decode(decomp, &outlen, comp, &inlen))