Searched refs:subpel_x (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_reconinter.c | 25 const int subpel_x, in high_inter_predictor() argument 31 sf->highbd_predict[subpel_x != 0][subpel_y != 0][ref]( in high_inter_predictor() 33 kernel[subpel_x], xs, kernel[subpel_y], ys, w, h, bd); in high_inter_predictor() 48 const int subpel_x = mv.col & SUBPEL_MASK; in vp9_highbd_build_inter_predictor() local 53 high_inter_predictor(src, src_stride, dst, dst_stride, subpel_x, subpel_y, in vp9_highbd_build_inter_predictor() 70 const int subpel_x = mv.col & SUBPEL_MASK; in vp9_build_inter_predictor() local 75 inter_predictor(src, src_stride, dst, dst_stride, subpel_x, subpel_y, in vp9_build_inter_predictor() 186 int xs, ys, subpel_x, subpel_y; in build_inter_predictors() local 212 subpel_x = scaled_mv.col & SUBPEL_MASK; in build_inter_predictors() 220 subpel_x, subpel_y, sf, w, h, ref, kernel, xs, ys, in build_inter_predictors() [all …]
|
D | vp9_reconinter.h | 25 const int subpel_x, in inter_predictor() argument 31 sf->predict[subpel_x != 0][subpel_y != 0][ref]( in inter_predictor() 33 kernel[subpel_x], xs, kernel[subpel_y], ys, w, h); in inter_predictor() 39 const int subpel_x,
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 507 int subpel_x, int subpel_y, in extend_and_predict() argument 526 high_inter_predictor(buf_ptr, b_w, dst, dst_buf_stride, subpel_x, in extend_and_predict() 529 inter_predictor(buf_ptr, b_w, dst, dst_buf_stride, subpel_x, in extend_and_predict() 539 int subpel_x, int subpel_y, in extend_and_predict() argument 550 inter_predictor(buf_ptr, b_w, dst, dst_buf_stride, subpel_x, in extend_and_predict() 568 buf_stride, subpel_x, subpel_y; in dec_build_inter_predictors() local 622 subpel_x = scaled_mv.col & SUBPEL_MASK; in dec_build_inter_predictors() 646 if (subpel_x || (sf->x_step_q4 != SUBPEL_SHIFTS)) { in dec_build_inter_predictors() 676 subpel_x, subpel_y, in dec_build_inter_predictors() 695 high_inter_predictor(buf_ptr, buf_stride, dst, dst_buf->stride, subpel_x, in dec_build_inter_predictors() [all …]
|