FFmpeg
|
#include <stdint.h>
#include "config.h"
#include "libavutil/attributes.h"
#include "libavutil/bswap.h"
#include "v210dec.h"
Go to the source code of this file.
Macros | |
#define | READ_PIXELS(a, b, c) |
Functions | |
static void | v210_planar_unpack_c (const uint32_t *src, uint16_t *y, uint16_t *u, uint16_t *v, int width) |
static av_unused av_cold void | ff_v210dec_init (V210DecContext *s) |
Definition at line 34 of file v210dec_init.h.
|
static |
Definition at line 42 of file v210dec_init.h.
Referenced by ff_v210dec_init().
|
static |
Definition at line 54 of file v210dec_init.h.
Referenced by checkasm_check_v210dec(), decode_frame(), and decode_init().