/external/libvpx/libvpx/vp9/common/ |
vp9_reconinter.c | 26 const int subpel_y, 31 sf->highbd_predict[subpel_x != 0][subpel_y != 0][ref]( 33 kernel[subpel_x], xs, kernel[subpel_y], ys, w, h, bd); 49 const int subpel_y = mv.row & SUBPEL_MASK; local 53 high_inter_predictor(src, src_stride, dst, dst_stride, subpel_x, subpel_y, 71 const int subpel_y = mv.row & SUBPEL_MASK; local 75 inter_predictor(src, src_stride, dst, dst_stride, subpel_x, subpel_y, 186 int xs, ys, subpel_x, subpel_y; local 213 subpel_y = scaled_mv.row & SUBPEL_MASK; 220 subpel_x, subpel_y, sf, w, h, ref, kernel, xs, ys [all...] |
vp9_reconinter.h | 26 const int subpel_y, 31 sf->predict[subpel_x != 0][subpel_y != 0][ref]( 33 kernel[subpel_x], xs, kernel[subpel_y], ys, w, h); 40 const int subpel_y,
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
vp9_reconinter.c | 69 const int subpel_y, 74 sf->predict[subpel_x != 0][subpel_y != 0][ref]( 76 kernel[subpel_x], xs, kernel[subpel_y], ys, w, h); 92 const int subpel_y = mv.row & SUBPEL_MASK; local 96 inter_predictor(src, src_stride, dst, dst_stride, subpel_x, subpel_y, 178 int xs, ys, subpel_x, subpel_y; local 192 subpel_y = scaled_mv.row & SUBPEL_MASK; 197 subpel_x, subpel_y, sf, w, h, ref, kernel, xs, ys); 282 subpel_x, subpel_y; local 334 subpel_y = scaled_mv.row & SUBPEL_MASK [all...] |
/external/libvpx/libvpx/vp9/decoder/ |
vp9_decodeframe.c | 507 int subpel_x, int subpel_y, 527 subpel_y, sf, w, h, ref, kernel, xs, ys, xd->bd); 530 subpel_y, sf, w, h, ref, kernel, xs, ys); 539 int subpel_x, int subpel_y, 551 subpel_y, sf, w, h, ref, kernel, xs, ys); 568 buf_stride, subpel_x, subpel_y; local 623 subpel_y = scaled_mv.row & SUBPEL_MASK; 652 if (subpel_y || (sf->y_step_q4 != SUBPEL_SHIFTS)) { 676 subpel_x, subpel_y, 696 subpel_y, sf, w, h, ref, kernel, xs, ys, xd->bd) [all...] |