diff rv34.h @ 6155:a425bdc70ac5 libavcodec

Save coded block patterns for future loop filtering.
author kostya
date Fri, 18 Jan 2008 07:04:11 +0000
parents 49c086b24908
children 0e5d68320488
line wrap: on
line diff
--- a/rv34.h	Thu Jan 17 08:34:53 2008 +0000
+++ b/rv34.h	Fri Jan 18 07:04:11 2008 +0000
@@ -99,6 +99,9 @@
     int rv30;                ///< indicates which RV variasnt is currently decoded
     int rpr;                 ///< one field size in RV30 slice header
 
+    uint16_t *cbp_luma;      ///< CBP values for luma subblocks
+    uint8_t  *cbp_chroma;    ///< CBP values for chroma subblocks
+
     /** 8x8 block available flags (for MV prediction) */
     DECLARE_ALIGNED_8(uint32_t, avail_cache[3*4]);