Searched refs:scaled_ref_frame (Results 1 – 7 of 7) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | motion_search_facade.c | 52 const YV12_BUFFER_CONFIG *scaled_ref_frame = in av1_single_motion_search() local 57 if (scaled_ref_frame) { in av1_single_motion_search() 65 av1_setup_pre_planes(xd, ref_idx, scaled_ref_frame, mi_row, mi_col, NULL, in av1_single_motion_search() 109 if (scaled_ref_frame) { in av1_single_motion_search() 244 if (scaled_ref_frame) { in av1_single_motion_search() 378 const YV12_BUFFER_CONFIG *const scaled_ref_frame[2] = { in av1_joint_motion_search() local 415 if (scaled_ref_frame[ref]) { in av1_joint_motion_search() 419 av1_setup_pre_planes(xd, ref, scaled_ref_frame[ref], mi_row, mi_col, in av1_joint_motion_search() 424 assert(IMPLIES(scaled_ref_frame[0] != NULL, in av1_joint_motion_search() 425 cm->width == scaled_ref_frame[0]->y_crop_width && in av1_joint_motion_search() [all …]
|
D | nonrd_pickmode.c | 136 const YV12_BUFFER_CONFIG *scaled_ref_frame = in combined_motion_search() local 139 if (scaled_ref_frame) { in combined_motion_search() 145 av1_setup_pre_planes(xd, 0, scaled_ref_frame, mi_row, mi_col, NULL, in combined_motion_search() 188 if (scaled_ref_frame) { in combined_motion_search()
|
D | mcomp.c | 1653 const YV12_BUFFER_CONFIG *scaled_ref_frame = in av1_int_pro_motion_estimation() local 1662 if (scaled_ref_frame) { in av1_int_pro_motion_estimation() 1668 av1_setup_pre_planes(xd, 0, scaled_ref_frame, mi_row, mi_col, NULL, in av1_int_pro_motion_estimation() 1678 if (scaled_ref_frame) { in av1_int_pro_motion_estimation() 1764 if (scaled_ref_frame) { in av1_int_pro_motion_estimation()
|
D | rdopt.c | 920 const YV12_BUFFER_CONFIG *scaled_ref_frame = in setup_buffer_ref_mvs_inter() local 930 if (scaled_ref_frame) { in setup_buffer_ref_mvs_inter() 933 av1_setup_pred_block(xd, yv12_mb[ref_frame], scaled_ref_frame, NULL, NULL, in setup_buffer_ref_mvs_inter() 953 if (scaled_ref_frame) { in setup_buffer_ref_mvs_inter()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_rdopt.c | 1860 const YV12_BUFFER_CONFIG *const scaled_ref_frame[2] = { in joint_motion_search() local 1876 if (scaled_ref_frame[ref]) { in joint_motion_search() 1883 vp9_setup_pre_planes(xd, ref, scaled_ref_frame[ref], mi_row, mi_col, in joint_motion_search() 1984 if (scaled_ref_frame[ref]) { in joint_motion_search() 2491 const YV12_BUFFER_CONFIG *scaled_ref_frame = in single_motion_search() local 2517 if (scaled_ref_frame) { in single_motion_search() 2524 vp9_setup_pre_planes(xd, 0, scaled_ref_frame, mi_row, mi_col, NULL); in single_motion_search() 2563 if (scaled_ref_frame) { in single_motion_search() 2654 if (scaled_ref_frame) { in single_motion_search() 4366 YV12_BUFFER_CONFIG *scaled_ref_frame[2] = { NULL, NULL }; in vp9_rd_pick_inter_mode_sub8x8() local [all …]
|
D | vp9_mcomp.c | 2322 const YV12_BUFFER_CONFIG *scaled_ref_frame = in vp9_int_pro_motion_estimation() local 2326 if (scaled_ref_frame) { in vp9_int_pro_motion_estimation() 2332 vp9_setup_pre_planes(xd, 0, scaled_ref_frame, mi_row, mi_col, NULL); in vp9_int_pro_motion_estimation() 2345 if (scaled_ref_frame) { in vp9_int_pro_motion_estimation() 2431 if (scaled_ref_frame) { in vp9_int_pro_motion_estimation()
|
D | vp9_pickmode.c | 173 const YV12_BUFFER_CONFIG *scaled_ref_frame = in combined_motion_search() local 175 if (scaled_ref_frame) { in combined_motion_search() 181 vp9_setup_pre_planes(xd, 0, scaled_ref_frame, mi_row, mi_col, NULL); in combined_motion_search() 256 if (scaled_ref_frame) { in combined_motion_search()
|