Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_lookahead.h101 unsigned int vp9_lookahead_depth(struct lookahead_ctx *ctx);
Dvp9_lookahead.c202 unsigned int vp9_lookahead_depth(struct lookahead_ctx *ctx) { in vp9_lookahead_depth() function
Dvp9_temporal_filter.c386 const int num_frames_forward = vp9_lookahead_depth(cpi->lookahead) in vp9_temporal_filter_prepare()
481 frames_after_arf = vp9_lookahead_depth(cpi->lookahead) in vp9_configure_arnr_filter()
Dvp9_mbgraph.c386 int i, n_frames = vp9_lookahead_depth(cpi->lookahead); in vp9_update_mbgraph_stats()