loopfilter.h File Reference

external deblocking filter interface More...

#include "global.h"
#include "mbuffer.h"

Include dependency graph for loopfilter.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void DeblockPicture (ImageParameters *p_Img, StorablePicture *p)


Detailed Description

external deblocking filter interface

loopfilter.h

Definition in file loopfilter.h.


Function Documentation

void DeblockPicture ( ImageParameters *  p_Img,
StorablePicture p 
)

Filter all macroblocks in order of increasing macroblock address.

Definition at line 81 of file loopFilter.c.

References DeblockMb(), EdgeLoopChromaMBAff(), EdgeLoopChromaNormal(), EdgeLoopLumaMBAff(), EdgeLoopLumaNormal(), GetStrengthMBAff(), and GetStrengthNormal().

Referenced by exit_picture().

Here is the call graph for this function:


Documentation generated with DoxyGen