Home | History | Annotate | Download | only in src

Lines Matching defs:pitch

222     Int pitch, width, height;
227 pitch = refVop->pitch;
239 dst = src - (pitch << 4);
258 M4VENC_MEMCPY(dst + pitch, dst, pitch);
259 dst += pitch;
263 dst += (pitch + 16);
285 src += pitch;
294 M4VENC_MEMCPY(dst, dst - pitch, pitch);
295 dst += pitch;