#include "avcodec.h"
#include "bytestream.h"
#include "codec_internal.h"
#include "decode.h"
#include "thread.h"
Go to the source code of this file.
◆ MINELEN
◆ MAXELEN
◆ hdr_get_line()
static int hdr_get_line |
( |
GetByteContext * |
gb, |
|
|
uint8_t * |
buffer, |
|
|
int |
size |
|
) |
| |
|
static |
◆ convert()
static float convert |
( |
int |
expo, |
|
|
int |
val |
|
) |
| |
|
static |
◆ decompress()
static int decompress |
( |
uint8_t * |
scanline, |
|
|
int |
w, |
|
|
GetByteContext * |
gb, |
|
|
const uint8_t * |
start |
|
) |
| |
|
static |
◆ hdr_decode_frame()
◆ ff_hdr_decoder
Initial value:
Definition at line 220 of file hdrdec.c.