Home | History | Annotate | Download | only in src

Lines Matching refs:pred_pitch

241                     uint8 *pred, int pred_pitch,
260 FullPelMC(ref, picwidth, pred, pred_pitch, blkwidth, blkheight);
265 FullPelMC(&temp[0][0], 24, pred, pred_pitch, blkwidth, blkheight);
276 HorzInterp1MC(ref, picwidth, pred, pred_pitch, blkwidth, blkheight, dx);
282 HorzInterp1MC(&temp[0][2], 24, pred, pred_pitch, blkwidth, blkheight, dx);
292 VertInterp1MC(ref, picwidth, pred, pred_pitch, blkwidth, blkheight, dy);
298 VertInterp1MC(&temp[2][0], 24, pred, pred_pitch, blkwidth, blkheight, dy);
310 HorzInterp2MC(&temp2[0][2], 21, pred, pred_pitch, blkwidth, blkheight, dx);
318 HorzInterp2MC(&temp2[0][2], 21, pred, pred_pitch, blkwidth, blkheight, dx);
329 VertInterp3MC(&temp2[2][0], 21, pred, pred_pitch, blkwidth, blkheight, dy);
335 VertInterp3MC(&temp2[2][0], 21, pred, pred_pitch, blkwidth, blkheight, dy);
348 DiagonalInterpMC(ref2, ref, picwidth, pred, pred_pitch, blkwidth, blkheight);
358 DiagonalInterpMC(ref2, ref, 24, pred, pred_pitch, blkwidth, blkheight);
1982 uint8 *pred, int pred_pitch,
2010 (*(ChromaMC_SIMD[index]))(ref, picwidth , dx, dy, pred, pred_pitch, blkwidth, blkheight);