Home
last modified time | relevance | path

Searched refs:pred_weight (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/staging/media/sunxi/cedrus/
Dcedrus_h264.c256 const struct v4l2_h264_pred_weight_table *pred_weight = in cedrus_write_pred_weight_table() local
262 ((pred_weight->chroma_log2_weight_denom & 0x7) << 4) | in cedrus_write_pred_weight_table()
263 ((pred_weight->luma_log2_weight_denom & 0x7) << 0)); in cedrus_write_pred_weight_table()
268 for (i = 0; i < ARRAY_SIZE(pred_weight->weight_factors); i++) { in cedrus_write_pred_weight_table()
270 &pred_weight->weight_factors[i]; in cedrus_write_pred_weight_table()