Searched defs:orig_pre (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_rdopt.c1657 struct buf_2d orig_pre[2]) {
1660 x->e_mbd.plane[0].pre[0] = orig_pre[0];
1662 x->e_mbd.plane[0].pre[1] = orig_pre[1];
1787 struct buf_2d orig_pre[2]; local
1799 vpx_memcpy(orig_pre, pd->pre, sizeof(orig_pre));
1902 mi_buf_restore(x, orig_src, orig_pre);
1926 mi_buf_restore(x, orig_src, orig_pre);
1656 mi_buf_restore(MACROBLOCK *x, struct buf_2d orig_src, struct buf_2d orig_pre[2]) argument
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_rdopt.c1661 struct buf_2d orig_pre[2]) {
1664 x->e_mbd.plane[0].pre[0] = orig_pre[0];
1666 x->e_mbd.plane[0].pre[1] = orig_pre[1];
1773 struct buf_2d orig_pre[2]; local
1786 vpx_memcpy(orig_pre, pd->pre, sizeof(orig_pre));
1927 mi_buf_restore(x, orig_src, orig_pre);
1951 mi_buf_restore(x, orig_src, orig_pre);
1660 mi_buf_restore(MACROBLOCK *x, struct buf_2d orig_src, struct buf_2d orig_pre[2]) argument

Completed in 88 milliseconds