Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/vpu/vp8e/
H A Dhal_vp8e_base.c153 memset(pps->sgm.id_cnt, 0, sizeof(pps->sgm.id_cnt)); in set_segmentation()
165 pps->sgm.id_cnt[id]++; in set_segmentation()
177 } else if (pps->segment_enabled && pps->sgm.map_modified) { in set_segmentation()
178 memset(pps->sgm.id_cnt, 0, sizeof(pps->sgm.id_cnt)); in set_segmentation()
185 pps->sgm.id_cnt[id]++; in set_segmentation()
232 Sgm *sgm = &ppss->pps->sgm; in set_hdr_segmentation() local
241 sgm->map_modified = 1; in set_hdr_segmentation()
244 vp8e_put_lit(bitbuf, sgm->map_modified, 1); in set_hdr_segmentation()
265 if (sgm->map_modified) { in set_hdr_segmentation()
266 RK_S32 sum1 = sgm->id_cnt[0] + sgm->id_cnt[1]; in set_hdr_segmentation()
[all …]
H A Dhal_vp8e_base.h79 Sgm sgm; member