Searched refs:in_what (Results 1 - 3 of 3) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_mcomp.c834 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) +
867 get_buf_from_mv(in_what, &this_mv),
868 in_what->stride, &sse) +
900 const struct buf_2d *const in_what = &xd->plane[0].pre[0]; local
914 get_buf_from_mv(in_what, ref_mv), in_what
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...]
/external/libvpx/libvpx/vp8/encoder/
H A Dmcomp.c1065 unsigned char *in_what; local
1103 in_what = (unsigned char *)(base_pre + d->offset + (ref_row * pre_stride) + ref_col);
1104 best_address = in_what;
1107 bestsad = fn_ptr->sdf(what, what_stride, in_what, in_what_stride)
1159 else if (best_address == in_what)
1189 unsigned char *in_what; local
1227 in_what = (unsigned char *)(base_pre + d->offset + (ref_row * pre_stride) + ref_col);
1228 best_address = in_what;
1231 bestsad = fn_ptr->sdf(what, what_stride, in_what, in_what_stride)
1326 else if (best_address == in_what)
1344 unsigned char *in_what; local
1439 unsigned char *in_what; local
1574 unsigned char *in_what; local
[all...]
H A Dpickinter.c203 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);

Completed in 487 milliseconds