Home
last modified time | relevance | path

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

/external/libavc/decoder/
Dih264d_compute_bs.c966 const UWORD32 *pu4_packed_bs = (const UWORD32 *)gau4_ih264d_packed_bs2; in ih264d_fill_bs_xtra_left_edge_cur_fld() local
1002 pu4_packed_bs += 16; in ih264d_fill_bs_xtra_left_edge_cur_fld()
1003 pu4_bs[4] = pu4_packed_bs[u4_or & 0xF]; in ih264d_fill_bs_xtra_left_edge_cur_fld()
1004 pu4_bs[9] = pu4_packed_bs[(u4_or >> 4)]; in ih264d_fill_bs_xtra_left_edge_cur_fld()
1039 const UWORD32 *pu4_packed_bs = (const UWORD32 *)gau4_ih264d_packed_bs2; in ih264d_fill_bs_xtra_left_edge_cur_frm() local
1070 pu4_packed_bs += 16; in ih264d_fill_bs_xtra_left_edge_cur_frm()
1071 pu4_bs[4] = pu4_packed_bs[u4_or & 0xF]; in ih264d_fill_bs_xtra_left_edge_cur_frm()
1072 pu4_bs[9] = pu4_packed_bs[(u4_or >> 4)]; in ih264d_fill_bs_xtra_left_edge_cur_frm()
1106 const UWORD32 *pu4_packed_bs = (const UWORD32 *)gau4_ih264d_packed_bs2; in ih264d_fill_bs_xtra_top_edge() local
1117 pu4_packed_bs += 16; in ih264d_fill_bs_xtra_top_edge()
[all …]