Home
last modified time | relevance | path

Searched refs:vp8_lookahead_depth (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp8/encoder/
Dlookahead.h93 unsigned int vp8_lookahead_depth(struct lookahead_ctx *ctx);
Dlookahead.c184 unsigned int vp8_lookahead_depth(struct lookahead_ctx *ctx) { return ctx->sz; } in vp8_lookahead_depth() function
Dtemporal_filter.c366 vp8_lookahead_depth(cpi->lookahead) - (num_frames_backward + 1); in vp8_temporal_filter_prepare_c()