Commit f3e56bd2 authored by michael's avatar michael

Note about luma/chroma_weight tables and their datatype.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22177 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 34d415fb
......@@ -411,6 +411,7 @@ typedef struct H264Context{
int use_weight_chroma;
int luma_log2_weight_denom;
int chroma_log2_weight_denom;
//The following 2 can be changed to int8_t but that causes 10cpu cycles speedloss
int luma_weight[2][48][2];
int chroma_weight[2][48][2][2];
int implicit_weight[48][48];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment