Home | History | Annotate | Download | only in decoder

Lines Matching full:u4_temp

1357     UWORD32 u4_temp, ui_temp1;
1383 u4_temp = ps_dec->ps_cur_pps->u1_num_ref_idx_lx_active[0];
1387 u4_temp = 1 + ih264d_uev(pu4_bitstrm_ofst, pu4_bitstrm_buf);
1389 u4_temp - 1);
1401 if((u4_temp > u1_max_ref_idx) || (ui_temp1 > u1_max_ref_idx))
1405 ps_slice->u1_num_ref_idx_lx_active[0] = u4_temp;
1608 u4_temp = ih264d_uev(pu4_bitstrm_ofst, pu4_bitstrm_buf);
1609 if(u4_temp > MAX_CABAC_INIT_IDC)
1613 ps_slice->u1_cabac_init_idc = u4_temp;
1630 u4_temp = ih264d_uev(pu4_bitstrm_ofst, pu4_bitstrm_buf);
1631 if(u4_temp > SLICE_BOUNDARY_DBLK_DISABLED)
1634 } COPYTHECONTEXT("SH: disable_deblocking_filter_idc", u4_temp);
1635 ps_slice->u1_disable_dblk_filter_idc = u4_temp;
1636 if(u4_temp != 1)