Home
last modified time | relevance | path

Searched defs:read_ctx (Results 1 – 3 of 3) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dlookahead.h46 struct read_ctx { struct
56 struct read_ctx read_ctxs[MAX_STAGES]; /* Read context */ argument
Dlookahead.c158 struct read_ctx *read_ctx = &ctx->read_ctxs[stage]; in av1_lookahead_pop() local
175 struct read_ctx *read_ctx = &ctx->read_ctxs[stage]; in av1_lookahead_peek() local
200 struct read_ctx *read_ctx = &ctx->read_ctxs[stage]; in av1_lookahead_depth() local
208 struct read_ctx *read_ctx = &ctx->read_ctxs[stage]; in av1_lookahead_pop_sz() local
/external/mesa3d/src/compiler/nir/
Dnir_serialize.c88 } read_ctx; typedef