Home | History | Annotate | Download | only in common

Lines Matching defs:dstWidth

1008     uint32_t dstWidth = w;
1013 dstWidth, dstHeight);
1016 if (srcWidth == dstWidth && srcHeight == dstHeight) {
1020 xscaleFract = ((srcWidth - 1) << 12) / dstWidth;