Home
last modified time | relevance | path

Searched refs:ref_yv12 (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_rdopt.c1760 struct buf_2d ref_yv12[2]; in joint_motion_search() local
1772 ref_yv12[0] = xd->plane[0].pre[0]; in joint_motion_search()
1773 ref_yv12[1] = xd->plane[0].pre[1]; in joint_motion_search()
1780 CONVERT_TO_SHORTPTR(ref_yv12[!id].buf), ref_yv12[!id].stride, in joint_motion_search()
1785 vp9_build_inter_predictor(ref_yv12[!id].buf, ref_yv12[!id].stride, in joint_motion_search()
1791 vp9_build_inter_predictor(ref_yv12[!id].buf, ref_yv12[!id].stride, in joint_motion_search()
1798 if (id) xd->plane[0].pre[0] = ref_yv12[id]; in joint_motion_search()
1828 if (id) xd->plane[0].pre[0] = ref_yv12[0]; in joint_motion_search()
/external/libaom/libaom/av1/encoder/
Drdopt.c6699 struct buf_2d ref_yv12[2]; in joint_motion_search() local
6741 ref_yv12[0] = xd->plane[plane].pre[0]; in joint_motion_search()
6742 ref_yv12[1] = xd->plane[plane].pre[1]; in joint_motion_search()
6749 av1_build_inter_predictor(ref_yv12[!id].buf, ref_yv12[!id].stride, in joint_motion_search()
6762 if (id) xd->plane[plane].pre[0] = ref_yv12[id]; in joint_motion_search()
6788 if (id) xd->plane[plane].pre[0] = ref_yv12[0]; in joint_motion_search()
6797 ref_yv12[ref] = xd->plane[plane].pre[ref]; in joint_motion_search()
6802 if (id) xd->plane[plane].pre[0] = ref_yv12[id]; in joint_motion_search()
6820 if (id) xd->plane[plane].pre[0] = ref_yv12[0]; in joint_motion_search()
7285 struct buf_2d ref_yv12 = xd->plane[plane].pre[!ref_idx]; in build_second_inter_pred() local
[all …]