]> git.sesse.net Git - x264/blobdiff - common/quant.h
MBAFF: First edge deblocking
[x264] / common / quant.h
index c8ef8d80e0e134869ed9d413707dcd454aab0a33..cf9c8b15a8cc340cef7826a0b54d8cc2875000c3 100644 (file)
@@ -1,7 +1,7 @@
 /*****************************************************************************
  * quant.h: quantization and level-run
  *****************************************************************************
- * Copyright (C) 2005-2010 x264 project
+ * Copyright (C) 2005-2011 x264 project
  *
  * Authors: Loren Merritt <lorenm@u.washington.edu>
  *          Fiona Glaser <fiona@x264.com>
@@ -38,6 +38,8 @@ typedef struct
     void (*dequant_4x4)( dctcoef dct[16], int dequant_mf[6][16], int i_qp );
     void (*dequant_4x4_dc)( dctcoef dct[16], int dequant_mf[6][16], int i_qp );
 
+    int (*optimize_chroma_dc)( dctcoef dct[4], int dequant_mf );
+
     void (*denoise_dct)( dctcoef *dct, uint32_t *sum, udctcoef *offset, int size );
 
     int (*decimate_score15)( dctcoef *dct );