From b008e6b869ae2b4cc0de36b9b21b81eca2b97ade Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Fri, 18 Jan 2008 07:04:11 +0000 Subject: Save coded block patterns for future loop filtering. Originally committed as revision 11554 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/rv34.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libavcodec/rv34.h') diff --git a/libavcodec/rv34.h b/libavcodec/rv34.h index 0aa5911d5c..0cb76de707 100644 --- a/libavcodec/rv34.h +++ b/libavcodec/rv34.h @@ -99,6 +99,9 @@ typedef struct RV34DecContext{ 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]); -- cgit v1.2.3