Searched defs:backup_yv12 (Results 1 – 6 of 6) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | motion_search_facade.c | 128 struct buf_2d backup_yv12[MAX_MB_PLANE] = { { 0, 0, 0, 0, 0 } }; in av1_single_motion_search() local 477 struct buf_2d backup_yv12[2][MAX_MB_PLANE]; in av1_joint_motion_search() local 667 struct buf_2d backup_yv12[MAX_MB_PLANE]; in av1_compound_single_motion_search() local 895 struct buf_2d backup_yv12; in av1_simple_motion_search() local
|
D | nonrd_pickmode.c | 181 struct buf_2d backup_yv12[MAX_MB_PLANE] = { { 0, 0, 0, 0, 0 } }; in combined_motion_search() local
|
D | mcomp.c | 1925 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 | 1855 struct buf_2d backup_yv12[2][MAX_MB_PLANE]; in joint_motion_search() local 2480 struct buf_2d backup_yv12[MAX_MB_PLANE] = { { 0, 0 } }; in single_motion_search() local 4217 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
|