Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_sao.c92 sao_t *ps_sao; in ihevcd_sao_ctb() local
123ps_sao = ps_sao_ctxt->ps_pic_sao + ps_sao_ctxt->i4_ctb_x + ps_sao_ctxt->i4_ctb_y * ps_sps->i2_pic_… in ihevcd_sao_ctb()
153 ai1_offset_y[1] = ps_sao->b4_y_offset_1; in ihevcd_sao_ctb()
154 ai1_offset_y[2] = ps_sao->b4_y_offset_2; in ihevcd_sao_ctb()
155 ai1_offset_y[3] = ps_sao->b4_y_offset_3; in ihevcd_sao_ctb()
156 ai1_offset_y[4] = ps_sao->b4_y_offset_4; in ihevcd_sao_ctb()
158 ai1_offset_cb[1] = ps_sao->b4_cb_offset_1; in ihevcd_sao_ctb()
159 ai1_offset_cb[2] = ps_sao->b4_cb_offset_2; in ihevcd_sao_ctb()
160 ai1_offset_cb[3] = ps_sao->b4_cb_offset_3; in ihevcd_sao_ctb()
161 ai1_offset_cb[4] = ps_sao->b4_cb_offset_4; in ihevcd_sao_ctb()
[all …]
Dihevcd_parse_slice.c1953 sao_t *ps_sao; in ihevcd_parse_sao() local
1971 ps_sao = ps_codec->s_parse.ps_pic_sao + rx + ry * ps_sps->i2_pic_wd_in_ctb; in ihevcd_parse_sao()
1974 ps_sao->b3_y_type_idx = 0; in ihevcd_parse_sao()
1975 ps_sao->b3_cb_type_idx = 0; in ihevcd_parse_sao()
1976 ps_sao->b3_cr_type_idx = 0; in ihevcd_parse_sao()
2012 *ps_sao = *(ps_sao - 1); in ihevcd_parse_sao()
2016 *ps_sao = *(ps_sao - ps_sps->i2_pic_wd_in_ctb); in ihevcd_parse_sao()
2042 ps_sao->b3_y_type_idx = sao_type_idx; in ihevcd_parse_sao()
2056 ps_sao->b3_cb_type_idx = sao_type_idx; in ihevcd_parse_sao()
2057 ps_sao->b3_cr_type_idx = sao_type_idx; in ihevcd_parse_sao()
[all …]