Searched refs:pu4_horz_bs (Results 1 – 8 of 8) 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() 415 pu4_horz_bs[0] &= (64 == ctb_size) ? 0 : ((UWORD32)0xFFFFFFFF) << (ctb_size / 2); in ihevcd_ctb_boundary_strength_islice() 437 memset(((UWORD8 *)pu4_horz_bs) + offset, 0, 1 << (log2_ctb_size - 4)); in ihevcd_ctb_boundary_strength_islice() 468 UWORD32 *pu4_horz_bs; in ihevcd_ctb_boundary_strength_pbslice() local 498 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 | 853 … UWORD32 *pu4_horz_bs = (UWORD32 *)((UWORD8 *)ps_proc->s_bs_ctxt.pu4_pic_horz_bs + in ihevcd_process() local 858 memset(pu4_horz_bs, 0, (ctb_size / 8) * (ctb_size / 4) / 8 * 2); in ihevcd_process()
|
D | ihevcd_parse_slice.c | 3268 … UWORD32 *pu4_horz_bs = (UWORD32 *)((UWORD8 *)ps_codec->s_parse.s_bs_ctxt.pu4_pic_horz_bs + in ihevcd_parse_slice_data() local 3273 memset(pu4_horz_bs, 0, (ctb_size / 8) * (ctb_size / 4) / 8 * 2); in ihevcd_parse_slice_data()
|
/external/libhevc/encoder/ |
D | ihevce_bs_compute_ctb.c | 138 UWORD32 *pu4_horz_bs = &ps_deblk_prms->au4_horz_bs[0]; in ihevce_bs_init_ctb() local 163 memset(pu4_horz_bs, 0, ((ctb_size >> 3) + 1) * sizeof(UWORD32)); in ihevce_bs_init_ctb() 249 UWORD32 *pu4_horz_bs = &ps_deblk_prms->au4_horz_bs[0]; in ihevce_bs_compute_cu() local 260 UWORD32 u4_temp_bs = *pu4_horz_bs; in ihevce_bs_compute_cu() 285 *(pu4_horz_bs) = u4_temp_bs; in ihevce_bs_compute_cu() 342 pu4_tu_top_edge = pu4_horz_bs + (u4_tu_pos_y >> 1); in ihevce_bs_compute_cu() 343 pu4_tu_bottom_edge = pu4_horz_bs + ((u4_tu_pos_y + 1) >> 1) + (u4_tu_size >> 3); in ihevce_bs_compute_cu() 482 pu4_pu_cur_edge = pu4_horz_bs + (pu_pos_y >> 1); in ihevce_bs_compute_cu()
|
/external/libavc/encoder/ |
D | ih264e_deblk.c | 171 static void ih264e_fill_bs_1mv_1ref_non_mbaff(UWORD32 *pu4_horz_bs, in ih264e_fill_bs_1mv_1ref_non_mbaff() argument 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() 244 pu4_horz_bs[0] = 0x04040404; 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()
|
/external/libavc/common/ |
D | ih264_structs.h | 425 UWORD32 *pu4_horz_bs; member
|
/external/libhevc/common/ |
D | ihevc_structs.h | 1755 UWORD32 *pu4_horz_bs; member
|