Home
last modified time | relevance | path

Searched refs:vp9_lookahead_depth (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_lookahead.h112 unsigned int vp9_lookahead_depth(struct lookahead_ctx *ctx);
Dvp9_lookahead.c224 unsigned int vp9_lookahead_depth(struct lookahead_ctx *ctx) { return ctx->sz; } in vp9_lookahead_depth() function
Dvp9_mbgraph.c366 int i, n_frames = vp9_lookahead_depth(cpi->lookahead); in vp9_update_mbgraph_stats()
Dvp9_ratectrl.c2091 int tot_frames = (int)vp9_lookahead_depth(cpi->lookahead) - 1; in adjust_gf_boost_lag_one_pass_vbr()
2245 ? (int)vp9_lookahead_depth(cpi->lookahead) - 1 in vp9_scene_detection_onepass()
2247 start_frame = (int)vp9_lookahead_depth(cpi->lookahead) - 1; in vp9_scene_detection_onepass()
Dvp9_temporal_filter.c626 vp9_lookahead_depth(cpi->lookahead) - distance - 1; in adjust_arnr_filter()