Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dqdrw.c216 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()
Dargo.c562 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()
Ddvdsubdec.c100 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()
Dpsd.c225 static int decode_rle(PSDContext * s){ in decode_rle() function
430 ret = decode_rle(s); in decode_frame()
Dmss2.c241 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()
Dpgssubdec.c161 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()