Home
last modified time | relevance | path

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

/external/libavc/decoder/
Dih264d_compute_bs.c213 UWORD32 u4_bs_horz = pu4_bs_table[0]; in ih264d_fill_bs1_16x16mb_pslice() local
235 if(!((u4_bs_horz >> u4_idx) & 0xf)) in ih264d_fill_bs1_16x16mb_pslice()
262 u4_bs_horz |= (u4_bs << u4_idx); in ih264d_fill_bs1_16x16mb_pslice()
265 pu4_bs_table[0] = u4_bs_horz; in ih264d_fill_bs1_16x16mb_pslice()
364 UWORD32 u4_bs_horz = pu4_bs_table[edge]; in ih264d_fill_bs1_non16x16mb_pslice() local
439 if(!((u4_bs_horz >> u4_horz_idx) & 0xf)) in ih264d_fill_bs1_non16x16mb_pslice()
488 u4_bs_horz |= (u4_bs << u4_horz_idx); in ih264d_fill_bs1_non16x16mb_pslice()
495 pu4_bs_table[edge] = u4_bs_horz; in ih264d_fill_bs1_non16x16mb_pslice()
539 UWORD32 u4_bs_horz = pu4_bs_table[0]; in ih264d_fill_bs1_16x16mb_bslice() local
563 if(!((u4_bs_horz >> u4_idx) & 0xf)) in ih264d_fill_bs1_16x16mb_bslice()
[all …]