Searched refs:ref_yv12 (Results 1 – 2 of 2) sorted by relevance
1760 struct buf_2d ref_yv12[2]; in joint_motion_search() local1772 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()
6699 struct buf_2d ref_yv12[2]; in joint_motion_search() local6741 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 …]