Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_deblk.c362 slice_header_t *ps_slice_hdr_left; in ihevcd_deblk_ctb() local
367ps_slice_hdr_left = ps_codec->ps_slice_hdr_base + ps_deblk->pu1_slice_idx[cur_ctb_indx - 1]; in ihevcd_deblk_ctb()
421 i1_beta_offset_div2 = ps_slice_hdr_left->i1_beta_offset_div2; in ihevcd_deblk_ctb()
422 i1_tc_offset_div2 = ps_slice_hdr_left->i1_tc_offset_div2; in ihevcd_deblk_ctb()
650 slice_header_t *ps_slice_hdr_left; in ihevcd_deblk_ctb() local
655ps_slice_hdr_left = ps_codec->ps_slice_hdr_base + ps_deblk->pu1_slice_idx[cur_ctb_indx - 1]; in ihevcd_deblk_ctb()
702 i1_tc_offset_div2 = ps_slice_hdr_left->i1_tc_offset_div2; in ihevcd_deblk_ctb()
Dihevcd_sao.c2083 slice_header_t *ps_slice_hdr_left; in ihevcd_sao_shift_ctb() local
2087 ps_slice_hdr_left = ps_slice_hdr_base + pu1_slice_idx[left_ctb_indx]; in ihevcd_sao_shift_ctb()
2112 if(ps_slice_hdr_left->i1_slice_sao_luma_flag) in ihevcd_sao_shift_ctb()
2370 if(ps_slice_hdr_left->i1_slice_sao_chroma_flag) in ihevcd_sao_shift_ctb()