Home
last modified time | relevance | path

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

/external/libavc/encoder/
Dih264e_deblk.c194 UWORD32 u4_horz_bs_enc = u4_cur_mb_csbp | u4_nbr_horz_csbp; in ih264e_fill_bs_1mv_1ref_non_mbaff() local
219 pu4_horz_bs[1] = bs_map[(u4_horz_bs_enc >> 4) & 0xF]; in ih264e_fill_bs_1mv_1ref_non_mbaff()
220 pu4_horz_bs[2] = bs_map[(u4_horz_bs_enc >> 8) & 0xF]; in ih264e_fill_bs_1mv_1ref_non_mbaff()
221 pu4_horz_bs[3] = bs_map[(u4_horz_bs_enc >> 12) & 0xF]; in ih264e_fill_bs_1mv_1ref_non_mbaff()
285 pu4_horz_bs[0] = bs_map[u4_horz_bs_enc & 0xF]; in ih264e_fill_bs_1mv_1ref_non_mbaff()