Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_boundary_strength.c216 WORD32 bs_strd; in ihevcd_ctb_boundary_strength_islice() local
245 bs_strd = (ps_sps->i2_pic_wd_in_ctb + 1) << (2 * log2_ctb_size - 7); in ihevcd_ctb_boundary_strength_islice()
249 ps_bs_ctxt->i4_ctb_y * bs_strd); in ihevcd_ctb_boundary_strength_islice()
252 ps_bs_ctxt->i4_ctb_y * bs_strd); in ihevcd_ctb_boundary_strength_islice()
469 WORD32 bs_strd; in ihevcd_ctb_boundary_strength_pbslice() local
493 bs_strd = (ps_sps->i2_pic_wd_in_ctb + 1) << (2 * log2_ctb_size - 7); in ihevcd_ctb_boundary_strength_pbslice()
497 ps_bs_ctxt->i4_ctb_y * bs_strd); in ihevcd_ctb_boundary_strength_pbslice()
500 ps_bs_ctxt->i4_ctb_y * bs_strd); in ihevcd_ctb_boundary_strength_pbslice()
540 *(UWORD32 *)((UWORD8 *)pu4_horz_bs + bs_strd) = 0; in ihevcd_ctb_boundary_strength_pbslice()
675 *(UWORD32 *)((UWORD8 *)pu4_horz_bs + bs_strd) |= (u4_bs << (start_pos_x * 2)); in ihevcd_ctb_boundary_strength_pbslice()
Dihevcd_deblk.c113 WORD32 bs_strd; in ihevcd_deblk_ctb() local
143 bs_strd = (ps_sps->i2_pic_wd_in_ctb + 1) << (2 * log2_ctb_size - 7); in ihevcd_deblk_ctb()
147 ps_deblk->i4_ctb_y * bs_strd); in ihevcd_deblk_ctb()
152 ps_deblk->i4_ctb_y * bs_strd); in ihevcd_deblk_ctb()
163 pu4_vert_bs = (UWORD32 *)((UWORD8 *)pu4_vert_bs + bs_strd); in ihevcd_deblk_ctb()
253 UWORD32 *pu4_vert_bs_top = (UWORD32 *)((UWORD8 *)pu4_vert_bs - bs_strd); in ihevcd_deblk_ctb()
527 UWORD32 *pu4_vert_bs_top = (UWORD32 *)((UWORD8 *)pu4_vert_bs - bs_strd); in ihevcd_deblk_ctb()
Dihevcd_process_slice.c848 … WORD32 bs_strd = (ps_sps->i2_pic_wd_in_ctb + 1) * (ctb_size * ctb_size / 8 / 16); in ihevcd_process() local
852 ps_proc->i4_ctb_y * bs_strd); in ihevcd_process()
855 ps_proc->i4_ctb_y * bs_strd); in ihevcd_process()
Dihevcd_parse_slice.c3263 … WORD32 bs_strd = (ps_sps->i2_pic_wd_in_ctb + 1) * (ctb_size * ctb_size / 8 / 16); in ihevcd_parse_slice_data() local
3267 ps_codec->s_parse.i4_ctb_y * bs_strd); in ihevcd_parse_slice_data()
3270 ps_codec->s_parse.i4_ctb_y * bs_strd); in ihevcd_parse_slice_data()