Searched refs:decode_rle (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | qdrw.c | 216 static int decode_rle(AVCodecContext *avctx, AVFrame *p, GetByteContext *gbc, in decode_rle() function 405 ret = decode_rle(avctx, p, &gbc, bppcnt); in decode_frame() 474 ret = decode_rle(avctx, p, &gbc, bppcnt); in decode_frame()
|
D | argo.c | 562 static int decode_rle(AVCodecContext *avctx, AVFrame *frame) in decode_rle() function 645 ret = decode_rle(avctx, frame); in decode_frame() 651 ret = decode_rle(avctx, frame); in decode_frame()
|
D | dvdsubdec.c | 100 static int decode_rle(uint8_t *bitmap, int linesize, int w, int h, uint8_t used_color[256], in decode_rle() function 384 if (decode_rle(bitmap, w * 2, w, (h + 1) / 2, ctx->used_color, in decode_dvd_subtitles() 387 if (decode_rle(bitmap + w, w * 2, w, h / 2, ctx->used_color, in decode_dvd_subtitles()
|
D | psd.c | 225 static int decode_rle(PSDContext * s){ in decode_rle() function 430 ret = decode_rle(s); in decode_frame()
|
D | mss2.c | 241 static int decode_rle(GetBitContext *gb, uint8_t *pal_dst, ptrdiff_t pal_stride, in decode_rle() function 651 if (ret = decode_rle(&gb, c->pal_pic, c->pal_stride, in mss2_decode_frame() 659 if (ret = decode_rle(&gb, c->pal_pic, c->pal_stride, in mss2_decode_frame()
|
D | pgssubdec.c | 161 static int decode_rle(AVCodecContext *avctx, AVSubtitleRect *rect, in decode_rle() function 577 ret = decode_rle(avctx, sub->rects[i], object->rle, object->rle_data_len); in display_end_segment()
|