Searched refs:rle_uncompress (Results 1 - 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | mwsc.c | 42 static int rle_uncompress(GetByteContext *gb, PutByteContext *pb, GetByteContext *gbp, in rle_uncompress() function 124 frame->key_frame = rle_uncompress(&gb, &pb, &gbp, avctx->width, avctx->height, avctx->width * 3, in decode_frame()
|
H A D | mscc.c | 46 static int rle_uncompress(AVCodecContext *avctx, GetByteContext *gb, PutByteContext *pb) in rle_uncompress() function 195 ret = rle_uncompress(avctx, &gb, &pb); in decode_frame()
|
H A D | exr.c | 258 static int rle_uncompress(EXRContext *ctx, const uint8_t *src, int compressed_size, in rle_uncompress() function 1340 ret = rle_uncompress(s, src, data_size, uncompressed_size, td); in decode_block()
|
Completed in 5 milliseconds