Home
last modified time | relevance | path

Searched refs:mszh_decomp (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dlcldec.c76 static unsigned int mszh_decomp(const unsigned char * srcptr, int srclen, unsigned char * destptr, … in mszh_decomp() function
199 mszh_dlen = mszh_decomp(buf + 8, mthread_inlen, c->decomp_buf, c->decomp_size); in decode_frame()
205 mszh_dlen = mszh_decomp(buf + 8 + mthread_inlen, len - 8 - mthread_inlen, in decode_frame()
215 mszh_dlen = mszh_decomp(buf, len, c->decomp_buf, c->decomp_size); in decode_frame()