Searched refs:pred_weight (Results 1 – 1 of 1) sorted by relevance
211 struct cedrus_h265_sram_pred_weight pred_weight[2] = { { 0 } }; in cedrus_h265_pred_weight_write() local219 pred_weight[index].delta_weight = delta_luma_weight[i]; in cedrus_h265_pred_weight_write()220 pred_weight[index].offset = luma_offset[i]; in cedrus_h265_pred_weight_write()223 cedrus_h265_sram_write_data(dev, (u32 *)&pred_weight, in cedrus_h265_pred_weight_write()224 sizeof(pred_weight)); in cedrus_h265_pred_weight_write()231 pred_weight[j].delta_weight = delta_chroma_weight[i][j]; in cedrus_h265_pred_weight_write()232 pred_weight[j].offset = chroma_offset[i][j]; in cedrus_h265_pred_weight_write()235 cedrus_h265_sram_write_data(dev, &pred_weight, in cedrus_h265_pred_weight_write()236 sizeof(pred_weight)); in cedrus_h265_pred_weight_write()