Searched refs:encode_buf (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dsgienc.c49 uint8_t *offsettab, *lengthtab, *in_buf, *encode_buf; local
120 if (!(encode_buf = av_malloc(width)))
130 encode_buf[x] = in_buf[depth * x];
132 if ((length = ff_rle_encode(buf, end_buf - buf - 1, encode_buf, 1, width, 0, 0, 0x80, 0)) < 1) {
133 av_free(encode_buf);
144 av_free(encode_buf);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dsgienc.c51 uint8_t *offsettab, *lengthtab, *in_buf, *encode_buf, *buf; local
155 if (!(encode_buf = av_malloc(width)))
165 encode_buf[x] = in_buf[depth * x];
167 if ((length = ff_rle_encode(buf, end_buf - buf - 1, encode_buf, 1, width, 0, 0, 0x80, 0)) < 1) {
168 av_free(encode_buf);
179 av_free(encode_buf);

Completed in 143 milliseconds