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

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_pickmode.c891 uint8_t *const dst_buf_base = pd->dst.buf; local
901 pd->dst.buf = &dst_buf_base[4 * (j * dst_stride + i)];
926 pd->dst.buf = dst_buf_base;

Completed in 189 milliseconds