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

Go to the source code of this file.

Data Structures

struct  SAOParams
 
struct  HEVCDSPContext
 

Functions

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

Variables

const int16_t ff_hevc_epel_coeffs [7][16]
 
const int8_t ff_hevc_epel_coeffs8 [7][16]
 
const int16_t ff_hevc_qpel_coeffs [3][8]
 
const int8_t ff_hevc_qpel_coeffs8 [3][16]
 

Function Documentation

◆ ff_hevc_dsp_init()

void ff_hevc_dsp_init ( HEVCDSPContext hpc,
int  bit_depth 
)

Definition at line 136 of file hevcdsp.c.

Referenced by checkasm_check_hevc_idct(), checkasm_check_hevc_mc(), and set_sps().

◆ ff_hevc_dsp_init_x86()

void ff_hevc_dsp_init_x86 ( HEVCDSPContext c,
const int  bit_depth 
)

Definition at line 239 of file hevcdsp_init.c.

Referenced by ff_hevc_dsp_init().

Variable Documentation

◆ ff_hevc_epel_coeffs

const int16_t ff_hevc_epel_coeffs[7][16]

Definition at line 92 of file hevcdsp.c.

Referenced by put_hevc_epel_h(), put_hevc_epel_hv(), and put_hevc_epel_v().

◆ ff_hevc_epel_coeffs8

const int8_t ff_hevc_epel_coeffs8[7][16]

Definition at line 102 of file hevcdsp.c.

◆ ff_hevc_qpel_coeffs

const int16_t ff_hevc_qpel_coeffs[3][8]

Definition at line 112 of file hevcdsp.c.

◆ ff_hevc_qpel_coeffs8

const int8_t ff_hevc_qpel_coeffs8[3][16]

Definition at line 118 of file hevcdsp.c.