Mercurial > libavcodec.hg
diff h264.h @ 11339:a82cdda1f507 libavcodec
Merge weight & offset tables, 15 cpu cycles faster.
author | michael |
---|---|
date | Wed, 03 Mar 2010 14:41:43 +0000 |
parents | a184cfcdae54 |
children | a26f51d0bb63 |
line wrap: on
line diff
--- a/h264.h Wed Mar 03 10:57:38 2010 +0000 +++ b/h264.h Wed Mar 03 14:41:43 2010 +0000 @@ -417,10 +417,8 @@ int use_weight_chroma; int luma_log2_weight_denom; int chroma_log2_weight_denom; - int luma_weight[2][48]; - int luma_offset[2][48]; - int chroma_weight[2][48][2]; - int chroma_offset[2][48][2]; + int luma_weight[2][48][2]; + int chroma_weight[2][48][2][2]; int implicit_weight[48][48]; //deblock