Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_deblk.c222 … WORD32 cur_ctb_indx = ps_deblk->i4_ctb_x + ps_deblk->i4_ctb_y * ps_sps->i2_pic_wd_in_ctb; in ihevcd_deblk_ctb() local
224 cur_ctb_indx += ps_sps->i2_pic_wd_in_ctb; in ihevcd_deblk_ctb()
225 …ps_slice_hdr_top = ps_codec->ps_slice_hdr_base + ps_deblk->pu1_slice_idx[cur_ctb_indx - ps_sps->i2… in ihevcd_deblk_ctb()
364 … WORD32 cur_ctb_indx = ps_deblk->i4_ctb_x + ps_deblk->i4_ctb_y * ps_sps->i2_pic_wd_in_ctb; in ihevcd_deblk_ctb() local
366 cur_ctb_indx += 1; in ihevcd_deblk_ctb()
367 … ps_slice_hdr_left = ps_codec->ps_slice_hdr_base + ps_deblk->pu1_slice_idx[cur_ctb_indx - 1]; in ihevcd_deblk_ctb()
505 … WORD32 cur_ctb_indx = ps_deblk->i4_ctb_x + ps_deblk->i4_ctb_y * ps_sps->i2_pic_wd_in_ctb; in ihevcd_deblk_ctb() local
507 cur_ctb_indx += ps_sps->i2_pic_wd_in_ctb; in ihevcd_deblk_ctb()
508 …ps_slice_hdr_top = ps_codec->ps_slice_hdr_base + ps_deblk->pu1_slice_idx[cur_ctb_indx - ps_sps->i2… in ihevcd_deblk_ctb()
652 … WORD32 cur_ctb_indx = ps_deblk->i4_ctb_x + ps_deblk->i4_ctb_y * ps_sps->i2_pic_wd_in_ctb; in ihevcd_deblk_ctb() local
[all …]