HomeSort by relevance Sort by last modified time
    Searched defs:src_stride (Results 1 - 7 of 7) sorted by null

  /external/libvpx/vp8/encoder/arm/
encodemb_arm.c 28 int src_stride = be->src_stride; local
30 vp8_subtract_b_neon_func(diff_ptr, src_ptr, pred_ptr, src_stride, pitch);
  /external/libvpx/vp8/encoder/x86/
x86_csystemdependent.c 70 void vp8_subtract_b_mmx_impl(unsigned char *z, int src_stride,
76 unsigned int src_stride = be->src_stride; local
79 vp8_subtract_b_mmx_impl(z, src_stride, diff, predictor, pitch);
168 void vp8_subtract_b_sse2_impl(unsigned char *z, int src_stride,
174 unsigned int src_stride = be->src_stride; local
177 vp8_subtract_b_sse2_impl(z, src_stride, diff, predictor, pitch);
  /external/libvpx/vp8/encoder/
block.h 46 int src_stride; member in struct:__anon5116
encodemb.c 33 int src_stride = be->src_stride; local
46 src_ptr += src_stride;
temporal_filter.c 202 int src_stride = b->src_stride; local
209 b->src_stride = arf_frame->y_stride;
302 b->src_stride = src_stride;
mcomp.c 189 #define DIST(r,c) vfp->svf( PRE(r,c), d->pre_stride, SP(c),SP(r), z,b->src_stride,&sse) // returns subpixel variance error function.
223 besterr = vfp->vf(y, d->pre_stride, z, b->src_stride, &sse);
339 bestmse = vfp->vf(y, d->pre_stride, z, b->src_stride, &sse);
345 left = vfp->svf_halfpix_h(y - 1, d->pre_stride, z, b->src_stride, &sse);
355 right = vfp->svf_halfpix_h(y, d->pre_stride, z, b->src_stride, &sse);
367 up = vfp->svf_halfpix_v(y - d->pre_stride, d->pre_stride, z, b->src_stride, &sse);
377 down = vfp->svf_halfpix_v(y, d->pre_stride, z, b->src_stride, &sse);
398 diag = vfp->svf_halfpix_hv(y - 1 - d->pre_stride, d->pre_stride, z, b->src_stride, &sse);
403 diag = vfp->svf_halfpix_hv(y - d->pre_stride, d->pre_stride, z, b->src_stride, &sse);
408 diag = vfp->svf_halfpix_hv(y - 1, d->pre_stride, z, b->src_stride, &sse)
788 int src_stride = b->src_stride; local
    [all...]
firstpass.c 439 int src_stride = b->src_stride; local
448 VARIANCE_INVOKE(IF_RTCD(&cpi->rtcd.variance), mse16x16) ( src_ptr, src_stride, ref_ptr, ref_stride, (unsigned int *)(best_motion_err));
    [all...]

Completed in 157 milliseconds