Home
last modified time | relevance | path

Searched refs:highbd_inter_predictor (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_reconinter.h35 static INLINE void highbd_inter_predictor( in highbd_inter_predictor() function
Dvp9_reconinter.c37 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/
Dreconinter.h136 static INLINE void highbd_inter_predictor(const uint8_t *src, int src_stride, in highbd_inter_predictor() function
Dreconinter.c92 highbd_inter_predictor(src, src_stride, dst, dst_stride, subpel_params, sf, in av1_make_inter_predictor()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c528 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()