FFmpeg
Data Structures | Macros | Functions | Variables
hevcdsp.h File Reference
#include "get_bits.h"

Go to the source code of this file.

Data Structures

struct  SAOParams
 
struct  HEVCDSPContext
 

Macros

#define MAX_PB_SIZE   64
 

Functions

void ff_hevc_dsp_init (HEVCDSPContext *hpc, int bit_depth)
 
void ff_hevc_dsp_init_arm (HEVCDSPContext *c, const int bit_depth)
 
void ff_hevc_dsp_init_ppc (HEVCDSPContext *c, const int bit_depth)
 
void ff_hevc_dsp_init_x86 (HEVCDSPContext *c, const int bit_depth)
 
void ff_hevc_dsp_init_mips (HEVCDSPContext *c, const int bit_depth)
 

Variables

const int8_t ff_hevc_epel_filters [7][4]
 
const int8_t ff_hevc_qpel_filters [3][16]
 

Macro Definition Documentation

◆ MAX_PB_SIZE

#define MAX_PB_SIZE   64

Definition at line 30 of file hevcdsp.h.

Function Documentation

◆ ff_hevc_dsp_init()

void ff_hevc_dsp_init ( HEVCDSPContext hpc,
int  bit_depth 
)

◆ ff_hevc_dsp_init_arm()

void ff_hevc_dsp_init_arm ( HEVCDSPContext c,
const int  bit_depth 
)

Definition at line 28 of file hevcdsp_init_arm.c.

Referenced by ff_hevc_dsp_init().

◆ ff_hevc_dsp_init_ppc()

void ff_hevc_dsp_init_ppc ( HEVCDSPContext c,
const int  bit_depth 
)

Definition at line 110 of file hevcdsp.c.

Referenced by ff_hevc_dsp_init().

◆ ff_hevc_dsp_init_x86()

void ff_hevc_dsp_init_x86 ( HEVCDSPContext c,
const int  bit_depth 
)

Definition at line 708 of file hevcdsp_init.c.

Referenced by ff_hevc_dsp_init().

◆ ff_hevc_dsp_init_mips()

void ff_hevc_dsp_init_mips ( HEVCDSPContext c,
const int  bit_depth 
)

Definition at line 521 of file hevcdsp_init_mips.c.

Referenced by ff_hevc_dsp_init().

Variable Documentation

◆ ff_hevc_epel_filters

const int8_t ff_hevc_epel_filters[7][4]

◆ ff_hevc_qpel_filters

const int8_t ff_hevc_qpel_filters[3][16]