Lines Matching defs:PredWeightTable
124 pub struct PredWeightTable { struct
125 pub luma_log2_weight_denom: u8,
126 pub chroma_log2_weight_denom: u8,
128 pub luma_weight_l0: [i16; 32],
129 pub luma_offset_l0: [i8; 32],
132 pub chroma_weight_l0: [[i16; 2]; 32],
133 pub chroma_offset_l0: [[i8; 2]; 32],
136 pub luma_weight_l1: [i16; 32],
137 pub luma_offset_l1: [i16; 32],
140 pub chroma_weight_l1: [[i16; 2]; 32],
141 pub chroma_offset_l1: [[i8; 2]; 32],