Searched defs:backup_yv12 (Results 1 – 6 of 6) sorted by relevance
| /external/libaom/av1/encoder/ |
| D | motion_search_facade.c | 130 struct buf_2d backup_yv12[MAX_MB_PLANE] = { { 0, 0, 0, 0, 0 } }; in av1_single_motion_search() local 523 struct buf_2d backup_yv12[2][MAX_MB_PLANE]; in av1_joint_motion_search() local 714 struct buf_2d backup_yv12[MAX_MB_PLANE]; in av1_compound_single_motion_search() local 943 struct buf_2d backup_yv12; in av1_simple_motion_search() local
|
| D | nonrd_pickmode.c | 424 struct buf_2d backup_yv12[MAX_MB_PLANE] = { { 0, 0, 0, 0, 0 } }; in combined_motion_search() local
|
| D | mcomp.c | 1978 struct buf_2d backup_yv12[MAX_MB_PLANE] = { { 0, 0, 0, 0, 0 } }; in av1_int_pro_motion_estimation() local
|
| /external/libvpx/vp9/encoder/ |
| D | vp9_rdopt.c | 1882 struct buf_2d backup_yv12[2][MAX_MB_PLANE]; in joint_motion_search() local 2507 struct buf_2d backup_yv12[MAX_MB_PLANE] = { { 0, 0 } }; in single_motion_search() local 4243 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 | 2290 struct buf_2d backup_yv12[MAX_MB_PLANE] = { { 0, 0 } }; in vp9_int_pro_motion_estimation() local
|