|
FFmpeg
|
#include <stdint.h>#include "libavutil/attributes.h"#include "libavutil/arm/cpu.h"#include "libavcodec/vc1dsp.h"#include "vc1dsp.h"Go to the source code of this file.
Functions | |
| int | ff_startcode_find_candidate_armv6 (const uint8_t *buf, int size) |
| av_cold void | ff_vc1dsp_init_arm (VC1DSPContext *dsp) |
| int ff_startcode_find_candidate_armv6 | ( | const uint8_t * | buf, |
| int | size | ||
| ) |
| av_cold void ff_vc1dsp_init_arm | ( | VC1DSPContext * | dsp | ) |
Definition at line 28 of file vc1dsp_init_arm.c.
Referenced by ff_vc1dsp_init().
1.8.2