Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_lookahead.c173 YV12_BUFFER_CONFIG new_img; in vp9_lookahead_push() local
174 memset(&new_img, 0, sizeof(new_img)); in vp9_lookahead_push()
175 if (vpx_alloc_frame_buffer(&new_img, in vp9_lookahead_push()
184 buf->img = new_img; in vp9_lookahead_push()