FFmpeg
|
#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] |
#define MAX_PB_SIZE 64 |
Definition at line 30 of file hevcdsp.h.
Referenced by ff_hevc_put_qpel_bi_neon_wrapper(), ff_hevc_put_qpel_neon_wrapper(), ff_hevc_sao_edge_filter_neon_8_wrapper(), put_hevc_epel_bi_h(), put_hevc_epel_bi_hv(), put_hevc_epel_bi_v(), put_hevc_epel_bi_w_h(), put_hevc_epel_bi_w_hv(), put_hevc_epel_bi_w_v(), put_hevc_epel_h(), put_hevc_epel_hv(), put_hevc_epel_uni_hv(), put_hevc_epel_uni_w_hv(), put_hevc_epel_v(), put_hevc_pel_bi_pixels(), put_hevc_pel_bi_w_pixels(), put_hevc_pel_pixels(), put_hevc_qpel_bi_h(), put_hevc_qpel_bi_hv(), put_hevc_qpel_bi_v(), put_hevc_qpel_bi_w_h(), put_hevc_qpel_bi_w_hv(), put_hevc_qpel_bi_w_v(), put_hevc_qpel_h(), put_hevc_qpel_hv(), put_hevc_qpel_uni_hv(), put_hevc_qpel_uni_w_hv(), put_hevc_qpel_v(), sao_edge_filter(), and sao_filter_CTB().
void ff_hevc_dsp_init | ( | HEVCDSPContext * | hpc, |
int | bit_depth | ||
) |
Definition at line 126 of file hevcdsp.c.
Referenced by checkasm_check_hevc_add_res(), checkasm_check_hevc_idct(), checkasm_check_hevc_sao(), and set_sps().
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().
void ff_hevc_dsp_init_ppc | ( | HEVCDSPContext * | c, |
const int | bit_depth | ||
) |
Definition at line 95 of file hevcdsp.c.
Referenced by ff_hevc_dsp_init().
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().
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().
const int8_t ff_hevc_epel_filters[7][4] |
Definition at line 94 of file hevcdsp.c.
Referenced by put_hevc_epel_bi_h(), put_hevc_epel_bi_hv(), put_hevc_epel_bi_v(), put_hevc_epel_bi_w_h(), put_hevc_epel_bi_w_hv(), put_hevc_epel_bi_w_v(), put_hevc_epel_h(), put_hevc_epel_hv(), put_hevc_epel_uni_h(), put_hevc_epel_uni_hv(), put_hevc_epel_uni_v(), put_hevc_epel_uni_w_h(), put_hevc_epel_uni_w_hv(), put_hevc_epel_uni_w_v(), and put_hevc_epel_v().
const int8_t ff_hevc_qpel_filters[3][16] |
Definition at line 104 of file hevcdsp.c.
Referenced by put_hevc_qpel_bi_h(), put_hevc_qpel_bi_hv(), put_hevc_qpel_bi_v(), put_hevc_qpel_bi_w_h(), put_hevc_qpel_bi_w_hv(), put_hevc_qpel_bi_w_v(), put_hevc_qpel_h(), put_hevc_qpel_hv(), put_hevc_qpel_uni_h(), put_hevc_qpel_uni_hv(), put_hevc_qpel_uni_v(), put_hevc_qpel_uni_w_h(), put_hevc_qpel_uni_w_hv(), put_hevc_qpel_uni_w_v(), and put_hevc_qpel_v().