FFmpeg
|
vp8dsp_init_neon.c File Reference
#include <stdint.h>
#include "libavutil/attributes.h"
#include "libavcodec/vp8dsp.h"
#include "vp8dsp.h"
Include dependency graph for vp8dsp_init_neon.c:
Go to the source code of this file.
Functions | |
void | ff_vp8_luma_dc_wht_neon (int16_t block[4][4][16], int16_t dc[16]) |
void | ff_vp8_idct_add_neon (uint8_t *dst, int16_t block[16], ptrdiff_t stride) |
void | ff_vp8_idct_dc_add_neon (uint8_t *dst, int16_t block[16], ptrdiff_t stride) |
void | ff_vp8_idct_dc_add4y_neon (uint8_t *dst, int16_t block[4][16], ptrdiff_t stride) |
void | ff_vp8_idct_dc_add4uv_neon (uint8_t *dst, int16_t block[4][16], ptrdiff_t stride) |
VP8_LF (neon) | |
VP8_EPEL (16, neon) | |
VP8_EPEL (8, neon) | |
VP8_EPEL (4, neon) | |
VP8_BILIN (16, neon) | |
VP8_BILIN (8, neon) | |
VP8_BILIN (4, neon) | |
av_cold void | ff_vp8dsp_init_neon (VP8DSPContext *dsp) |
Function Documentation
Referenced by ff_vp8dsp_init_neon().
Referenced by ff_vp8dsp_init_neon().
Referenced by ff_vp8dsp_init_neon().
Referenced by ff_vp8dsp_init_neon().
void ff_vp8_luma_dc_wht_neon | ( | int16_t | block[4][4][16], |
int16_t | dc[16] | ||
) |
Referenced by ff_vp8dsp_init_neon().
av_cold void ff_vp8dsp_init_neon | ( | VP8DSPContext * | dsp | ) |
Definition at line 42 of file vp8dsp_init_neon.c.
Referenced by ff_vp8dsp_init_arm().
VP8_BILIN | ( | 16 | , |
neon | |||
) |
VP8_BILIN | ( | 8 | , |
neon | |||
) |
VP8_BILIN | ( | 4 | , |
neon | |||
) |
VP8_EPEL | ( | 16 | , |
neon | |||
) |
VP8_EPEL | ( | 8 | , |
neon | |||
) |
VP8_EPEL | ( | 4 | , |
neon | |||
) |
VP8_LF | ( | neon | ) |
Generated on Mon Nov 18 2024 06:52:10 for FFmpeg by 1.8.11