Searched refs:vp9_get_scaled_ref_frame (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/libvpx/vp9/encoder/ |
H A D | vp9_rd.h | 176 YV12_BUFFER_CONFIG *vp9_get_scaled_ref_frame(const struct VP9_COMP *cpi,
|
H A D | vp9_rd.c | 675 YV12_BUFFER_CONFIG *vp9_get_scaled_ref_frame(const VP9_COMP *cpi, in vp9_get_scaled_ref_frame() function
|
H A D | vp9_rdopt.c | 1928 vp9_get_scaled_ref_frame(cpi, mi->ref_frame[0]), in joint_motion_search() 1929 vp9_get_scaled_ref_frame(cpi, mi->ref_frame[1]) in joint_motion_search() 2579 vp9_get_scaled_ref_frame(cpi, ref); in single_motion_search() 4535 ? vp9_get_scaled_ref_frame(cpi, mi->ref_frame[ref]) in vp9_rd_pick_inter_mode_sub8x8()
|
H A D | vp9_mcomp.c | 2287 vp9_get_scaled_ref_frame(cpi, mi->ref_frame[0]); in vp9_int_pro_motion_estimation()
|
H A D | vp9_pickmode.c | 174 vp9_get_scaled_ref_frame(cpi, ref); in combined_motion_search()
|
H A D | vp9_encodeframe.c | 3439 YV12_BUFFER_CONFIG *scaled_ref_frame = vp9_get_scaled_ref_frame(cpi, ref); in simple_motion_search()
|