HomeSort by relevance Sort by last modified time
    Searched refs:what_stride (Results 1 - 4 of 4) sorted by null

  /external/libvpx/libvpx/vp8/encoder/
mcomp.c 850 int what_stride = b->src_stride; local
884 bestsad = vfp->sdf(what, what_stride, this_offset, in_what_stride) +
916 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride);
926 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride);
949 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride);
959 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride);
990 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride);
1000 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride);
1029 int what_stride = b->src_stride; local
1141 int what_stride = b->src_stride; local
1288 int what_stride = b->src_stride; local
1374 int what_stride = b->src_stride; local
1493 int what_stride = b->src_stride; local
1642 int what_stride = b->src_stride; local
1720 int what_stride = b->src_stride; local
    [all...]
pickinter.c 220 int what_stride = b->src_stride; local
231 what_stride, sse);
233 return vfp->vf(what, what_stride, in_what, in_what_stride, sse);
    [all...]
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_diamond_search_sad_avx.c 108 const int what_stride = x->plane[0].src.stride; local
133 best_sad = fn_ptr->sdf(what, what_stride, in_what, in_what_stride);
196 fn_ptr->sdx4df(what, what_stride, (const uint8_t **)&v_blocka[0],
  /external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.c 1585 const int what_stride = x->plane[0].src.stride; local
    [all...]

Completed in 683 milliseconds