FFmpeg
|
#include "libavutil/attributes.h"
#include "libavutil/avassert.h"
#include "libavutil/common.h"
#include "videodsp.h"
#include "videodsp_template.c"
Go to the source code of this file.
Macros | |
#define | BIT_DEPTH 8 |
#define | BIT_DEPTH 16 |
Functions | |
static void | just_return (uint8_t *buf, ptrdiff_t stride, int h) |
av_cold void | ff_videodsp_init (VideoDSPContext *ctx, int bpc) |
#define BIT_DEPTH 8 |
Definition at line 30 of file videodsp.c.
#define BIT_DEPTH 16 |
Definition at line 30 of file videodsp.c.
Definition at line 34 of file videodsp.c.
Referenced by ff_videodsp_init().
av_cold void ff_videodsp_init | ( | VideoDSPContext * | ctx, |
int | bpc | ||
) |
Definition at line 38 of file videodsp.c.
Referenced by checkasm_check_videodsp(), dct_init(), dirac_decode_init(), dnxhd_encode_init(), ff_cavs_init(), ff_vp56_init_context(), h264_slice_header_init(), mca(), set_sps(), svq3_decode_init(), update_size(), vp3_decode_init(), and vp78_decode_init().