|
FFmpeg
|
#include "libavutil/mem.h"#include "avcodec.h"#include "bytestream.h"#include "codec_internal.h"#include "encode.h"Go to the source code of this file.
Data Structures | |
| struct | HDREncContext |
Macros | |
| #define | MIN_RLE 4 |
Functions | |
| static av_cold int | hdr_encode_init (AVCodecContext *avctx) |
| static av_cold int | hdr_encode_close (AVCodecContext *avctx) |
| static void | bytestream_put_str (uint8_t **buf, const char *const line) |
| static void | float2rgbe (uint8_t *rgbe, float red, float green, float blue) |
| static void | rle (uint8_t **buffer, const uint8_t *data, int width) |
| static int | hdr_encode_frame (AVCodecContext *avctx, AVPacket *pkt, const AVFrame *frame, int *got_packet) |
Variables | |
| const FFCodec | ff_hdr_encoder |
| #define MIN_RLE 4 |
|
static |
|
static |
|
static |
Definition at line 51 of file hdrenc.c.
Referenced by hdr_encode_frame().
Definition at line 56 of file hdrenc.c.
Referenced by hdr_encode_frame().
|
static |
Definition at line 75 of file hdrenc.c.
Referenced by hdr_encode_frame().
|
static |
| const FFCodec ff_hdr_encoder |
1.8.17