FFmpeg
Functions
idctdsp_arm.h File Reference
#include "libavcodec/avcodec.h"
#include "libavcodec/idctdsp.h"

Go to the source code of this file.

Functions

void ff_idctdsp_init_armv5te (IDCTDSPContext *c, AVCodecContext *avctx, unsigned high_bit_depth)
 
void ff_idctdsp_init_armv6 (IDCTDSPContext *c, AVCodecContext *avctx, unsigned high_bit_depth)
 
void ff_idctdsp_init_neon (IDCTDSPContext *c, AVCodecContext *avctx, unsigned high_bit_depth)
 

Function Documentation

◆ ff_idctdsp_init_armv5te()

void ff_idctdsp_init_armv5te ( IDCTDSPContext c,
AVCodecContext avctx,
unsigned  high_bit_depth 
)

Definition at line 29 of file idctdsp_init_armv5te.c.

Referenced by ff_idctdsp_init_arm().

◆ ff_idctdsp_init_armv6()

void ff_idctdsp_init_armv6 ( IDCTDSPContext c,
AVCodecContext avctx,
unsigned  high_bit_depth 
)

Definition at line 32 of file idctdsp_init_armv6.c.

Referenced by ff_idctdsp_init_arm().

◆ ff_idctdsp_init_neon()

void ff_idctdsp_init_neon ( IDCTDSPContext c,
AVCodecContext avctx,
unsigned  high_bit_depth 
)

Definition at line 34 of file idctdsp_init_neon.c.

Referenced by ff_idctdsp_init_arm().