Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_pickmode.c48 const YV12_BUFFER_CONFIG *scaled_ref_frame = vp9_get_scaled_ref_frame(cpi, in full_pixel_motion_search() local
50 if (scaled_ref_frame) { in full_pixel_motion_search()
58 vp9_setup_pre_planes(xd, 0, scaled_ref_frame, mi_row, mi_col, NULL); in full_pixel_motion_search()
71 if (scaled_ref_frame) { in full_pixel_motion_search()
126 if (scaled_ref_frame) { in full_pixel_motion_search()
144 const YV12_BUFFER_CONFIG *scaled_ref_frame = vp9_get_scaled_ref_frame(cpi, in sub_pixel_motion_search() local
146 if (scaled_ref_frame) { in sub_pixel_motion_search()
154 vp9_setup_pre_planes(xd, 0, scaled_ref_frame, mi_row, mi_col, NULL); in sub_pixel_motion_search()
170 if (scaled_ref_frame) { in sub_pixel_motion_search()
Dvp9_rdopt.c2390 const YV12_BUFFER_CONFIG *scaled_ref_frame = vp9_get_scaled_ref_frame(cpi, in single_motion_search() local
2398 if (scaled_ref_frame) { in single_motion_search()
2406 vp9_setup_pre_planes(xd, 0, scaled_ref_frame, mi_row, mi_col, NULL); in single_motion_search()
2444 if (scaled_ref_frame) { in single_motion_search()
2526 if (scaled_ref_frame) { in single_motion_search()
2555 const YV12_BUFFER_CONFIG *const scaled_ref_frame[2] = { in joint_motion_search() local
2563 if (scaled_ref_frame[ref]) { in joint_motion_search()
2570 vp9_setup_pre_planes(xd, ref, scaled_ref_frame[ref], mi_row, mi_col, in joint_motion_search()
2662 if (scaled_ref_frame[ref]) { in joint_motion_search()