FFmpeg
|
Go to the source code of this file.
Macros | |
#define | SET(dst, x) (dst) = (x) |
#define | SCALE(dst, x) (dst) = av_clip_int16(((x) + add) >> shift) |
#define | ADD_AND_SCALE(dst, x) (dst) = av_clip_pixel((dst) + av_clip_int16(((x) + add) >> shift)) |
#define | TR_4x4_LUMA(dst, src, step, assign) |
#define | TR_4(dst, src, dstep, sstep, assign, end) |
#define | TR_8(dst, src, dstep, sstep, assign, end) |
#define | TR_16(dst, src, dstep, sstep, assign, end) |
#define | TR_32(dst, src, dstep, sstep, assign, end) |
#define | IDCT_VAR4(H) int limit2 = FFMIN(col_limit + 4, H) |
#define | IDCT_VAR8(H) |
#define | IDCT_VAR16(H) IDCT_VAR8(H) |
#define | IDCT_VAR32(H) IDCT_VAR8(H) |
#define | IDCT(H) |
#define | IDCT_DC(H) |
#define | CMP(a, b) (((a) > (b)) - ((a) < (b))) |
#define | QPEL_FILTER(src, stride) |
#define | EPEL_FILTER(src, stride) |
#define | P3 pix[-4 * xstride] |
#define | P2 pix[-3 * xstride] |
#define | P1 pix[-2 * xstride] |
#define | P0 pix[-1 * xstride] |
#define | Q0 pix[0 * xstride] |
#define | Q1 pix[1 * xstride] |
#define | Q2 pix[2 * xstride] |
#define | Q3 pix[3 * xstride] |
#define | TP3 pix[-4 * xstride + 3 * ystride] |
#define | TP2 pix[-3 * xstride + 3 * ystride] |
#define | TP1 pix[-2 * xstride + 3 * ystride] |
#define | TP0 pix[-1 * xstride + 3 * ystride] |
#define | TQ0 pix[0 * xstride + 3 * ystride] |
#define | TQ1 pix[1 * xstride + 3 * ystride] |
#define | TQ2 pix[2 * xstride + 3 * ystride] |
#define | TQ3 pix[3 * xstride + 3 * ystride] |
Functions | |
static void FUNC() | put_pcm (uint8_t *_dst, ptrdiff_t stride, int width, int height, GetBitContext *gb, int pcm_bit_depth) |
static av_always_inline void FUNC() | transquant_bypass (uint8_t *_dst, int16_t *coeffs, ptrdiff_t stride, int size) |
static void FUNC() | transform_add4x4 (uint8_t *_dst, int16_t *coeffs, ptrdiff_t stride) |
static void FUNC() | transform_add8x8 (uint8_t *_dst, int16_t *coeffs, ptrdiff_t stride) |
static void FUNC() | transform_add16x16 (uint8_t *_dst, int16_t *coeffs, ptrdiff_t stride) |
static void FUNC() | transform_add32x32 (uint8_t *_dst, int16_t *coeffs, ptrdiff_t stride) |
static void FUNC() | transform_rdpcm (int16_t *_coeffs, int16_t log2_size, int mode) |
static void FUNC() | transform_skip (int16_t *_coeffs, int16_t log2_size) |
static void FUNC() | transform_4x4_luma (int16_t *coeffs) |
static void FUNC() | sao_band_filter (uint8_t *_dst, uint8_t *_src, ptrdiff_t stride_dst, ptrdiff_t stride_src, int16_t *sao_offset_val, int sao_left_class, int width, int height) |
static void FUNC() | sao_edge_filter (uint8_t *_dst, uint8_t *_src, ptrdiff_t stride_dst, int16_t *sao_offset_val, int eo, int width, int height) |
static void FUNC() | sao_edge_restore_0 (uint8_t *_dst, uint8_t *_src, ptrdiff_t stride_dst, ptrdiff_t stride_src, SAOParams *sao, int *borders, int _width, int _height, int c_idx, uint8_t *vert_edge, uint8_t *horiz_edge, uint8_t *diag_edge) |
static void FUNC() | sao_edge_restore_1 (uint8_t *_dst, uint8_t *_src, ptrdiff_t stride_dst, ptrdiff_t stride_src, SAOParams *sao, int *borders, int _width, int _height, int c_idx, uint8_t *vert_edge, uint8_t *horiz_edge, uint8_t *diag_edge) |
static void FUNC() | put_hevc_pel_pixels (int16_t *dst, uint8_t *_src, ptrdiff_t _srcstride, int height, intptr_t mx, intptr_t my, int width) |
static void FUNC() | put_hevc_pel_uni_pixels (uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int height, intptr_t mx, intptr_t my, int width) |
static void FUNC() | put_hevc_pel_bi_pixels (uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int16_t *src2, int height, intptr_t mx, intptr_t my, int width) |
static void FUNC() | put_hevc_pel_uni_w_pixels (uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int height, int denom, int wx, int ox, intptr_t mx, intptr_t my, int width) |
static void FUNC() | put_hevc_pel_bi_w_pixels (uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int16_t *src2, int height, int denom, int wx0, int wx1, int ox0, int ox1, intptr_t mx, intptr_t my, int width) |
static void FUNC() | put_hevc_qpel_h (int16_t *dst, uint8_t *_src, ptrdiff_t _srcstride, int height, intptr_t mx, intptr_t my, int width) |
static void FUNC() | put_hevc_qpel_v (int16_t *dst, uint8_t *_src, ptrdiff_t _srcstride, int height, intptr_t mx, intptr_t my, int width) |
static void FUNC() | put_hevc_qpel_hv (int16_t *dst, uint8_t *_src, ptrdiff_t _srcstride, int height, intptr_t mx, intptr_t my, int width) |
static void FUNC() | put_hevc_qpel_uni_h (uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int height, intptr_t mx, intptr_t my, int width) |
static void FUNC() | put_hevc_qpel_bi_h (uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int16_t *src2, int height, intptr_t mx, intptr_t my, int width) |
static void FUNC() | put_hevc_qpel_uni_v (uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int height, intptr_t mx, intptr_t my, int width) |
static void FUNC() | put_hevc_qpel_bi_v (uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int16_t *src2, int height, intptr_t mx, intptr_t my, int width) |
static void FUNC() | put_hevc_qpel_uni_hv (uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int height, intptr_t mx, intptr_t my, int width) |
static void FUNC() | put_hevc_qpel_bi_hv (uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int16_t *src2, int height, intptr_t mx, intptr_t my, int width) |
static void FUNC() | put_hevc_qpel_uni_w_h (uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int height, int denom, int wx, int ox, intptr_t mx, intptr_t my, int width) |
static void FUNC() | put_hevc_qpel_bi_w_h (uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int16_t *src2, int height, int denom, int wx0, int wx1, int ox0, int ox1, intptr_t mx, intptr_t my, int width) |
static void FUNC() | put_hevc_qpel_uni_w_v (uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int height, int denom, int wx, int ox, intptr_t mx, intptr_t my, int width) |
static void FUNC() | put_hevc_qpel_bi_w_v (uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int16_t *src2, int height, int denom, int wx0, int wx1, int ox0, int ox1, intptr_t mx, intptr_t my, int width) |
static void FUNC() | put_hevc_qpel_uni_w_hv (uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int height, int denom, int wx, int ox, intptr_t mx, intptr_t my, int width) |
static void FUNC() | put_hevc_qpel_bi_w_hv (uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int16_t *src2, int height, int denom, int wx0, int wx1, int ox0, int ox1, intptr_t mx, intptr_t my, int width) |
static void FUNC() | put_hevc_epel_h (int16_t *dst, uint8_t *_src, ptrdiff_t _srcstride, int height, intptr_t mx, intptr_t my, int width) |
static void FUNC() | put_hevc_epel_v (int16_t *dst, uint8_t *_src, ptrdiff_t _srcstride, int height, intptr_t mx, intptr_t my, int width) |
static void FUNC() | put_hevc_epel_hv (int16_t *dst, uint8_t *_src, ptrdiff_t _srcstride, int height, intptr_t mx, intptr_t my, int width) |
static void FUNC() | put_hevc_epel_uni_h (uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int height, intptr_t mx, intptr_t my, int width) |
static void FUNC() | put_hevc_epel_bi_h (uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int16_t *src2, int height, intptr_t mx, intptr_t my, int width) |
static void FUNC() | put_hevc_epel_uni_v (uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int height, intptr_t mx, intptr_t my, int width) |
static void FUNC() | put_hevc_epel_bi_v (uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int16_t *src2, int height, intptr_t mx, intptr_t my, int width) |
static void FUNC() | put_hevc_epel_uni_hv (uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int height, intptr_t mx, intptr_t my, int width) |
static void FUNC() | put_hevc_epel_bi_hv (uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int16_t *src2, int height, intptr_t mx, intptr_t my, int width) |
static void FUNC() | put_hevc_epel_uni_w_h (uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int height, int denom, int wx, int ox, intptr_t mx, intptr_t my, int width) |
static void FUNC() | put_hevc_epel_bi_w_h (uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int16_t *src2, int height, int denom, int wx0, int wx1, int ox0, int ox1, intptr_t mx, intptr_t my, int width) |
static void FUNC() | put_hevc_epel_uni_w_v (uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int height, int denom, int wx, int ox, intptr_t mx, intptr_t my, int width) |
static void FUNC() | put_hevc_epel_bi_w_v (uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int16_t *src2, int height, int denom, int wx0, int wx1, int ox0, int ox1, intptr_t mx, intptr_t my, int width) |
static void FUNC() | put_hevc_epel_uni_w_hv (uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int height, int denom, int wx, int ox, intptr_t mx, intptr_t my, int width) |
static void FUNC() | put_hevc_epel_bi_w_hv (uint8_t *_dst, ptrdiff_t _dststride, uint8_t *_src, ptrdiff_t _srcstride, int16_t *src2, int height, int denom, int wx0, int wx1, int ox0, int ox1, intptr_t mx, intptr_t my, int width) |
static void FUNC() | hevc_loop_filter_luma (uint8_t *_pix, ptrdiff_t _xstride, ptrdiff_t _ystride, int beta, int *_tc, uint8_t *_no_p, uint8_t *_no_q) |
static void FUNC() | hevc_loop_filter_chroma (uint8_t *_pix, ptrdiff_t _xstride, ptrdiff_t _ystride, int *_tc, uint8_t *_no_p, uint8_t *_no_q) |
static void FUNC() | hevc_h_loop_filter_chroma (uint8_t *pix, ptrdiff_t stride, int32_t *tc, uint8_t *no_p, uint8_t *no_q) |
static void FUNC() | hevc_v_loop_filter_chroma (uint8_t *pix, ptrdiff_t stride, int32_t *tc, uint8_t *no_p, uint8_t *no_q) |
static void FUNC() | hevc_h_loop_filter_luma (uint8_t *pix, ptrdiff_t stride, int beta, int32_t *tc, uint8_t *no_p, uint8_t *no_q) |
static void FUNC() | hevc_v_loop_filter_luma (uint8_t *pix, ptrdiff_t stride, int beta, int32_t *tc, uint8_t *no_p, uint8_t *no_q) |
#define SET | ( | dst, | |
x | |||
) | (dst) = (x) |
Definition at line 135 of file hevcdsp_template.c.
#define SCALE | ( | dst, | |
x | |||
) | (dst) = av_clip_int16(((x) + add) >> shift) |
Definition at line 136 of file hevcdsp_template.c.
Referenced by transform_4x4_luma().
#define ADD_AND_SCALE | ( | dst, | |
x | |||
) | (dst) = av_clip_pixel((dst) + av_clip_int16(((x) + add) >> shift)) |
Definition at line 137 of file hevcdsp_template.c.
Definition at line 140 of file hevcdsp_template.c.
Referenced by transform_4x4_luma().
Definition at line 177 of file hevcdsp_template.c.
Definition at line 238 of file hevcdsp_template.c.
#define IDCT_VAR8 | ( | H | ) |
Definition at line 240 of file hevcdsp_template.c.
Definition at line 243 of file hevcdsp_template.c.
Definition at line 244 of file hevcdsp_template.c.
#define IDCT | ( | H | ) |
#define IDCT_DC | ( | H | ) |
Definition at line 270 of file hevcdsp_template.c.
Definition at line 328 of file hevcdsp_template.c.
Referenced by sao_edge_filter().
Definition at line 613 of file hevcdsp_template.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().
Definition at line 1070 of file hevcdsp_template.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().
#define P3 pix[-4 * xstride] |
Definition at line 1501 of file hevcdsp_template.c.
Referenced by hevc_loop_filter_luma().
#define P2 pix[-3 * xstride] |
Definition at line 1502 of file hevcdsp_template.c.
Referenced by hevc_loop_filter_luma().
#define P1 pix[-2 * xstride] |
Definition at line 1503 of file hevcdsp_template.c.
Referenced by hevc_loop_filter_chroma(), and hevc_loop_filter_luma().
#define P0 pix[-1 * xstride] |
Definition at line 1504 of file hevcdsp_template.c.
Referenced by hevc_loop_filter_chroma(), and hevc_loop_filter_luma().
#define Q0 pix[0 * xstride] |
Definition at line 1505 of file hevcdsp_template.c.
Referenced by hevc_loop_filter_chroma(), and hevc_loop_filter_luma().
#define Q1 pix[1 * xstride] |
Definition at line 1506 of file hevcdsp_template.c.
Referenced by hevc_loop_filter_chroma(), and hevc_loop_filter_luma().
#define Q2 pix[2 * xstride] |
Definition at line 1507 of file hevcdsp_template.c.
Referenced by hevc_loop_filter_luma().
#define Q3 pix[3 * xstride] |
Definition at line 1508 of file hevcdsp_template.c.
Referenced by hevc_loop_filter_luma().
#define TP3 pix[-4 * xstride + 3 * ystride] |
Definition at line 1511 of file hevcdsp_template.c.
Referenced by hevc_loop_filter_luma().
#define TP2 pix[-3 * xstride + 3 * ystride] |
Definition at line 1512 of file hevcdsp_template.c.
Referenced by hevc_loop_filter_luma().
#define TP1 pix[-2 * xstride + 3 * ystride] |
Definition at line 1513 of file hevcdsp_template.c.
Referenced by hevc_loop_filter_luma().
#define TP0 pix[-1 * xstride + 3 * ystride] |
Definition at line 1514 of file hevcdsp_template.c.
Referenced by hevc_loop_filter_luma().
#define TQ0 pix[0 * xstride + 3 * ystride] |
Definition at line 1515 of file hevcdsp_template.c.
Referenced by hevc_loop_filter_luma().
#define TQ1 pix[1 * xstride + 3 * ystride] |
Definition at line 1516 of file hevcdsp_template.c.
Referenced by hevc_loop_filter_luma().
#define TQ2 pix[2 * xstride + 3 * ystride] |
Definition at line 1517 of file hevcdsp_template.c.
Referenced by hevc_loop_filter_luma().
#define TQ3 pix[3 * xstride + 3 * ystride] |
Definition at line 1518 of file hevcdsp_template.c.
Referenced by hevc_loop_filter_luma().
|
static |
Definition at line 30 of file hevcdsp_template.c.
|
static |
Definition at line 45 of file hevcdsp_template.c.
Referenced by transform_add16x16(), transform_add32x32(), transform_add4x4(), and transform_add8x8().
Definition at line 62 of file hevcdsp_template.c.
Definition at line 68 of file hevcdsp_template.c.
Definition at line 74 of file hevcdsp_template.c.
Definition at line 80 of file hevcdsp_template.c.
Definition at line 87 of file hevcdsp_template.c.
Definition at line 109 of file hevcdsp_template.c.
Definition at line 155 of file hevcdsp_template.c.
|
static |
Definition at line 304 of file hevcdsp_template.c.
|
static |
Definition at line 330 of file hevcdsp_template.c.
|
static |
Definition at line 361 of file hevcdsp_template.c.
|
static |
Definition at line 411 of file hevcdsp_template.c.
|
static |
Definition at line 502 of file hevcdsp_template.c.
|
static |
Definition at line 518 of file hevcdsp_template.c.
|
static |
Definition at line 534 of file hevcdsp_template.c.
|
static |
Definition at line 560 of file hevcdsp_template.c.
|
static |
Definition at line 584 of file hevcdsp_template.c.
|
static |
Definition at line 623 of file hevcdsp_template.c.
|
static |
Definition at line 639 of file hevcdsp_template.c.
|
static |
Definition at line 655 of file hevcdsp_template.c.
|
static |
Definition at line 687 of file hevcdsp_template.c.
|
static |
Definition at line 713 of file hevcdsp_template.c.
|
static |
Definition at line 741 of file hevcdsp_template.c.
|
static |
Definition at line 768 of file hevcdsp_template.c.
|
static |
Definition at line 796 of file hevcdsp_template.c.
|
static |
Definition at line 836 of file hevcdsp_template.c.
|
static |
Definition at line 876 of file hevcdsp_template.c.
|
static |
Definition at line 903 of file hevcdsp_template.c.
|
static |
Definition at line 931 of file hevcdsp_template.c.
|
static |
Definition at line 958 of file hevcdsp_template.c.
|
static |
Definition at line 986 of file hevcdsp_template.c.
|
static |
Definition at line 1027 of file hevcdsp_template.c.
|
static |
Definition at line 1076 of file hevcdsp_template.c.
|
static |
Definition at line 1092 of file hevcdsp_template.c.
|
static |
Definition at line 1109 of file hevcdsp_template.c.
|
static |
Definition at line 1140 of file hevcdsp_template.c.
|
static |
Definition at line 1164 of file hevcdsp_template.c.
|
static |
Definition at line 1191 of file hevcdsp_template.c.
|
static |
Definition at line 1215 of file hevcdsp_template.c.
|
static |
Definition at line 1241 of file hevcdsp_template.c.
|
static |
Definition at line 1279 of file hevcdsp_template.c.
|
static |
Definition at line 1319 of file hevcdsp_template.c.
|
static |
Definition at line 1345 of file hevcdsp_template.c.
|
static |
Definition at line 1371 of file hevcdsp_template.c.
|
static |
Definition at line 1397 of file hevcdsp_template.c.
|
static |
Definition at line 1423 of file hevcdsp_template.c.
|
static |
Definition at line 1462 of file hevcdsp_template.c.
|
static |
Definition at line 1520 of file hevcdsp_template.c.
Referenced by hevc_h_loop_filter_luma(), and hevc_v_loop_filter_luma().
|
static |
Definition at line 1616 of file hevcdsp_template.c.
Referenced by hevc_h_loop_filter_chroma(), and hevc_v_loop_filter_chroma().
|
static |
Definition at line 1650 of file hevcdsp_template.c.
|
static |
Definition at line 1657 of file hevcdsp_template.c.
|
static |
Definition at line 1664 of file hevcdsp_template.c.