Searched refs:weight_factors (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/media/test-drivers/visl/ |
H A D | visl-trace-h264.h | 142 __print_array(__entry->p.weight_factors[0].luma_weight, 143 ARRAY_SIZE(__entry->p.weight_factors[0].luma_weight), 144 sizeof(__entry->p.weight_factors[0].luma_weight[0])), 145 __print_array(__entry->p.weight_factors[0].luma_offset, 146 ARRAY_SIZE(__entry->p.weight_factors[0].luma_offset), 147 sizeof(__entry->p.weight_factors[0].luma_offset[0])), 149 __entry->p.weight_factors[0].chroma_weight, 150 sizeof(__entry->p.weight_factors[0].chroma_weight), 153 __entry->p.weight_factors[0].chroma_offset, 154 sizeof(__entry->p.weight_factors[0].chroma_offset), [all …]
|
/linux/drivers/staging/media/sunxi/cedrus/ |
H A D | cedrus_h264.c | 295 for (i = 0; i < ARRAY_SIZE(pred_weight->weight_factors); i++) { in cedrus_write_pred_weight_table() 297 &pred_weight->weight_factors[i]; in cedrus_write_pred_weight_table()
|
/linux/include/uapi/linux/ |
H A D | v4l2-controls.h | 1524 struct v4l2_h264_weight_factors weight_factors[2]; member
|
/linux/Documentation/userspace-api/media/v4l/ |
H A D | ext-ctrls-codec-stateless.rst | 435 - ``weight_factors[2]``
|