FFmpeg
|
#include "avcodec.h"
#include "bytestream.h"
#include "codec_internal.h"
#include "decode.h"
#include "thread.h"
Go to the source code of this file.
Macros | |
#define | MINELEN 8 |
#define | MAXELEN 0x7fff |
Functions | |
static int | hdr_get_line (GetByteContext *gb, uint8_t *buffer, int size) |
static float | convert (int expo, int val) |
static int | decompress (uint8_t *scanline, int w, GetByteContext *gb, const uint8_t *start) |
static int | hdr_decode_frame (AVCodecContext *avctx, AVFrame *p, int *got_frame, AVPacket *avpkt) |
Variables | |
const FFCodec | ff_hdr_decoder |
|
static |
Definition at line 30 of file hdrdec.c.
Referenced by hdr_decode_frame().
Definition at line 45 of file hdrdec.c.
Referenced by hdr_decode_frame().
|
static |
Definition at line 56 of file hdrdec.c.
Referenced by hdr_decode_frame().
|
static |
const FFCodec ff_hdr_decoder |