Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_reconinter.c57 inter_predictor(src, src_stride, dst, dst_stride, subpel_x, subpel_y, sf, w, in vp9_build_inter_predictor()
198 inter_predictor(pre, pre_buf->stride, dst, dst_buf->stride, subpel_x, in build_inter_predictors()
202 inter_predictor(pre, pre_buf->stride, dst, dst_buf->stride, subpel_x, in build_inter_predictors()
Dvp9_reconinter.h23 static INLINE void inter_predictor(const uint8_t *src, int src_stride, in inter_predictor() function
/external/libaom/libaom/av1/common/
Dreconinter.h111 static INLINE void inter_predictor(const uint8_t *src, int src_stride, in inter_predictor() function
Dreconinter.c96 inter_predictor(src, src_stride, dst, dst_stride, subpel_params, sf, w, h, in av1_make_inter_predictor()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c534 inter_predictor(((uint8_t *)mc_buf_high) + border_offset, b_w, dst, in extend_and_predict()
555 inter_predictor(buf_ptr, b_w, dst, dst_buf_stride, subpel_x, subpel_y, sf, w, in extend_and_predict()
689 inter_predictor(buf_ptr, buf_stride, dst, dst_buf->stride, subpel_x, in dec_build_inter_predictors()
693 inter_predictor(buf_ptr, buf_stride, dst, dst_buf->stride, subpel_x, subpel_y, in dec_build_inter_predictors()