Searched refs:vp9_lookahead_depth (Results 1 – 5 of 5) sorted by relevance
108 unsigned int vp9_lookahead_depth(struct lookahead_ctx *ctx);
224 unsigned int vp9_lookahead_depth(struct lookahead_ctx *ctx) { return ctx->sz; } in vp9_lookahead_depth() function
367 int i, n_frames = vp9_lookahead_depth(cpi->lookahead); in vp9_update_mbgraph_stats()
2646 int tot_frames = (int)vp9_lookahead_depth(cpi->lookahead) - 1; in adjust_gf_boost_lag_one_pass_vbr()2834 ? (int)vp9_lookahead_depth(cpi->lookahead) - 1 in vp9_scene_detection_onepass()2836 start_frame = (int)vp9_lookahead_depth(cpi->lookahead) - 1; in vp9_scene_detection_onepass()
978 vp9_lookahead_depth(cpi->lookahead) - distance - 1; in adjust_arnr_filter()