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) |
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().
Referenced by ff_rv34dsp_init_neon().
Referenced by ff_rv34dsp_init_neon().
| void ff_rv34dsp_init_neon | ( | RV34DSPContext * | c, |
| DSPContext * | dsp | ||
| ) |
Definition at line 33 of file rv34dsp_init_neon.c.
Referenced by ff_rv34dsp_init().