Searched refs:u2_top_right_mask (Results 1 – 2 of 2) sorted by relevance
90 UWORD16 u2_top_right_mask = TOP_RIGHT_DEFAULT_AVAILABLE; in ih264d_get_mb_info_cavlc_nonmbaff() local118 u2_top_right_mask |= TOP_RIGHT_TOP_AVAILABLE; in ih264d_get_mb_info_cavlc_nonmbaff()126 u2_top_right_mask |= TOP_RIGHT_TOPR_AVAILABLE; in ih264d_get_mb_info_cavlc_nonmbaff()173 ps_cur_mb_info->u2_top_right_avail_mask = u2_top_right_mask; in ih264d_get_mb_info_cavlc_nonmbaff()223 UWORD16 u2_top_right_mask = TOP_RIGHT_DEFAULT_AVAILABLE; in ih264d_get_mb_info_cavlc_mbaff() local253 u2_top_right_mask |= TOP_RIGHT_TOP_AVAILABLE; in ih264d_get_mb_info_cavlc_mbaff()260 u2_top_right_mask |= TOP_RIGHT_TOPR_AVAILABLE; in ih264d_get_mb_info_cavlc_mbaff()285 ps_dec->u2_top_right_mask = u2_top_right_mask; in ih264d_get_mb_info_cavlc_mbaff()292 u2_top_right_mask = ps_dec->u2_top_right_mask; in ih264d_get_mb_info_cavlc_mbaff()298 u2_top_right_mask |= TOP_RIGHT_TOP_AVAILABLE; in ih264d_get_mb_info_cavlc_mbaff()[all …]
1068 UWORD16 u2_top_right_mask; member