/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/ |
vp9_reconinter.c | 116 const int subpel_y, 121 sf->predict[subpel_x != 0][subpel_y != 0][ref]( 123 kernel[subpel_x], xs, kernel[subpel_y], ys, w, h); 139 const int subpel_y = mv.row & SUBPEL_MASK; local 143 inter_predictor(src, src_stride, dst, dst_stride, subpel_x, subpel_y, 151 const int subpel_y, 156 sf->high_predict[subpel_x != 0][subpel_y != 0][ref]( 158 kernel[subpel_x], xs, kernel[subpel_y], ys, w, h, bd); 174 const int subpel_y = mv.row & SUBPEL_MASK; local 178 high_inter_predictor(src, src_stride, dst, dst_stride, subpel_x, subpel_y, 290 int xs, ys, subpel_x, subpel_y; local 400 subpel_x, subpel_y; local [all...] |
/external/libvpx/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...] |
/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...] |