Searched refs:highbd_inter_predictor (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/libvpx/vp9/common/ |
H A D | vp9_reconinter.c | 38 highbd_inter_predictor(src, src_stride, dst, dst_stride, subpel_x, subpel_y, in vp9_highbd_build_inter_predictor() 195 highbd_inter_predictor(CONVERT_TO_SHORTPTR(pre), pre_buf->stride, in build_inter_predictors()
|
H A D | vp9_reconinter.h | 35 static INLINE void highbd_inter_predictor( in highbd_inter_predictor() function
|
/aosp_15_r20/external/libaom/av1/common/ |
H A D | reconinter.h | 275 static inline void highbd_inter_predictor( in highbd_inter_predictor() function
|
H A D | reconinter.c | 89 highbd_inter_predictor(src, src_stride, dst, dst_stride, subpel_params, in av1_make_inter_predictor()
|
/aosp_15_r20/external/libvpx/vp9/decoder/ |
H A D | vp9_decodeframe.c | 546 highbd_inter_predictor(mc_buf_high + border_offset, b_w, in extend_and_predict() 703 highbd_inter_predictor(CONVERT_TO_SHORTPTR(buf_ptr), buf_stride, in dec_build_inter_predictors()
|