Home
last modified time | relevance | path

Searched refs:id_cnt (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()
178 memset(pps->sgm.id_cnt, 0, sizeof(pps->sgm.id_cnt)); in set_segmentation()
185 pps->sgm.id_cnt[id]++; in set_segmentation()
266 RK_S32 sum1 = sgm->id_cnt[0] + sgm->id_cnt[1]; in set_hdr_segmentation()
267 RK_S32 sum2 = sgm->id_cnt[2] + sgm->id_cnt[3]; in set_hdr_segmentation()
272 tmp = sum1 ? 255 * sgm->id_cnt[0] / sum1 : 255; in set_hdr_segmentation()
275 tmp = sum2 ? 255 * sgm->id_cnt[2] / sum2 : 255; in set_hdr_segmentation()
279 if (sgm->id_cnt[i] != 0) { in set_hdr_segmentation()
H A Dhal_vp8e_base.h75 RK_S32 id_cnt[SGM_CNT]; member