Home
last modified time | relevance | path

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

/external/libavc/decoder/
Dih264d_parse_slice.c96 UWORD32 *pui32_weight_offset_l0, *pui32_weight_offset_l1; in ih264d_form_pred_weight_matrix() local
109 pui32_weight_offset_l0 = ps_cur_slice->u4_wt_ofst_lx[0][i]; in ih264d_form_pred_weight_matrix()
122 pu4_mat_iwt_ofst[0] = pui32_weight_offset_l0[0]; in ih264d_form_pred_weight_matrix()
124 pu4_mat_iwt_ofst[2] = pui32_weight_offset_l0[1]; in ih264d_form_pred_weight_matrix()
126 pu4_mat_iwt_ofst[4] = pui32_weight_offset_l0[2]; in ih264d_form_pred_weight_matrix()
136 pui32_weight_offset_l0 = ps_cur_slice->u4_wt_ofst_lx[0][i]; in ih264d_form_pred_weight_matrix()
138 u4_temp = (UWORD32)pui32_weight_offset_l0[0]; in ih264d_form_pred_weight_matrix()
140 u4_temp = (UWORD32)pui32_weight_offset_l0[1]; in ih264d_form_pred_weight_matrix()
142 u4_temp = (UWORD32)pui32_weight_offset_l0[2]; in ih264d_form_pred_weight_matrix()