Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_rd.h148 YV12_BUFFER_CONFIG *vp9_get_scaled_ref_frame(const struct VP9_COMP *cpi,
Dvp9_rd.c547 YV12_BUFFER_CONFIG *vp9_get_scaled_ref_frame(const VP9_COMP *cpi, in vp9_get_scaled_ref_frame() function
Dvp9_rdopt.c1556 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()
Dvp9_firstpass.c581 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()
Dvp9_pickmode.c145 const YV12_BUFFER_CONFIG *scaled_ref_frame = vp9_get_scaled_ref_frame(cpi, in combined_motion_search()
Dvp9_mcomp.c1837 vp9_get_scaled_ref_frame(cpi, mbmi->ref_frame[0]); in vp9_int_pro_motion_estimation()