Home | History | Annotate | Download | only in encoder

Lines Matching full:in_what

203     unsigned char *in_what = mb->e_mbd.pre.y_buffer + d->offset ;
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);