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

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c3155 const uint8_t *last_src = cpi->Last_Source->y_buffer; local
3173 vp9_get16x16var(src, src_stride, last_src, last_stride,
3185 last_src += 16;
3190 last_src = last_src - cm->mb_cols * 16 + 16 * last_stride;

Completed in 77 milliseconds