/external/libvpx/libvpx/vp9/common/ |
D | vp9_reconinter.h | 25 const int subpel_x, const int subpel_y, in inter_predictor() argument 29 sf->predict[subpel_x != 0][subpel_y != 0][ref]( in inter_predictor() 30 src, src_stride, dst, dst_stride, kernel[subpel_x], xs, kernel[subpel_y], in inter_predictor() 37 const int subpel_x, const int subpel_y, const struct scale_factors *sf, in highbd_inter_predictor() argument 39 sf->highbd_predict[subpel_x != 0][subpel_y != 0][ref]( in highbd_inter_predictor() 40 src, src_stride, dst, dst_stride, kernel[subpel_x], xs, kernel[subpel_y], in highbd_inter_predictor()
|
D | vp9_reconinter.c | 32 const int subpel_x = mv.col & SUBPEL_MASK; in vp9_highbd_build_inter_predictor() local 37 highbd_inter_predictor(src, src_stride, dst, dst_stride, subpel_x, subpel_y, in vp9_highbd_build_inter_predictor() 52 const int subpel_x = mv.col & SUBPEL_MASK; in vp9_build_inter_predictor() local 57 inter_predictor(src, src_stride, dst, dst_stride, subpel_x, subpel_y, sf, w, in vp9_build_inter_predictor() 154 int xs, ys, subpel_x, subpel_y; in build_inter_predictors() local 186 subpel_x = scaled_mv.col & SUBPEL_MASK; in build_inter_predictors() 195 subpel_x, subpel_y, sf, w, h, ref, kernel, xs, ys, in build_inter_predictors() 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()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 451 int dst_buf_stride, int subpel_x, int subpel_y, in extend_and_predict() argument 461 CONVERT_TO_SHORTPTR(dst), dst_buf_stride, subpel_x, in extend_and_predict() 467 dst_buf_stride, subpel_x, subpel_y, sf, w, h, ref, kernel, in extend_and_predict() 476 int dst_buf_stride, int subpel_x, int subpel_y, in extend_and_predict() argument 487 inter_predictor(buf_ptr, b_w, dst, dst_buf_stride, subpel_x, subpel_y, sf, w, in extend_and_predict() 502 subpel_x, subpel_y; in dec_build_inter_predictors() local 560 subpel_x = scaled_mv.col & SUBPEL_MASK; in dec_build_inter_predictors() 584 if (subpel_x || (sf->x_step_q4 != SUBPEL_SHIFTS)) { in dec_build_inter_predictors() 613 subpel_x, subpel_y, kernel, sf, in dec_build_inter_predictors() 632 CONVERT_TO_SHORTPTR(dst), dst_buf->stride, subpel_x, in dec_build_inter_predictors() [all …]
|