Searched refs:highbd_inter_predictor (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_reconinter.h | 35 static INLINE void highbd_inter_predictor( in highbd_inter_predictor() function
|
D | vp9_reconinter.c | 37 highbd_inter_predictor(src, src_stride, dst, dst_stride, subpel_x, subpel_y, in vp9_highbd_build_inter_predictor() 193 highbd_inter_predictor(CONVERT_TO_SHORTPTR(pre), pre_buf->stride, in build_inter_predictors()
|
/external/libaom/libaom/av1/common/ |
D | reconinter.h | 136 static INLINE void highbd_inter_predictor(const uint8_t *src, int src_stride, in highbd_inter_predictor() function
|
D | reconinter.c | 92 highbd_inter_predictor(src, src_stride, dst, dst_stride, subpel_params, sf, in av1_make_inter_predictor()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 528 highbd_inter_predictor(mc_buf_high + border_offset, b_w, in extend_and_predict() 685 highbd_inter_predictor(CONVERT_TO_SHORTPTR(buf_ptr), buf_stride, in dec_build_inter_predictors()
|