Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_sao.c2080 WORD32 au4_idx_l[8], idx_l; in ihevcd_sao_shift_ctb() local
2158 au4_idx_l[i] = 0; in ihevcd_sao_shift_ctb()
2201 au4_idx_l[2] = -1; in ihevcd_sao_shift_ctb()
2202 au4_idx_l[4] = -1; in ihevcd_sao_shift_ctb()
2203 au4_idx_l[5] = -1; in ihevcd_sao_shift_ctb()
2207au4_idx_l[2] = au4_idx_l[4] = pu1_slice_idx[ctbx_l_t + (ctby_l_t * ps_sps->i2_pic_wd_in_ctb)]; in ihevcd_sao_shift_ctb()
2208au4_idx_l[5] = pu1_slice_idx[ctbx_l_t + 1 + (ctby_l_t * ps_sps->i2_pic_wd_in_ctb)]; in ihevcd_sao_shift_ctb()
2210 … idx_l = au4_idx_l[6] = pu1_slice_idx[ctbx_l + (ctby_l * ps_sps->i2_pic_wd_in_ctb)]; in ihevcd_sao_shift_ctb()
2211au4_idx_l[0] = pu1_slice_idx[ctbx_l_l + (ctby_l_l * ps_sps->i2_pic_wd_in_ctb)]; in ihevcd_sao_shift_ctb()
2212au4_idx_l[1] = au4_idx_l[7] = pu1_slice_idx[ctbx_l_r + (ctby_l_r * ps_sps->i2_pic_wd_in_ctb)]; in ihevcd_sao_shift_ctb()
[all …]