Searched refs:backup_yv12 (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_rdopt.c | 1715 struct buf_2d backup_yv12[2][MAX_MB_PLANE]; in joint_motion_search() local 1739 backup_yv12[ref][i] = xd->plane[i].pre[ref]; in joint_motion_search() 1845 xd->plane[i].pre[ref] = backup_yv12[ref][i]; in joint_motion_search() 2379 struct buf_2d backup_yv12[MAX_MB_PLANE] = { { 0, 0 } }; in single_motion_search() local 2416 for (i = 0; i < MAX_MB_PLANE; i++) backup_yv12[i] = xd->plane[i].pre[0]; in single_motion_search() 2460 xd->plane[i].pre[0] = backup_yv12[i]; in single_motion_search() 2554 for (i = 0; i < MAX_MB_PLANE; i++) xd->plane[i].pre[0] = backup_yv12[i]; in single_motion_search() 4022 struct buf_2d backup_yv12[2][MAX_MB_PLANE]; in vp9_rd_pick_inter_mode_sub8x8() local 4183 backup_yv12[ref][i] = xd->plane[i].pre[ref]; in vp9_rd_pick_inter_mode_sub8x8() 4318 xd->plane[i].pre[ref] = backup_yv12[ref][i]; in vp9_rd_pick_inter_mode_sub8x8() [all …]
|
D | vp9_mcomp.c | 2132 struct buf_2d backup_yv12[MAX_MB_PLANE] = { { 0, 0 } }; in vp9_int_pro_motion_estimation() local 2158 for (i = 0; i < MAX_MB_PLANE; i++) backup_yv12[i] = xd->plane[i].pre[0]; in vp9_int_pro_motion_estimation() 2174 for (i = 0; i < MAX_MB_PLANE; i++) xd->plane[i].pre[0] = backup_yv12[i]; in vp9_int_pro_motion_estimation() 2260 for (i = 0; i < MAX_MB_PLANE; i++) xd->plane[i].pre[0] = backup_yv12[i]; in vp9_int_pro_motion_estimation()
|
D | vp9_pickmode.c | 160 struct buf_2d backup_yv12[MAX_MB_PLANE] = { { 0, 0 } }; in combined_motion_search() local 180 for (i = 0; i < MAX_MB_PLANE; i++) backup_yv12[i] = xd->plane[i].pre[0]; in combined_motion_search() 258 for (i = 0; i < MAX_MB_PLANE; i++) xd->plane[i].pre[0] = backup_yv12[i]; in combined_motion_search()
|
/external/libaom/libaom/av1/encoder/ |
D | mcomp.c | 2177 struct buf_2d backup_yv12[MAX_MB_PLANE] = { { 0, 0, 0, 0, 0 } }; in av1_int_pro_motion_estimation() local 2203 for (i = 0; i < MAX_MB_PLANE; i++) backup_yv12[i] = xd->plane[i].pre[0]; in av1_int_pro_motion_estimation() 2217 for (i = 0; i < MAX_MB_PLANE; i++) xd->plane[i].pre[0] = backup_yv12[i]; in av1_int_pro_motion_estimation() 2304 for (i = 0; i < MAX_MB_PLANE; i++) xd->plane[i].pre[0] = backup_yv12[i]; in av1_int_pro_motion_estimation() 3092 struct buf_2d backup_yv12; in av1_simple_motion_search() local 3109 backup_yv12 = xd->plane[AOM_PLANE_Y].pre[ref_idx]; in av1_simple_motion_search() 3126 xd->plane[AOM_PLANE_Y].pre[ref_idx] = backup_yv12; in av1_simple_motion_search() 3163 xd->plane[AOM_PLANE_Y].pre[ref_idx] = backup_yv12; in av1_simple_motion_search()
|
D | rdopt.c | 6681 struct buf_2d backup_yv12[2][MAX_MB_PLANE]; in joint_motion_search() local 6727 backup_yv12[ref][i] = xd->plane[i].pre[ref]; in joint_motion_search() 6794 xd->plane[i].pre[ref] = backup_yv12[ref][i]; in joint_motion_search() 7060 struct buf_2d backup_yv12[MAX_MB_PLANE] = { { 0, 0, 0, 0, 0 } }; in single_motion_search() local 7080 backup_yv12[i] = xd->plane[i].pre[ref_idx]; in single_motion_search() 7128 xd->plane[j].pre[ref_idx] = backup_yv12[j]; in single_motion_search() 7169 xd->plane[i].pre[ref_idx] = backup_yv12[i]; in single_motion_search() 7326 struct buf_2d backup_yv12[MAX_MB_PLANE]; in compound_single_motion_search() local 7346 for (i = 0; i < num_planes; i++) backup_yv12[i] = xd->plane[i].pre[ref_idx]; in compound_single_motion_search() 7386 xd->plane[i].pre[ref_idx] = backup_yv12[i]; in compound_single_motion_search()
|