| 
    FFmpeg
    
   | 
 
#include <stdint.h>#include "libavutil/attributes.h"#include "libavutil/cpu.h"#include "libavutil/aarch64/cpu.h"#include "libavcodec/pixblockdsp.h"Go to the source code of this file.
Functions | |
| void | ff_get_pixels_neon (int16_t *restrict block, const uint8_t *pixels, ptrdiff_t stride) | 
| void | ff_diff_pixels_neon (int16_t *restrict block, const uint8_t *s1, const uint8_t *s2, ptrdiff_t stride) | 
| av_cold void | ff_pixblockdsp_init_aarch64 (PixblockDSPContext *c, unsigned high_bit_depth) | 
| void ff_get_pixels_neon | ( | int16_t *restrict | block, | 
| const uint8_t * | pixels, | ||
| ptrdiff_t | stride | ||
| ) | 
Referenced by ff_pixblockdsp_init_aarch64().
| void ff_diff_pixels_neon | ( | int16_t *restrict | block, | 
| const uint8_t * | s1, | ||
| const uint8_t * | s2, | ||
| ptrdiff_t | stride | ||
| ) | 
Referenced by ff_pixblockdsp_init_aarch64().
| av_cold void ff_pixblockdsp_init_aarch64 | ( | PixblockDSPContext * | c, | 
| unsigned | high_bit_depth | ||
| ) | 
Definition at line 31 of file pixblockdsp_init_aarch64.c.
Referenced by ff_pixblockdsp_init().
 1.8.17