Searched refs:yv12_fb_lst (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/
H A Dthreading.c308 YV12_BUFFER_CONFIG *yv12_fb_lst = pbi->dec_fb_ref[LAST_FRAME]; local
588 int lasty = yv12_fb_lst->y_width + VP8BORDERINPIXELS;
589 int lastuv = (yv12_fb_lst->y_width>>1) + (VP8BORDERINPIXELS>>1);
/external/libvpx/libvpx/vp8/decoder/
H A Dthreading.c308 YV12_BUFFER_CONFIG *yv12_fb_lst = pbi->dec_fb_ref[LAST_FRAME]; local
588 int lasty = yv12_fb_lst->y_width + VP8BORDERINPIXELS;
589 int lastuv = (yv12_fb_lst->y_width>>1) + (VP8BORDERINPIXELS>>1);

Completed in 460 milliseconds