Searched defs:H264WeightingFactors (Results 1 – 1 of 1) sorted by relevance
225 struct H264WeightingFactors { struct226 bool luma_weight_flag;227 bool chroma_weight_flag;228 int luma_weight[32];229 int luma_offset[32];230 int chroma_weight[32][2];231 int chroma_offset[32][2];