/external/libvpx/libvpx/vp8/encoder/ |
mcomp.c | 877 int in_what_stride = pre_stride; local 906 bestsad = vfp->sdf(what, what_stride, this_offset, in_what_stride) 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); 943 this_offset = base_offset + (this_mv.as_mv.row * in_what_stride) + this_mv.as_mv.col; 944 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride); 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); 980 this_offset = base_offset + (this_mv.as_mv.row * (in_what_stride)) + this_mv.as_mv.col; 981 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride); 1068 int in_what_stride = pre_stride; local 1192 int in_what_stride = pre_stride; local 1347 int in_what_stride = pre_stride; local 1442 int in_what_stride = pre_stride; local 1575 int in_what_stride = pre_stride; local 1741 int in_what_stride = pre_stride; local 1820 int in_what_stride = pre_stride; local [all...] |
pickinter.c | 204 int in_what_stride = pre_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 | 873 int in_what_stride = pre_stride; local 902 bestsad = vfp->sdf(what, what_stride, this_offset, in_what_stride, UINT_MAX) 926 this_offset = base_offset + (this_mv.as_mv.row * in_what_stride) + this_mv.as_mv.col; 927 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad); 937 this_offset = base_offset + (this_mv.as_mv.row * in_what_stride) + this_mv.as_mv.col; 938 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad); 963 this_offset = base_offset + (this_mv.as_mv.row * (in_what_stride)) + this_mv.as_mv.col; 964 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad); 974 this_offset = base_offset + (this_mv.as_mv.row * (in_what_stride)) + this_mv.as_mv.col; 975 thissad = vfp->sdf(what, what_stride, this_offset, in_what_stride, bestsad) 1062 int in_what_stride = pre_stride; local 1186 int in_what_stride = pre_stride; local 1341 int in_what_stride = pre_stride; local 1437 int in_what_stride = pre_stride; local 1571 int in_what_stride = pre_stride; local 1737 int in_what_stride = pre_stride; local 1817 int in_what_stride = pre_stride; local [all...] |
pickinter.c | 77 int in_what_stride = pre_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 | 889 const int in_what_stride = xd->plane[0].pre[0].stride; local 990 const int in_what_stride = xd->plane[0].pre[0].stride; local 1099 const int in_what_stride = xd->plane[0].pre[0].stride; local 1350 const int in_what_stride = xd->plane[0].pre[0].stride; local 1442 const int in_what_stride = xd->plane[0].pre[0].stride; local 1613 const int in_what_stride = xd->plane[0].pre[0].stride; local [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_mcomp.c | 1611 const int in_what_stride = xd->plane[0].pre[0].stride; local [all...] |