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

  /external/libvpx/libvpx/vp8/encoder/
mcomp.c 870 int in_what_stride = pre_stride; local
897 bestsad = vfp->sdf(what, what_stride, this_offset, in_what_stride, UINT_MAX)
921 this_offset = base_offset + (this_mv.as_mv.row * in_what_stride) + this_mv.as_mv.col;
922 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad);
932 this_offset = base_offset + (this_mv.as_mv.row * in_what_stride) + this_mv.as_mv.col;
933 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad);
958 this_offset = base_offset + (this_mv.as_mv.row * (in_what_stride)) + this_mv.as_mv.col;
959 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad);
969 this_offset = base_offset + (this_mv.as_mv.row * (in_what_stride)) + this_mv.as_mv.col;
970 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad)
1057 int in_what_stride = pre_stride; local
1181 int in_what_stride = pre_stride; local
1336 int in_what_stride = pre_stride; local
1432 int in_what_stride = pre_stride; local
1566 int in_what_stride = pre_stride; local
1732 int in_what_stride = pre_stride; local
1812 int in_what_stride = pre_stride; local
    [all...]
pickinter.c 76 int in_what_stride = pre_stride; local
84 return vfp->svf(in_what, in_what_stride, xoffset, yoffset, what, what_stride, sse);
88 return vfp->vf(what, what_stride, in_what, in_what_stride, sse);
    [all...]

Completed in 437 milliseconds