FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
h264chroma_init_aarch64.c File Reference
#include <stdint.h>
#include "libavutil/attributes.h"
#include "libavutil/cpu.h"
#include "libavutil/aarch64/cpu.h"
#include "libavcodec/h264chroma.h"
#include "config.h"

Go to the source code of this file.

Functions

void ff_put_h264_chroma_mc8_neon (uint8_t *dst, uint8_t *src, int stride, int h, int x, int y)
 
void ff_put_h264_chroma_mc4_neon (uint8_t *dst, uint8_t *src, int stride, int h, int x, int y)
 
void ff_put_h264_chroma_mc2_neon (uint8_t *dst, uint8_t *src, int stride, int h, int x, int y)
 
void ff_avg_h264_chroma_mc8_neon (uint8_t *dst, uint8_t *src, int stride, int h, int x, int y)
 
void ff_avg_h264_chroma_mc4_neon (uint8_t *dst, uint8_t *src, int stride, int h, int x, int y)
 
void ff_avg_h264_chroma_mc2_neon (uint8_t *dst, uint8_t *src, int stride, int h, int x, int y)
 
av_cold void ff_h264chroma_init_aarch64 (H264ChromaContext *c, int bit_depth)
 

Function Documentation

void ff_put_h264_chroma_mc8_neon ( uint8_t dst,
uint8_t src,
int  stride,
int  h,
int  x,
int  y 
)
void ff_put_h264_chroma_mc4_neon ( uint8_t dst,
uint8_t src,
int  stride,
int  h,
int  x,
int  y 
)
void ff_put_h264_chroma_mc2_neon ( uint8_t dst,
uint8_t src,
int  stride,
int  h,
int  x,
int  y 
)
void ff_avg_h264_chroma_mc8_neon ( uint8_t dst,
uint8_t src,
int  stride,
int  h,
int  x,
int  y 
)
void ff_avg_h264_chroma_mc4_neon ( uint8_t dst,
uint8_t src,
int  stride,
int  h,
int  x,
int  y 
)
void ff_avg_h264_chroma_mc2_neon ( uint8_t dst,
uint8_t src,
int  stride,
int  h,
int  x,
int  y 
)
av_cold void ff_h264chroma_init_aarch64 ( H264ChromaContext c,
int  bit_depth 
)

Definition at line 45 of file h264chroma_init_aarch64.c.

Referenced by ff_h264chroma_init().