Home | History | Annotate | Download | only in vp9

Lines Matching defs:pbi

36   struct VP9Decoder *pbi;
87 if (ctx->pbi) {
88 vp9_decoder_remove(ctx->pbi);
89 ctx->pbi = NULL;
182 VP9_COMMON *const cm = &ctx->pbi->common;
237 ctx->pbi = vp9_decoder_create(&oxcf);
238 if (ctx->pbi == NULL)
275 if (ctx->pbi == NULL)
281 cm = &ctx->pbi->common;
283 if (vp9_receive_compressed_data(ctx->pbi, data_sz, data, deadline))
289 if (vp9_get_raw_frame(ctx->pbi, &sd, &time_stamp, &time_end_stamp, &flags))
416 } else if (ctx->pbi == NULL) {
437 return vp9_set_reference_dec(&ctx->pbi->common,
454 return vp9_copy_reference_dec(ctx->pbi,
468 vp9_get_reference_dec(ctx->pbi, data->idx, &fb);
518 if (ctx->pbi)
519 *update_info = ctx->pbi->refresh_frame_flags;
534 if (ctx->pbi)
535 *corrupted = ctx->pbi->common.frame_to_show->corrupted;
549 if (ctx->pbi) {
550 const VP9_COMMON *const cm = &ctx->pbi->common;