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

Go to the source code of this file.

Data Structures

struct  FDCTDSPContext
 

Functions

void ff_fdctdsp_init (FDCTDSPContext *c, AVCodecContext *avctx)
 
void ff_fdctdsp_init_ppc (FDCTDSPContext *c, AVCodecContext *avctx, unsigned high_bit_depth)
 
void ff_fdctdsp_init_x86 (FDCTDSPContext *c, AVCodecContext *avctx, unsigned high_bit_depth)
 

Function Documentation

void ff_fdctdsp_init ( FDCTDSPContext c,
AVCodecContext avctx 
)
void ff_fdctdsp_init_ppc ( FDCTDSPContext c,
AVCodecContext avctx,
unsigned  high_bit_depth 
)

Definition at line 465 of file fdctdsp.c.

Referenced by ff_fdctdsp_init().

void ff_fdctdsp_init_x86 ( FDCTDSPContext c,
AVCodecContext avctx,
unsigned  high_bit_depth 
)

Definition at line 26 of file fdctdsp_init.c.

Referenced by ff_fdctdsp_init().