FFmpeg
Loading...
Searching...
No Matches
h2656_deblock_template.c File Reference

Go to the source code of this file.

Functions

static void FUNC loop_filter_luma_strong (pixel *pix, const ptrdiff_t xstride, const ptrdiff_t ystride, const int32_t tc, const int32_t tc2, const int tc3, const uint8_t no_p, const uint8_t no_q)
 
static void FUNC loop_filter_luma_weak (pixel *pix, const ptrdiff_t xstride, const ptrdiff_t ystride, const int32_t tc, const int32_t beta, const uint8_t no_p, const uint8_t no_q, const int nd_p, const int nd_q)
 
static void FUNC loop_filter_chroma_weak (pixel *pix, const ptrdiff_t xstride, const ptrdiff_t ystride, const int size, const int32_t tc, const uint8_t no_p, const uint8_t no_q)
 

Function Documentation

◆ loop_filter_luma_strong()

static void FUNC loop_filter_luma_strong ( pixel * pix,
const ptrdiff_t xstride,
const ptrdiff_t ystride,
const int32_t tc,
const int32_t tc2,
const int tc3,
const uint8_t no_p,
const uint8_t no_q )
static

◆ loop_filter_luma_weak()

static void FUNC loop_filter_luma_weak ( pixel * pix,
const ptrdiff_t xstride,
const ptrdiff_t ystride,
const int32_t tc,
const int32_t beta,
const uint8_t no_p,
const uint8_t no_q,
const int nd_p,
const int nd_q )
static

◆ loop_filter_chroma_weak()

static void FUNC loop_filter_chroma_weak ( pixel * pix,
const ptrdiff_t xstride,
const ptrdiff_t ystride,
const int size,
const int32_t tc,
const uint8_t no_p,
const uint8_t no_q )
static