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