Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_lookahead.h78 int vp9_lookahead_next_show_idx(const struct lookahead_ctx *ctx);
Dvp9_lookahead.c89 int vp9_lookahead_next_show_idx(const struct lookahead_ctx *ctx) { in vp9_lookahead_next_show_idx() function
/external/libvpx/libvpx/vp9/
Dsimple_encode.cc142 int next_show_idx = vp9_lookahead_next_show_idx(lookahead); in ComputeFirstPassStats()
247 int next_show_idx = vp9_lookahead_next_show_idx(lookahead); in EncodeFrame()