Searched defs:read_ctx (Results 1 – 3 of 3) sorted by relevance
46 struct read_ctx { struct56 struct read_ctx read_ctxs[MAX_STAGES]; /* Read context */ argument
158 struct read_ctx *read_ctx = &ctx->read_ctxs[stage]; in av1_lookahead_pop() local175 struct read_ctx *read_ctx = &ctx->read_ctxs[stage]; in av1_lookahead_peek() local200 struct read_ctx *read_ctx = &ctx->read_ctxs[stage]; in av1_lookahead_depth() local208 struct read_ctx *read_ctx = &ctx->read_ctxs[stage]; in av1_lookahead_pop_sz() local
88 } read_ctx; typedef