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) |
| void | ff_videodsp_init (VideoDSPContext *ctx, int bpc) |
| #define BIT_DEPTH 8 |
Definition at line 28 of file videodsp.c.
| #define BIT_DEPTH 16 |
Definition at line 28 of file videodsp.c.
| void ff_videodsp_init | ( | VideoDSPContext * | ctx, |
| int | bpc | ||
| ) |
Definition at line 36 of file videodsp.c.
Referenced by common_init(), ff_cavs_init(), ff_dct_common_init(), ff_vp56_init(), h264_set_parameter_from_sps(), mca(), vp3_decode_init(), and vp8_decode_init().
Definition at line 32 of file videodsp.c.
Referenced by ff_videodsp_init().