Searched defs:PredWeightTable (Results 1 – 2 of 2) sorted by relevance
| /system/cros-codecs/src/codec/h264/ |
| D | parser.rs | 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], [all …]
|
| /system/cros-codecs/src/codec/h265/ |
| D | parser.rs | 1383 pub struct PredWeightTable { struct 1385 pub luma_log2_weight_denom: u8, 1388 pub delta_chroma_log2_weight_denom: i8, 1393 pub luma_weight_l0_flag: [bool; 15], 1398 pub chroma_weight_l0_flag: [bool; 15], 1402 pub delta_luma_weight_l0: [i8; 15], 1405 pub luma_offset_l0: [i8; 15], 1409 pub delta_chroma_weight_l0: [[i8; 2]; 15], 1413 pub delta_chroma_offset_l0: [[i16; 2]; 15], 1422 pub luma_weight_l1_flag: [bool; 15], [all …]
|