Go to the source code of this file.
|
| static av_always_inline int | encode_line_TMPL (FFV1Context *f, FFV1SliceContext *sc, void *logctx, int w, TYPE *const sample[3], int plane_index, int bits, int ac, int pass1) |
| |
| static void | load_rgb_frame_TMPL (FFV1Context *f, FFV1SliceContext *sc, const uint8_t *src[4], int w, int h, const int stride[4]) |
| |
| static int | encode_rgb_frame_TMPL (FFV1Context *f, FFV1SliceContext *sc, const uint8_t *src[4], int w, int h, const int stride[4], int ac) |
| |
◆ encode_line_TMPL()
◆ load_rgb_frame_TMPL()
◆ encode_rgb_frame_TMPL()
| static int encode_rgb_frame_TMPL |
( |
FFV1Context * | f, |
|
|
FFV1SliceContext * | sc, |
|
|
const uint8_t * | src[4], |
|
|
int | w, |
|
|
int | h, |
|
|
const int | stride[4], |
|
|
int | ac ) |
|
static |