Home
last modified time | relevance | path

Searched refs:av1_lookahead_depth (Results 1 – 4 of 4) sorted by relevance

/external/libaom/libaom/av1/encoder/
Dlookahead.h101 unsigned int av1_lookahead_depth(struct lookahead_ctx *ctx);
Dlookahead.c220 unsigned int av1_lookahead_depth(struct lookahead_ctx *ctx) { return ctx->sz; } in av1_lookahead_depth() function
Dmbgraph.c366 int i, n_frames = av1_lookahead_depth(cpi->lookahead); in av1_update_mbgraph_stats()
Dtemporal_filter.c1165 av1_lookahead_depth(cpi->lookahead) - distance - 1; in adjust_arnr_filter()