Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/hal/vpu/vp8e/
H A Dhal_vp8e_base.c36 Pps *pps = ctx->ppss.pps; in set_frame_params()
55 Pps *p_pps = ctx->ppss.pps; in set_filter()
127 Vp8ePps *ppss = &ctx->ppss; in set_segmentation() local
128 Pps *pps = ppss->pps; in set_segmentation()
195 memset(ppss->qp_sgm, 0xff, sizeof(ppss->qp_sgm)); in set_segmentation()
196 memset(ppss->level_sgm, 0xff, sizeof(ppss->level_sgm)); in set_segmentation()
197 ppss->prev_pps = NULL; in set_segmentation()
199 ppss->prev_pps = ppss->pps; in set_segmentation()
225 static void set_hdr_segmentation(Vp8ePutBitBuf *bitbuf, Vp8ePps *ppss, in set_hdr_segmentation() argument
231 Pps *pps = ppss->pps; in set_hdr_segmentation()
[all …]
H A Dhal_vp8e_base.h344 Vp8ePps ppss; member