Lines Matching refs:ppss
36 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()
232 Sgm *sgm = &ppss->pps->sgm; in set_hdr_segmentation()
234 if (memcmp(ppss->qp_sgm, pps->qp_sgm, sizeof(ppss->qp_sgm))) in set_hdr_segmentation()
237 if (memcmp(ppss->level_sgm, pps->level_sgm, sizeof(ppss->level_sgm))) in set_hdr_segmentation()
240 if (!ppss->prev_pps) { in set_hdr_segmentation()
288 memcpy(ppss->qp_sgm, pps->qp_sgm, sizeof(ppss->qp_sgm)); in set_hdr_segmentation()
289 memcpy(ppss->level_sgm, pps->level_sgm, sizeof(ppss->level_sgm)); in set_hdr_segmentation()
340 Pps *pps = ctx->ppss.pps; in set_frame_header()
354 set_hdr_segmentation(bitbuf, &ctx->ppss, entropy); in set_frame_header()
540 qp = ctx->ppss.pps->qp_sgm[i]; in set_new_frame()
566 hw_cfg->filter_level[i] = ctx->ppss.pps->level_sgm[i]; in set_new_frame()
583 hw_cfg->segment_enable = ctx->ppss.pps->segment_enabled; in set_new_frame()
584 hw_cfg->segment_map_update = ctx->ppss.pps->sgm.map_modified; in set_new_frame()
586 ctx->ppss.pps->sgm.map_modified = 0; in set_new_frame()
1187 ctx->ppss.size = 1; in set_picbuf()
1188 ctx->ppss.store = (Pps *)mpp_calloc(Pps, 1); in set_picbuf()
1189 if (ctx->ppss.store == NULL) { in set_picbuf()
1194 ctx->ppss.pps = ctx->ppss.store; in set_picbuf()
1195 ctx->ppss.pps->segment_enabled = 0; in set_picbuf()
1196 ctx->ppss.pps->sgm.map_modified = 0; in set_picbuf()