FFmpeg
|
Go to the source code of this file.
Functions | |
static void | restore_rgb_planes_c (uint8_t *src_r, uint8_t *src_g, uint8_t *src_b, ptrdiff_t linesize_r, ptrdiff_t linesize_g, ptrdiff_t linesize_b, int width, int height) |
static void | restore_rgb_planes10_c (uint16_t *src_r, uint16_t *src_g, uint16_t *src_b, ptrdiff_t linesize_r, ptrdiff_t linesize_g, ptrdiff_t linesize_b, int width, int height) |
av_cold void | ff_utvideodsp_init (UTVideoDSPContext *c) |
|
static |
Definition at line 25 of file utvideodsp.c.
Referenced by ff_utvideodsp_init().
|
static |
Definition at line 50 of file utvideodsp.c.
Referenced by ff_utvideodsp_init().
av_cold void ff_utvideodsp_init | ( | UTVideoDSPContext * | c | ) |
Definition at line 75 of file utvideodsp.c.
Referenced by checkasm_check_utvideodsp(), and decode_init().