• Home
  • Raw
  • Download

Lines Matching refs:vfp

196 #define DIST(r,c) vfp->svf( PRE(r,c), y_stride, SP(c),SP(r), z,b->src_stride,&sse)
206 const vp8_variance_fn_ptr_t *vfp, in vp8_find_best_sub_pixel_step_iteratively() argument
251vfp->copymem(y_0 - buf_c1 - pre_stride*buf_r1, pre_stride, xd->y_buf, y_stride, 16+buf_r1+buf_r2); in vp8_find_best_sub_pixel_step_iteratively()
265 besterr = vfp->vf(y, y_stride, z, b->src_stride, sse1); in vp8_find_best_sub_pixel_step_iteratively()
364 const vp8_variance_fn_ptr_t *vfp, in vp8_find_best_sub_pixel_step() argument
387 vfp->copymem(y_0 - 1 - pre_stride, pre_stride, xd->y_buf, y_stride, 18); in vp8_find_best_sub_pixel_step()
400 bestmse = vfp->vf(y, y_stride, z, b->src_stride, sse1); in vp8_find_best_sub_pixel_step()
407 thismse = vfp->svf_halfpix_h(y - 1, y_stride, z, b->src_stride, &sse); in vp8_find_best_sub_pixel_step()
419 thismse = vfp->svf_halfpix_h(y, y_stride, z, b->src_stride, &sse); in vp8_find_best_sub_pixel_step()
433 thismse = vfp->svf_halfpix_v(y - y_stride, y_stride, z, b->src_stride, &sse); in vp8_find_best_sub_pixel_step()
445 thismse = vfp->svf_halfpix_v(y, y_stride, z, b->src_stride, &sse); in vp8_find_best_sub_pixel_step()
466 thismse = vfp->svf_halfpix_hv(y - 1 - y_stride, y_stride, z, b->src_stride, &sse); in vp8_find_best_sub_pixel_step()
471 thismse = vfp->svf_halfpix_hv(y - y_stride, y_stride, z, b->src_stride, &sse); in vp8_find_best_sub_pixel_step()
476 thismse = vfp->svf_halfpix_hv(y - 1, y_stride, z, b->src_stride, &sse); in vp8_find_best_sub_pixel_step()
482 thismse = vfp->svf_halfpix_hv(y, y_stride, z, b->src_stride, &sse); in vp8_find_best_sub_pixel_step()
514 …thismse = vfp->svf(y, y_stride, this_mv.as_mv.col & 7, this_mv.as_mv.row & 7, z, b->src_stride, &s… in vp8_find_best_sub_pixel_step()
519 thismse = vfp->svf(y - 1, y_stride, 6, this_mv.as_mv.row & 7, z, b->src_stride, &sse); in vp8_find_best_sub_pixel_step()
533 …thismse = vfp->svf(y, y_stride, this_mv.as_mv.col & 7, this_mv.as_mv.row & 7, z, b->src_stride, &s… in vp8_find_best_sub_pixel_step()
550 …thismse = vfp->svf(y, y_stride, this_mv.as_mv.col & 7, this_mv.as_mv.row & 7, z, b->src_stride, &s… in vp8_find_best_sub_pixel_step()
555 … thismse = vfp->svf(y - y_stride, y_stride, this_mv.as_mv.col & 7, 6, z, b->src_stride, &sse); in vp8_find_best_sub_pixel_step()
569 …thismse = vfp->svf(y, y_stride, this_mv.as_mv.col & 7, this_mv.as_mv.row & 7, z, b->src_stride, &s… in vp8_find_best_sub_pixel_step()
597 …thismse = vfp->svf(y, y_stride, this_mv.as_mv.col & 7, this_mv.as_mv.row & 7, z, b->src_stride, &s… in vp8_find_best_sub_pixel_step()
602 … thismse = vfp->svf(y - 1, y_stride, 6, this_mv.as_mv.row & 7, z, b->src_stride, &sse);; in vp8_find_best_sub_pixel_step()
612 … thismse = vfp->svf(y - y_stride, y_stride, this_mv.as_mv.col & 7, 6, z, b->src_stride, &sse); in vp8_find_best_sub_pixel_step()
617 thismse = vfp->svf(y - y_stride - 1, y_stride, 6, 6, z, b->src_stride, &sse); in vp8_find_best_sub_pixel_step()
628 …thismse = vfp->svf(y, y_stride, this_mv.as_mv.col & 7, this_mv.as_mv.row & 7, z, b->src_stride, &s… in vp8_find_best_sub_pixel_step()
633 … thismse = vfp->svf(y - y_stride, y_stride, this_mv.as_mv.col & 7, 6, z, b->src_stride, &sse); in vp8_find_best_sub_pixel_step()
643 …thismse = vfp->svf(y, y_stride, this_mv.as_mv.col & 7, this_mv.as_mv.row & 7, z, b->src_stride, &s… in vp8_find_best_sub_pixel_step()
648 thismse = vfp->svf(y - 1, y_stride, 6, this_mv.as_mv.row & 7, z, b->src_stride, &sse); in vp8_find_best_sub_pixel_step()
655 …thismse = vfp->svf(y, y_stride, this_mv.as_mv.col & 7, this_mv.as_mv.row & 7, z, b->src_stride, &… in vp8_find_best_sub_pixel_step()
675 const vp8_variance_fn_ptr_t *vfp, in vp8_find_best_half_pixel_step() argument
698 vfp->copymem(y_0 - 1 - pre_stride, pre_stride, xd->y_buf, y_stride, 18); in vp8_find_best_half_pixel_step()
711 bestmse = vfp->vf(y, y_stride, z, b->src_stride, sse1); in vp8_find_best_half_pixel_step()
718 thismse = vfp->svf_halfpix_h(y - 1, y_stride, z, b->src_stride, &sse); in vp8_find_best_half_pixel_step()
730 thismse = vfp->svf_halfpix_h(y, y_stride, z, b->src_stride, &sse); in vp8_find_best_half_pixel_step()
744 thismse = vfp->svf_halfpix_v(y - y_stride, y_stride, z, b->src_stride, &sse); in vp8_find_best_half_pixel_step()
756 thismse = vfp->svf_halfpix_v(y, y_stride, z, b->src_stride, &sse); in vp8_find_best_half_pixel_step()
776 thismse = vfp->svf_halfpix_hv(y - 1 - y_stride, y_stride, z, b->src_stride, &sse); in vp8_find_best_half_pixel_step()
781 thismse = vfp->svf_halfpix_hv(y - y_stride, y_stride, z, b->src_stride, &sse); in vp8_find_best_half_pixel_step()
786 thismse = vfp->svf_halfpix_hv(y - 1, y_stride, z, b->src_stride, &sse); in vp8_find_best_half_pixel_step()
792 thismse = vfp->svf_halfpix_hv(y, y_stride, z, b->src_stride, &sse); in vp8_find_best_half_pixel_step()
858 const vp8_variance_fn_ptr_t *vfp, in vp8_hex_search() argument
900 bestsad = vfp->sdf(what, what_stride, this_offset, in_what_stride, UINT_MAX) in vp8_hex_search()
925 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad); in vp8_hex_search()
936 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad); in vp8_hex_search()
962 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad); in vp8_hex_search()
973 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad); in vp8_hex_search()
1004 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad); in vp8_hex_search()
1015 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad); in vp8_hex_search()