Searched refs:encode_strip (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | tiffenc.c | 172 static int encode_strip(TiffEncoderContext *s, const int8_t *src, in encode_strip() function 403 ret = encode_strip(s, zbuf, ptr, zn, s->compr); in encode_frame() 432 ret = encode_strip(s, s->yuv_line, ptr, bytes_per_row, s->compr); in encode_frame() 435 ret = encode_strip(s, p->data[0] + i * p->linesize[0], in encode_frame()
|
Completed in 2 milliseconds