#include <stdint.h>
#include "libavcodec/avcodec.h"
#include "libavcodec/rv34dsp.h"
Go to the source code of this file.
Functions | |
void | ff_rv34_inv_transform_neon (DCTELEM *block) |
void | ff_rv34_inv_transform_noround_neon (DCTELEM *block) |
void | ff_rv34dsp_init_neon (RV34DSPContext *c, DSPContext *dsp) |
void ff_rv34_inv_transform_neon | ( | DCTELEM * | block | ) |
Referenced by ff_rv34dsp_init_neon().
void ff_rv34_inv_transform_noround_neon | ( | DCTELEM * | block | ) |
Referenced by ff_rv34dsp_init_neon().
void ff_rv34dsp_init_neon | ( | RV34DSPContext * | c, | |
DSPContext * | dsp | |||
) |