Searched refs:vp9_build_inter_predictor (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/libvpx/vp9/common/ |
H A D | vp9_reconinter.h | 63 void vp9_build_inter_predictor(const uint8_t *src, int src_stride, uint8_t *dst,
|
H A D | vp9_reconinter.c | 44 void vp9_build_inter_predictor(const uint8_t *src, int src_stride, uint8_t *dst, in vp9_build_inter_predictor() function
|
/aosp_15_r20/external/libvpx/vp9/encoder/ |
H A D | vp9_tpl_model.c | 905 vp9_build_inter_predictor( in mode_estimation() 916 vp9_build_inter_predictor(ref_frame[rf_idx]->y_buffer + mb_y_offset, in mode_estimation()
|
H A D | vp9_rdopt.c | 1660 vp9_build_inter_predictor( in encode_inter_mb_segment() 1666 vp9_build_inter_predictor( in encode_inter_mb_segment() 2004 vp9_build_inter_predictor(ref_yv12[!id].buf, ref_yv12[!id].stride, in joint_motion_search() 2010 vp9_build_inter_predictor(ref_yv12[!id].buf, ref_yv12[!id].stride, in joint_motion_search()
|
H A D | vp9_mcomp.c | 635 vp9_build_inter_predictor(pre_address, y_stride, pred, w, this_mv, sf, w, h, in accurate_sub_pel_search() 654 vp9_build_inter_predictor(pre_address, y_stride, pred, w, this_mv, sf, w, h, in accurate_sub_pel_search()
|
H A D | vp9_pickmode.c | 2930 vp9_build_inter_predictor( in vp9_pick_inter_mode_sub8x8()
|