#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_noround_neon (DCTELEM *block) |
void | ff_rv34_inv_transform_noround_dc_neon (DCTELEM *block) |
void | ff_rv34_idct_add_neon (uint8_t *dst, int stride, DCTELEM *block) |
void | ff_rv34_idct_dc_add_neon (uint8_t *dst, int stride, int dc) |
void | ff_rv34dsp_init_neon (RV34DSPContext *c, DSPContext *dsp) |
void ff_rv34_idct_add_neon | ( | uint8_t * | dst, | |
int | stride, | |||
DCTELEM * | block | |||
) |
Referenced by ff_rv34dsp_init_neon().
void ff_rv34_idct_dc_add_neon | ( | uint8_t * | dst, | |
int | stride, | |||
int | dc | |||
) |
Referenced by ff_rv34dsp_init_neon().
void ff_rv34_inv_transform_noround_dc_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 | |||
) |