Home | History | Annotate | Download | only in decoder

Lines Matching refs:UWORD8

62 void ih264d_init_cabac_contexts(UWORD8 u1_slice_type, dec_struct_t * ps_dec);
71 UWORD8 u1_mb_idx,
72 UWORD8 u1_num_mbs)
313 (UWORD8)(u1_field << 1), 4, 4);
333 UWORD8 u1_mb_idx,
334 UWORD8 u1_num_mbs,
335 UWORD8 u1_num_mbs_next,
336 UWORD8 u1_tfr_n_mb,
337 UWORD8 u1_end_of_row)
455 UWORD8 u1_field_pic_flag = ps_dec->ps_cur_slice->u1_field_pic_flag;
531 UWORD8 u1_mb_num)
534 UWORD8 *pu1_rec_y, *pu1_rec_u, *pu1_rec_v;
540 const UWORD8 u1_mbaff = ps_dec->ps_cur_slice->u1_mbaff_frame_flag;
613 UWORD8 *pu1_pred_sblk = pu1_rec_y + ((i & 0x3) * BLK_SIZE)
660 UWORD8 *pu1_pred_sblk = pu1_rec_y + ((i & 0x1) * BLK8x8SIZE)
706 UWORD8 u1_chroma_cbp = (UWORD8)(ps_cur_mb_info->u1_cbp >> 4);
722 UWORD8 *pu1_pred_sblk = pu1_rec_u
764 UWORD8 *pu1_pred_sblk = pu1_rec_u + 1
819 UWORD8 uc_weight_flag;
824 UWORD8 uc_luma_log2_weight_denom;
825 UWORD8 uc_chroma_log2_weight_denom;
974 UWORD8 u1_max_lt_index, u1_min_lt_index, u1_lt_index;
975 UWORD8 u1_field_pic_flag;
977 UWORD8 u1_L0;
980 UWORD8 u1_num_short_term_bufs;
981 UWORD8 u1_max_ref_idx_l0;
1022 u1_max_lt_index = (UWORD8)(MAX(u1_max_lt_index, u1_lt_index));
1023 u1_min_lt_index = (UWORD8)(MIN(u1_min_lt_index, u1_lt_index));
1094 UWORD8 u1_i;
1120 UWORD8 u1_i;