Home
last modified time | relevance | path

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

/external/libavc/decoder/
Dih264d_parse_slice.c94 UWORD32 *pu4_mat_iwt_ofst; in ih264d_form_pred_weight_matrix() local
103 pu4_mat_iwt_ofst = ps_dec->pu4_wts_ofsts_mat; in ih264d_form_pred_weight_matrix()
122 pu4_mat_iwt_ofst[0] = pui32_weight_offset_l0[0]; in ih264d_form_pred_weight_matrix()
123 pu4_mat_iwt_ofst[1] = pui32_weight_offset_l1[0]; in ih264d_form_pred_weight_matrix()
124 pu4_mat_iwt_ofst[2] = pui32_weight_offset_l0[1]; in ih264d_form_pred_weight_matrix()
125 pu4_mat_iwt_ofst[3] = pui32_weight_offset_l1[1]; in ih264d_form_pred_weight_matrix()
126 pu4_mat_iwt_ofst[4] = pui32_weight_offset_l0[2]; in ih264d_form_pred_weight_matrix()
127 pu4_mat_iwt_ofst[5] = pui32_weight_offset_l1[2]; in ih264d_form_pred_weight_matrix()
128 pu4_mat_iwt_ofst += 6; in ih264d_form_pred_weight_matrix()
139 pu4_mat_iwt_ofst[0] = u4_temp; in ih264d_form_pred_weight_matrix()
[all …]