Lines Matching refs:uc_Bs
2090 UWORD8 uc_Bs; in ih264d_fill_bs_for_extra_left_edge() local
2121 uc_Bs = ((*puc_cur_nnz || *puc_left_nnz)) ? 2 : 1; in ih264d_fill_bs_for_extra_left_edge()
2122 u4_bs = (u4_bs << 8) | uc_Bs; in ih264d_fill_bs_for_extra_left_edge()
2139 uc_Bs = ((*puc_cur_nnz || *puc_left_nnz)) ? 2 : 1; in ih264d_fill_bs_for_extra_left_edge()
2140 u4_bs = (u4_bs << 8) | uc_Bs; in ih264d_fill_bs_for_extra_left_edge()
2162 uc_Bs = ((*puc_cur_nnz || *puc_left_nnz)) ? 2 : 1; in ih264d_fill_bs_for_extra_left_edge()
2163 u4_bs = (u4_bs << 8) | uc_Bs; in ih264d_fill_bs_for_extra_left_edge()
2179 uc_Bs = ((*puc_curNnzB || *puc_leftNnzB)) ? 2 : 1; in ih264d_fill_bs_for_extra_left_edge()
2180 u4_bs = (u4_bs << 8) | uc_Bs; in ih264d_fill_bs_for_extra_left_edge()
2213 UWORD8 uc_Bs; in ih264d_fill_bs_for_extra_top_edge() local
2235 uc_Bs = ((*pu1_cur_nnz_tmp || *pu1_top_nnz_tmp)) ? 2 : 1; in ih264d_fill_bs_for_extra_top_edge()
2236 u4_bs = (u4_bs << 8) | uc_Bs; in ih264d_fill_bs_for_extra_top_edge()