• Home
  • Raw
  • Download

Lines Matching refs:src_stride

189 #define DIST(r,c) vfp->svf( PRE(r,c), d->pre_stride, SP(c),SP(r), z,b->src_stride,&sse) // returns …
223 besterr = vfp->vf(y, d->pre_stride, z, b->src_stride, &sse); in vp8_find_best_sub_pixel_step_iteratively()
339 bestmse = vfp->vf(y, d->pre_stride, z, b->src_stride, &sse); in vp8_find_best_sub_pixel_step()
345 left = vfp->svf_halfpix_h(y - 1, d->pre_stride, z, b->src_stride, &sse); in vp8_find_best_sub_pixel_step()
355 right = vfp->svf_halfpix_h(y, d->pre_stride, z, b->src_stride, &sse); in vp8_find_best_sub_pixel_step()
367 up = vfp->svf_halfpix_v(y - d->pre_stride, d->pre_stride, z, b->src_stride, &sse); in vp8_find_best_sub_pixel_step()
377 down = vfp->svf_halfpix_v(y, d->pre_stride, z, b->src_stride, &sse); in vp8_find_best_sub_pixel_step()
398 diag = vfp->svf_halfpix_hv(y - 1 - d->pre_stride, d->pre_stride, z, b->src_stride, &sse); in vp8_find_best_sub_pixel_step()
403 diag = vfp->svf_halfpix_hv(y - d->pre_stride, d->pre_stride, z, b->src_stride, &sse); in vp8_find_best_sub_pixel_step()
408 diag = vfp->svf_halfpix_hv(y - 1, d->pre_stride, z, b->src_stride, &sse); in vp8_find_best_sub_pixel_step()
414 diag = vfp->svf_halfpix_hv(y, d->pre_stride, z, b->src_stride, &sse); in vp8_find_best_sub_pixel_step()
446 left = vfp->svf(y, d->pre_stride, this_mv.col & 7, this_mv.row & 7, z, b->src_stride, &sse); in vp8_find_best_sub_pixel_step()
451 left = vfp->svf(y - 1, d->pre_stride, 6, this_mv.row & 7, z, b->src_stride, &sse); in vp8_find_best_sub_pixel_step()
463 right = vfp->svf(y, d->pre_stride, this_mv.col & 7, this_mv.row & 7, z, b->src_stride, &sse); in vp8_find_best_sub_pixel_step()
478 up = vfp->svf(y, d->pre_stride, this_mv.col & 7, this_mv.row & 7, z, b->src_stride, &sse); in vp8_find_best_sub_pixel_step()
483 up = vfp->svf(y - d->pre_stride, d->pre_stride, this_mv.col & 7, 6, z, b->src_stride, &sse); in vp8_find_best_sub_pixel_step()
495 down = vfp->svf(y, d->pre_stride, this_mv.col & 7, this_mv.row & 7, z, b->src_stride, &sse); in vp8_find_best_sub_pixel_step()
523 … diag = vfp->svf(y, d->pre_stride, this_mv.col & 7, this_mv.row & 7, z, b->src_stride, &sse); in vp8_find_best_sub_pixel_step()
528 diag = vfp->svf(y - 1, d->pre_stride, 6, this_mv.row & 7, z, b->src_stride, &sse);; in vp8_find_best_sub_pixel_step()
538 … diag = vfp->svf(y - d->pre_stride, d->pre_stride, this_mv.col & 7, 6, z, b->src_stride, &sse); in vp8_find_best_sub_pixel_step()
543 diag = vfp->svf(y - d->pre_stride - 1, d->pre_stride, 6, 6, z, b->src_stride, &sse); in vp8_find_best_sub_pixel_step()
554 … diag = vfp->svf(y, d->pre_stride, this_mv.col & 7, this_mv.row & 7, z, b->src_stride, &sse); in vp8_find_best_sub_pixel_step()
559 … diag = vfp->svf(y - d->pre_stride, d->pre_stride, this_mv.col & 7, 6, z, b->src_stride, &sse); in vp8_find_best_sub_pixel_step()
569 … diag = vfp->svf(y, d->pre_stride, this_mv.col & 7, this_mv.row & 7, z, b->src_stride, &sse); in vp8_find_best_sub_pixel_step()
574 diag = vfp->svf(y - 1, d->pre_stride, 6, this_mv.row & 7, z, b->src_stride, &sse);; in vp8_find_best_sub_pixel_step()
581 … diag = vfp->svf(y, d->pre_stride, this_mv.col & 7, this_mv.row & 7, z, b->src_stride, &sse); in vp8_find_best_sub_pixel_step()
623 bestmse = vfp->vf(y, d->pre_stride, z, b->src_stride, &sse); in vp8_find_best_half_pixel_step()
629 left = vfp->svf_halfpix_h(y - 1, d->pre_stride, z, b->src_stride, &sse); in vp8_find_best_half_pixel_step()
639 right = vfp->svf_halfpix_h(y, d->pre_stride, z, b->src_stride, &sse); in vp8_find_best_half_pixel_step()
651 up = vfp->svf_halfpix_v(y - d->pre_stride, d->pre_stride, z, b->src_stride, &sse); in vp8_find_best_half_pixel_step()
661 down = vfp->svf_halfpix_v(y, d->pre_stride, z, b->src_stride, &sse); in vp8_find_best_half_pixel_step()
681 diag = vfp->svf(y - 1 - d->pre_stride, d->pre_stride, 4, 4, z, b->src_stride, &sse); in vp8_find_best_half_pixel_step()
686 diag = vfp->svf(y - d->pre_stride, d->pre_stride, 4, 4, z, b->src_stride, &sse); in vp8_find_best_half_pixel_step()
691 diag = vfp->svf(y - 1, d->pre_stride, 4, 4, z, b->src_stride, &sse); in vp8_find_best_half_pixel_step()
696 diag = vfp->svf(y, d->pre_stride, 4, 4, z, b->src_stride, &sse); in vp8_find_best_half_pixel_step()
711 diag = vfp->svf_halfpix_hv(y - 1 - d->pre_stride, d->pre_stride, z, b->src_stride, &sse); in vp8_find_best_half_pixel_step()
721 diag = vfp->svf_halfpix_hv(y - d->pre_stride, d->pre_stride, z, b->src_stride, &sse); in vp8_find_best_half_pixel_step()
732 diag = vfp->svf_halfpix_hv(y - 1, d->pre_stride, z, b->src_stride, &sse); in vp8_find_best_half_pixel_step()
742 diag = vfp->svf_halfpix_hv(y, d->pre_stride, z, b->src_stride, &sse); in vp8_find_best_half_pixel_step()
758 #define DIST(r,c,v) vfp->sdf( src,src_stride,PRE(r,c),d->pre_stride, v) // returns sad error score.
790 int src_stride = b->src_stride; in vp8_hex_search() local
897 …return vfp->vf(src, src_stride, PRE(br, bc), d->pre_stride, &thiserr) + mv_err_cost(best_mv, cente… in vp8_hex_search()
926 int what_stride = b->src_stride; in vp8_diamond_search_sad()
1042 int what_stride = b->src_stride; in vp8_diamond_search_sadx4()
1184 int what_stride = b->src_stride; in vp8_full_search_sad()
1274 int what_stride = b->src_stride; in vp8_full_search_sadx3()
1397 int what_stride = b->src_stride; in vp8_full_search_sadx8()