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

  /external/libvpx/libvpx/vp8/encoder/
mcomp.c 873 int what_stride = b->src_stride; local
906 bestsad = vfp->sdf(what, what_stride, this_offset, in_what_stride)
933 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride);
944 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride);
970 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride);
981 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride);
1012 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride);
1023 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride);
1064 int what_stride = b->src_stride; local
1188 int what_stride = b->src_stride; local
1343 int what_stride = b->src_stride; local
1438 int what_stride = b->src_stride; local
1571 int what_stride = b->src_stride; local
1738 int what_stride = b->src_stride; local
1817 int what_stride = b->src_stride; local
    [all...]
pickinter.c 201 int what_stride = b->src_stride; local
212 return vfp->svf(in_what, in_what_stride, xoffset, yoffset, what, what_stride, sse);
216 return vfp->vf(what, what_stride, in_what, in_what_stride, sse);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
mcomp.c 869 int what_stride = b->src_stride; local
902 bestsad = vfp->sdf(what, what_stride, this_offset, in_what_stride, UINT_MAX)
927 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad);
938 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad);
964 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad);
975 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad);
1006 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad);
1017 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad);
1058 int what_stride = b->src_stride; local
1182 int what_stride = b->src_stride; local
1337 int what_stride = b->src_stride; local
1433 int what_stride = b->src_stride; local
1567 int what_stride = b->src_stride; local
1734 int what_stride = b->src_stride; local
1814 int what_stride = b->src_stride; local
    [all...]
pickinter.c 74 int what_stride = b->src_stride; local
85 return vfp->svf(in_what, in_what_stride, xoffset, yoffset, what, what_stride, sse);
89 return vfp->vf(what, what_stride, in_what, in_what_stride, sse);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_mcomp.c 887 const int what_stride = x->plane[0].src.stride; local
988 const int what_stride = x->plane[0].src.stride; local
1097 const int what_stride = x->plane[0].src.stride; local
1348 const int what_stride = x->plane[0].src.stride; local
1440 const int what_stride = x->plane[0].src.stride; local
1612 const int what_stride = x->plane[0].src.stride; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.c 1609 const int what_stride = x->plane[0].src.stride; local
    [all...]

Completed in 181 milliseconds