FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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_x86 (HEVCDSPContext *c, const int bit_depth)
 
void ff_hevcdsp_init_arm (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

#define MAX_PB_SIZE   64

Function Documentation

void ff_hevc_dsp_init ( HEVCDSPContext hpc,
int  bit_depth 
)

Definition at line 126 of file hevcdsp.c.

Referenced by set_sps().

void ff_hevc_dsp_init_x86 ( HEVCDSPContext c,
const int  bit_depth 
)

Definition at line 695 of file hevcdsp_init.c.

Referenced by ff_hevc_dsp_init().

void ff_hevcdsp_init_arm ( HEVCDSPContext c,
const int  bit_depth 
)

Definition at line 26 of file hevcdsp_init_arm.c.

Referenced by ff_hevc_dsp_init().

void ff_hevc_dsp_init_mips ( HEVCDSPContext c,
const int  bit_depth 
)

Definition at line 449 of file hevcdsp_init_mips.c.

Referenced by ff_hevc_dsp_init().

Variable Documentation

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