Home
last modified time | relevance | path

Searched refs:vp9_get_scaled_ref_frame (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/libvpx/vp9/encoder/
H A Dvp9_rd.h176 YV12_BUFFER_CONFIG *vp9_get_scaled_ref_frame(const struct VP9_COMP *cpi,
H A Dvp9_rd.c675 YV12_BUFFER_CONFIG *vp9_get_scaled_ref_frame(const VP9_COMP *cpi, in vp9_get_scaled_ref_frame() function
H A Dvp9_rdopt.c1928 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 Dvp9_mcomp.c2287 vp9_get_scaled_ref_frame(cpi, mi->ref_frame[0]); in vp9_int_pro_motion_estimation()
H A Dvp9_pickmode.c174 vp9_get_scaled_ref_frame(cpi, ref); in combined_motion_search()
H A Dvp9_encodeframe.c3439 YV12_BUFFER_CONFIG *scaled_ref_frame = vp9_get_scaled_ref_frame(cpi, ref); in simple_motion_search()