FFmpeg
Loading...
Searching...
No Matches
vp8dsp_init_aarch64.c File Reference
#include <stdint.h>
#include "libavutil/attributes.h"
#include "libavutil/aarch64/cpu.h"
#include "libavcodec/vp8dsp.h"
#include "vp8dsp.h"

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_vp78dsp_init_aarch64 (VP8DSPContext *dsp)
 
av_cold void ff_vp8dsp_init_aarch64 (VP8DSPContext *dsp)
 

Function Documentation

◆ ff_vp8_luma_dc_wht_neon()

void ff_vp8_luma_dc_wht_neon ( int16_t block[4][4][16],
int16_t dc[16] )

◆ ff_vp8_idct_add_neon()

void ff_vp8_idct_add_neon ( uint8_t * dst,
int16_t block[16],
ptrdiff_t stride )

◆ ff_vp8_idct_dc_add_neon()

void ff_vp8_idct_dc_add_neon ( uint8_t * dst,
int16_t block[16],
ptrdiff_t stride )

◆ ff_vp8_idct_dc_add4y_neon()

void ff_vp8_idct_dc_add4y_neon ( uint8_t * dst,
int16_t block[4][16],
ptrdiff_t stride )

◆ ff_vp8_idct_dc_add4uv_neon()

void ff_vp8_idct_dc_add4uv_neon ( uint8_t * dst,
int16_t block[4][16],
ptrdiff_t stride )

◆ VP8_LF()

VP8_LF ( neon )

◆ VP8_EPEL() [1/3]

VP8_EPEL ( 16 ,
neon  )

◆ VP8_EPEL() [2/3]

VP8_EPEL ( 8 ,
neon  )

◆ VP8_EPEL() [3/3]

VP8_EPEL ( 4 ,
neon  )

◆ VP8_BILIN() [1/3]

VP8_BILIN ( 16 ,
neon  )

◆ VP8_BILIN() [2/3]

VP8_BILIN ( 8 ,
neon  )

◆ VP8_BILIN() [3/3]

VP8_BILIN ( 4 ,
neon  )

◆ ff_vp78dsp_init_aarch64()

av_cold void ff_vp78dsp_init_aarch64 ( VP8DSPContext * dsp)

Definition at line 43 of file vp8dsp_init_aarch64.c.

Referenced by ff_vp78dsp_init().

◆ ff_vp8dsp_init_aarch64()

av_cold void ff_vp8dsp_init_aarch64 ( VP8DSPContext * dsp)

Definition at line 101 of file vp8dsp_init_aarch64.c.