Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_lookahead.h95 int vp9_lookahead_push(struct lookahead_ctx *ctx, YV12_BUFFER_CONFIG *src,
Dvp9_lookahead.c93 int vp9_lookahead_push(struct lookahead_ctx *ctx, YV12_BUFFER_CONFIG *src, in vp9_lookahead_push() function
Dvp9_encoder.c5413 if (vp9_lookahead_push(cpi->lookahead, sd, time_stamp, end_time,
/external/libvpx/libvpx/vp9/
Dsimple_encode.cc149 vp9_lookahead_push(lookahead, &sd, ts_start, ts_end, use_highbitdepth, 0); in ComputeFirstPassStats()
254 vp9_lookahead_push(lookahead, &sd, ts_start, ts_end, use_highbitdepth, 0); in EncodeFrame()