Home | History | Annotate | Download | only in decoder

Lines Matching defs:u4_temp

96     UWORD32 u4_temp;
114 /* u4_temp = (pui32_weight_offset_l0[0] | (pui32_weight_offset_l1[0] << 16));
115 pu4_mat_iwt_ofst[0] = u4_temp;
116 u4_temp = (pui32_weight_offset_l0[1] | (pui32_weight_offset_l1[1] << 16));
117 pu4_mat_iwt_ofst[1] = u4_temp;
118 u4_temp = (pui32_weight_offset_l0[2] | (pui32_weight_offset_l1[2] << 16));
119 pu4_mat_iwt_ofst[2] = u4_temp;
137 u4_temp = (UWORD32)pui32_weight_offset_l0[0];
138 pu4_mat_iwt_ofst[0] = u4_temp;
139 u4_temp = (UWORD32)pui32_weight_offset_l0[1];
140 pu4_mat_iwt_ofst[2] = u4_temp;
141 u4_temp = (UWORD32)pui32_weight_offset_l0[2];
142 pu4_mat_iwt_ofst[4] = u4_temp;
1040 UWORD32 u4_temp;
1065 u4_temp = ih264d_uev(pu4_bitstrm_ofst, pu4_bitstrm_buf);
1067 if(u4_temp > 9)
1070 u1_slice_type = u4_temp;
1138 u4_temp = ih264d_uev(pu4_bitstrm_ofst, pu4_bitstrm_buf);
1139 if(u4_temp & MASK_ERR_PIC_SET_ID)
1142 COPYTHECONTEXT("SH: pic_parameter_set_id", u4_temp);
1143 ps_pps = &ps_dec->ps_pps[u4_temp];
1251 u4_temp = ih264d_uev(pu4_bitstrm_ofst, pu4_bitstrm_buf);
1252 if(u4_temp > MAX_REDUNDANT_PIC_CNT)
1254 u1_redundant_pic_cnt = u4_temp;