Libav
|
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) |
#define | TR_8(dst, src, dstep, sstep, assign) |
#define | TR_16(dst, src, dstep, sstep, assign) |
#define | TR_32(dst, src, dstep, sstep, assign) |
#define | CMP(a, b) ((a) > (b) ? 1 : ((a) == (b) ? 0 : -1)) |
#define | CMP(a, b) ((a) > (b) ? 1 : ((a) == (b) ? 0 : -1)) |
#define | CMP(a, b) ((a) > (b) ? 1 : ((a) == (b) ? 0 : -1)) |
#define | CMP(a, b) ((a) > (b) ? 1 : ((a) == (b) ? 0 : -1)) |
#define | QPEL_FILTER_1(src, stride) |
#define | QPEL_FILTER_2(src, stride) |
#define | QPEL_FILTER_3(src, stride) |
#define | PUT_HEVC_QPEL_H(H) |
#define | PUT_HEVC_QPEL_V(V) |
#define | PUT_HEVC_QPEL_HV(H, V) |
#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 size, GetBitContext *gb, int pcm_bit_depth) |
static void FUNC() | transquant_bypass4x4 (uint8_t *_dst, int16_t *coeffs, ptrdiff_t stride) |
static void FUNC() | transquant_bypass8x8 (uint8_t *_dst, int16_t *coeffs, ptrdiff_t stride) |
static void FUNC() | transquant_bypass16x16 (uint8_t *_dst, int16_t *coeffs, ptrdiff_t stride) |
static void FUNC() | transquant_bypass32x32 (uint8_t *_dst, int16_t *coeffs, ptrdiff_t stride) |
static void FUNC() | transform_skip (uint8_t *_dst, int16_t *coeffs, ptrdiff_t stride) |
static void FUNC() | transform_4x4_luma_add (uint8_t *_dst, int16_t *coeffs, ptrdiff_t stride) |
static void FUNC() | transform_4x4_add (uint8_t *_dst, int16_t *coeffs, ptrdiff_t stride) |
static void FUNC() | transform_8x8_add (uint8_t *_dst, int16_t *coeffs, ptrdiff_t stride) |
static void FUNC() | transform_16x16_add (uint8_t *_dst, int16_t *coeffs, ptrdiff_t stride) |
static void FUNC() | transform_32x32_add (uint8_t *_dst, int16_t *coeffs, ptrdiff_t stride) |
static void FUNC() | sao_band_filter (uint8_t *_dst, uint8_t *_src, ptrdiff_t stride, SAOParams *sao, int *borders, int width, int height, int c_idx, int class) |
static void FUNC() | sao_band_filter_0 (uint8_t *dst, uint8_t *src, ptrdiff_t stride, SAOParams *sao, int *borders, int width, int height, int c_idx) |
static void FUNC() | sao_band_filter_1 (uint8_t *dst, uint8_t *src, ptrdiff_t stride, SAOParams *sao, int *borders, int width, int height, int c_idx) |
static void FUNC() | sao_band_filter_2 (uint8_t *dst, uint8_t *src, ptrdiff_t stride, SAOParams *sao, int *borders, int width, int height, int c_idx) |
static void FUNC() | sao_band_filter_3 (uint8_t *_dst, uint8_t *_src, ptrdiff_t stride, SAOParams *sao, int *borders, int width, int height, int c_idx) |
static void FUNC() | sao_edge_filter_0 (uint8_t *_dst, uint8_t *_src, ptrdiff_t stride, 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_filter_1 (uint8_t *_dst, uint8_t *_src, ptrdiff_t stride, 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_filter_2 (uint8_t *_dst, uint8_t *_src, ptrdiff_t stride, 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_filter_3 (uint8_t *_dst, uint8_t *_src, ptrdiff_t stride, 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_qpel_pixels (int16_t *dst, ptrdiff_t dststride, uint8_t *_src, ptrdiff_t _srcstride, int width, int height, int16_t *mcbuffer) |
static void FUNC() | put_hevc_epel_pixels (int16_t *dst, ptrdiff_t dststride, uint8_t *_src, ptrdiff_t _srcstride, int width, int height, int mx, int my, int16_t *mcbuffer) |
static void FUNC() | put_hevc_epel_h (int16_t *dst, ptrdiff_t dststride, uint8_t *_src, ptrdiff_t _srcstride, int width, int height, int mx, int my, int16_t *mcbuffer) |
static void FUNC() | put_hevc_epel_v (int16_t *dst, ptrdiff_t dststride, uint8_t *_src, ptrdiff_t _srcstride, int width, int height, int mx, int my, int16_t *mcbuffer) |
static void FUNC() | put_hevc_epel_hv (int16_t *dst, ptrdiff_t dststride, uint8_t *_src, ptrdiff_t _srcstride, int width, int height, int mx, int my, int16_t *mcbuffer) |
static void FUNC() | put_unweighted_pred (uint8_t *_dst, ptrdiff_t _dststride, int16_t *src, ptrdiff_t srcstride, int width, int height) |
static void FUNC() | put_weighted_pred_avg (uint8_t *_dst, ptrdiff_t _dststride, int16_t *src1, int16_t *src2, ptrdiff_t srcstride, int width, int height) |
static void FUNC() | weighted_pred (uint8_t denom, int16_t wlxFlag, int16_t olxFlag, uint8_t *_dst, ptrdiff_t _dststride, int16_t *src, ptrdiff_t srcstride, int width, int height) |
static void FUNC() | weighted_pred_avg (uint8_t denom, int16_t wl0Flag, int16_t wl1Flag, int16_t ol0Flag, int16_t ol1Flag, uint8_t *_dst, ptrdiff_t _dststride, int16_t *src1, int16_t *src2, ptrdiff_t srcstride, int width, int height) |
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, int *tc, uint8_t *no_p, uint8_t *no_q) |
static void FUNC() | hevc_v_loop_filter_chroma (uint8_t *pix, ptrdiff_t stride, int *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, int *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, int *tc, uint8_t *no_p, uint8_t *no_q) |
#define SET | ( | dst, | |
x | |||
) | (dst) = (x) |
Definition at line 132 of file hevcdsp_template.c.
#define SCALE | ( | dst, | |
x | |||
) | (dst) = av_clip_int16(((x) + add) >> shift) |
Definition at line 133 of file hevcdsp_template.c.
Referenced by transform_16x16_add(), transform_32x32_add(), transform_4x4_add(), transform_4x4_luma_add(), and transform_8x8_add().
#define ADD_AND_SCALE | ( | dst, | |
x | |||
) | (dst) = av_clip_pixel((dst) + av_clip_int16(((x) + add) >> shift)) |
Definition at line 134 of file hevcdsp_template.c.
Referenced by transform_16x16_add(), transform_32x32_add(), transform_4x4_add(), transform_4x4_luma_add(), and transform_8x8_add().
Definition at line 137 of file hevcdsp_template.c.
Referenced by transform_4x4_luma_add().
#define TR_4 | ( | dst, | |
src, | |||
dstep, | |||
sstep, | |||
assign | |||
) |
Definition at line 179 of file hevcdsp_template.c.
Referenced by transform_4x4_add().
#define TR_8 | ( | dst, | |
src, | |||
dstep, | |||
sstep, | |||
assign | |||
) |
Definition at line 221 of file hevcdsp_template.c.
Referenced by transform_8x8_add().
#define TR_16 | ( | dst, | |
src, | |||
dstep, | |||
sstep, | |||
assign | |||
) |
Definition at line 237 of file hevcdsp_template.c.
Referenced by transform_16x16_add().
#define TR_32 | ( | dst, | |
src, | |||
dstep, | |||
sstep, | |||
assign | |||
) |
Definition at line 253 of file hevcdsp_template.c.
Referenced by transform_32x32_add().
Referenced by sao_edge_filter_0(), sao_edge_filter_1(), sao_edge_filter_2(), and sao_edge_filter_3().
#define QPEL_FILTER_1 | ( | src, | |
stride | |||
) |
#define QPEL_FILTER_2 | ( | src, | |
stride | |||
) |
#define QPEL_FILTER_3 | ( | src, | |
stride | |||
) |
#define PUT_HEVC_QPEL_H | ( | H | ) |
Definition at line 850 of file hevcdsp_template.c.
#define PUT_HEVC_QPEL_V | ( | V | ) |
Definition at line 868 of file hevcdsp_template.c.
Definition at line 886 of file hevcdsp_template.c.
#define EPEL_FILTER | ( | src, | |
stride | |||
) |
Definition at line 953 of file hevcdsp_template.c.
Referenced by put_hevc_epel_h(), put_hevc_epel_hv(), and put_hevc_epel_v().
#define P3 pix[-4 * xstride] |
Definition at line 1146 of file hevcdsp_template.c.
Referenced by hevc_loop_filter_luma().
#define P2 pix[-3 * xstride] |
Definition at line 1147 of file hevcdsp_template.c.
Referenced by hevc_loop_filter_luma().
#define P1 pix[-2 * xstride] |
Definition at line 1148 of file hevcdsp_template.c.
Referenced by hevc_loop_filter_chroma(), and hevc_loop_filter_luma().
#define P0 pix[-1 * xstride] |
Definition at line 1149 of file hevcdsp_template.c.
Referenced by hevc_loop_filter_chroma(), and hevc_loop_filter_luma().
#define Q0 pix[0 * xstride] |
Definition at line 1150 of file hevcdsp_template.c.
Referenced by hevc_loop_filter_chroma(), and hevc_loop_filter_luma().
#define Q1 pix[1 * xstride] |
Definition at line 1151 of file hevcdsp_template.c.
Referenced by hevc_loop_filter_chroma(), and hevc_loop_filter_luma().
#define Q2 pix[2 * xstride] |
Definition at line 1152 of file hevcdsp_template.c.
Referenced by hevc_loop_filter_luma().
#define Q3 pix[3 * xstride] |
Definition at line 1153 of file hevcdsp_template.c.
Referenced by hevc_loop_filter_luma().
#define TP3 pix[-4 * xstride + 3 * ystride] |
Definition at line 1156 of file hevcdsp_template.c.
Referenced by hevc_loop_filter_luma().
#define TP2 pix[-3 * xstride + 3 * ystride] |
Definition at line 1157 of file hevcdsp_template.c.
Referenced by hevc_loop_filter_luma().
#define TP1 pix[-2 * xstride + 3 * ystride] |
Definition at line 1158 of file hevcdsp_template.c.
Referenced by hevc_loop_filter_luma().
#define TP0 pix[-1 * xstride + 3 * ystride] |
Definition at line 1159 of file hevcdsp_template.c.
Referenced by hevc_loop_filter_luma().
#define TQ0 pix[0 * xstride + 3 * ystride] |
Definition at line 1160 of file hevcdsp_template.c.
Referenced by hevc_loop_filter_luma().
#define TQ1 pix[1 * xstride + 3 * ystride] |
Definition at line 1161 of file hevcdsp_template.c.
Referenced by hevc_loop_filter_luma().
#define TQ2 pix[2 * xstride + 3 * ystride] |
Definition at line 1162 of file hevcdsp_template.c.
Referenced by hevc_loop_filter_luma().
#define TQ3 pix[3 * xstride + 3 * ystride] |
Definition at line 1163 of file hevcdsp_template.c.
Referenced by hevc_loop_filter_luma().
|
static |
Definition at line 28 of file hevcdsp_template.c.
|
static |
Definition at line 43 of file hevcdsp_template.c.
|
static |
Definition at line 60 of file hevcdsp_template.c.
|
static |
Definition at line 77 of file hevcdsp_template.c.
|
static |
Definition at line 94 of file hevcdsp_template.c.
Definition at line 111 of file hevcdsp_template.c.
|
static |
Definition at line 152 of file hevcdsp_template.c.
Definition at line 196 of file hevcdsp_template.c.
Definition at line 271 of file hevcdsp_template.c.
|
static |
Definition at line 296 of file hevcdsp_template.c.
|
static |
Definition at line 321 of file hevcdsp_template.c.
|
static |
Definition at line 346 of file hevcdsp_template.c.
Referenced by sao_band_filter_0(), sao_band_filter_1(), sao_band_filter_2(), and sao_band_filter_3().
|
static |
Definition at line 402 of file hevcdsp_template.c.
|
static |
Definition at line 411 of file hevcdsp_template.c.
|
static |
Definition at line 420 of file hevcdsp_template.c.
|
static |
Definition at line 429 of file hevcdsp_template.c.
|
static |
Definition at line 438 of file hevcdsp_template.c.
|
static |
Definition at line 545 of file hevcdsp_template.c.
|
static |
Definition at line 637 of file hevcdsp_template.c.
|
static |
Definition at line 723 of file hevcdsp_template.c.
|
static |
Definition at line 805 of file hevcdsp_template.c.
|
static |
Definition at line 936 of file hevcdsp_template.c.
|
static |
Definition at line 959 of file hevcdsp_template.c.
|
static |
Definition at line 980 of file hevcdsp_template.c.
|
static |
Definition at line 1002 of file hevcdsp_template.c.
|
static |
Definition at line 1041 of file hevcdsp_template.c.
|
static |
Definition at line 1063 of file hevcdsp_template.c.
|
static |
Definition at line 1088 of file hevcdsp_template.c.
|
static |
Definition at line 1116 of file hevcdsp_template.c.
|
static |
Definition at line 1165 of file hevcdsp_template.c.
Referenced by hevc_h_loop_filter_luma(), and hevc_v_loop_filter_luma().
|
static |
Definition at line 1261 of file hevcdsp_template.c.
Referenced by hevc_h_loop_filter_chroma(), and hevc_v_loop_filter_chroma().
|
static |
Definition at line 1295 of file hevcdsp_template.c.
|
static |
Definition at line 1302 of file hevcdsp_template.c.
|
static |
Definition at line 1309 of file hevcdsp_template.c.