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

  /external/libvpx/libvpx/vp9/encoder/
vp9_mcomp.c 834 const struct buf_2d *const in_what = &x->e_mbd.plane[0].pre[0]; local
845 get_buf_from_mv(in_what, &this_mv),
846 in_what->stride, &sse) +
853 get_buf_from_mv(in_what, &this_mv),
854 in_what->stride, &sse) +
900 const struct buf_2d *const in_what = &xd->plane[0].pre[0]; local
1075 const struct buf_2d *const in_what = &xd->plane[0].pre[0]; local
1348 const struct buf_2d *const in_what = &xd->plane[0].pre[0]; local
1365 const struct buf_2d *const in_what = &xd->plane[0].pre[0]; local
1534 const struct buf_2d *const in_what = &xd->plane[0].pre[0]; local
1610 const uint8_t *in_what; local
2025 const struct buf_2d *const in_what = &xd->plane[0].pre[0]; local
2058 const struct buf_2d *const in_what = &xd->plane[0].pre[0]; local
2123 const struct buf_2d *const in_what = &xd->plane[0].pre[0]; local
2213 const struct buf_2d *const in_what = &xd->plane[0].pre[0]; local
2294 const struct buf_2d *const in_what = &xd->plane[0].pre[0]; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_mcomp.c 516 const struct buf_2d *const in_what = &xd->plane[0].pre[0]; local
533 get_buf_from_mv(in_what, ref_mv), in_what->stride,
550 get_buf_from_mv(in_what, &this_mv),
551 in_what->stride, bestsad);
561 get_buf_from_mv(in_what, &this_mv),
562 in_what->stride, bestsad);
593 get_buf_from_mv(in_what, &this_mv),
594 in_what->stride, bestsad);
604 get_buf_from_mv(in_what, &this_mv)
707 const struct buf_2d *const in_what = &xd->plane[0].pre[0]; local
724 const struct buf_2d *const in_what = &xd->plane[0].pre[0]; local
888 const uint8_t *in_what; local
989 const uint8_t *in_what; local
1098 const uint8_t *in_what; local
1311 const struct buf_2d *const in_what = &xd->plane[0].pre[0]; local
1349 const uint8_t *const in_what = xd->plane[0].pre[0].buf; local
1441 const uint8_t *const in_what = xd->plane[0].pre[0].buf; local
1561 const struct buf_2d *const in_what = &xd->plane[0].pre[0]; local
1711 const struct buf_2d *const in_what = &xd->plane[0].pre[0]; local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
mcomp.c 1065 unsigned char *in_what; local
1189 unsigned char *in_what; local
1344 unsigned char *in_what; local
1439 unsigned char *in_what; local
1574 unsigned char *in_what; local
    [all...]
pickinter.c 203 unsigned char *in_what = mb->e_mbd.pre.y_buffer + d->offset ; local
208 in_what += (this_mv.as_mv.row >> 3) * pre_stride + (this_mv.as_mv.col >> 3);
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 1059 unsigned char *in_what; local
1183 unsigned char *in_what; local
1338 unsigned char *in_what; local
1434 unsigned char *in_what; local
1570 unsigned char *in_what; local
    [all...]
pickinter.c 76 unsigned char *in_what = mb->e_mbd.pre.y_buffer + d->offset ; local
81 in_what += (this_mv.as_mv.row >> 3) * pre_stride + (this_mv.as_mv.col >> 3);
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...]

Completed in 820 milliseconds