Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dxsubenc.c57 static int xsub_encode_rle(PutBitContext *pb, const uint8_t *bitmap, in xsub_encode_rle() function
196 if (xsub_encode_rle(&pb, h->rects[0]->data[0], in xsub_encode()
202 if (xsub_encode_rle(&pb, h->rects[0]->data[0] + h->rects[0]->linesize[0], in xsub_encode()