Searched refs:backup_yv12 (Results 1 – 3 of 3) sorted by relevance
1723 struct buf_2d backup_yv12[2][MAX_MB_PLANE]; in joint_motion_search() local1747 backup_yv12[ref][i] = xd->plane[i].pre[ref]; in joint_motion_search()1853 xd->plane[i].pre[ref] = backup_yv12[ref][i]; in joint_motion_search()2327 struct buf_2d backup_yv12[MAX_MB_PLANE] = { { 0, 0 } }; in single_motion_search() local2350 for (i = 0; i < MAX_MB_PLANE; i++) backup_yv12[i] = xd->plane[i].pre[0]; in single_motion_search()2394 xd->plane[i].pre[0] = backup_yv12[i]; in single_motion_search()2432 for (i = 0; i < MAX_MB_PLANE; i++) xd->plane[i].pre[0] = backup_yv12[i]; in single_motion_search()3861 struct buf_2d backup_yv12[2][MAX_MB_PLANE]; in vp9_rd_pick_inter_mode_sub8x8() local4016 backup_yv12[ref][i] = xd->plane[i].pre[ref]; in vp9_rd_pick_inter_mode_sub8x8()4151 xd->plane[i].pre[ref] = backup_yv12[ref][i]; in vp9_rd_pick_inter_mode_sub8x8()[all …]
1793 struct buf_2d backup_yv12[MAX_MB_PLANE] = { { 0, 0 } }; in vp9_int_pro_motion_estimation() local1818 for (i = 0; i < MAX_MB_PLANE; i++) backup_yv12[i] = xd->plane[i].pre[0]; in vp9_int_pro_motion_estimation()1834 for (i = 0; i < MAX_MB_PLANE; i++) xd->plane[i].pre[0] = backup_yv12[i]; in vp9_int_pro_motion_estimation()1913 for (i = 0; i < MAX_MB_PLANE; i++) xd->plane[i].pre[0] = backup_yv12[i]; in vp9_int_pro_motion_estimation()
149 struct buf_2d backup_yv12[MAX_MB_PLANE] = { { 0, 0 } }; in combined_motion_search() local168 for (i = 0; i < MAX_MB_PLANE; i++) backup_yv12[i] = xd->plane[i].pre[0]; in combined_motion_search()226 for (i = 0; i < MAX_MB_PLANE; i++) xd->plane[i].pre[0] = backup_yv12[i]; in combined_motion_search()