FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
pixblockdsp.h File Reference
#include <stdint.h>
#include "avcodec.h"

Go to the source code of this file.

Data Structures

struct  PixblockDSPContext
 

Functions

void ff_pixblockdsp_init (PixblockDSPContext *c, AVCodecContext *avctx)
 
void ff_pixblockdsp_init_alpha (PixblockDSPContext *c, AVCodecContext *avctx, unsigned high_bit_depth)
 
void ff_pixblockdsp_init_arm (PixblockDSPContext *c, AVCodecContext *avctx, unsigned high_bit_depth)
 
void ff_pixblockdsp_init_ppc (PixblockDSPContext *c, AVCodecContext *avctx, unsigned high_bit_depth)
 
void ff_pixblockdsp_init_x86 (PixblockDSPContext *c, AVCodecContext *avctx, unsigned high_bit_depth)
 

Function Documentation

void ff_pixblockdsp_init ( PixblockDSPContext c,
AVCodecContext avctx 
)
void ff_pixblockdsp_init_alpha ( PixblockDSPContext c,
AVCodecContext avctx,
unsigned  high_bit_depth 
)

Definition at line 71 of file pixblockdsp_alpha.c.

Referenced by ff_pixblockdsp_init().

void ff_pixblockdsp_init_arm ( PixblockDSPContext c,
AVCodecContext avctx,
unsigned  high_bit_depth 
)

Definition at line 31 of file pixblockdsp_init_arm.c.

Referenced by ff_pixblockdsp_init().

void ff_pixblockdsp_init_ppc ( PixblockDSPContext c,
AVCodecContext avctx,
unsigned  high_bit_depth 
)

Definition at line 139 of file pixblockdsp.c.

Referenced by ff_pixblockdsp_init().

void ff_pixblockdsp_init_x86 ( PixblockDSPContext c,
AVCodecContext avctx,
unsigned  high_bit_depth 
)

Definition at line 33 of file pixblockdsp_init.c.

Referenced by ff_pixblockdsp_init().