[cvs] / xvidcore / src / image / postprocessing.h Repository:
ViewVC logotype

View of /xvidcore/src/image/postprocessing.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.2.1 - (download) (annotate)
Sat May 3 23:26:49 2003 UTC (20 years, 11 months ago) by Isibaar
Branch: Isibaar
Changes since 1.1: +16 -0 lines
- fast b-frames
- dynamic qpel
- qpel asm code
- postprocessing
#ifndef _POSTPROCESSING_H_
#define _POSTPROCESSING_H_

#include <stdlib.h>

#include "../portab.h"

void
image_deblock(IMAGE * img, int edged_width,
				const MACROBLOCK * mbs, int mb_width, int mb_height, int mb_stride,
				int flags);

void deblock8x8_h(uint8_t *img, int stride, int quant);
void deblock8x8_v(uint8_t *img, int stride, int quant);

#endif

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4