Searched refs:pu4_horz_bs (Results 1 – 5 of 5) sorted by relevance
/external/libhevc/decoder/ |
D | ihevcd_boundary_strength.c | 215 UWORD32 *pu4_horz_bs; in ihevcd_ctb_boundary_strength_islice() local 250 pu4_horz_bs = (UWORD32 *)((UWORD8 *)ps_bs_ctxt->pu4_pic_horz_bs + in ihevcd_ctb_boundary_strength_islice() 262 horz_bs0_tmp = pu4_horz_bs[0] & (0xFFFFFFFF >> (sizeof(UWORD32) * 8 - ctb_size / 2)); in ihevcd_ctb_boundary_strength_islice() 273 memset(pu4_horz_bs, 0, (1 << (2 * log2_ctb_size - 7))); in ihevcd_ctb_boundary_strength_islice() 284 pu4_horz_bs[0] |= horz_bs0_tmp; in ihevcd_ctb_boundary_strength_islice() 336 pu4_horz_bs[start_pos_y >> (7 - log2_ctb_size)] |= (u4_bs << shift); in ihevcd_ctb_boundary_strength_islice() 413 pu4_horz_bs[0] &= (64 == ctb_size) ? 0 : ((UWORD32)0xFFFFFFFF) << (ctb_size / 2); in ihevcd_ctb_boundary_strength_islice() 435 memset(((UWORD8 *)pu4_horz_bs) + offset, 0, 1 << (log2_ctb_size - 4)); in ihevcd_ctb_boundary_strength_islice() 466 UWORD32 *pu4_horz_bs; in ihevcd_ctb_boundary_strength_pbslice() local 496 pu4_horz_bs = (UWORD32 *)((UWORD8 *)ps_bs_ctxt->pu4_pic_horz_bs + in ihevcd_ctb_boundary_strength_pbslice() [all …]
|
D | ihevcd_deblk.c | 111 UWORD32 *pu4_vert_bs, *pu4_horz_bs; in ihevcd_deblk_ctb() local 150 pu4_horz_bs = (UWORD32 *)((UWORD8 *)ps_deblk->s_bs_ctxt.pu4_pic_horz_bs + in ihevcd_deblk_ctb() 153 pu4_ctb_horz_bs = pu4_horz_bs; in ihevcd_deblk_ctb() 178 pu4_horz_bs = (UWORD32 *)((UWORD8 *)pu4_horz_bs + (1 << (2 * log2_ctb_size - 7))); in ihevcd_deblk_ctb() 179 pu4_ctb_horz_bs = pu4_horz_bs; in ihevcd_deblk_ctb() 180 memset(pu4_horz_bs, 0, 1 << (2 * log2_ctb_size - 7)); in ihevcd_deblk_ctb() 388 u4_bs = (pu4_horz_bs[0] >> shift) << 2; in ihevcd_deblk_ctb() 395 … UWORD32 *pu4_horz_bs_left = (UWORD32 *)((UWORD8 *)pu4_horz_bs - (1 << (2 * log2_ctb_size - 7))); in ihevcd_deblk_ctb() 488 pu4_horz_bs++; in ihevcd_deblk_ctb() 493 pu4_horz_bs = pu4_ctb_horz_bs; in ihevcd_deblk_ctb() [all …]
|
D | ihevcd_process_slice.c | 829 … UWORD32 *pu4_horz_bs = (UWORD32 *)((UWORD8 *)ps_proc->s_bs_ctxt.pu4_pic_horz_bs + in ihevcd_process() local 834 memset(pu4_horz_bs, 0, (ctb_size / 8) * (ctb_size / 4) / 8 * 2); in ihevcd_process()
|
D | ihevcd_parse_slice.c | 3030 … UWORD32 *pu4_horz_bs = (UWORD32 *)((UWORD8 *)ps_codec->s_parse.s_bs_ctxt.pu4_pic_horz_bs + in ihevcd_parse_slice_data() local 3035 memset(pu4_horz_bs, 0, (ctb_size / 8) * (ctb_size / 4) / 8 * 2); in ihevcd_parse_slice_data()
|
/external/libhevc/common/ |
D | ihevc_structs.h | 854 UWORD32 *pu4_horz_bs; member
|