Home
last modified time | relevance | path

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

/external/libavc/decoder/
Dih264d_thread_parse_decode.c209 UWORD32 u1_slice_type, u1_B; in ih264d_decode_recon_tfr_nmb_thread() local
219 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()
Dih264d_thread_compute_bs.c393 UWORD32 u1_slice_type, u1_B; in ih264d_recon_deblk_slice() local
503 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()
Dih264d_mvpred.c78 UWORD8 u1_B, in ih264d_get_motion_vector_predictor() argument
82 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()
Dih264d_mvpred.h95 UWORD8 u1_B,
Dih264d_process_pslice.c348 (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()
Dih264d_compute_bs.c1306 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()
Dih264d_parse_mb_header.c89 ps_mb_bin_ctxt = ps_mb_bin_ctxt + 3 + (ps_dec->u1_B << 1); in ih264d_parse_mb_type_intra_cabac()
Dih264d_structs.h783 UWORD8 u1_B; /** if B slice u1_B = 1 else 0 */ member
Dih264d_parse_bslice.c1686 ps_dec->u1_B = 1; in ih264d_parse_bslice()
Dih264d_parse_slice.c1782 ps_dec->u1_B = (u1_slice_type == B_SLICE); in ih264d_parse_decode_slice()
Dih264d_parse_pslice.c2211 ps_dec->u1_B = 0; in ih264d_parse_pslice()
Dih264d_process_bslice.c1159 if(ps_dec->u1_B) in ih264d_convert_frm_mbaff_list()