Searched refs:vp9_lookahead_depth (Results 1 – 5 of 5) sorted by relevance
112 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
366 int i, n_frames = vp9_lookahead_depth(cpi->lookahead); in vp9_update_mbgraph_stats()
2091 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()
626 vp9_lookahead_depth(cpi->lookahead) - distance - 1; in adjust_arnr_filter()