Searched refs:u1_B (Results 1 – 12 of 12) sorted by relevance
209 UWORD32 u1_slice_type, u1_B; in ih264d_decode_recon_tfr_nmb_thread() local219 u1_B = (u1_slice_type == B_SLICE); in ih264d_decode_recon_tfr_nmb_thread()222 (u1_B ? B_8x8 : PRED_8x8R0) : -1); in ih264d_decode_recon_tfr_nmb_thread()224 u1_ipcm_th = ((u1_slice_type != I_SLICE) ? (u1_B ? 23 : 5) : 0); in ih264d_decode_recon_tfr_nmb_thread()
393 UWORD32 u1_slice_type, u1_B; in ih264d_recon_deblk_slice() local503 u1_B = (u1_slice_type == B_SLICE); in ih264d_recon_deblk_slice()506 (u1_B ? B_8x8 : PRED_8x8R0) : -1); in ih264d_recon_deblk_slice()508 u1_ipcm_th = ((u1_slice_type != I_SLICE) ? (u1_B ? 23 : 5) : 0); in ih264d_recon_deblk_slice()
78 UWORD8 u1_B, in ih264d_get_motion_vector_predictor() argument82 UWORD8 uc_B2 = (u1_B << 1); in ih264d_get_motion_vector_predictor()87 (ps_mv_pred[LEFT]->i1_ref_frame[u1_B] == u1_ref_idx) in ih264d_get_motion_vector_predictor()88 | ((ps_mv_pred[TOP]->i1_ref_frame[u1_B] in ih264d_get_motion_vector_predictor()90 | ((ps_mv_pred[TOP_R]->i1_ref_frame[u1_B] in ih264d_get_motion_vector_predictor()
95 UWORD8 u1_B,
348 (ps_dec->u1_B ? B_8x8 : PRED_8x8R0) : -1); in ih264d_decode_recon_tfr_nmb()350 (u1_slice_type != I_SLICE) ? (ps_dec->u1_B ? 23 : 5) : 0); in ih264d_decode_recon_tfr_nmb()
1306 UWORD32 u4_is_b = ps_dec->u1_B; in ih264d_compute_bs_non_mbaff()1622 UWORD32 u4_is_b = ps_dec->u1_B; in ih264d_compute_bs_mbaff()
783 UWORD8 u1_B; /** if B slice u1_B = 1 else 0 */ member
89 ps_mb_bin_ctxt = ps_mb_bin_ctxt + 3 + (ps_dec->u1_B << 1); in ih264d_parse_mb_type_intra_cabac()
1687 ps_dec->u1_B = 1; in ih264d_parse_bslice()
1766 ps_dec->u1_B = (u1_slice_type == B_SLICE); in ih264d_parse_decode_slice()
2216 ps_dec->u1_B = 0; in ih264d_parse_pslice()
1159 if(ps_dec->u1_B) in ih264d_convert_frm_mbaff_list()