postprocessing. More...
#include "config.h"#include "libavutil/avutil.h"#include "libavutil/avassert.h"#include <inttypes.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include "postprocess.h"#include "postprocess_internal.h"#include "libavutil/avstring.h"#include "postprocess_template.c"Go to the source code of this file.
postprocessing.
Definition in file postprocess.c.
Definition at line 113 of file postprocess.c.
Referenced by pp_get_mode_by_name_and_quality().
Definition at line 114 of file postprocess.c.
Referenced by pp_get_mode_by_name_and_quality().
Definition at line 115 of file postprocess.c.
Referenced by doHorizDefFilter_C(), doHorizLowPass_C(), horizX1Filter(), isHorizDC_C(), isVertDC_C(), and isVertMinMaxOk_C().
Definition at line 116 of file postprocess.c.
Definition at line 542 of file postprocess.c.
Definition at line 578 of file postprocess.c.
Check if the given 8x8 Block is mostly "flat".
Definition at line 204 of file postprocess.c.
Referenced by horizClassify_C().
Check if the middle 8x8 Block in the given 8x16 block is flat.
Definition at line 227 of file postprocess.c.
Referenced by vertClassify_C().
Definition at line 249 of file postprocess.c.
Referenced by horizClassify_C().
Definition at line 265 of file postprocess.c.
Referenced by vertClassify_C().
Definition at line 278 of file postprocess.c.
Definition at line 290 of file postprocess.c.
Definition at line 302 of file postprocess.c.
Do a horizontal low pass filter on the 10x8 block (dst points to middle 8x8 Block) using the 9-Tap Filter (1,1,2,2,4,2,2,1,1)/16 (C version)
Definition at line 341 of file postprocess.c.
Experimental Filter 1 (Horizontal) will not damage linear gradients Flat blocks should look like they were passed through the (1,1,2,2,4,2,2,1,1) 9-Tap filter can only smooth blocks at the expected locations (it cannot smooth them if they did move) MMX2 version does correct clipping C version does not not identical with the vertical one.
Definition at line 381 of file postprocess.c.
Referenced by postProcess_TMPL().
accurate deblock filter
Definition at line 438 of file postprocess.c.
Definition at line 581 of file postprocess.c.
Referenced by pp_postprocess().
Definition at line 857 of file postprocess.c.
Referenced by reallocBuffers().
Definition at line 862 of file postprocess.c.
Referenced by pp_get_context(), and pp_postprocess().
Definition at line 889 of file postprocess.c.
Definition at line 133 of file postprocess.c.
Definition at line 157 of file postprocess.c.
Referenced by pp_get_mode_by_name_and_quality().
Definition at line 893 of file postprocess.c.
Referenced by pp_get_context().