Home
last modified time | relevance | path

Searched refs:backup_yv12 (Results 1 – 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_rdopt.c1723 struct buf_2d backup_yv12[2][MAX_MB_PLANE]; in joint_motion_search() local
1747 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() local
2350 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() local
4016 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 …]
Dvp9_mcomp.c1793 struct buf_2d backup_yv12[MAX_MB_PLANE] = { { 0, 0 } }; in vp9_int_pro_motion_estimation() local
1818 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()
Dvp9_pickmode.c149 struct buf_2d backup_yv12[MAX_MB_PLANE] = { { 0, 0 } }; in combined_motion_search() local
168 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()