Lines Matching defs:ref_stride
300 const uint8_t *ref, ptrdiff_t ref_stride,
310 ref += y * ref_stride + x * bytesperpixel;
324 ref - !!my * 3 * ref_stride - !!mx * 3 * bytesperpixel,
325 160, ref_stride,
329 ref_stride = 160;
331 mc[!!mx][!!my](dst, dst_stride, ref, ref_stride, bh, mx << 1, my << 1);
409 const uint8_t *ref, ptrdiff_t ref_stride,
419 mc_luma_unscaled(td, mc, dst, dst_stride, ref, ref_stride, ref_frame,
438 ref += y * ref_stride + x * bytesperpixel;
453 ref - 3 * ref_stride - 3 * bytesperpixel,
454 288, ref_stride,
458 ref_stride = 288;
460 smc(dst, dst_stride, ref, ref_stride, bh, mx, my, step[0], step[1]);