Searched refs:u1_mb_b (Results 1 – 5 of 5) sorted by relevance
165 ps_ngbr_avbl->u1_mb_b = 0; in ih264e_derive_nghbr_avbl_of_mbs()170 ps_ngbr_avbl->u1_mb_b = 0; in ih264e_derive_nghbr_avbl_of_mbs()172 ps_ngbr_avbl->u1_mb_b = 1; in ih264e_derive_nghbr_avbl_of_mbs()264 u1_neighbor_avail = ps_ngbr_avbl->u1_mb_b; /* current mb top availability */ in ih264e_derive_ngbr_avbl_of_mb_partitions()366 UWORD8 u1_mb_a, u1_mb_b, u1_mb_d; in ih264e_evaluate_intra16x16_modes_for_least_cost_rdoptoff() local403 u1_mb_b = ((ps_proc->ps_ngbr_avbl->u1_mb_b) in ih264e_evaluate_intra16x16_modes_for_least_cost_rdoptoff()405 if (u1_mb_b) in ih264e_evaluate_intra16x16_modes_for_least_cost_rdoptoff()425 i4_ngbr_avbl = (u1_mb_a) + (u1_mb_b << 2) + (u1_mb_d << 1); in ih264e_evaluate_intra16x16_modes_for_least_cost_rdoptoff()581 s_ngbr_avbl_MB.u1_mb_b = ((ps_proc->ps_ngbr_avbl->u1_mb_b) in ih264e_evaluate_intra8x8_modes_for_least_cost_rdoptoff()610 …s_ngbr_avbl.u1_mb_b = ih264e_derive_ngbr_avbl_of_mb_partitions(&s_ngbr_avbl_MB, u4_pix_x, u4_pix_y… in ih264e_evaluate_intra8x8_modes_for_least_cost_rdoptoff()[all …]
617 UWORD8 u1_mb_a, u1_mb_b; in ih264e_write_coeff8x8_cavlc() local623 u1_mb_b = pu1_ngbr_avbl[0] & 0xF0; in ih264e_write_coeff8x8_cavlc()627 if (u1_mb_b) in ih264e_write_coeff8x8_cavlc()629 if (u1_mb_a && u1_mb_b) in ih264e_write_coeff8x8_cavlc()636 u1_mb_b = pu1_ngbr_avbl[1] & 0xF0; in ih264e_write_coeff8x8_cavlc()640 if (u1_mb_b) in ih264e_write_coeff8x8_cavlc()642 if (u1_mb_a && u1_mb_b) in ih264e_write_coeff8x8_cavlc()649 u1_mb_b = pu1_ngbr_avbl[2] & 0xF0; in ih264e_write_coeff8x8_cavlc()653 if (u1_mb_b) in ih264e_write_coeff8x8_cavlc()655 if (u1_mb_a && u1_mb_b) in ih264e_write_coeff8x8_cavlc()[all …]
710 UWORD8 u1_mb_a, u1_mb_b; in ih264e_deblock_mb() local753 u1_mb_b = (i4_mb_y == 0 || in ih264e_deblock_mb()761 u1_mb_b = (i4_mb_y == 0)? 0 : 1; in ih264e_deblock_mb()857 if (u1_mb_b) in ih264e_deblock_mb()
279 if (ps_ngbr_avbl->u1_mb_b && i4_top_mode) in ih264e_get_search_candidates()409 (!ps_proc->ps_ngbr_avbl->u1_mb_b) || in ih264e_find_pskip_params()483 (!ps_proc->ps_ngbr_avbl->u1_mb_b) || in ih264e_find_pskip_params_me()669 if (!ps_ngbr_avbl->u1_mb_b || ps_top_syn->u2_is_intra in ih264e_mv_pred()768 if (!ps_ngbr_avbl->u1_mb_b || (s_top_row_pu[0].b2_pred_mode == i4_cmpl_predmode)) in ih264e_mv_pred_me()1365 i4_b = ps_ngbr_avbl->u1_mb_b; in ih264e_find_bskip_params_me()1566 i4_b = ps_ngbr_avbl->u1_mb_b; in ih264e_find_bskip_params()
1346 UWORD8 u1_mb_b; member