diff h264.h @ 10896:f112b4d030fa libavcodec

Avoid wasting 4 cpu cycles per MB in redundantly calculating qp_thresh.
author michael
date Sat, 16 Jan 2010 11:55:35 +0000
parents 2aafcafbe1f0
children 1b5fba731e24
line wrap: on
line diff
--- a/h264.h	Sat Jan 16 10:46:45 2010 +0000
+++ b/h264.h	Sat Jan 16 11:55:35 2010 +0000
@@ -273,6 +273,8 @@
 
     int chroma_qp[2]; //QPc
 
+    int qp_thresh;      ///< QP threshold to skip loopfilter
+
     int prev_mb_skipped;
     int next_mb_skipped;