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.c159 YV12_BUFFER_CONFIG new_img; in vp9_lookahead_push() local
160 memset(&new_img, 0, sizeof(new_img)); in vp9_lookahead_push()
161 if (vpx_alloc_frame_buffer(&new_img, width, height, subsampling_x, in vp9_lookahead_push()
169 buf->img = new_img; in vp9_lookahead_push()