Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dflashsv2enc.c359 static int encode_zlib(Block * b, uint8_t * buf, unsigned long *buf_size, int comp) in encode_zlib() function
576 res = encode_zlib(b, b->data, &b->data_size, comp); in encode_block()