Home
last modified time | relevance | path

Searched refs:scaled_ref_frame (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_rdopt.c1717 const YV12_BUFFER_CONFIG *const scaled_ref_frame[2] = { in joint_motion_search() local
1733 if (scaled_ref_frame[ref]) { in joint_motion_search()
1740 vp9_setup_pre_planes(xd, ref, scaled_ref_frame[ref], mi_row, mi_col, in joint_motion_search()
1841 if (scaled_ref_frame[ref]) { in joint_motion_search()
2387 const YV12_BUFFER_CONFIG *scaled_ref_frame = in single_motion_search() local
2411 if (scaled_ref_frame) { in single_motion_search()
2418 vp9_setup_pre_planes(xd, 0, scaled_ref_frame, mi_row, mi_col, NULL); in single_motion_search()
2457 if (scaled_ref_frame) { in single_motion_search()
2552 if (scaled_ref_frame) { in single_motion_search()
4168 YV12_BUFFER_CONFIG *scaled_ref_frame[2] = { NULL, NULL }; in vp9_rd_pick_inter_mode_sub8x8() local
[all …]
Dvp9_mcomp.c2149 const YV12_BUFFER_CONFIG *scaled_ref_frame = in vp9_int_pro_motion_estimation() local
2153 if (scaled_ref_frame) { in vp9_int_pro_motion_estimation()
2159 vp9_setup_pre_planes(xd, 0, scaled_ref_frame, mi_row, mi_col, NULL); in vp9_int_pro_motion_estimation()
2172 if (scaled_ref_frame) { in vp9_int_pro_motion_estimation()
2258 if (scaled_ref_frame) { in vp9_int_pro_motion_estimation()
Dvp9_pickmode.c173 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()
/external/libaom/libaom/av1/encoder/
Dmcomp.c2194 const YV12_BUFFER_CONFIG *scaled_ref_frame = in av1_int_pro_motion_estimation() local
2198 if (scaled_ref_frame) { in av1_int_pro_motion_estimation()
2204 av1_setup_pre_planes(xd, 0, scaled_ref_frame, mi_row, mi_col, NULL, in av1_int_pro_motion_estimation()
2215 if (scaled_ref_frame) { in av1_int_pro_motion_estimation()
2302 if (scaled_ref_frame) { in av1_int_pro_motion_estimation()
3090 const YV12_BUFFER_CONFIG *scaled_ref_frame = in av1_simple_motion_search() local
3108 if (scaled_ref_frame) { in av1_simple_motion_search()
3110 av1_setup_pre_planes(xd, ref_idx, scaled_ref_frame, mi_row, mi_col, NULL, in av1_simple_motion_search()
3125 if (scaled_ref_frame) { in av1_simple_motion_search()
3162 if (scaled_ref_frame) { in av1_simple_motion_search()
Drdopt.c6683 const YV12_BUFFER_CONFIG *const scaled_ref_frame[2] = { in joint_motion_search() local
6724 if (scaled_ref_frame[ref]) { in joint_motion_search()
6728 av1_setup_pre_planes(xd, ref, scaled_ref_frame[ref], mi_row, mi_col, in joint_motion_search()
6733 assert(IMPLIES(scaled_ref_frame[0] != NULL, in joint_motion_search()
6734 cm->width == scaled_ref_frame[0]->y_crop_width && in joint_motion_search()
6735 cm->height == scaled_ref_frame[0]->y_crop_height)); in joint_motion_search()
6736 assert(IMPLIES(scaled_ref_frame[1] != NULL, in joint_motion_search()
6737 cm->width == scaled_ref_frame[1]->y_crop_width && in joint_motion_search()
6738 cm->height == scaled_ref_frame[1]->y_crop_height)); in joint_motion_search()
6791 if (scaled_ref_frame[ref]) { in joint_motion_search()
[all …]