Searched defs:decode_rle (Results 1 - 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | argo.c | 562 static int decode_rle(AVCodecContext *avctx, AVFrame *frame) in decode_rle() function
|
H A D | psd.c | 226 static int decode_rle(PSDContext * s){ in decode_rle() function
|
H A D | qdrw.c | 217 static int decode_rle(AVCodecContext *avctx, AVFrame *p, GetByteContext *gbc, in decode_rle() function
|
H A D | dvdsubdec.c | 98 static int decode_rle(uint8_t *bitmap, int linesize, int w, int h, uint8_t used_color[256], in decode_rle() function
|
H A D | pgssubdec.c | 162 static int decode_rle(AVCodecContext *avctx, AVSubtitleRect *rect, in decode_rle() function
|
H A D | mss2.c | 242 static int decode_rle(GetBitContext *gb, uint8_t *pal_dst, ptrdiff_t pal_stride, in decode_rle() function
|
Completed in 7 milliseconds