• Home
  • Raw
  • Download

Lines Matching refs:pre_stride

187 #define PRE(r,c) (*(d->base_pre) + d->pre + ((r)>>2) * d->pre_stride + ((c)>>2)) // pointer to pred…
189 #define DIST(r,c) vfp->svf( PRE(r,c), d->pre_stride, SP(c),SP(r), z,b->src_stride,&sse) // returns …
200 unsigned char *y = *(d->base_pre) + d->pre + (bestmv->row) * d->pre_stride + bestmv->col; in vp8_find_best_sub_pixel_step_iteratively()
223 besterr = vfp->vf(y, d->pre_stride, z, b->src_stride, &sse); in vp8_find_best_sub_pixel_step_iteratively()
318 unsigned char *y = *(d->base_pre) + d->pre + (bestmv->row) * d->pre_stride + bestmv->col; in vp8_find_best_sub_pixel_step()
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()
431 y -= d->pre_stride; 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()
604 unsigned char *y = *(d->base_pre) + d->pre + (bestmv->row) * d->pre_stride + bestmv->col; in vp8_find_best_half_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()
757 #define PRE(r,c) (*(d->base_pre) + d->pre + (r) * d->pre_stride + (c)) // pointer to predictor base…
758 #define DIST(r,c,v) vfp->sdf( src,src_stride,PRE(r,c),d->pre_stride, v) // returns sad error score.
897 …return vfp->vf(src, src_stride, PRE(br, bc), d->pre_stride, &thiserr) + mv_err_cost(best_mv, cente… in vp8_hex_search()
928 int in_what_stride = d->pre_stride; in vp8_diamond_search_sad()
950 in_what = (unsigned char *)(*(d->base_pre) + d->pre + (ref_row * (d->pre_stride)) + ref_col); in vp8_diamond_search_sad()
1044 int in_what_stride = d->pre_stride; in vp8_diamond_search_sadx4()
1066 in_what = (unsigned char *)(*(d->base_pre) + d->pre + (ref_row * (d->pre_stride)) + ref_col); in vp8_diamond_search_sadx4()
1186 int in_what_stride = d->pre_stride; in vp8_full_search_sad()
1187 int mv_stride = d->pre_stride; in vp8_full_search_sad()
1207 bestaddress = in_what + (ref_row * d->pre_stride) + ref_col; in vp8_full_search_sad()
1276 int in_what_stride = d->pre_stride; in vp8_full_search_sadx3()
1277 int mv_stride = d->pre_stride; in vp8_full_search_sadx3()
1299 bestaddress = in_what + (ref_row * d->pre_stride) + ref_col; in vp8_full_search_sadx3()
1399 int in_what_stride = d->pre_stride; in vp8_full_search_sadx8()
1400 int mv_stride = d->pre_stride; in vp8_full_search_sadx8()
1423 bestaddress = in_what + (ref_row * d->pre_stride) + ref_col; in vp8_full_search_sadx8()