Searched refs:inter_predictor (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_reconinter.c | 75 inter_predictor(src, src_stride, dst, dst_stride, subpel_x, subpel_y, in vp9_build_inter_predictor() 223 inter_predictor(pre, pre_buf->stride, dst, dst_buf->stride, in build_inter_predictors() 227 inter_predictor(pre, pre_buf->stride, dst, dst_buf->stride, in build_inter_predictors()
|
D | vp9_reconinter.h | 23 static INLINE void inter_predictor(const uint8_t *src, int src_stride, in inter_predictor() function
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 529 inter_predictor(buf_ptr, b_w, dst, dst_buf_stride, subpel_x, in extend_and_predict() 550 inter_predictor(buf_ptr, b_w, dst, dst_buf_stride, subpel_x, in extend_and_predict() 698 inter_predictor(buf_ptr, buf_stride, dst, dst_buf->stride, subpel_x, in dec_build_inter_predictors() 702 inter_predictor(buf_ptr, buf_stride, dst, dst_buf->stride, subpel_x, in dec_build_inter_predictors()
|