[svn] / branches / dev-api-4 / xvidcore / src / image / postprocessing.h Repository:
ViewVC logotype

Diff of /branches/dev-api-4/xvidcore/src/image/postprocessing.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1269, Wed Dec 17 16:44:32 2003 UTC revision 1270, Wed Dec 17 17:07:38 2003 UTC
# Line 19  Line 19 
19   *  along with this program ; if not, write to the Free Software   *  along with this program ; if not, write to the Free Software
20   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
21   *   *
22   * $Id: postprocessing.h,v 1.1.4.2 2003-12-10 15:07:42 edgomez Exp $   * $Id: postprocessing.h,v 1.1.4.3 2003-12-17 17:07:38 Isibaar Exp $
23   *   *
24   ****************************************************************************/   ****************************************************************************/
25    
# Line 31  Line 31 
31  #include "../portab.h"  #include "../portab.h"
32    
33  void  void
34  image_deblock(IMAGE * img, int edged_width,  image_postproc(IMAGE * img, int edged_width,
35                                  const MACROBLOCK * mbs, int mb_width, int mb_height, int mb_stride,                                  const MACROBLOCK * mbs, int mb_width, int mb_height, int mb_stride,
36                                  int flags);                                  int flags, int frame_num);
37    
38  void deblock8x8_h(uint8_t *img, int stride, int quant);  void deblock8x8_h(uint8_t *img, int stride, int quant);
39  void deblock8x8_v(uint8_t *img, int stride, int quant);  void deblock8x8_v(uint8_t *img, int stride, int quant);
40    
41  void init_postproc(void);  void init_postproc(void);
42    void init_noise(void);
43    void init_deblock(void);
44    
45    void add_noise(uint8_t *dst, uint8_t *src, int stride, int width, int height, int shiftptr);
46    
47  #endif  #endif

Legend:
Removed from v.1269  
changed lines
  Added in v.1270

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