Searched defs:backup_yv12 (Results 1 – 6 of 6) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | motion_search_facade.c | 49 struct buf_2d backup_yv12[MAX_MB_PLANE] = { { 0, 0, 0, 0, 0 } }; in av1_single_motion_search() local 376 struct buf_2d backup_yv12[2][MAX_MB_PLANE]; in av1_joint_motion_search() local 544 struct buf_2d backup_yv12[MAX_MB_PLANE]; in av1_compound_single_motion_search() local 773 struct buf_2d backup_yv12; in av1_simple_motion_search() local
|
D | nonrd_pickmode.c | 126 struct buf_2d backup_yv12[MAX_MB_PLANE] = { { 0, 0, 0, 0, 0 } }; in combined_motion_search() local
|
D | mcomp.c | 1637 struct buf_2d backup_yv12[MAX_MB_PLANE] = { { 0, 0, 0, 0, 0 } }; in av1_int_pro_motion_estimation() local
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_rdopt.c | 1858 struct buf_2d backup_yv12[2][MAX_MB_PLANE]; in joint_motion_search() local 2483 struct buf_2d backup_yv12[MAX_MB_PLANE] = { { 0, 0 } }; in single_motion_search() local 4220 struct buf_2d backup_yv12[2][MAX_MB_PLANE]; in vp9_rd_pick_inter_mode_sub8x8() local
|
D | vp9_pickmode.c | 160 struct buf_2d backup_yv12[MAX_MB_PLANE] = { { 0, 0 } }; in combined_motion_search() local
|
D | vp9_mcomp.c | 2305 struct buf_2d backup_yv12[MAX_MB_PLANE] = { { 0, 0 } }; in vp9_int_pro_motion_estimation() local
|