Lines Matching defs:slot
52 VP9RawReorderFrame *slot[FRAME_SLOTS];
65 if (ctx->slot[s]) {
66 ctx->slot[s]->slots &= ~(1 << s);
67 if (ctx->slot[s]->slots == 0)
68 vp9_raw_reorder_frame_free(&ctx->slot[s]);
70 ctx->slot[s] = NULL;
181 frame = ctx->slot[s];
241 "(%"PRId64") from slot %d.\n",
342 if (ctx->slot[s] && ctx->slot[s]->needs_display &&
343 ctx->slot[s]->slots == (1 << s)) {
344 // We are overwriting this slot, which is last reference
348 err = vp9_raw_reorder_make_output(bsf, out, ctx->slot[s]);
351 "output overwriting slot %d: %d.\n",
353 // Clear the slot anyway, so we don't end up
366 ctx->slot[s] = frame;