Searched refs:vp9_lookahead_push (Results 1 – 4 of 4) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_lookahead.h | 95 int vp9_lookahead_push(struct lookahead_ctx *ctx, YV12_BUFFER_CONFIG *src,
|
D | vp9_lookahead.c | 93 int vp9_lookahead_push(struct lookahead_ctx *ctx, YV12_BUFFER_CONFIG *src, in vp9_lookahead_push() function
|
D | vp9_encoder.c | 5413 if (vp9_lookahead_push(cpi->lookahead, sd, time_stamp, end_time,
|
/external/libvpx/libvpx/vp9/ |
D | simple_encode.cc | 149 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()
|