Searched refs:vp9_get_scaled_ref_frame (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_rd.h | 148 YV12_BUFFER_CONFIG *vp9_get_scaled_ref_frame(const struct VP9_COMP *cpi,
|
D | vp9_rd.c | 547 YV12_BUFFER_CONFIG *vp9_get_scaled_ref_frame(const VP9_COMP *cpi, in vp9_get_scaled_ref_frame() function
|
D | vp9_rdopt.c | 1556 vp9_get_scaled_ref_frame(cpi, mbmi->ref_frame[0]), in joint_motion_search() 1557 vp9_get_scaled_ref_frame(cpi, mbmi->ref_frame[1]) in joint_motion_search() 2244 const YV12_BUFFER_CONFIG *scaled_ref_frame = vp9_get_scaled_ref_frame(cpi, in single_motion_search() 3960 vp9_get_scaled_ref_frame(cpi, mbmi->ref_frame[ref]) : NULL; in vp9_rd_pick_inter_mode_sub8x8()
|
D | vp9_firstpass.c | 581 first_ref_buf = vp9_get_scaled_ref_frame(cpi, LAST_FRAME); in vp9_first_pass() 587 gld_yv12 = vp9_get_scaled_ref_frame(cpi, GOLDEN_FRAME); in vp9_first_pass()
|
D | vp9_pickmode.c | 145 const YV12_BUFFER_CONFIG *scaled_ref_frame = vp9_get_scaled_ref_frame(cpi, in combined_motion_search()
|
D | vp9_mcomp.c | 1837 vp9_get_scaled_ref_frame(cpi, mbmi->ref_frame[0]); in vp9_int_pro_motion_estimation()
|