Home | History | Annotate | Download | only in cpu_ref

Lines Matching refs:srcWidth

324     const int srcWidth = cp->mAlloc->mHal.drvState.lod[0].dimX;
365 xclip, srcWidth - xoff + xclip,
374 *out = OneBiCubic(yp0, yp1, yp2, yp3, xf, yf, srcWidth);
391 const int srcWidth = cp->mAlloc->mHal.drvState.lod[0].dimX;
432 xclip, srcWidth - xoff + xclip,
441 *out = OneBiCubic(yp0, yp1, yp2, yp3, xf, yf, srcWidth);
458 const int srcWidth = cp->mAlloc->mHal.drvState.lod[0].dimX;
499 xclip, srcWidth - xoff + xclip,
508 *out = OneBiCubic(yp0, yp1, yp2, yp3, xf, yf, srcWidth);
525 const int srcWidth = cp->mAlloc->mHal.drvState.lod[0].dimX;
548 *out = OneBiCubic(yp0, yp1, yp2, yp3, xf, yf, srcWidth);
565 const int srcWidth = cp->mAlloc->mHal.drvState.lod[0].dimX;
588 *out = OneBiCubic(yp0, yp1, yp2, yp3, xf, yf, srcWidth);
605 const int srcWidth = cp->mAlloc->mHal.drvState.lod[0].dimX;
628 *out = OneBiCubic(yp0, yp1, yp2, yp3, xf, yf, srcWidth);
654 const uint32_t srcWidth = mAlloc->mHal.drvState.lod[0].dimX;
686 scaleX = (float)srcWidth / aout->mHal.drvState.lod[0].dimX;