FFmpeg
4.0
|
#include "vp9dec.h"
Go to the source code of this file.
Functions | |
static av_always_inline void | filter_plane_cols (VP9Context *s, int col, int ss_h, int ss_v, uint8_t *lvl, uint8_t(*mask)[4], uint8_t *dst, ptrdiff_t ls) |
static av_always_inline void | filter_plane_rows (VP9Context *s, int row, int ss_h, int ss_v, uint8_t *lvl, uint8_t(*mask)[4], uint8_t *dst, ptrdiff_t ls) |
void | ff_vp9_loopfilter_sb (AVCodecContext *avctx, VP9Filter *lflvl, int row, int col, ptrdiff_t yoff, ptrdiff_t uvoff) |
|
static |
Definition at line 26 of file vp9lpf.c.
Referenced by ff_vp9_loopfilter_sb().
|
static |
Definition at line 101 of file vp9lpf.c.
Referenced by ff_vp9_loopfilter_sb().
void ff_vp9_loopfilter_sb | ( | AVCodecContext * | avctx, |
VP9Filter * | lflvl, | ||
int | row, | ||
int | col, | ||
ptrdiff_t | yoff, | ||
ptrdiff_t | uvoff | ||
) |
Definition at line 178 of file vp9lpf.c.
Referenced by decode_tiles().